summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-31 22:59:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-31 22:59:29 +0000
commite9a03443c7f8ae33306a7f18df5e6e5ec5a57ed5 (patch)
tree6796d3611211cc30fdeeb8690552c200e6cba01f /ChangeLog.pre-2-0
parent44afc537b36fa81a75ec3f16823ab67a60e2500e (diff)
downloadgtk+-e9a03443c7f8ae33306a7f18df5e6e5ec5a57ed5.tar.gz
Fix problem where computation was depending on widget->allocation instead
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation was depending on widget->allocation instead of the width of text_area, which was incorrect for subclasses like GtkSpinButton. * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos with width == 1 tests that should be width == -1.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-09
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index e58e000f0a..c4d03bb230 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,12 @@
+Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
+ was depending on widget->allocation instead of the width of text_area,
+ which was incorrect for subclasses like GtkSpinButton.
+
+ * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
+ with width == 1 tests that should be width == -1.
+
Mon Jul 31 16:45:48 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken,