summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c83a6b2..2f3e291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+16-01-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/collection.c:
+ Remove debug code. Deal with simple integer values and SQLite.
+
+ * src/analysis/db/items/bookmark.c:
+ Clean the code. Set DBF_BOOKMARKS as feature of the collection.
+
+ * src/analysis/db/items/comment.c:
+ Typo.
+
+ * src/analysis/db/items/switcher.c:
+ Change the display of a segment containing the value of an immediate.
+
+ * src/analysis/db/misc/rlestr.c:
+ * src/analysis/db/misc/timestamp.c:
+ Define the expected type of the loaded values.
+
+ * src/arch/immediate.c:
+ * src/arch/immediate.h:
+ Add (useless ?) signals. Define a default display for immediate values.
+ Fix the binary display output. Prevent an overflow when displaying in
+ binary mode.
+
+ * src/arch/vmpa.c:
+ Define the expected type of the loaded values.
+
+ * src/common/sqlite.h:
+ Rely on SQLite DB types using a new macro called SQLITE_NATIVE.
+
+ * src/format/symbol.h:
+ Update code when displaying immediate values.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ Allow to update a text segment and refresh the display automatically.
+
+ * src/gui/menus/edition.c:
+ Use the DB connection as proxy when changing an immediate value display.
+
+ * tools/d2c/syntax.c:
+ Update code when displaying immediate values.
+
16-01-12 Cyrille Bagard <nocbos@gmail.com>
* src/arch/Makefile.am: