summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0756b3..1463aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
15-07-24 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ Remove bookmarks direct handling. Attach the current binary to collections.
+
+ * src/analysis/db/collection.c:
+ * src/analysis/db/collection.h:
+ * src/analysis/db/collection-int.h:
+ Allow to link a binary with collections. Run items on this binary when
+ needed.
+
+ * src/analysis/db/item.c:
+ * src/analysis/db/item.h:
+ * src/analysis/db/item-int.h:
+ Apply or cancel the effect of collected items on a given binary.
+
+ * src/analysis/db/items/bookmark.c:
+ * src/analysis/db/items/switcher.c:
+ Update code.
+
+ * src/analysis/db/items/switcher.h:
+ Remove the useless 'ImmSwitchType' enumeration.
+
+ * src/arch/immediate.h:
+ Extend the types of display. Typo.
+
+ * src/gui/menus/edition.c:
+ Update code.
+
+15-07-24 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/mobicore/annotations.c:
* plugins/mobicore/mclf.c:
* plugins/mobicore/mclf-int.c: