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

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



Author: branden
Date: 2005-01-06 22:15:09 -0500 (Thu, 06 Jan 2005)
New Revision: 2119

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/patches/099z_xkb_level3_ralt_switch.diff
Log:
Complete Denis's comma -> KP_Separator fix.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-01-07 02:22:57 UTC (rev 2118)
+++ trunk/debian/CHANGESETS	2005-01-07 03:15:09 UTC (rev 2119)
@@ -49,9 +49,9 @@
     2102
 
 Make keypad delete key <KPDL> generate KP_Separator, not comma, in
-Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).
-(Closes: #286667)
-    2105
+Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).  Update patch
+#099z_xkb_level3_ralt_switch.  (Closes: #286667)
+    2105, 2119
 
 Tighten the OSMesa library's dependencies on Mesa, because OSMesa depends
 on private _glapi* functions exported only by the Mesa version of the GL

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-07 02:22:57 UTC (rev 2118)
+++ trunk/debian/changelog	2005-01-07 03:15:09 UTC (rev 2119)
@@ -6,8 +6,8 @@
     was broken and made such keyboards unusable.  (Closes: #286268)
 
   * Make keypad delete key <KPDL> generate KP_Separator, not comma, in
-    Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).
-    (Closes: #286667)
+    Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).  Update patch
+    #099z_xkb_level3_ralt_switch.  (Closes: #286667)
 
   Changes by Branden Robinson:
 

Modified: trunk/debian/patches/099z_xkb_level3_ralt_switch.diff
===================================================================
--- trunk/debian/patches/099z_xkb_level3_ralt_switch.diff	2005-01-07 02:22:57 UTC (rev 2118)
+++ trunk/debian/patches/099z_xkb_level3_ralt_switch.diff	2005-01-07 03:15:09 UTC (rev 2119)
@@ -28,12 +28,11 @@
  };
  
  partial alphanumeric_keys
-diff -ruN xc-old/programs/xkbcomp/symbols/pc/br xc/programs/xkbcomp/symbols/pc/br
---- xc-old/programs/xkbcomp/symbols/pc/br	2004-10-12 08:49:28.000000000 +0000
-+++ xc/programs/xkbcomp/symbols/pc/br	2004-10-12 08:53:12.000000000 +0000
+--- xc/programs/xkbcomp/symbols/pc/br~	2005-01-06 22:10:55.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pc/br	2005-01-06 22:10:58.000000000 -0500
 @@ -40,7 +40,7 @@
      key <KPPT>	{ [KP_Decimal ]	};
-     key <KPDL>	{ [ KP_Delete,      comma ]	};
+     key <KPDL>	{ [ KP_Delete, KP_Separator ]	};
  
 -    include "level3(ralt_switch_multikey)"
 +    include "level3(ralt_switch)"



Reply to: