summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1011
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 891b87454..085569bc8 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
+ reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
+
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c
@@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
Escape is pressed.
-Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
+Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
"columns_changed" signal.
@@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
no way of knowing reliably whether we are viewable or
not. (#53947)
-Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
+Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
fix bug in dropping columns. Moving columns now basically works
@@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
are unsigned insts, therefore use g_value_set_uint.
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
-Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
+Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.