diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-08 21:01:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-08 21:01:58 (GMT) |
commit | c03635088f26a18cdbd42c2528f00b9ccd8591d9 (patch) | |
tree | 9e9476353a137465c1f1595a89d859712df38136 /ChangeLog | |
parent | d7f0eeafe11369f20f001e43570a58a712af83f2 (diff) |
Added a few configuration parameters for the main window.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@400 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +14-09-08 Cyrille Bagard <nocbos@gmail.com> + + * src/core/params.c: + * src/core/params.h: + * src/editor.c: + Add a few configuration parameters for the main window. + + * src/glibext/configuration.c: + Fix a bug: detect when a boolean parameter has changed properly. + 14-09-05 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/node.c: |