diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-02 13:01:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-02 13:01:31 (GMT) |
commit | c23e671df7621ad85f590eee14e6fa7c7e71a526 (patch) | |
tree | 4cc2220c58cb416bff9d5b929fdf7e2c34b123f2 /ChangeLog | |
parent | d80df591b6104c98d21e1db5143610fb84e35941 (diff) |
Saved some progress about edition views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@348 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +13-06-02 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + * src/arch/archbase.h: + * src/editor.c: + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtkextstatusbar.c: + * src/gtkext/gtkextstatusbar.h: + * src/gtkext/gtkviewpanel.c: + Save some progress about edition views. + + * src/gui/Makefile.am: + Add the 'status.[ch]' files to libgui_la_SOURCES. + + * src/gui/status.c: + * src/gui/status.h: + New entries: put the status bar in a better place. + 13-05-26 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/layout.c: |