summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-11-30 19:36:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-11-30 19:36:20 (GMT)
commitbc2abb81b39dc4d80cdec75477a0adad8ed23a63 (patch)
tree3eec01bc3cfaf10a960a02e43fe590b1649d6587 /ChangeLog
parentbdc8b4cfd84f938e9d75969f89b0d8381471399b (diff)
Added the new "File" menu allowing to terminate the program.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@214 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfd8276..0d4062b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+11-11-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * po/fr.po:
+ * po/openida.pot:
+ * po/POTFILES.in:
+ Update translations.
+
+ * src/gui/menus/file.c:
+ * src/gui/menus/file.h:
+ New entries: terminate the program.
+
+ * src/gui/menus/Makefile.am:
+ * src/gui/menus/menubar.c:
+ Add the new "File" menu into the main bar.
+
11-10-26 Cyrille Bagard <nocbos@gmail.com>
* src/dialogs/add_shellcode.c: