diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-11-19 23:45:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-11-19 23:45:18 (GMT) |
commit | fc363c31cc0a24e026bac74b5f62f33f44bf0143 (patch) | |
tree | c8944e1e6b7d2b9faa2658df8cf785648b06232d /ChangeLog | |
parent | 783e5e1977c1e4dadf938befa9fce9a311079413 (diff) |
Better supervised the closing of the editor.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@138 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +09-11-20 Cyrille Bagard <nocbos@gmail.com> + + * src/configuration.c: + * src/configuration.h: + Handle boolean values in configurations. + + * src/editor.c: + Better supervise the closing of the editor. + + * src/params.h: + Define an (not yet used) 'Auto save' parameter. + + * src/project.c: + * src/project.h: + Provide the storing filename instead of only telling if there is one or not. + 09-11-19 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |