comparison src/ChangeLog @ 88508:2099aaefdcbb

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 14 May 2002 11:51:08 +0000
parents 5fab07dd0c5e
children 8921fa5b6ff9
comparison
equal deleted inserted replaced
88507:e3a506b5f300 88508:2099aaefdcbb
1 2002-05-14 Kenichi Handa <handa@etl.go.jp> 1 2002-05-14 Kenichi Handa <handa@etl.go.jp>
2
3 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
4 multibyte form correctly.
2 5
3 * fontset.c (fs_load_font): Check fontp->full_name (not fontname) 6 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
4 against Vfont_encoding_alist. 7 against Vfont_encoding_alist.
5 8
6 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the 9 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
7 handling of charset list. 10 handling of charset list.
8 (encode_coding_iso_2022): Setup coding->safe_charsets in advance. 11 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
12 (decode_coding_object): Move point to coding->dst_pos before
13 calling post-read-conversion function.
9 14
10 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). 15 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
11 16
12 * charset.c (Fmake_char): Make it more backward compatible. 17 * charset.c (Fmake_char): Make it more backward compatible.
13 (Fmap_charset_chars): Fix docstring. 18 (Fmap_charset_chars): Fix docstring.