Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 14 21:51:05 2006 +0000 +++ b/lisp/ChangeLog Sat Apr 15 14:44:34 2006 +0000 @@ -1,3 +1,14 @@ +2006-04-15 Aidan Kehoe <kehoea@parhasard.net> + + * cmdloop.el (read-quoted-char): Use unicode-to-char instead of + int-to-char for converting code points to characters; document + this usage. This is compatible with previously documented + behaviour, since the mapping from number to character was only + stable and well-defined for ISO-8859-1. Thank you Pete Forman! + + Document some help subsystem incompatibility with GNU that seems + to have been ignored during the last sync. + 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.26 "endive" is released.