From: tomo Date: Mon, 9 Jul 2001 03:44:06 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-38-utf-2000-0_17-1~384 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2525f20a41f1b1fd73e09d32fe80f7590449bae9;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 495c87e..0e95c2c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2001-07-09 MORIOKA Tomohiko + + * mule-charset.c (Fdefine_char): Don't use a CCS property to + generate character-id if the CCS property does not have + corresponding predefined character. + (make_builtin_char): Return -1 if corresponding predefined + character is not found. + (Fdecode_char): Return nil if corresponding character is not + found. + (complex_vars_of_mule_charset): Change `ucs-cns' to 256^3-set and + don't map to builtin ucs space. + 2001-07-06 MORIOKA Tomohiko * char-ucs.h (MAX_LEADING_BYTE_PRIVATE): Fixed.