changeset 3458:6139607b3fbf

[xemacs-hg @ 2006-06-18 18:34:19 by aidan] Add support for three PUBLISHING keysyms.
author aidan
date Sun, 18 Jun 2006 18:34:21 +0000
parents 5bd2a23f9b5c
children 8f07ad760f0f
files src/ChangeLog src/event-xlike-inc.c
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jun 17 21:51:13 2006 +0000
+++ b/src/ChangeLog	Sun Jun 18 18:34:21 2006 +0000
@@ -1,3 +1,10 @@
+2006-06-18  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* event-xlike-inc.c:
+	Add support for three publishing keysyms with clear Unicode
+	mappings. They would have been included in my commit of 2005-06-26
+	had Markus Kuhn known about them. 
+	
 2006-06-13  Jerry James  <james@xemacs.org>
 
 	* lisp-union.h: Cast away bit restrictions on values retrieved
--- a/src/event-xlike-inc.c	Sat Jun 17 21:51:13 2006 +0000
+++ b/src/event-xlike-inc.c	Sun Jun 18 18:34:21 2006 +0000
@@ -352,9 +352,9 @@
     0x0,	/* #x0AB9 */
     0x0,	/* #x0ABA */
     0x2012,	/* #x0ABB FIGURE DASH	Publish */
-    0x0,	/* #x0ABC LEFT ANGLE BRACKET	Publish */
-    0x0,	/* #x0ABD DECIMAL POINT	Publish */
-    0x0,	/* #x0ABE RIGHT ANGLE BRACKET	Publish */
+    0x3008,	/* #x0ABC LEFT ANGLE BRACKET	Publish */
+    0x002E,	/* #x0ABD DECIMAL POINT	Publish */
+    0x3009,	/* #x0ABE RIGHT ANGLE BRACKET	Publish */
     0x0,	/* #x0ABF MARKER	Publish */
     0x0,	/* #x0AC0 */
     0x0,	/* #x0AC1 */