summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-12-19 05:15:15 +0000
committerTim Janik <timj@src.gnome.org>1998-12-19 05:15:15 +0000
commit8fc5066a69f37a095354eed184d5582a0a5d6744 (patch)
treeee398d4b87291994282b33add19d0fa1ad421046 /ChangeLog.pre-2-4
parentee173b486ff0c598320db3b78cdbbffa597c15ba (diff)
downloadgtk+-8fc5066a69f37a095354eed184d5582a0a5d6744.tar.gz
removed return_if_fail (label->words != NULL) since that's a valid case
Sat Dec 19 05:37:51 1998 Tim Janik <timj@gtk.org> * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail (label->words != NULL) since that's a valid case when the label is empty, or just default constructed. fixed indentation prototype arguments and braces in some places. also, pointer comparisions and initializations are done with NULL not 0, there's a reason GLib defines NULL. * gdk/gdkevents.c (gdk_events_pending): return (queued_events || putback_events) so this again returns whether events are pending, not whether other sources like idles are pending. * gtk/gtkmain.c (gtk_main_iteration_do): (gtk_main_iteration): return whether the loop is done, not whether something got dispatch to restore the original behaviour (yosh: this fixes code like in GleSelector).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-418
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index fbe0aa0ef3..9464a9a6cb 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,21 @@
+Sat Dec 19 05:37:51 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail
+ (label->words != NULL) since that's a valid case when the label
+ is empty, or just default constructed.
+ fixed indentation prototype arguments and braces in some places.
+ also, pointer comparisions and initializations are done with NULL
+ not 0, there's a reason GLib defines NULL.
+
+ * gdk/gdkevents.c (gdk_events_pending): return (queued_events ||
+ putback_events) so this again returns whether events are pending,
+ not whether other sources like idles are pending.
+
+ * gtk/gtkmain.c (gtk_main_iteration_do):
+ (gtk_main_iteration): return whether the loop is done, not whether
+ something got dispatch to restore the original behaviour (yosh: this
+ fixes code like in GleSelector).
+
Fri Dec 18 19:20:45 PST 1998 Manish Singh <yosh@gimp.org>
* gtkbutton.[ch]