From: tomo Date: Thu, 12 Jul 2001 01:42:16 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-38-utf-2000-0_17-1~355 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2e8b39dbd2214c4bbdd4d3499337cc13c6fa61e0;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 91ce645..e48b7af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2001-07-11 MORIOKA Tomohiko + * mule-charset.c (decode_builtin_char): New function; renamed from + `make_builtin_char'; return -1 instead of signal. + (Fdecode_builtin_char): Use `decode_builtin_char'. + + * char-ucs.h (decode_builtin_char): New prototype; renamed from + `make_builtin_char'. + (DECODE_CHAR): Use `decode_builtin_char' instead of + `make_builtin_char'; use mapping table of `chinese-big5' for + `chinese-big5-{1,2}'. + +2001-07-11 MORIOKA Tomohiko + * text-coding.c (char_encode_big5): New function. (char_finish_big5): Likewise. (reset_encoding_stream): Use `char_encode_big5' and