Mercurial > emacs
comparison src/ChangeLog @ 88511:8921fa5b6ff9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 14 May 2002 13:03:45 +0000 |
parents | 2099aaefdcbb |
children | e28234fcaa49 |
comparison
equal
deleted
inserted
replaced
88510:d266b8fb8761 | 88511:8921fa5b6ff9 |
---|---|
1 2002-05-14 Kenichi Handa <handa@etl.go.jp> | 1 2002-05-14 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * xfns.c (x_encode_text): Allocate coding.destination here, and | |
4 call encode_coding_object with dst_object Qnil. | |
2 | 5 |
3 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to | 6 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to |
4 multibyte form correctly. | 7 multibyte form correctly. |
5 | 8 |
6 * fontset.c (fs_load_font): Check fontp->full_name (not fontname) | 9 * fontset.c (fs_load_font): Check fontp->full_name (not fontname) |
9 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the | 12 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the |
10 handling of charset list. | 13 handling of charset list. |
11 (encode_coding_iso_2022): Setup coding->safe_charsets in advance. | 14 (encode_coding_iso_2022): Setup coding->safe_charsets in advance. |
12 (decode_coding_object): Move point to coding->dst_pos before | 15 (decode_coding_object): Move point to coding->dst_pos before |
13 calling post-read-conversion function. | 16 calling post-read-conversion function. |
17 (encode_coding_object): Give correct arguments ot | |
18 pre-write-conversion. Ignore the return value of | |
19 pre-write-conversion function. Pay attention for the case that | |
20 pre-write-conversion change the current buffer. If dst_object is | |
21 Qt, even if coding->src_bytes is zero, allocate at least one byte | |
22 to coding->destination. | |
14 | 23 |
15 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). | 24 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). |
16 | 25 |
17 * charset.c (Fmake_char): Make it more backward compatible. | 26 * charset.c (Fmake_char): Make it more backward compatible. |
18 (Fmap_charset_chars): Fix docstring. | 27 (Fmap_charset_chars): Fix docstring. |