summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-08 16:50:58 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-08 16:50:58 +0000
commit72ef055bde913c993d4a38964542b1d1c4470e1b (patch)
tree1a0dfa26b1f5655535800ada3676d685d2e22f47 /ChangeLog.pre-2-6
parentda562f4dc8db7722ffc89198d42eb9e2efbda62a (diff)
downloadgtk+-72ef055bde913c993d4a38964542b1d1c4470e1b.tar.gz
warn if row/cols are out of range. Fix bug #55921
Fri Jun 8 12:38:49 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of range. Fix bug #55921 * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug (#55920). Fri Jun 8 12:38:49 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of range. Fix bug #55921 * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug (#55920).
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 9a40e26083..b1581cf34e 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+Fri Jun 8 12:38:49 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
+ range. Fix bug #55921
+
+ * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
+ (#55920).
+
Fri Jun 8 12:03:07 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkkeys.[ch]: Add a direction-changed signal,