diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +12-01-14 Cyrille Bagard <nocbos@gmail.com> + + * po/fr.po: + Update translations for the View menu. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Memorize options to render the views. + + * src/editor.c: + Delete old code in the old View menu. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtksourceview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Update calls to take the binary rendering options into account. + + * src/gui/menus/Makefile.am: + Add the view.[ch] files to libguimenus_la_SOURCES. + + * src/gui/menus/menubar.c: + Register the new View menu. + + * src/gui/menus/view.c: + * src/gui/menus/view.h: + New entries: create a new View menu in a proper way. + + * src/gui/tb/source.c: + * src/project.c: + Update calls. + 12-01-12 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |