summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-07-27 01:50:16 +0000
committerTim Janik <timj@src.gnome.org>1998-07-27 01:50:16 +0000
commitfc7c7f466f10d58d59426fa24fbc8741e0ec61ff (patch)
treec0874cb56bfc086384cfcacb6c4f324968abade0 /ChangeLog.pre-2-2
parent656061cb2b84e1fe7abd30d27a48718d62e97270 (diff)
downloadgtk+-fc7c7f466f10d58d59426fa24fbc8741e0ec61ff.tar.gz
fixup, so that enum values are looked up.
Mon Jul 27 03:11:20 1998 Tim Janik <timj@gtk.org> * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum values are looked up. * gtk/gtktypeutils.h: * gtk/gtktypeutils.c: new functions gtk_type_flags_find_value and gtk_type_enums_find_value to lookup enum values. * gtk/gtkctree.h: * gtk/gtkctree.c: change enum name from GtkCTreeExpansion to GtkCTreeExpansionType. fixed signal creations to pass the enum types not just the base type GTK_TYPE_ENUM. * gtk/gtkclist.h: * gtk/gtkclist.c: fixed signal creations to pass the real enum types not just the base type GTK_TYPE_ENUM.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-218
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index e05754948e..592f5679cf 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,21 @@
+Mon Jul 27 03:11:20 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum
+ values are looked up.
+
+ * gtk/gtktypeutils.h:
+ * gtk/gtktypeutils.c: new functions gtk_type_flags_find_value and
+ gtk_type_enums_find_value to lookup enum values.
+
+ * gtk/gtkctree.h:
+ * gtk/gtkctree.c: change enum name from GtkCTreeExpansion to
+ GtkCTreeExpansionType. fixed signal creations to pass the enum
+ types not just the base type GTK_TYPE_ENUM.
+
+ * gtk/gtkclist.h:
+ * gtk/gtkclist.c: fixed signal creations to pass the real enum
+ types not just the base type GTK_TYPE_ENUM.
+
Sun Jul 26 14:50:07 1998 Stefan Jeske <stefan@gtk.org>
* gtk/testgtk.c :