summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-27 22:44:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-27 22:44:06 (GMT)
commit24013fb80fc02d8918aea51ee169d6521c74ee42 (patch)
treea3b645be6a97abcd6c327c79b07bfde4a7db5dd2 /ChangeLog
parent5c7ea8e2137e4e5bb2887de0d1ffd8a0b277636e (diff)
Updated code and removed some GCC warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@333 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae76a19..57a2fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
13-01-27 Cyrille Bagard <nocbos@gmail.com>
+ * src/dialogs/goto.c:
+ Update code.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Create combo boxes without entry.
+
+ * src/gui/tb/source.c:
+ Update code and remove some GCC warnings.
+
+13-01-27 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/decomp/decompiler.c:
* src/analysis/decomp/reduce.c:
* src/analysis/decomp/reduce.h: