]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Fix missing adjustments for new type of
[~andy/gtk] / ChangeLog.pre-2-2
index 6636875f4a3e2deacd1808ca584940bbe8b6b2fa..5c1c1fc112ec6bb71d391e3f8f7e0f4301b061f8 100644 (file)
@@ -1,3 +1,28 @@
+Mon Nov 25 17:10:54 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_set_property_value): 
+       Fix missing adjustments for new type of
+       gtk_settings_set_property_value_internal(). (#99436,
+       Iain Holmes.)
+
+       * gtk/gtksettings.c (apply_queued_setting): Set the
+       source _after_ we call g_object_set_property, or otherwise
+       we get the APPLICATION source from our setter 
+       implemenatation.
+
+2002-11-25  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (print_event_state,
+       print_window_state, print_event): Enclose in #ifdef
+       G_ENABLE_DEBUG, as they use functions only available with
+       G_ENABLE_DEBUG, and are called only when G_ENABLE_DEBUG. (#99494,
+       Arnaud Charlet)
+
+Mon Nov 25 16:58:27 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
+       not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
+
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
        * docs/tutorial/gtk-tut.sgml: Fix the ftp download url.