summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-01 21:55:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-01 21:55:49 +0000
commit78ab1ea3fcb1311863967dba02c0707db3842562 (patch)
treeb958cd1c86dbce7b0b341ad4cc46d8a3cedf76c8 /ChangeLog.pre-2-10
parenta512f0b8419e248b557e5d4bc44017dcb26d2a19 (diff)
downloadgdk-pixbuf-78ab1ea3fcb1311863967dba02c0707db3842562.tar.gz
Fixed problem with uints resulting in huge child allocations.
Mon Feb 1 15:14:56 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_size_allocate): Fixed problem with uints resulting in huge child allocations.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1016
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 27fad1595..4a070c104 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,11 +1,17 @@
+Mon Feb 1 15:14:56 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkoptionmenu.c (gtk_option_menu_size_allocate):
+ Fixed problem with uints resulting in huge child
+ allocations.
+
Mon Feb 1 14:54:28 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtklabel.c (gtk_label_expose): Cast uints
- to ints in geometry calculations. This should
- prevent FP exceptions on FreeBSD when quantities
- become negative. [ Actually, this is probably
- a workaround with a gcc bug with handling of
- bitfields, according to Ben Jackson <ben@ben.com> ]
+ to ints in geometry calculations. This should
+ prevent FP exceptions on FreeBSD when quantities
+ become negative. [ Actually, this is probably
+ a workaround with a gcc bug with handling of
+ bitfields, according to Ben Jackson <ben@ben.com> ]
Mon Feb 1 13:35:14 GMT 1999 Tony Gale <gale@gtk.org>