From 79a9d1e5fc15ef02471814891cbfb0840c152edf Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 30 Oct 2002 03:47:52 +0000 Subject: [PATCH] update. --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index b2ff188..046c91d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2002-10-29 MORIOKA Tomohiko + + * mule-charset.c (Vcharset_jis_x0208): New variable in UTF-2000. + (Qjis_x0208): Likewise. + (decode_builtin_char): Prefer XCHARSET_MAX_CODE(charset) than + XCHARSET_FINAL(charset). + (charset_code_point): Modify condition for final-byte based + builtin-chars. + (syms_of_mule_charset): Add new symbol `=jis-x0208' in UTF-2000. + (complex_vars_of_mule_charset): Add new coded-charset `=jis-x0208' + in UTF-2000; specify `=jis-x0208' as the mother of + `japanese-jisx0208-1978', `japanese-jisx0208' and + `japanese-jisx0208-1990' in UTF-2000. + +2002-10-27 MORIOKA Tomohiko + + * char-ucs.h (LEADING_BYTE_JIS_X0208): New macro. + 2002-07-22 MORIOKA Tomohiko * mule-charset.c (charset_code_point): If CHARSET_CONVERSION is -- 1.7.10.4