From: tomo Date: Sun, 12 Sep 1999 12:29:20 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-19-utf-2000-0_7-0~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee719bc5200a43d2ed7637da3888bedd1f668e68;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 884c92a..41ed431 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 1999-09-12 MORIOKA Tomohiko + * mule-charset.c (make_charset): Initialize + `CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)' by + NULL if table is not defined. + +1999-09-11 MORIOKA Tomohiko + * text-coding.c (char_encode_shift_jis): Use `XCHARSET_TO_BYTE1_TABLE' for `Vcharset_latin_jisx0201' instead of `ucs_to_latin_jisx0201'.