summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-02-18 00:47:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-02-18 00:47:48 (GMT)
commitc2d9948e1e67b48d1a6c8a711024d8dd3f6ac507 (patch)
tree0b651a1f7d640ce75414aade589a141d22698bc4 /ChangeLog
parentd7765c0e6d2685b57625f607325f4a80eb28dbe5 (diff)
Begun to rewrite the way rendering lines are managed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@49 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: