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

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



Author: branden
Date: 2004-08-13 01:43:54 -0500 (Fri, 13 Aug 2004)
New Revision: 1735

Added:
   trunk/debian/patches/099g_xkb_symbols_polish_fix_keypad_separator.diff
Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
Make keypad delete key <KPDL> generate KP_Separator, not KP_Decimal, in
Polish XKB layouts (thanks, Emil Novak).  (Closes: #261163)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-08-12 22:38:58 UTC (rev 1734)
+++ trunk/debian/CHANGESETS	2004-08-13 06:43:54 UTC (rev 1735)
@@ -367,4 +367,8 @@
 testing this fix.  Resync patches #044 and #045.  (Closes: #260753)
     1734
 
+Make keypad delete key <KPDL> generate KP_Separator, not KP_Decimal, in
+Polish XKB layouts (thanks, Emil Novak).  (Closes: #261163)
+    1735
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-08-12 22:38:58 UTC (rev 1734)
+++ trunk/debian/changelog	2004-08-13 06:43:54 UTC (rev 1735)
@@ -279,6 +279,9 @@
     current mode wasn't valid.  Thanks to Ryan Underwood for identifying and
     testing this fix.  Resync patches #044 and #045.  (Closes: #260753)
 
+  * Make keypad delete key <KPDL> generate KP_Separator, not KP_Decimal, in
+    Polish XKB layouts (thanks, Emil Novak).  (Closes: #261163)
+
   Changes by Fabio M. Di Nitto and Branden Robinson:
 
   * Support building only the parts of the source tree needed by
@@ -320,7 +323,7 @@
     autodetection would cause the script to think it had detected one X server
     or XFree86 video driver instead ($(echo "" | wc -l) is "1", not "0").
 
- -- Branden Robinson <branden@debian.org>  Thu, 12 Aug 2004 17:35:50 -0500
+ -- Branden Robinson <branden@debian.org>  Fri, 13 Aug 2004 01:42:09 -0500
 
 xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low
 

Added: trunk/debian/patches/099g_xkb_symbols_polish_fix_keypad_separator.diff
===================================================================
--- trunk/debian/patches/099g_xkb_symbols_polish_fix_keypad_separator.diff	2004-08-12 22:38:58 UTC (rev 1734)
+++ trunk/debian/patches/099g_xkb_symbols_polish_fix_keypad_separator.diff	2004-08-13 06:43:54 UTC (rev 1735)
@@ -0,0 +1,65 @@
+$Id$
+
+This patch by Branden Robinson, based on a report from Emil Novak.
+
+Not submitted to XFree86.
+
+diff -urN xc/programs/xkbcomp/symbols~/pc/pl xc/programs/xkbcomp/symbols/pc/pl
+--- xc/programs/xkbcomp/symbols~/pc/pl	2004-08-12 17:33:52.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pc/pl	2004-08-12 18:02:25.000000000 -0500
+@@ -21,5 +21,9 @@
+     key <AB03>	{ [         c,          C,       cacute,       Cacute ]	};
+     key <AB06>	{ [         n,          N,       nacute,       Nacute ]	};
+ 
++    // Begin keypad section
++    key  <KPDL> {        [        KP_Delete, KP_Separator     ]       };
++    // End of keypad section
++
+     include "level3(ralt_switch_multikey)"
+ };
+diff -urN xc/programs/xkbcomp/symbols~/pc/pl2 xc/programs/xkbcomp/symbols/pc/pl2
+--- xc/programs/xkbcomp/symbols~/pc/pl2	2004-08-12 17:33:52.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pc/pl2	2004-08-12 18:02:35.000000000 -0500
+@@ -41,6 +41,10 @@
+     key <BKSL>	{ [    oacute,     zacute,   dead_grave,   dead_breve ]	};
+     key <AB03>	{ [         c,          C,         cent,    copyright ]	};
+ 
++    // Begin keypad section
++    key  <KPDL> {        [        KP_Delete, KP_Separator     ]       };
++    // End of keypad section
++
+     include "level3(ralt_switch_multikey)"
+ };
+ 
+diff -urN xc/programs/xkbcomp/symbols~/pl xc/programs/xkbcomp/symbols/pl
+--- xc/programs/xkbcomp/symbols~/pl	2004-08-12 17:33:53.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pl	2004-08-12 18:01:54.000000000 -0500
+@@ -35,8 +35,12 @@
+ 			[	zabovedot,       Zabovedot	]	};
+     // End alphanumeric section
+ 
+-    // Begin mofifier mappings
+-    
++    // Begin keypad section
++    key  <KPDL> {        [        KP_Delete, KP_Separator     ]       };
++    // End of keypad section
++
++    // Begin modifier mappings
++
+     modifier_map Shift  { Shift_L };
+     modifier_map Lock   { Caps_Lock };
+     modifier_map Control{ Control_L };
+diff -urN xc/programs/xkbcomp/symbols~/pl2 xc/programs/xkbcomp/symbols/pl2
+--- xc/programs/xkbcomp/symbols~/pl2	2004-08-12 17:33:53.000000000 -0500
++++ xc/programs/xkbcomp/symbols/pl2	2004-08-12 18:02:16.000000000 -0500
+@@ -95,6 +95,10 @@
+ 
+     // End alphanumeric section
+ 
++    // Begin keypad section
++    key  <KPDL> {        [        KP_Delete, KP_Separator     ]       };
++    // End of keypad section
++
+     // begin modifier mappings
+     modifier_map Shift  { Shift_L };
+     modifier_map Lock   { Caps_Lock };


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



Reply to: