summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-24 21:53:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-24 21:53:29 (GMT)
commit0bd8f885b20c1d660507c62e35410e2e5a958066 (patch)
tree10c92cdaa52235f9f4ab1b7b4a51b881a7eba800 /ChangeLog
parent156d2e2f6beda2302552ac79678494d914fda05b (diff)
Applied or canceled the effect of collected items on a given binary.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@556 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: