diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-31 21:47:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-31 21:47:47 (GMT) |
commit | 36be37f57a66515444ffbfec6242b991f8346c09 (patch) | |
tree | 89fbc849416d59989f4d5569f5fb5e912c99e652 /ChangeLog | |
parent | 555e12fb47d57f354bcdd7fdd54be7be50eeba4c (diff) |
Added a dialog box to jump to a given address
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@314 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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: |