diff options
author | Tim Janik <timj@gtk.org> | 1998-05-15 08:09:18 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-15 08:09:18 +0000 |
commit | 152ff34893aafbd21e8993f14c1cfe5c9ac28de4 (patch) | |
tree | 92d63edfdc412d948bff49148299051c2e74a009 /ChangeLog.pre-2-8 | |
parent | 10e187f2f6afcd5b15962206ad782a2eb2904b5b (diff) | |
download | gtk+-152ff34893aafbd21e8993f14c1cfe5c9ac28de4.tar.gz |
[binray incompatibility]
[binray incompatibility]
Fri May 15 00:56:59 1998 Tim Janik <timj@gtk.org>
* glib.h: further support for gcc function attributes: G_GNUC_FORMAT,
G_GNUC_NORETURN and G_GNUC_CONST.
* gscanner.c (g_scanner_stat_mode): changed stat() to lstat().
(g_scanner_msg_handler): "\n" at end of line!
(g_scanner_foreach_symbol): new function to iterate over the symbol
table (GScanner does value-wrapping).
Fri May 15 09:44:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.h (struct _GtkWidgetClass): corrected returntype of
the visibility_notify_event method and changed method order.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8cb0e554d0..372e6db512 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Fri May 15 09:44:10 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkwidget.h (struct _GtkWidgetClass): corrected returntype of + the visibility_notify_event method and changed method order. + Thu May 14 03:04:43 1998 Tim Janik <timj@gtk.org> * gtk/gtk.defs: added GtkButtonBoxStyle and GtkOrientation definitions |