summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-19 22:40:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-19 22:40:58 (GMT)
commita1cb0d43b67a8ebe33b967348c5c9f0c1e3fbd29 (patch)
tree66a2eee9b0c0f4e524ee2092a88bc00a39942059 /ChangeLog
parent59bda76b1a76d796a42ee46b9da7041dbef57253 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83a39c2..8623149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.