]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Minor cosmetics.
[~andy/gtk] / ChangeLog.pre-2-6
index 96fe3e3d1302ddd0f3bca652d29bb24e8ffd623a..67ce50f450384dae79af901a885004b15eb4a47f 100644 (file)
@@ -1,3 +1,28 @@
+2002-12-17  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkglobals-win32.c: Minor cosmetics.
+
+       Implement two missing functions (#101369)
+
+       * gdk/win32/gdkevents-win32.c
+       (gdk_display_add_client_message_filter): Implement by calling
+       gdk_add_client_message_filter(), no separate displays on Windows,
+       at least not yet.
+
+       * gdk/win32/gdkgc-win32.c (gdk_gc_get_screen): Implement by
+       returning the only screen so far, _gdk_screen.
+
+Mon Dec 16 16:18:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktexttag.c (gtk_text_tag_get_property): Get rid
+       of incorrect calls to g_value_init(). (#100669, Johan
+       Dahlin, James Henstridge)
+
+Mon Dec 16 17:20:02 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkaccellabel.c: Implement Owen's susggestion from
+       #80764. Fixes #101314.
+
 Sun Dec 15 18:47:30 2002  Owen Taylor  <otaylor@redhat.com>
 
        Some fixes for modal hint setting based on a patch