Mercurial > emacs
comparison src/ChangeLog @ 88442:9ebe131ccd17
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 11 Mar 2002 11:28:06 +0000 |
parents | 8d4c4537e5e7 |
children | 826a144efb7e |
comparison
equal
deleted
inserted
replaced
88441:8d4c4537e5e7 | 88442:9ebe131ccd17 |
---|---|
1 2002-03-11 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * coding.c (produce_chars): Set the variable `multibytep' correctly. | |
4 (decode_coding_gap): Set coding->dst_multibyte correctly. | |
5 | |
1 2002-03-07 Kenichi Handa <handa@etl.go.jp> | 6 2002-03-07 Kenichi Handa <handa@etl.go.jp> |
2 | 7 |
3 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. | 8 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. |
4 (decode_coding_utf_16): Fix converting high and low bytes to | 9 (decode_coding_utf_16): Fix converting high and low bytes to |
5 code-point. | 10 code-point. |
24 char_string_with_unification. | 29 char_string_with_unification. |
25 (CHAR_STRING_ADVANCE): Make it do-while statement. | 30 (CHAR_STRING_ADVANCE): Make it do-while statement. |
26 | 31 |
27 * chartab.c (sub_char_table_set_range): Optimized for the case | 32 * chartab.c (sub_char_table_set_range): Optimized for the case |
28 DEPTH == 3. Add workaround code for a GCC optimization bug. | 33 DEPTH == 3. Add workaround code for a GCC optimization bug. |
34 | |
35 * charset.c (parse_charset_map): Remove an unused variable. | |
29 | 36 |
30 * coding.c: Delete unused variables. | 37 * coding.c: Delete unused variables. |
31 | 38 |
32 * fileio.c (Finsert_file_contents): Set coding_system to Qnil | 39 * fileio.c (Finsert_file_contents): Set coding_system to Qnil |
33 earlier. If inserted is zero and the coding system doesn't | 40 earlier. If inserted is zero and the coding system doesn't |