diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +12-10-28 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/archbase.c: + Remove GCC warnings about print format. + + * src/format/dex/dex.c: + * src/format/dex/pool.c: + * src/format/dex/pool.h: + Register all strings found in the Dex pool. + + * src/format/symbol.c: + Remove a GCC warning by fixing a typo. + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Provide a function to create menus with image. + + * src/gui/panels/Makefile.am: + Add the strings.[ch] files to libguipanels_la_SOURCES. + + * src/gui/panels/panel.c: + * src/gui/panels/panel-int.h: + Rewrite some parts of the code to improve panel docking. + + * src/gui/panels/strings.c: + * src/gui/panels/strings.h: + Move entries: update the code of the old panel and display found + strings again. + + * src/gui/panels/symbols.c: + * src/gui/panels/symbols.h: + Typo and clean the code. + 12-10-22 Cyrille Bagard <nocbos@gmail.com> * src/panel/log.c: |