diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |