summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: