summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-07 22:33:14 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-07 22:33:14 +0000
commit59444d85e3abd3c9f8b1c1c27fdd67c4b716e723 (patch)
tree6ed58080028180d36b7d400f95795b630a91099f /ChangeLog.pre-2-8
parent10b868ebaea6ec4599e8fa7649b887fc329fcd1b (diff)
downloadgdk-pixbuf-59444d85e3abd3c9f8b1c1c27fdd67c4b716e723.tar.gz
Now it's a GObject instead of a GtkObject. The
Thu Jun 7 18:25:42 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c: Now it's a GObject instead of a GtkObject. The GtkTreeSelection::selection_changed signal is now the GtkTreeSelection::changed signal. * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection object. * tests/gtktree*.c: Modified to deal with new GtkTreeSelection object.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-812
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 5b4b06026..71427d98c 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,15 @@
+Thu Jun 7 18:25:42 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeselection.c: Now it's a GObject instead of a
+ GtkObject. The GtkTreeSelection::selection_changed signal is now
+ the GtkTreeSelection::changed signal.
+
+ * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
+ object.
+
+ * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
+ object.
+
2001-06-07 Havoc Pennington <hp@redhat.com>
* gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again