summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-01-03 01:22:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-01-03 01:22:36 (GMT)
commit9776f811af66eca56116fe81f77d859fb9b6e8fe (patch)
tree63329a5b60e84528e10733ded7013c8eb81a9996 /ChangeLog
parent651c94450df8619c26e26a133289dbaa197616f4 (diff)
Moved all menus related stuff into 'src/gui/menus'.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@205 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149a683..799389c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: