X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-4;h=4dfc829c1120979c97b1bcc3a4c949877c3c1738;hb=47b6f521d22f8d16ad26f491083a2449943efe79;hp=7e7b432985a6d104381ccf2e6c8fe541755e9381;hpb=2caade2a7f96a8b3c46e5a6545a1c4296c921a90;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7e7b43298..4dfc829c1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,16 @@ +2004-04-10 Tor Lillqvist + + * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state): + If both Shift and CapsLock pressed, ignore the shift only for + letters (that would have been affected by the CapsLock). (#139095) + + * gdk/win32/gdkglobals-win32.c: Disable tablet support by default, + seems to be even buggier now than it used to be. (#138341) + Initialize _gdk_input_ignore_wintab to TRUE. + + * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and + GDK_USE_WINTAB environment variable to turn on tablet support. + 2004-04-09 Christian Persch * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),