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

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



Author: barbier
Date: 2004-12-24 04:34:26 -0500 (Fri, 24 Dec 2004)
New Revision: 2105

Added:
   trunk/debian/patches/099p_xkb_brazilian_fix_keypad_separator.diff
Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
Make keypad delete key <KPDL> generate KP_Separator, not comma, in
Brazilian XKB layouts (thanks, Rafael ?\195?\129vila de Esp?\195?\173ndola).
(Closes: #286667)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-12-21 00:08:45 UTC (rev 2104)
+++ trunk/debian/CHANGESETS	2004-12-24 09:34:26 UTC (rev 2105)
@@ -48,4 +48,9 @@
 latter function returns NULL.  Thanks, Bjorn!  (Closes: #284025)
     2102
 
+Make keypad delete key <KPDL> generate KP_Separator, not comma, in
+Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).
+(Closes: #286667)
+    2105
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-12-21 00:08:45 UTC (rev 2104)
+++ trunk/debian/changelog	2004-12-24 09:34:26 UTC (rev 2105)
@@ -5,6 +5,10 @@
   * The loading of srvr_ctrl(xfree86) symbol definitions for Sun keyboards
     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)
+
   Changes by Branden Robinson:
 
   * Overhaul Xnest(1x) manpage.  Among other cleanups:

Added: trunk/debian/patches/099p_xkb_brazilian_fix_keypad_separator.diff
===================================================================
--- trunk/debian/patches/099p_xkb_brazilian_fix_keypad_separator.diff	2004-12-21 00:08:45 UTC (rev 2104)
+++ trunk/debian/patches/099p_xkb_brazilian_fix_keypad_separator.diff	2004-12-24 09:34:26 UTC (rev 2105)
@@ -0,0 +1,31 @@
+$Id$
+
+This patch by Denis Barbier, based on a report from Rafael Ávila de
+Espíndola.
+
+Not submitted to XFree86.
+
+diff -ruN xc-old/programs/xkbcomp/symbols/br xc/programs/xkbcomp/symbols/br
+--- xc-old/programs/xkbcomp/symbols/br	2000-11-28 17:25:14.000000000 +0000
++++ xc/programs/xkbcomp/symbols/br	2004-12-24 09:16:58.000000000 +0000
+@@ -61,7 +61,7 @@
+                         [          degree,    questiondown	]       };
+ 
+     key <KPPT> {	[  KP_Decimal				]	};
+-    key <KPDL> {	[  KP_Delete,	comma			]	};
++    key <KPDL> {	[  KP_Delete,	KP_Separator		]	};
+ 
+     // begin modifier mappings
+     
+diff -ruN xc-old/programs/xkbcomp/symbols/pc/br xc/programs/xkbcomp/symbols/pc/br
+--- xc-old/programs/xkbcomp/symbols/pc/br	2004-12-24 09:13:51.000000000 +0000
++++ xc/programs/xkbcomp/symbols/pc/br	2004-12-24 09:17:15.000000000 +0000
+@@ -38,7 +38,7 @@
+     key <AB11>	{ [     slash,   question,       degree, questiondown ]	};
+ 
+     key <KPPT>	{ [KP_Decimal ]	};
+-    key <KPDL>	{ [ KP_Delete,      comma ]	};
++    key <KPDL>	{ [ KP_Delete, KP_Separator ]	};
+ 
+     include "level3(ralt_switch_multikey)"
+ };


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



Reply to: