Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 3475:c3175ca37443
[xemacs-hg @ 2006-06-25 17:27:28 by aidan]
Stop complaining about unknown Unicode keysyms.
author | aidan |
---|---|
date | Sun, 25 Jun 2006 17:27:29 +0000 |
parents | 94903620d912 |
children | 81975997fb1a |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 25 13:58:03 2006 +0000 +++ b/lisp/ChangeLog Sun Jun 25 17:27:29 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-25 Aidan Kehoe <kehoea@parhasard.net> + + * x-init.el (x-initialize-keyboard): + No longer warn about Unicode keysyms without a mapping, since we + now have valid mappings for all Unicode keysyms. + 2006-06-25 Aidan Kehoe <kehoea@parhasard.net> * cmdloop.el (read-quoted-char): @@ -26,7 +32,12 @@ * unicode.el: * unicode.el (featurep): + Define a CCL program to translate characters to Unicode, for use + in redisplay with the fall-back Unicode charsets. * x-init.el (x-initialize-keyboard): + Only warn about unknown Unicode keysyms if Mule is available; we + assume that people who've chosen non-Mule are okay with losing + data. 2006-06-03 Adrian Aichner <adrian@xemacs.org>