summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-13 20:31:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-13 20:31:09 (GMT)
commit866993263387f96ebe2e482d63c9c4225e2c6085 (patch)
tree2c6c802bc04e6c2b9b43db8adbeb8352f86fef49 /ChangeLog
parentb36b57e81623194ba56d4862d2fba49d944a2793 (diff)
Improved the flow graph a little more.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@283 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9580c23..0d4df40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+12-11-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/dalvik/instruction.c:
+ Add links for 'goto' instructions too.
+
+ * src/gtkext/graph/dot.c:
+ Typos.
+
+ * src/gtkext/graph/layout.c:
+ Mark 'return' instructions as pitfalls.
+
+ * src/gtkext/graph/node.c:
+ Avoid a graphical bug with wrong edges.
+
+ * src/gtkext/gtkgraphview.c:
+ Typos. Add more space around the right and bottom sides.
+
12-11-11 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkdockstation.c: