summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-12 20:03:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-12 20:03:12 (GMT)
commit771f21b9d5dd2b394359304a660418bbc84befda (patch)
tree60d6a9350d388f2db7ad571e6edddf46a99444f2 /ChangeLog
parentde62d34d2dc6135b42af7f8a103c8c7af09fd54f (diff)
Defined a new interface for displaying loaded contents.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb5c3c2..5c44bdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+17-11-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/glibext/Makefile.am:
+ Add the 'loadedpanel.[ch]' files to libpychrysaglibext_la_SOURCES.
+
+ * plugins/pychrysa/glibext/loadedpanel.c:
+ * plugins/pychrysa/glibext/loadedpanel.h:
+ New entries: extend the Python bindings.
+
+ * plugins/pychrysa/glibext/module.c:
+ * src/analysis/db/items/move.c:
+
+ * src/glibext/Makefile.am:
+ Add the 'gloadedpanel*[ch]' files to libglibext_la_SOURCES.
+
+ * src/glibext/gloadedpanel-int.h:
+ * src/glibext/gloadedpanel.c:
+ * src/glibext/gloadedpanel.h:
+ New entries: define a new interface for displaying loaded contents.
+
+ * src/glibext/linegen.h:
+ Typo.
+
+ * src/gtkext/gtkdisplaypanel-int.h:
+ * src/gtkext/gtkdisplaypanel.c:
+ * src/gtkext/gtkdisplaypanel.h:
+ * src/gtkext/gtkgraphdisplay.c:
+ * src/gui/core/global.c:
+ * src/gui/core/global.h:
+ * src/gui/core/items.c:
+ * src/gui/core/items.h:
+ * src/gui/editem-int.h:
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ * src/gui/editor.c:
+ * src/gui/menus/binary.c:
+ * src/gui/menus/edition.c:
+ * src/gui/menus/menubar.c:
+ * src/gui/menus/view.c:
+ * src/gui/panels/bintree.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/errors.c:
+ * src/gui/panels/glance.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/symbols.c:
+ * src/gui/tb/portions.c:
+ Update code.
+
17-10-25 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/pychrysa.c: