comparison lisp/ChangeLog @ 3341:591c4e52c6d5

[xemacs-hg @ 2006-04-15 14:44:34 by aidan] Use Unicode for quoted-insert of codes greater than #xFF.
author aidan
date Sat, 15 Apr 2006 14:44:34 +0000
parents 14995b91af10
children 29234c1a76c7
comparison
equal deleted inserted replaced
3340:4a73066779c1 3341:591c4e52c6d5
1 2006-04-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cmdloop.el (read-quoted-char): Use unicode-to-char instead of
4 int-to-char for converting code points to characters; document
5 this usage. This is compatible with previously documented
6 behaviour, since the mapping from number to character was only
7 stable and well-defined for ISO-8859-1. Thank you Pete Forman!
8
9 Document some help subsystem incompatibility with GNU that seems
10 to have been ignored during the last sync.
11
1 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> 12 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
2 13
3 * XEmacs 21.5.26 "endive" is released. 14 * XEmacs 21.5.26 "endive" is released.
4 15
5 2006-03-31 Marcus Crestani <marcus.crestani@ub.uni-tuebingen.de> 16 2006-03-31 Marcus Crestani <marcus.crestani@ub.uni-tuebingen.de>