summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-12-05 01:38:12 +0000
committerSven Neumann <neo@src.gnome.org>2001-12-05 01:38:12 +0000
commit5a30ea7ee4c7b51d0a752d4bf6e9e145caeec293 (patch)
tree6ed398239a34d951ec1561b9843200d0ae03afc8 /ChangeLog.pre-2-0
parenta5fb0b80699509ad9737cabab9a6ffff72ffdbb9 (diff)
mention the fact that the tree is traversed in sorted order.
2001-12-05 Sven Neumann <sven@gimp.org> * glib/gtree.c (g_tree_foreach): mention the fact that the tree is traversed in sorted order.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-05
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8dbbf6044..2e562abaa 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+2001-12-05 Sven Neumann <sven@gimp.org>
+
+ * glib/gtree.c (g_tree_foreach): mention the fact that the tree is
+ traversed in sorted order.
+
2001-12-03 Manish Singh <yosh@gimp.org>
* tests/module-test.c: g_module_symbol takes a gpointer *, not just