comparison src/ChangeLog @ 89195:46babc69b625

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 10 Oct 2002 22:36:24 +0000
parents f6651a1271ae
children f9faddb101bc
comparison
equal deleted inserted replaced
89194:efb620f42a27 89195:46babc69b625
1 2002-10-10 Dave Love <fx@gnu.org>
2
3 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
4
1 2002-10-10 Kenichi Handa <handa@m17n.org> 5 2002-10-10 Kenichi Handa <handa@m17n.org>
2 6
3 * coding.c (detect_coding_utf_8): Check incomplete byte sequence. 7 * coding.c (detect_coding_utf_8): Check incomplete byte sequence.
4 Don't update *mask when correctly detected. 8 Don't update *mask when correctly detected.
5 (detect_coding_utf_16): Likewise. 9 (detect_coding_utf_16): Likewise.
26 (CHAR_STRING_ADVANCE): Likewise. 30 (CHAR_STRING_ADVANCE): Likewise.
27 (STRING_CHAR): Call string_char instead of 31 (STRING_CHAR): Call string_char instead of
28 string_char_with_unification. 32 string_char_with_unification.
29 (STRING_CHAR_AND_LENGTH): Likewise. 33 (STRING_CHAR_AND_LENGTH): Likewise.
30 (STRING_CHAR_ADVANCE): Likewise. 34 (STRING_CHAR_ADVANCE): Likewise.
35
36 2002-10-09 Dave Love <fx@gnu.org>
37
38 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
31 39
32 2002-10-07 Kenichi Handa <handa@m17n.org> 40 2002-10-07 Kenichi Handa <handa@m17n.org>
33 41
34 * keymap.c (push_key_description): Pay attention to 42 * keymap.c (push_key_description): Pay attention to
35 force_multibyte. 43 force_multibyte.