summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-17 13:45:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-17 19:06:08 (GMT)
commitd13bccd74759cd1c63a2036c279f04d9f052ecf3 (patch)
treeadbd0b9d915748a2b46070282c07b3f16033d89e /ChangeLog
parent52ac5b1b340335f56ceb599dba63164a26f10b10 (diff)
Updated access to the Edition menu based on the current selection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f3e291..98a2406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+16-01-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/gtkviewpanel.c:
+ Reset output arguments in gtk_view_panel_get_position() in all cases.
+
+ * src/gui/editem-int.h:
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ Give a way to all editor items to react on selection changes.
+
+ * src/gui/menus/edition.c:
+ * src/gui/menus/edition.h:
+ Update access to the Edition menu based on the current selection.
+
+ * src/gui/menus/menubar.c:
+ * src/gui/status.c:
+ Update code.
+
16-01-16 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/db/collection.c: