comparison src/ChangeLog @ 4270:bd9b678f4db7

[xemacs-hg @ 2007-11-15 10:05:14 by aidan] Eliminate a non-Mule build failure from my last Unicode change--thank you Vin!
author aidan
date Thu, 15 Nov 2007 10:05:16 +0000
parents 75d0292c1bff
children a75979634ce3
comparison
equal deleted inserted replaced
4269:609a5762d915 4270:bd9b678f4db7
1 2007-11-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.c (coding_system_type_create_unicode):
4 * unicode.c (vars_of_unicode):
5 Move the initialisation of Vnumber_of_jit_charsets,
6 Vlast_jit_charset_final, Vcharset_descr to an #ifdef MULE block in
7 vars_of_unicode. Fixes a build failure reported by Vin
8 Shelton--thank you Vin!
9
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> 10 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * lread.c (read_unicode_escape): 12 * lread.c (read_unicode_escape):
4 Correct the range check for Unicode characters specified with 13 Correct the range check for Unicode characters specified with
5 source-level escapes. 14 source-level escapes.