summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b3fccd..96684d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,69 @@
15-02-09 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Remove the old debug code registering one bookmark. Update code.
+
+ * src/analysis/db/cdb.c:
+ * src/analysis/db/collection.c:
+ * src/analysis/db/collection.h:
+ Reload collections from archives and send loaded items to clients.
+
+ * src/analysis/db/collection-int.h:
+ New entry: make the definitions external to allow inheritance.
+
+ * src/analysis/db/items/bookmark.c:
+ * src/analysis/db/items/bookmark.h:
+ Define collections dedicated to bookmarks.
+
+ * src/analysis/db/Makefile.am:
+ Add the 'collection-int.h' file to libanalysisdb_la_SOURCES.
+
+ * src/analysis/db/server.c:
+ Send all updates to new clients using debug code.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Fix the rendering of empty physical offsets. Load addresses from databases.
+
+ * src/common/Makefile.am:
+ Add the 'sqlite.c' file to libcommon_la_SOURCES.
+
+ * src/common/sqlite.c:
+ New entry: look for a given bound value.
+
+ * src/common/sqlite.h:
+ Update declarations.
+
+ * src/core/collections.c:
+ Write the first steps towards a new loading of collections.
+
+ * src/dialogs/bookmark.c:
+ * src/dialogs/bookmark.h:
+ New entries: create a dialog box to create new bookmarks.
+
+ * src/dialogs/goto.c:
+ Typo.
+
+ * src/dialogs/Makefile.am:
+ Add the 'bookmark.[ch]' files to libdialogs_la_SOURCES.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Provide a way to to quickly build message windows.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview.h:
+ Provide the caret location on demand.
+
+ * src/gui/menus/edition.c:
+ Add a menu to toggle bookmarks.
+
+ * src/gui/panels/bookmarks.c:
+ Ask to get informed about each collection content change.
+
+15-02-09 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Put the Python library ABI flags into LIBPYTHON_ABI_FLAGS.