diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +15-12-09 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + Mark the first line of a disassembly as a line starting a group. + + * src/analysis/disass/output.c: + * src/glibext/gbinportion.c: + Mark some lines as lines managing a local group of columns widths. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gcodebuffer.c: + Avoid to throw comments too far by defining local columns managers. + Clean and update code. + 15-12-04 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |