diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-08-30 17:23:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-08-30 17:23:51 (GMT) |
commit | ef3b996ad359e0da5e93184dab9200fad9105faf (patch) | |
tree | 7ae9252e856a64dfbcb77c9a0a7a4965e0452cbd /ChangeLog | |
parent | cc7ec539c4bd0e55cf9dc156c769e306b93b419e (diff) |
Provided a clean way to run delayed tasks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@109 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ 09-08-30 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + Add the new Makefile from the 'src/glibext' directory to AC_CONFIG_FILES. + + * src/analysis/binary.c: + Update code. + + * src/analysis/delayed.c: + * src/analysis/delayed.h: + Update/clean the code by using the generic delayed manager. + + * src/glibext/delayed.c: + * src/glibext/delayed.h: + * src/glibext/delayed-int.h: + * src/glibext/Makefile.am: + New entries: provide a clean way to run delayed tasks. + + * src/gtkext/gtkblockview.c: + Clean and improve the gtk_block_view_set_rendering_lines() function. + + * src/gtkext/gtkgraphview.c: + Clean the gtk_graph_view_set_rendering_lines() function. + + * src/main.c: + Update code. + + * src/Makefile.am: + Create the new liboidaglibext library. Add glibext to SUBDIRS. + +09-08-30 Cyrille Bagard <nocbos@gmail.com> + * src/editor.c: Quickly fix a bug in binary view lookup. |