diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-26 16:39:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-26 16:39:48 (GMT) |
commit | 7bcec72d69c5350678ed6350636687c3c29bbc61 (patch) | |
tree | d796bd80a21da3c757a1aec798bb9a2e9fd94ff3 /ChangeLog | |
parent | d761eddfd4b5a27620aaa5e67a0e2e2bc5d55cb1 (diff) |
Rewritten the way projects are managed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@229 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +12-01-26 Cyrille Bagard <nocbos@gmail.com> + + * po/fr.po: + Update translations for the File menu. + + * src/dialogs/add_shellcode.c: + * src/dialogs/add_shellcode.h: + * src/editor.c: + * src/gui/menus/debug.c: + Update code. + + * src/gui/menus/file.c: + * src/gui/menus/file.h: + Move recent projects list here. + + * src/gui/menus/view.c: + * src/main.c: + Update code. + + * src/project.c: + * src/project.h: + Rewrite the way projects are managed. + 12-01-16 Cyrille Bagard <nocbos@gmail.com> * po/fr.po: |