diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-16 21:26:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-16 21:26:35 (GMT) |
commit | 2581d80875304c466e8930dbe67986ceb95752b2 (patch) | |
tree | d505d7642eae78e90d401bdebb2849b3ff970223 /ChangeLog | |
parent | f89f72f53b42c704dcb5767e508747795f7115c6 (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-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |