summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0463c1a..322b5f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+12-12-31 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/archbase.c:
+ * src/arch/archbase.h:
+ Convert strings to addresses.
+
+ * src/dialogs/goto.c:
+ * src/dialogs/goto.h:
+ New entries: add a dialog box to jump to a given address.
+
+ * src/dialogs/Makefile.am:
+ Add the 'goto.[ch]' files to libdialogs_la_SOURCES.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Provide a combobox widget from recent GTK versions.
+
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ Provide the global reference pointer.
+
+ * src/gui/menus/edition.c:
+ * src/gui/menus/edition.h:
+ New entries: create an Edition menu and go to given addresses.
+
+ * src/gui/menus/Makefile.am:
+ Add the 'edition.[ch]' files to libguimenus_la_SOURCES.
+
+ * src/gui/menus/menubar.c:
+ Load the new menu.
+
12-12-29 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/switch.c: