summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-05 20:10:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-05 20:10:38 +0000
commitc272baf6ef74d6b2b712003ac3116284029fc94b (patch)
tree2f766fd3e5a50ff655cb98419215a2a264016f98 /ChangeLog.pre-2-4
parent1cdfacebb63dd2c2e2d2be46d1a34b594453ad1a (diff)
downloadgtk+-c272baf6ef74d6b2b712003ac3116284029fc94b.tar.gz
Bump version to 2.1.0, binary, interface age 0.
* configure.in: Bump version to 2.1.0, binary, interface age 0. * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): (gtk_container_class_find_child_property): Document. * gtk/gtkwidget.c: * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties and gtk_widget_class_find_child_property. (#80652)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-411
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index b6bba94aa6..5ee68ad7d2 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,14 @@
+2002-05-05 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Bump version to 2.1.0, binary, interface age 0.
+
+ * gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
+ (gtk_container_class_find_child_property): Document.
+
+ * gtk/gtkwidget.c:
+ * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties
+ and gtk_widget_class_find_child_property. (#80652)
+
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix problem with == in test argument.