summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-03-11 14:05:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-03-11 14:05:58 (GMT)
commitd1f5881c1f4ad53781fdadfe5ce6cac24cee3bab (patch)
treeb81348afa4b348590740d189f1b78dabb3ae254c /ChangeLog
parent9714ddda44f92f2939299c6b0aa203d549c32b0d (diff)
Updated the exportation dialog.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@239 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55216e9..3f9669a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+12-03-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * po/fr.po:
+ Update translations relative to the exportation dialog.
+
+ * src/dialogs/export.c:
+ Update the exportation dialog.
+
+ * src/editor.c:
+ Remove old code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.h:
+ Start to be able to export lines content.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Define a way to scan all lines of a code buffer.
+
+ * src/gui/menus/binary.c:
+ * src/gui/menus/binary.h:
+ New entries: provide a Binary menu.
+
+ * src/gui/menus/Makefile.am:
+ Add the binary.[ch] files to libguimenus_la_SOURCES.
+
+ * src/gui/menus/menubar.c:
+ Load the Binary menu.
+
12-03-07 Cyrille Bagard <nocbos@gmail.com>
* src/arch/dalvik/operands/pool.c: