summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6342c1d..c189e02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2009-03-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ Add a line type for binary code display and some generic
+ functions/properties for all lines.
+
+ * src/arch/processor.h:
+ Move the definition of AdressMode (typo !) here.
+
+ * src/binary.c:
+ Update code and calls.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ Compute requested size and display binary content using the new code lines.
+
2009-03-03 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: