Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4268:75d0292c1bff
[xemacs-hg @ 2007-11-14 19:41:04 by aidan]
Correct the dumped information for the Unicode JIT infrastructure.
author | aidan |
---|---|
date | Wed, 14 Nov 2007 19:41:09 +0000 |
parents | c5a2b80bc4fa |
children | bd9b678f4db7 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Nov 14 19:25:40 2007 +0000 +++ b/src/ChangeLog Wed Nov 14 19:41:09 2007 +0000 @@ -1,3 +1,15 @@ +2007-11-14 Aidan Kehoe <kehoea@parhasard.net> + + * lread.c (read_unicode_escape): + Correct the range check for Unicode characters specified with + source-level escapes. + * unicode.c: + * unicode.c (unicode_to_ichar): + * unicode.c (coding_system_type_create_unicode): + Correct the dump behaviour for just-in-time Unicode code + points. Update the docstring for #'unicode-to-char to indicate + that code points will run out above around 400,000 in a session. + 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> * editfns.c (vars_of_editfns):