summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-04-05 01:17:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-04-05 01:17:39 (GMT)
commit193565c98b3c8df5c18f6f305871d60e2dd88e3b (patch)
treeff78567a274a5de1340c19b18bb690d27fd87d85 /ChangeLog
parent4ad9e532a78401f787f0a8a6742095512b520488 (diff)
Managed double linked lists in a more powerful way.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@56 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b94f587..ebadc39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: