comparison src/ChangeLog.22 @ 89934:5ddb430894bf

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Apr 2004 12:57:24 +0000
parents d2239d631d66
children c7d2136efa9b
comparison
equal deleted inserted replaced
89933:48af0ea7d387 89934:5ddb430894bf
1 2004-04-28 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (setup_coding_system): Set coding->common_flags
4 correctly for raw-text.
5 (consume_chars): On encoding unibyte text by raw-text, don't check
6 multibyte form.
7 (encode_coding): On encoding by raw-text, never use translation
8 tables.
9
10 * fileio.c (e_write): Short cut for the case of no encoding.
11
1 2004-04-20 Kenichi Handa <handa@m17n.org> 12 2004-04-20 Kenichi Handa <handa@m17n.org>
2 13
3 * coding.c (detect_coding): Delete unused variables. 14 * coding.c (detect_coding): Delete unused variables.
4 (detect_coding_system): Likewise. 15 (detect_coding_system): Likewise.
5 16