[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r2150 - in trunk/debian: . patches



Author: barbier
Date: 2005-01-23 17:11:50 -0500 (Sun, 23 Jan 2005)
New Revision: 2150

Added:
   trunk/debian/patches/099t_xkb_remove_hidden_attributes.diff
Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
The basic variant of 'us' layout was not displayed by kxkb because its
'hidden' attribute was wrongly set.  Thanks, Frans Pop!  (Closes: #290935)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-01-21 22:35:09 UTC (rev 2149)
+++ trunk/debian/CHANGESETS	2005-01-23 22:11:50 UTC (rev 2150)
@@ -179,4 +179,8 @@
 in OpenReadFile() and OpenWriteFile().  (Closes: #286164)
     2145
 
+The basic variant of 'us' layout was not displayed by kxkb because its
+'hidden' attribute was wrongly set.  Thanks, Frans Pop!  (Closes: #290935)
+    2149, 2150
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-21 22:35:09 UTC (rev 2149)
+++ trunk/debian/changelog	2005-01-23 22:11:50 UTC (rev 2150)
@@ -9,6 +9,9 @@
     Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).  Update patch
     #099z_xkb_level3_ralt_switch.  (Closes: #286667)
 
+  * The basic variant of 'us' layout was not displayed by kxkb because its
+    'hidden' attribute was wrongly set.  Thanks, Frans Pop!  (Closes: #290935)
+
   Changes by Branden Robinson:
 
   * Overhaul Xnest(1x) manpage.  Among other cleanups:

Added: trunk/debian/patches/099t_xkb_remove_hidden_attributes.diff
===================================================================
--- trunk/debian/patches/099t_xkb_remove_hidden_attributes.diff	2005-01-21 22:35:09 UTC (rev 2149)
+++ trunk/debian/patches/099t_xkb_remove_hidden_attributes.diff	2005-01-23 22:11:50 UTC (rev 2150)
@@ -0,0 +1,19 @@
+$Id$
+
+The basic variant of 'us' layout was not displayed by kxkb because its
+'hidden' attribute was wrongly set.
+
+Not submitted upstream to XFree86 or X.Org.
+
+diff -ruN xc-old/programs/xkbcomp/symbols/pc/us xc/programs/xkbcomp/symbols/pc/us
+--- xc-old/programs/xkbcomp/symbols/pc/us	2005-01-23 21:48:19.000000000 +0000
++++ xc/programs/xkbcomp/symbols/pc/us	2005-01-23 21:50:36.000000000 +0000
+@@ -3,7 +3,7 @@
+ // $XFree86: xc/programs/xkbcomp/symbols/us,v 1.6 2003/10/31 14:32:05 pascal Exp $
+ 
+ default
+-partial hidden alphanumeric_keys modifier_keys 
++partial alphanumeric_keys modifier_keys 
+ xkb_symbols "basic" {
+ 
+     name[Group1]= "US/ASCII";


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



Reply to: