summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-616
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index e4da124063..610b344f18 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,19 @@
+Fri Jun 1 18:54:47 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
+ getting the focus code to work.
+ (gtk_tree_view_class_init): Add a bunch of keybindings.
+
+ * gtk/gtktreeviewcolumn.c
+ (gtk_tree_view_column_set_cell_data_func):
+ s/GtkCellDataFunc/GtkTreeCellDataFunc.
+ (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
+ of "properties_changed" to help justify the death of the latter
+ signal. (-:
+
+ * tests/testtreefocus.c (main): Let some columns be focussable to
+ test focus better.
+
2001-06-01 Havoc Pennington <hp@redhat.com>
* gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode