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 490b0de..698079e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2009-02-18 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from 'src/analysis' directories to AC_CONFIG_FILES.
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ * src/analysis/Makefile.am:
+ Write some code to manage the lines for prologues.
+
+ * src/binary.c:
+ Build a prologue for each binary: license, file and checksum.
+
+ * src/common/dllist.c:
+ * src/common/dllist.h:
+ Import double linked lists from Firebox.
+
+ * src/common/Makefile.am:
+ Add dllist.[ch] to libcommon_a_SOURCES.
+
+ * src/editor.c:
+ Register the main widget in order to be able to create Pango layouts.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ Update the way the content is printed (need to be updated).
+
+ * src/Makefile.am:
+ Add analysis to SUBDIRS and analysis/libanalysis.a to openida_LDADD.
+
2009-02-16 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: