summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-13 19:22:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-13 19:22:17 (GMT)
commit7e722e76e90944c53f152ca3f28653507a1ce9ed (patch)
tree080cc9892d56180163aae601ec784139960c8492 /ChangeLog
parentecb9ecc486049fe3bec6ecaeeb27f08f67bf0ef0 (diff)
Restored the drawing of pictures on the lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@74 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e978740..244a66c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
09-06-13 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ * src/analysis/line-int.h:
+ Restore the drawing of pictures on the lines by using an internal
+ GTK style rather than the main window one.
+
+09-06-13 Cyrille Bagard <nocbos@gmail.com>
+
* src/editor.c:
Make the GUI offer to change the view of the current analyzed binary.