summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-03-16 22:24:22 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-16 22:24:22 +0000
commit23e3673e8ba7019acfea692b73a21edbac92d224 (patch)
tree53e60480aea771bb4bbc67d67b44add5b66cac8e /ChangeLog.pre-2-10
parent52658cd3dc2ec01fe9cfcb5f9253b00febc8e039 (diff)
downloadgtk+-23e3673e8ba7019acfea692b73a21edbac92d224.tar.gz
change to use gint instead of gint16, to avoid overflow issues, since
2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint instead of gint16, to avoid overflow issues, since sizes > 16-bit are now allowed. 2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtk-docs.sgml: remove GtkData entity usage
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.