summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-11 02:20:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-11 02:20:30 (GMT)
commit486f0bf0a27ffed3e9fde2f183974ae029b45c54 (patch)
tree8840eaab0629f83e7501506b91101ce4f2d42a5d /ChangeLog
parent6ebdbfbca9e7bc34fe0f280e4a6a65c24c5003e9 (diff)
Defined new panel definitions for the editor GUI.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@223 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b8a01f..9a0ade7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: