User: aidan
Date: 06/06/18 20:34:24
Modified: xemacs/src ChangeLog event-xlike-inc.c
Log:
Add support for three PUBLISHING keysyms.
Revision Changes Path
1.974 +7 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.973
retrieving revision 1.974
diff -u -p -r1.973 -r1.974
--- ChangeLog 2006/06/16 16:50:39 1.973
+++ ChangeLog 2006/06/18 18:34:19 1.974
@@ -1,3 +1,10 @@
+2006-06-18 Aidan Kehoe <kehoea(a)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(a)xemacs.org>
* lisp-union.h: Cast away bit restrictions on values retrieved
1.4 +3 -3 XEmacs/xemacs/src/event-xlike-inc.c
Index: event-xlike-inc.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/event-xlike-inc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- event-xlike-inc.c 2006/06/03 17:50:54 1.3
+++ event-xlike-inc.c 2006/06/18 18:34:21 1.4
@@ -352,9 +352,9 @@ static UINT_16_BIT const PUBLISHING[] =
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 */
Show replies by date