diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +17-01-27 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Create menus with extended escape key support. Activate accelerators + based on sensitive state only. + + * src/gui/editor.c: + Make the menu bar appear and disappear in the same way Firefox does. + + * src/gui/menus/binary.c: + * src/gui/menus/debug.c: + * src/gui/menus/edition.c: + * src/gui/menus/file.c: + * src/gui/menus/help.c: + * src/gui/menus/plugins.c: + * src/gui/menus/project.c: + * src/gui/menus/view.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/regedit.c: + * src/gui/panels/strings.c: + Update code. + + * src/gui/panels/welcome.c: + Add a tip of the day. + 17-01-22 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbinportion.c: |