summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-23 14:32:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-23 14:32:44 +0000
commitb09d194d3c527d12e8ebcb9d2bcad57a5848ca16 (patch)
treee29f153a251b9c4fa058c632ad43a24253b202bb /ChangeLog.pre-2-6
parent7ab5f8c5a7eb26ea3dfa77875eb97deef7e6d704 (diff)
downloadgtk+-b09d194d3c527d12e8ebcb9d2bcad57a5848ca16.tar.gz
Fixup some problems with text length handling in error cases.
Sat Jun 23 10:27:53 2001 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c: Fixup some problems with text length handling in error cases. * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder a bit to make test actually warn on attempt to allocation a negative size. (#56101, Matthias Clasen)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index fa8adf8144..094419983f 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,12 @@
+Sat Jun 23 10:27:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * modules/input/gtkimcontextxim.c: Fixup some problems with
+ text length handling in error cases.
+
+ * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
+ a bit to make test actually warn on attempt to allocation
+ a negative size. (#56101, Matthias Clasen)
+
Fri Jun 22 14:06:08 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug