summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6968d8a..09f90ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+12-07-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/disassembler.h:
+ Provide disassembled instructions when done with disassembling.
+
+ * src/format/dex/method.c:
+ Set the method size.
+
+ * src/glibext/gcodebuffer.c:
+ Draw the restricted part of the buffer correctly.
+
+ * src/graph/node.c:
+ Typo.
+
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel-int.h:
+ Build the graph view when defining a target address.
+
12-06-30 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gcodebuffer.c: