diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 70 |
1 files changed, 70 insertions, 0 deletions
@@ -1,3 +1,73 @@ +12-01-11 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/gui/panels' directory to AC_CONFIG_FILES. + + * plugins/pyoida/py_log.c: + * src/analysis/binary.c: + * src/analysis/disass/disassembler.c: + Update included headers. + + * src/arch/processor.c: + Disable debug code. + + * src/debug/jdwp/debugger.c: + * src/debug/jdwp/tcp.c: + Update included headers. + + * src/editor.c: + Update code. + + * src/format/dex/class.c: + * src/format/dex/method.c: + Disable debug code. + + * src/format/elf/elf.c: + * src/format/elf/symbols.c: + * src/format/format.c: + Update included headers. + + * src/gtkext/gtkbufferview.c: + Fix the code when getting reparented. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + New entries: build new proper dock station for widgets. + + * src/gtkext/Makefile.am: + Add gtkdockstation.[ch] and gtkbufferview-int.h to libgtkext_la_SOURCES. + + * src/gui/Makefile.am: + Add panels/libguipanels.la to libgui_la_LIBADD. + + * src/gui/menus/debug.c: + * src/gui/panels/log.c: + * src/gui/panels/log.h: + * src/gui/panels/Makefile.am: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + * src/gui/panels/panel-int.h: + * src/gui/panels/symbols.c: + * src/gui/panels/symbols.h: + New entries: define new panel definitions for the editor GUI. + + * src/panels/log.c: + * src/panels/log.h: + Deleted entries. + + * src/panels/Makefile.am: + Remove the log.[ch] and symbols.[ch] files from libpanels_la_SOURCES. + + * src/panels/panel.c: + Disable the symbols panel. + + * src/panels/symbols.c: + * src/panels/symbols.h: + Deleted entries. + + * src/project.c: + Update code. + 12-01-02 Cyrille Bagard <nocbos@gmail.com> * src/dialogs/about.c: |