diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -1,7 +1,35 @@ +2009-03-03 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from 'src/panel' directory to AC_CONFIG_FILES. + + * src/editor.c: + Load all registered panels and display them. + + * src/format/exe_format.c: + * src/format/java/attribute.c: + * src/format/java/Makefile.am: + * src/format/Makefile.am: + Use the new panel to log system messages. + + * src/Makefile.am: + Add panel to SUBDIRS and panel/libpanel.a to openida_LDADD. + + * src/panel/log.c: + * src/panel/log.h: + * src/panel/Makefile.am: + * src/panel/panels.c: + * src/panel/panels.h: + New entries: create a system messages panel and register it. + + * src/pan_strings.c: + * src/pan_symbols.c: + Typo. + 2009-02-18 Cyrille Bagard <nocbos@gmail.com> * configure.ac: - Add the new Makefile from 'src/analysis' directories to AC_CONFIG_FILES. + Add the new Makefile from 'src/analysis' directory to AC_CONFIG_FILES. * src/analysis/line.c: * src/analysis/line.h: @@ -85,7 +113,7 @@ 2009-01-29 Cyrille Bagard <nocbos@gmail.com> * configure.ac: - Add the new Makefile from 'src/format/pe/' directories to AC_CONFIG_FILES. + Add the new Makefile from 'src/format/pe/' directory to AC_CONFIG_FILES. * src/binary.c: Update code. |