X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-2;h=9a096367ed00f80e0c73a55466bd962271556cf6;hb=d237e8557d275e43ec80f892df9ae4d5dcc82bcc;hp=c7cc61f552b394ee8028cb9e3fb0e1edd1523d59;hpb=b924594ef150ba5ee2bd40068bdbb3fdbbd401fa;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c7cc61f55..9a096367e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,16 @@ +2002-03-01 Tor Lillqvist + + * gdk/gdkkeys.c (gdk_keyval_convert_case) + * gdk/x11/gdkkeys-x11.c (gdk_keyval_convert_case): If the keyval + to be converted is one of those that consist of a Unicode + character plus our special flag bit, use the + g_unichar_to{lower,upper} functions (Bug#73112). + + * gdk/gdkkeys.c (gdk_keyval_convert_case): Drop the #ifdefs for + the GDK keysym symbols. As we include gdkkeysyms.h, we know they + are there. And if GDK keysyms some day are added/removed, this + function needs changes, too, anyway. + Fri Mar 1 17:00:28 2002 Owen Taylor * gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)