diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 36 | 
1 files changed, 36 insertions, 0 deletions
| @@ -1,3 +1,39 @@ +10-04-19  Cyrille Bagard <nocbos@gmail.com> + +	* src/analysis/binary.c: +	Display the old built prologues. + +	* src/analysis/exporter.c: +	Define attributes for printing binary content using GLib. + +	* src/analysis/line.c: +	Provide a function to merge lines lists. + +	* src/analysis/line_comment.c: +	Export content to GLib buffer. + +	* src/analysis/line.h: +	* src/analysis/line-int.h: +	Provide a function to merge lines lists. + +	* src/analysis/line_prologue.c: +	Export content to GLib buffer. + +	* src/common/dllist.h: +	Merge lists using dl_list_merge ; dl_list_pop needs to be fixed. + +	* src/glibext/gbufferline.c: +	* src/glibext/gbufferline.h: +	Add the ability to merge line columns. + +	* src/glibext/gbuffersegment.c: +	* src/glibext/gbuffersegment.h: +	Take care of attributes when drawing glyphs. + +	* src/glibext/gcodebuffer.c: +	Fix a bug: the range of lines to draw has to be smaller than the number +	of internal lines. +  10-04-18  Cyrille Bagard <nocbos@gmail.com>  	* src/analysis/Makefile.am: | 
