diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-14 06:42:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-14 06:42:39 +0000 |
commit | f9ad283402f5745720938427b9412bd323d1069d (patch) | |
tree | 2f5f3a588b390f1955c6d86e9477ba47d58defe6 /ChangeLog.pre-2-10 | |
parent | 8cde2c5c213003fc92daa67fe34301c114512407 (diff) | |
download | gtk+-f9ad283402f5745720938427b9412bd323d1069d.tar.gz |
Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.
Sat Mar 14 01:36:51 1998 Owen Taylor <owt1@cornell.edu>
Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6b77fc5da8..0faaeda7e6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,24 @@ +Sat Mar 14 01:36:51 1998 Owen Taylor <owt1@cornell.edu> + + * gtk-config.in: Added -I $exec_prefix/glib/include to cflags + +Sat Mar 14 00:03:34 1998 Owen Taylor <owt1@cornell.edu> + + * gtk/gtkwindow.c: + Don't resize windows when request is rejected by WM. + Only use the resize count to guess whether a Configure + event was a rejection by the WM, or a move. + + * gdk/gdk.c gdk/gdktypes.h: + - Don't XDestroyWindow foreign windows (If they're a child of + one of our windows, reparent them to root and send them a WM + delete event, otherwise, just delete the GTK structure.) + Handle notification of their deletion properly. + (Made foreign windows a seperate window type to do this) + + * gtk/gtkobject.c (gtk_object_set_data_full): + Call the DestroyNotify when replacing the object data. + Sat Mar 14 02:03:13 1998 Tim Janik <timj@gimp.org> * gtk/gtksignal.c: make use of *_by_id() functions for handler key. |