diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-03-03 01:03:15 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-03-03 01:03:15 (GMT) |
commit | bbd04bf5f23e7dca1917247cb92824805b22a2a4 (patch) | |
tree | 548392c1c249ae5cde936f982783f192416e080c /ChangeLog | |
parent | c2d9948e1e67b48d1a6c8a711024d8dd3f6ac507 (diff) |
Created a system messages panel.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@50 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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. |