Author: branden
Date: 2004-03-31 17:22:33 -0500 (Wed, 31 Mar 2004)
New Revision: 1213

Added:
   trunk/debian/patches/082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff
Modified:
   trunk/debian/changelog
Log:
German keyboards using the "nodeadkeys" variant should produce an
apostrophe, not an acute accent, when <AE12> is pressed.  This change is
also consistent with the existing xc/programs/xkbcomp/symbols/de file
(thanks, Andreas Metzler).  (Closes: #241127)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2004-03-31 20:52:01 UTC (rev 1212)
+++ trunk/debian/changelog      2004-03-31 22:22:33 UTC (rev 1213)
@@ -99,8 +99,13 @@
   * Update libxmuu-dev's package description to explain why it does not ship
     header files.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Wed, 31 Mar 2004 15:52:14 -0500
+  * German keyboards using the "nodeadkeys" variant should produce an
+    apostrophe, not an acute accent, when <AE12> is pressed.  This change is
+    also consistent with the existing xc/programs/xkbcomp/symbols/de file
+    (thanks, Andreas Metzler).  (Closes: #241127)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Wed, 31 Mar 2004 17:22:39 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Added: trunk/debian/patches/082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff
===================================================================
--- trunk/debian/patches/082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff       
2004-03-31 20:52:01 UTC (rev 1212)
+++ trunk/debian/patches/082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff       
2004-03-31 22:22:33 UTC (rev 1213)
@@ -0,0 +1,20 @@
+$Id$
+
+German keyboards using the "nodeadkeys" variant should produce an
+apostrophe, not an acute accent, when <AE12> is pressed.  This change is
+also consistent with the existing xc/programs/xkbcomp/symbols/de file.
+See Debian bug #241127.
+
+This patch by Andreas Metzler.
+
+--- xc/programs/xkbcomp/symbols/pc/de~ 2004-03-31 16:17:00.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pc/de  2004-03-31 15:59:42.000000000 -0500
+@@ -43,7 +43,7 @@
+     include "pc/de(basic)"
+ 
+     key <TLDE>        { [asciicircum,    degree,      notsign,      notsign ] 
};
+-    key <AE12>        { [     acute,      grave,      cedilla,      cedilla ] 
};
++    key <AE12>        { [apostrophe,      grave,      cedilla,      cedilla ] 
};
+     key <AD11>        { [udiaeresis, Udiaeresis,    diaeresis,    diaeresis ] 
};
+     key <AD12>        { [      plus,   asterisk,   asciitilde,       macron ] 
};
+     key <AC10>        { [odiaeresis, Odiaeresis,  doubleacute,  doubleacute ] 
};


Property changes on: 
trunk/debian/patches/082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff
___________________________________________________________________
Name: svn:keywords
   + Id

Reply via email to