Mercurial > emacs
comparison src/ChangeLog @ 88437:ffec838ec027
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 08 Mar 2002 00:18:28 +0000 |
| parents | 29c4241b5418 |
| children | 8d4c4537e5e7 |
comparison
equal
deleted
inserted
replaced
| 88436:29c4241b5418 | 88437:ffec838ec027 |
|---|---|
| 1 2002-03-07 Kenichi Handa <handa@etl.go.jp> | |
| 2 | |
| 3 * coding.c (decode_coding_utf_16): | |
| 4 | |
| 5 * insdel.c (insert_from_gap): Call record_insert. | |
| 6 | |
| 7 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. | |
| 8 (decode_coding_utf_16): Fix converting high and low bytes to | |
| 9 code-point. | |
| 10 (encode_coding_utf_16): Substitute coding->default_char for | |
| 11 non-Unicode characters. | |
| 12 (decode_coding): Don't call record_insert here. | |
| 13 (setup_coding_system): Initialize `surrogate' of | |
| 14 coding->spec.utf_16 to 0. | |
| 15 (EMIT_ONE_BYTE): Fix for multibyte case. | |
| 16 | |
| 1 2002-03-04 Kenichi Handa <handa@etl.go.jp> | 17 2002-03-04 Kenichi Handa <handa@etl.go.jp> |
| 2 | 18 |
| 3 * casefiddle.c (casify_region): Fix multibyte case. | 19 * casefiddle.c (casify_region): Fix multibyte case. |
| 4 | 20 |
| 5 * character.c (c_string_width): Add return type `int'. | 21 * character.c (c_string_width): Add return type `int'. |
