diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +11-01-03 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/gui/menus' directory to AC_CONFIG_FILES. + + * src/dialogs/Makefile.am: + Build a real library. + + * src/editor.c: + Update code. + + * src/gui/editem.c: + * src/gui/editem.h: + Retrieve the built GTK widget. + + * src/gui/Makefile.am: + Update libgui_la_LIBADD. + + * src/gui/menus/help.c: + * src/gui/menus/help.h: + * src/gui/menus/Makefile.am: + * src/gui/menus/menubar.c: + * src/gui/menus/menubar.h: + New entries: move all menus related stuff here. + + * src/Makefile.am: + Update openida_LDADD. + 10-12-31 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |