summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a21bd1c..f09f937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.