summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4560c9..626942f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+09-10-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/graph/dot.c:
+ * src/graph/dot.h:
+ * src/graph/layout.c:
+ * src/graph/node.c:
+ * src/graph/node.h:
+ Update calls and prototypes (mainly GtkFixed -> GtkGraphView).
+
+ * src/gtkext/gtkbinview.c:
+ * src/gtkext/gtkbinview-int.h:
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkgraphview.h:
+ Support scrolling internally and thus fix bugs with big binaries.
+
+ * src/project.c:
+ Remove the now useless view ports.
+
09-10-12 Cyrille Bagard <nocbos@gmail.com>
* src/arch/x86/instruction.c: