summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-11-19 23:45:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-11-19 23:45:18 (GMT)
commitfc363c31cc0a24e026bac74b5f62f33f44bf0143 (patch)
treec8944e1e6b7d2b9faa2658df8cf785648b06232d /ChangeLog
parent783e5e1977c1e4dadf938befa9fce9a311079413 (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--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d4fcd5..dd752ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: