Mercurial > hg > xemacs-beta
diff etc/NEWS @ 2862:b95fe16005fd
[xemacs-hg @ 2005-07-17 20:08:40 by aidan]
Restore the last argument to event-to-character, document that it's unused.
author | aidan |
---|---|
date | Sun, 17 Jul 2005 20:08:48 +0000 |
parents | 7844ab77b582 |
children | f200f93c0b69 |
line wrap: on
line diff
--- a/etc/NEWS Sat Jul 16 21:51:13 2005 +0000 +++ b/etc/NEWS Sun Jul 17 20:08:48 2005 +0000 @@ -57,6 +57,17 @@ resources at some point. +* Lisp and internal changes in XEmacs 21.5 +========================================== + +** The ALLOW-NON-ASCII argument to event-to-character is not used. + +While it is still accepted, for compatibilty with older code, +event-to-character no longer takes note of this argument, since the specific +type of mapping between characters and keysyms that it affected is no longer +in place. + + * Changes in XEmacs 21.4 ========================