Mercurial > emacs
changeset 88508:2099aaefdcbb
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 14 May 2002 11:51:08 +0000 |
parents | e3a506b5f300 |
children | 0ac97e7062f5 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 14 11:50:46 2002 +0000 +++ b/src/ChangeLog Tue May 14 11:51:08 2002 +0000 @@ -1,11 +1,16 @@ 2002-05-14 Kenichi Handa <handa@etl.go.jp> + * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to + multibyte form correctly. + * fontset.c (fs_load_font): Check fontp->full_name (not fontname) against Vfont_encoding_alist. * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the handling of charset list. (encode_coding_iso_2022): Setup coding->safe_charsets in advance. + (decode_coding_object): Move point to coding->dst_pos before + calling post-read-conversion function. * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).