summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-28 15:59:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-28 15:59:12 (GMT)
commitc3aba0893c29cc098c029306fd7a4c8c1fa2eee2 (patch)
tree49432db1af3115758a216ac5bfd92d5935929858 /ChangeLog
parent55866b34f5cff022a465d58f808450f25f354218 (diff)
Updated the code of the old panel and displayed found strings again.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@276 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4f1c1d..af9d3e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: