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-617
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 5a90922c7..154483afe 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,20 @@
+Fri Mar 9 20:36:21 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
+ select_all not work if you're in SINGLE mode (it doesn't make that
+ much sense, anyway.)
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
+ handle types more sanely.
+ (_gtk_tree_data_list_value_to_node): handle types more sanely.
+ (_gtk_tree_data_list_node_copy): handle types more sanely.
+
+ * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
+ GValue better. Converts the type as well.
+
+ * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
+ GValue better. Converts the type as well.
+
Wed Mar 7 20:47:41 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]