diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-30 02:19:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-30 02:19:38 (GMT) |
commit | eacb69625d51707ac0a158815a53f71fb70968ce (patch) | |
tree | 8d14e34639f80a0955529604d9c0d3ccae4d7dde /ChangeLog | |
parent | 7bcec72d69c5350678ed6350636687c3c29bbc61 (diff) |
Provided a new working Project menu.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@230 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +12-01-30 Cyrille Bagard <nocbos@gmail.com> + + * src/editor.c: + Remove all dead code relative to the Project menu. + + * src/gtkext/gtkextstatusbar.c: + Do not use GDK threads lock anymore (FIXME). + + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + Update on project content change. + + * src/gui/menus/file.c: + Typo. + + * src/gui/menus/Makefile.am: + Add the project.[ch] files to libguimenus_la_SOURCES. + + * src/gui/menus/menubar.c: + Load the Project menu and update it when needed. + + * src/gui/menus/project.c: + * src/gui/menus/project.h: + New entries: provide a Project menu. + + * src/gui/menus/view.c: + * src/gui/menus/view.h: + Typo. + + * src/gui/tb/source.c: + Disable all updates of the toolbar item. + + * src/main.c: + Do not use GDK threads lock anymore (FIXME). + + * src/project.c: + * src/project.h: + Reorganize the code. Do not use GDK threads lock anymore (FIXME). + 12-01-26 Cyrille Bagard <nocbos@gmail.com> * po/fr.po: |