summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-19 00:58:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-19 00:58:09 +0000
commit5a43a59ff3f7dd66b43b66c1c38ca4bcb99cd76e (patch)
treef670758610bc5461529b0e8910bff07f8a4b854e /ChangeLog.pre-2-0
parent1a46d3d534698081b67e56e5510f521e45bfcbd1 (diff)
downloadgtk+-5a43a59ff3f7dd66b43b66c1c38ca4bcb99cd76e.tar.gz
Fix incorrect parameter to compute_double_length (#58680, patch from
Tue Sep 18 20:47:16 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix incorrect parameter to compute_double_length (#58680, patch from Matthias Clasen) Fixes for compilation with Forte cc. (#59734, Derek Rafter) * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;. * gdk/gdktypes.h (GdkModifierType): Write 1u << 31 for GDK_RELEASE_MASK to avoid warnings with Forte. * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing break; statements.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-016
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index c2e8297ba1..b0c9738c75 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,19 @@
+Tue Sep 18 20:47:16 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix
+ incorrect parameter to compute_double_length
+ (#58680, patch from Matthias Clasen)
+
+ Fixes for compilation with Forte cc. (#59734, Derek Rafter)
+
+ * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
+
+ * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
+ for GDK_RELEASE_MASK to avoid warnings with Forte.
+
+ * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
+ break; statements.
+
2001-09-18 Alex Larsson <alexl@redhat.com>
* gtk/gtkcheckbutton.c: