comparison src/ChangeLog @ 89191:06c052d0f579

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 10 Oct 2002 09:03:32 +0000
parents 676dae22b5b1
children f6651a1271ae
comparison
equal deleted inserted replaced
89190:9693e41cc2fd 89191:06c052d0f579
1 2002-10-10 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (detect_coding_utf_8): Check incomplete byte sequence.
4 Don't update *mask even if correctly detected.
5 (detect_coding_utf_16): Likewise.
6 (detect_coding_emacs_mule): Likewise.
7 (detect_coding_iso_2022): Likewise.
8 (detect_coding_sjis): Likewise.
9 (detect_coding_big5): Likewise.
10 (detect_coding_ccl): Likewise.
11 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
12 (detect_eol): Delete the argument CODING, and add the argument
13 CATEGORY.
14 (detect_coding): Adjusted for the changes above.
15 (detect_coding_system): Likewise.
16
1 2002-10-09 Kenichi Handa <handa@m17n.org> 17 2002-10-09 Kenichi Handa <handa@m17n.org>
2 18
3 * character.c (char_string): Renamed from 19 * character.c (char_string): Renamed from
4 char_string_with_unification. Pay attention to 20 char_string_with_unification. Pay attention to
5 CHAR_MODIFIER_MASK. 21 CHAR_MODIFIER_MASK.