summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-16 21:26:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-16 21:26:35 (GMT)
commit2581d80875304c466e8930dbe67986ceb95752b2 (patch)
treed505d7642eae78e90d401bdebb2849b3ff970223 /ChangeLog
parentf89f72f53b42c704dcb5767e508747795f7115c6 (diff)
Fixed the compilation by processing the GLib marshals sooner.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@303 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bcd9bc..1423fb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+12-12-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Change the output filename for the GLib marshals.
+
+ * src/debug/debugger.c:
+ * src/glibext/gcodebuffer.c:
+ Update code.
+
+ * src/glibext/Makefile.am:
+ Fix the compilation by processing the GLib marshals sooner (glibext is
+ built before gtkext).
+
+ * src/gtkext/gtkdockstation.c:
+ * src/gtkext/gtkviewpanel.c:
+ Update code.
+
+ * src/gtkext/Makefile.am:
+ Remove the old compilation rules.
+
12-12-13 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/gui/panels/panel.c: