summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-05 19:36:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-05 19:36:17 (GMT)
commit405698182c46a82d92ccd50baa43fea5e40b1f6a (patch)
treedacf2a26ef9c32339f777a301e3cce9d1e8fbeed /ChangeLog
parentd626276398a3cdd3cd6432e073a8866aa91418ce (diff)
Removed dot warnings and connected all edges to the panel views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@318 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 59f7fc6..783657e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
13-01-05 Cyrille Bagard <nocbos@gmail.com>
+ * src/gtkext/graph/dot.c:
+ Remove dot warnings when there is not enough space for its too big labels.
+
+ * src/gtkext/graph/node.c:
+ Fix memory leaks. Connect all edges to the panel views.
+
+13-01-05 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/binary.c:
Restore decompilation at this level.