summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-08 19:14:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-08 19:14:04 +0000
commita84cbafcecc40c05cbed34b2bfd2ab89d1de500b (patch)
treeb6d4f068bda4c1e164bb7a451c3f6203d31abf1a /ChangeLog.pre-2-6
parentc915c2d68357f236d3b43f4f0cb3aa971d376cae (diff)
downloadglib-a84cbafcecc40c05cbed34b2bfd2ab89d1de500b.tar.gz
Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for
2004-11-08 Matthias Clasen <mclasen@redhat.com> * glib/gnode.h (enum GTraverseFlags): Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for G_TRAVERSE_LEAFS and G_TRAVERSE_NON_LEAFS, which are grammatically brutal. (#138853, Morten Welinder)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-65
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 2849bca2a..37114b444 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -9,6 +9,11 @@ Mon Nov 8 10:45:50 2004 Manish Singh <yosh@gimp.org>
2004-11-08 Matthias Clasen <mclasen@redhat.com>
+ * glib/gnode.h (enum GTraverseFlags): Add G_TRAVERSE_LEAVES
+ and G_TRAVERSE_NON_LEAVES as alternative names for
+ G_TRAVERSE_LEAFS and G_TRAVERSE_NON_LEAFS, which are
+ grammatically brutal. (#138853, Morten Welinder)
+
* glib/gasyncqueue.[hc]:
* glib/ghook.[hc]:
* glib/gmain.[hc]: