summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorGnome CVS User <gnomecvs@src.gnome.org>1997-11-28 01:22:38 +0000
committerGnome CVS User <gnomecvs@src.gnome.org>1997-11-28 01:22:38 +0000
commit8d073b0232fd2b299df53b98bc08181f51dc2598 (patch)
tree7c971e57630d9c671199ca91cb2bbb6e1f3bf414 /ChangeLog.pre-2-6
parent64fd713042b2d7cd0c7ef640a50c7fe37417acfd (diff)
downloadgdk-pixbuf-8d073b0232fd2b299df53b98bc08181f51dc2598.tar.gz
new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on
window creation. some indentation fixes. this basically brings my tree back in sync with the repository again...
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-610
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 084d98f97..119afb495 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,13 @@
+Fri Nov 28 01:26:55 1997 Tim Janik <timj@psynet.net>
+
+ * gtk/gtkwindow.c (gtk_window_show): propagate a size_request before
+ the initial window creations (prevents windows with size of -1x-1).
+
+ * gtk/gtkmain.c (gtk_main_level): new function to determine
+ the current recursion level of gtkmain().
+ (gtk_true) (gtk_false): new functions implemented as a convenience
+ for signals that just need a handler with the appropriate return value.
+
Tue Nov 25 1997 Owen Taylor <owt1@cornell.edu>
gdk.c: Fix so that "other_events" are actually generated