summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-11-01 20:46:01 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-11-01 20:46:01 +0000
commit2704ea2b581c4d601c43e9843fca9afe271fc3a7 (patch)
tree7fdf222c644ba96d2b24367eab16f8ed161ecb1b /ChangeLog.pre-2-8
parentb852358d0ac7e144909236fa5851ec89408b9867 (diff)
downloadgtk+-2704ea2b581c4d601c43e9843fca9afe271fc3a7.tar.gz
it's amazing how well things work sometimes, even when they're completely
Thu Nov 1 15:45:04 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): it's amazing how well things work sometimes, even when they're completely wrong. * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug where you could try to collapse a node w/o it having children. (gtk_tree_view_class_init): remove Shift L<->R as they already existed for expand/collapse.
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 2dd76b34d0..3477554c0e 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,15 @@
+Thu Nov 1 15:45:04 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
+ it's amazing how well things work sometimes, even when they're
+ completely wrong.
+
+ * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
+ where you could try to collapse a node w/o it having children.
+
+ (gtk_tree_view_class_init): remove Shift L<->R as they already
+ existed for expand/collapse.
+
Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash