comparison 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
comparison
equal deleted inserted replaced
3474:94903620d912 3475:c3175ca37443
1 2006-06-25 Aidan Kehoe <kehoea@parhasard.net>
2
3 * x-init.el (x-initialize-keyboard):
4 No longer warn about Unicode keysyms without a mapping, since we
5 now have valid mappings for all Unicode keysyms.
6
1 2006-06-25 Aidan Kehoe <kehoea@parhasard.net> 7 2006-06-25 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * cmdloop.el (read-quoted-char): 9 * cmdloop.el (read-quoted-char):
4 Don't error on non-character keys, accept them as terminating the 10 Don't error on non-character keys, accept them as terminating the
5 sequence. 11 sequence.
24 30
25 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> 31 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
26 32
27 * unicode.el: 33 * unicode.el:
28 * unicode.el (featurep): 34 * unicode.el (featurep):
35 Define a CCL program to translate characters to Unicode, for use
36 in redisplay with the fall-back Unicode charsets.
29 * x-init.el (x-initialize-keyboard): 37 * x-init.el (x-initialize-keyboard):
38 Only warn about unknown Unicode keysyms if Mule is available; we
39 assume that people who've chosen non-Mule are okay with losing
40 data.
30 41
31 2006-06-03 Adrian Aichner <adrian@xemacs.org> 42 2006-06-03 Adrian Aichner <adrian@xemacs.org>
32 43
33 * package-get.el (package-get-download-sites): Welcome 44 * package-get.el (package-get-download-sites): Welcome
34 nl.xemacs.org and Thanks! 45 nl.xemacs.org and Thanks!