summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-10-27 02:46:04 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-10-27 02:46:04 +0000
commit32ef70d4b27ac912188a47b6611d5e8c0516cc2f (patch)
tree04cc4c82c2f8d29f72efa9c08523021f2823f979 /ChangeLog.pre-2-10
parent7ea09e45892c8239bd4d404463123592e6b3746d (diff)
New module to parse a simple markup language
2000-10-24 Havoc Pennington <hp@pobox.com> * gmarkup.h, gmarkup.c: New module to parse a simple markup language * Makefile.am: add gmarkup.h, gmarkup.c * tests/Makefile.am: add markup-test * gstring.h (g_string_new_len): new function to create a string with a length (g_string_new): avoid a gratuitous realloc
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1013
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2fca175c8..9031af43c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,16 @@
+2000-10-24 Havoc Pennington <hp@pobox.com>
+
+ * gmarkup.h, gmarkup.c: New module to parse a simple
+ markup language
+
+ * Makefile.am: add gmarkup.h, gmarkup.c
+
+ * tests/Makefile.am: add markup-test
+
+ * gstring.h (g_string_new_len): new function to create a string
+ with a length
+ (g_string_new): avoid a gratuitous realloc
+
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.