summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-30 11:37:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-30 11:37:28 (GMT)
commitcc7ec539c4bd0e55cf9dc156c769e306b93b419e (patch)
treeb1a5dcebf726d9bb1fc62577dd44c7b9f7c76605 /ChangeLog
parentac447bc36e65b91f97434cf2613ccb1e768267e0 (diff)
Quickly fixed a bug in binary view lookup.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@108 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 fadf8f6..a21bd1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
09-08-30 Cyrille Bagard <nocbos@gmail.com>
+ * src/editor.c:
+ Quickly fix a bug in binary view lookup.
+
+09-08-30 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Enable AM_SILENT_RULES and disable GTK_DISABLE_DEPRECATED.