Author: branden Date: 2004-02-19 00:44:06 -0500 (Thu, 19 Feb 2004) New Revision: 1067
Modified: trunk/debian/changelog trunk/debian/patches/000_stolen_from_HEAD.diff Log: Grab from upstream CVS HEAD a patch to define the <LSGT> key on Belgian keyboard maps (per request from Wouter Verhelst). Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-02-19 05:39:04 UTC (rev 1066) +++ trunk/debian/changelog 2004-02-19 05:44:06 UTC (rev 1067) @@ -6,8 +6,12 @@ * Fix missing-word typo. - debian/NEWS - -- Branden Robinson <[EMAIL PROTECTED]> Wed, 18 Feb 2004 23:44:00 -0500 + * Grab from upstream CVS HEAD a patch to define the <LSGT> key on Belgian + keyboard maps (per request from Wouter Verhelst). + - debian/patches/000_stolen_from_HEAD.diff + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 19 Feb 2004 00:42:09 -0500 + xfree86 (4.3.0-2) unstable; urgency=low * The "It's like I have a shotgun in my mouth, I've got my finger on the Modified: trunk/debian/patches/000_stolen_from_HEAD.diff =================================================================== --- trunk/debian/patches/000_stolen_from_HEAD.diff 2004-02-19 05:39:04 UTC (rev 1066) +++ trunk/debian/patches/000_stolen_from_HEAD.diff 2004-02-19 05:44:06 UTC (rev 1067) @@ -59,6 +59,10 @@ 60. Fix for spontaneous repeated keyboard events during sync grab (#A.1713, Michal MarĂ¼ka). +xc/programs/xkbcomp/symbols/pc/be @ 1.3 + 92. Add keys missed in multi-layout keyboard maps: LSGT key in Belgian map + [...] (Ivan Pascal). + diff -urN xc.orig/config/imake/imake.c xc/config/imake/imake.c --- xc.orig/config/imake/imake.c 2002-12-17 09:48:27.000000000 +1100 +++ xc/config/imake/imake.c 2003-04-09 01:58:14.000000000 +1000 @@ -828,3 +832,14 @@ if (DeviceEventCallback) { DeviceEventInfoRec eventinfo; +diff -u -p -r1.2 -r1.3 +--- xc/programs/xkbcomp/symbols/pc/be 2002/11/22 04:03:28 1.2 ++++ xc/programs/xkbcomp/symbols/pc/be 2003/04/12 10:53:48 1.3 +@@ -40,6 +40,7 @@ + key <AB08> { [ semicolon, period, horizconnector, multiply ] }; + key <AB09> { [ colon, slash, periodcentered, division ] }; + key <AB10> { [ equal, plus, dead_tilde, dead_abovedot] }; ++ key <LSGT> { [ less, greater, backslash, backslash ] }; + + key <RALT> { type[Group1]="TWO_LEVEL", + [ ISO_Level3_Shift, Multi_key ] };