summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-16 23:32:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-16 23:32:29 (GMT)
commit4021e5f02ce71b35423852cd89fb6f0f2776f7b8 (patch)
tree8f0bbd1632d05d586f7d4af71a80a02906efd5c3 /ChangeLog
parentb94be85e00d7770af4de93bbba91b421cfb6faea (diff)
Created a new feature and stored all main moves in the database.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c8ee30..63b2a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+16-03-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/gtkext/viewpanel.c:
+ Update code.
+
+ * src/analysis/db/items/Makefile.am:
+ Add the new 'move.[ch]' files to libanalysisdbitems_la_SOURCES.
+
+ * src/analysis/db/items/bookmark.c:
+ Typo.
+
+ * src/analysis/db/items/move.c:
+ * src/analysis/db/items/move.h:
+ New entries: create a new feature and store all main moves in the database.
+
+ * src/analysis/db/items/switcher.c:
+ Typo.
+
+ * src/analysis/db/protocol.h:
+ Register DBF_MOVES as feature.
+
+ * src/analysis/project.c:
+ Update code.
+
+ * src/arch/vmpa.h:
+ Define the SQLITE_VMPA_CREATE macro to create named DB fields.
+
+ * src/core/collections.c:
+ Register a new collection for the DBF_MOVES feature.
+
+ * src/gtkext/gtkviewpanel-int.h:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ Define the first steps of an unique interface for dealing with the caret.
+
+ * src/gui/editem.c:
+ Centralize all caret move creations for the database here.
+
+ * src/gui/menus/binary.c:
+ * src/gui/menus/edition.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/symbols.c:
+ * src/gui/tb/portions.c:
+ Update code.
+
16-03-15 Cyrille Bagard <nocbos@gmail.com>
* plugins/readdex/class.c: