summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-26 22:15:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-26 22:15:05 (GMT)
commit8ca477e012b11a19363542d171b8e973d637641c (patch)
tree94a4fcde1779f031946eff7a36075f41a17cd73b /ChangeLog
parent4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (diff)
Removed most of the functions using the editor items as global access to active items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d88cfe6..3fda9b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+17-08-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/vmpa.c:
+ * plugins/pychrysa/gui/editem.c:
+ * src/analysis/db/items/move.c:
+ * src/analysis/project.c:
+ * src/gtkext/gtkgraphdisplay.c:
+ Update code.
+
+ * src/gui/core/Makefile.am:
+ Add the 'items.[ch]' files to libguicore_la_SOURCES.
+
+ * src/gui/core/global.c:
+ * src/gui/core/global.h:
+ Extend the list of global variables.
+
+ * src/gui/core/items.c:
+ * src/gui/core/items.h:
+ New entries: handle all changes relative to the editor items.
+
+ * src/gui/core/panels.c:
+ Update code.
+
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ Remove most of the functions using the editor items as global access
+ to active items.
+
+ * src/gui/editor.c:
+ * src/gui/menus/binary.c:
+ * src/gui/menus/binary.h:
+ * src/gui/menus/edition.c:
+ * src/gui/menus/view.c:
+ * src/gui/menus/view.h:
+ * src/gui/panels/bintree.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/errors.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/symbols.c:
+ * src/gui/panels/welcome.c:
+ * src/gui/status.c:
+ * src/gui/tb/portions.c:
+ Update code.
+
17-08-22 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/pychrysa.c: