diff options
| author | Kenichi Handa | 2002-10-10 09:03:52 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-10-10 09:03:52 +0000 |
| commit | e28811311e74a6a2e24f038b406e130ebc00290f (patch) | |
| tree | 45e8fdfbe683adc6d7f128c69367c75df690da03 /src | |
| parent | 82c83d004ec72ff627cd53731fc3ae3fb3acfaa5 (diff) | |
| download | emacs-e28811311e74a6a2e24f038b406e130ebc00290f.tar.gz emacs-e28811311e74a6a2e24f038b406e130ebc00290f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de88772673b..9951266c9fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 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 when 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 |