Author: dnusinow Date: 2005-07-02 14:24:24 -0500 (Sat, 02 Jul 2005) New Revision: 297
Added: trunk/debian/patches/093_xkb_fix_macintosh_problems.diff Modified: trunk/debian/TODO Log: - Patch audit. This one's thanks to Nathanael Nerode. - Port equal key fix from 093_xkb_fix_macintosh_problems.diff xfree86 tree Modified: trunk/debian/TODO =================================================================== --- trunk/debian/TODO 2005-07-02 18:45:28 UTC (rev 296) +++ trunk/debian/TODO 2005-07-02 19:24:24 UTC (rev 297) @@ -22,7 +22,6 @@ -- Upstream says that it's incorrect and due to a toolchain bug. Have to see whether it's still needed for GNU/kFreeBSD, and if so, fix the bug. See Freedesktop Bugzilla #1902. -093_xkb_fix_macintosh_problems.diff - "Keypad equal" fix is missing and needs to be ported. 099s_selinux_support.diff -- needs porting 099t_xkb_remove_hidden_attributes.diff -- needs porting 099u_mkdirhier_rewrite.diff -- needs porting Added: trunk/debian/patches/093_xkb_fix_macintosh_problems.diff =================================================================== --- trunk/debian/patches/093_xkb_fix_macintosh_problems.diff 2005-07-02 18:45:28 UTC (rev 296) +++ trunk/debian/patches/093_xkb_fix_macintosh_problems.diff 2005-07-02 19:24:24 UTC (rev 297) @@ -0,0 +1,12 @@ +diff -ruN xc-old/programs/xkbcomp/symbols/macintosh/us xc/programs/xkbcomp/symbols/macintosh/us +--- xc-old/programs/xkbcomp/symbols/macintosh/us 2005-05-08 23:28:52.000000000 -0400 ++++ xc/programs/xkbcomp/symbols/macintosh/us 2005-07-02 14:59:09.000000000 -0400 +@@ -101,7 +101,7 @@ + + // Begin "Keypad" section + key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] }; +- key <KPEQ> { [ equal ] }; ++ key <KPEQ> { [ KP_Equal ] }; + key <KPDV> { [ KP_Divide ] }; + key <KPMU> { [ KP_Multiply ] }; + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]