diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-19 22:40:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-19 22:40:58 (GMT) |
commit | a1cb0d43b67a8ebe33b967348c5c9f0c1e3fbd29 (patch) | |
tree | 66a2eee9b0c0f4e524ee2092a88bc00a39942059 /ChangeLog | |
parent | 59bda76b1a76d796a42ee46b9da7041dbef57253 (diff) |
Fixed a bug: be sure to have a registered "binview" object at startup.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@100 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 09-07-20 Cyrille Bagard <nocbos@gmail.com> + * src/project.c: + Fix a bug: be sure to have a registered "binview" object at startup. + +09-07-20 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Add the new Makefiles from the 'plugins' and 'plugins/stackvars' directories to AC_CONFIG_FILES. |