comparison 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
comparison
equal deleted inserted replaced
4267:66e2714696bd 4268:75d0292c1bff
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (read_unicode_escape):
4 Correct the range check for Unicode characters specified with
5 source-level escapes.
6 * unicode.c:
7 * unicode.c (unicode_to_ichar):
8 * unicode.c (coding_system_type_create_unicode):
9 Correct the dump behaviour for just-in-time Unicode code
10 points. Update the docstring for #'unicode-to-char to indicate
11 that code points will run out above around 400,000 in a session.
12
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> 13 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2 14
3 * editfns.c (vars_of_editfns): 15 * editfns.c (vars_of_editfns):
4 Correct the docstring of user-full-name. 16 Correct the docstring of user-full-name.
5 * fileio.c: 17 * fileio.c: