diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 25 | 
1 files changed, 25 insertions, 0 deletions
| @@ -1,3 +1,28 @@ +009-04-05  Cyrille Bagard <nocbos@gmail.com> + +	* src/analysis/line.c: +	* src/analysis/line.h: +	Use the new double linked lists macros. Create more clever functions +	for the GtkSnippet widget. + +	* src/common/dllist.c: +	* src/common/dllist.h: +	Manage double linked lists in a more powerful way. + +	* src/common/macros.h: +	New entry: properly define container_of(). + +	* src/common/Makefile.am: +	Add macros.h to libcommon_a_SOURCES. + +	* src/editor.c: +	Remove a call to gtk_snippet_set_sel(). + +	* src/gtksnippet.c: +	* src/gtksnippet.h: +	Clean the code ; delete gtk_snippet_set_sel() and fix some GCC warnings. +	Use the new functions provided by src/analysis/line.[ch]. +  2009-03-15  Cyrille Bagard <nocbos@gmail.com>  	* src/analysis/line.c: | 
