diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-04-01 11:44:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-04-01 11:44:00 (GMT) |
commit | c989181c56ff97d2c4918c0e9028762a1ed46623 (patch) | |
tree | 24a413f71c65d90994e435bf86f5c85ab732a244 /ChangeLog | |
parent | a174ee784f5d9e554ed09181b8e6d8c0205f8ef5 (diff) |
Moved all the File menu entries in the GUI menu.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@242 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +12-04-01 Cyrille Bagard <nocbos@gmail.com> + + * po/fr.po: + * po/openida.pot: + * po/POTFILES.in: + Update all translations. + + * src/editor.c: + Remove old File menu entries. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Undock a panel item on demand. + + * src/gui/menus/file.c: + Move all File menu entries here. + + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Undock a panel item on demand. + + * src/project.c: + Hide the binaries of a closed project. + 12-03-25 Cyrille Bagard <nocbos@gmail.com> * src/arch/dalvik/pseudo/fill.c: |