summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-10 01:34:48 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-10 01:34:48 +0000
commit351052e1662110612b2c850977a70f2948a68496 (patch)
tree6620125ed4b3386fac6ac4d8c101f84abe5640f2 /ChangeLog.pre-2-6
parent79fed460d99ffeb75d8b4f71654a01ebf657b5e9 (diff)
downloadgdk-pixbuf-351052e1662110612b2c850977a70f2948a68496.tar.gz
Make select_all not work if you're in SINGLE mode (it doesn't make that
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.
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]