summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-14 16:06:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-14 16:06:42 (GMT)
commit2ad11520c0bfefd68a89689497752983792a96ba (patch)
tree9271a1bd90bd58f49b8a68c41b348639f67fb559 /ChangeLog
parentd90aa93fc202fdf1ba4e4e7e799ce8d7e4632b7f (diff)
Updated calls to take the binary rendering options into account.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@225 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf4df4..97f215f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: