summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-30 23:04:51 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-30 23:04:51 +0000
commit4bf5d761bcb86ee9c60bceda9f93e8115ed4b785 (patch)
tree1475e5f4bcccc50b1c7e182229e804fae43140a8 /ChangeLog.pre-2-10
parent8eb7761e7207644568885bca22d413eb75b4dc3c (diff)
downloadgdk-pixbuf-4bf5d761bcb86ee9c60bceda9f93e8115ed4b785.tar.gz
Improved main loop test. (Quits main loop properly, makes it more obvious
Mon Mar 30 16:35:57 1998 Owen Taylor <owt1@cornell.edu> * gtk/testgtk.c: Improved main loop test. (Quits main loop properly, makes it more obvious to the user what is going on) * gtk/gtkwidget.c (gtk_widget_unparent): Reset the allocation _after_ clearing the window. * configure.in: If can't find XShmAttach in Xext, check in XextSam (for AIX). * gtk/gtkmain.c (gtk_events_pending): Remember, small numbers are _high_ priority for idle queues. * gtk/gtkmain.c (gtk_handle_current_timeouts): Allow removing the currently running timeout. * gtk/testgtk.c (timeout_test): Use the right prototype for callback.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1022
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index b401272f3..945406dfb 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,24 @@
+Mon Mar 30 16:35:57 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/testgtk.c: Improved main loop test. (Quits main
+ loop properly, makes it more obvious to the user
+ what is going on)
+
+ * gtk/gtkwidget.c (gtk_widget_unparent): Reset the
+ allocation _after_ clearing the window.
+
+ * configure.in: If can't find XShmAttach in Xext, check
+ in XextSam (for AIX).
+
+ * gtk/gtkmain.c (gtk_events_pending): Remember, small
+ numbers are _high_ priority for idle queues.
+
+ * gtk/gtkmain.c (gtk_handle_current_timeouts): Allow
+ removing the currently running timeout.
+
+ * gtk/testgtk.c (timeout_test): Use the right prototype
+ for callback.
+
Mon Mar 30 21:40:21 1998 Tim Janik <timj@gtk.org>
* gtk/gtkclist.c (gtk_clist_row_from_ypixel): removed this function,
@@ -27,6 +48,7 @@ Sun Mar 29 22:29:00 1998 Tim Janik <timj@gtk.org>
Added wrapping capabilities to GtkSpinButton. New function :
gtk_spin_button_set_wrap (Lars Hamann and Stefan Jeske).
+>>>>>>> 1.302
Sat Mar 28 21:18:42 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkcombo.c (gtk_combo_disable_activate):