diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-03-11 14:05:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-03-11 14:05:58 (GMT) |
commit | d1f5881c1f4ad53781fdadfe5ce6cac24cee3bab (patch) | |
tree | b81348afa4b348590740d189f1b78dabb3ae254c /ChangeLog | |
parent | 9714ddda44f92f2939299c6b0aa203d549c32b0d (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-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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: |