summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-03-04 01:38:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-03-04 01:38:27 (GMT)
commit674739bedc853681be5a2657a7a4f497d6e82c9b (patch)
tree10e65041c0607d4e5a20c0a7a77fe75e1bbd7737 /ChangeLog
parentbbd04bf5f23e7dca1917247cb92824805b22a2a4 (diff)
Added a line type for binary code display.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@51 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 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: