From: tomo Date: Tue, 28 Nov 2000 10:26:28 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-37-utf-2000-0_17-1~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7fc2f566de192b94ac8a9f04d826b44195f16083;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 74e2587..c7cd6df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2000-11-28 MORIOKA Tomohiko + + * text-coding.c (decode_coding_utf8): Output original byte + sequence if it is broken; change order of conditions. + + * mb-utf-8.h (REP_BYTES_BY_FIRST_BYTE): Use Bufbyte; reverse order + of conditions. + + * mb-multibyte.h (BYTE_ASCII_P): + Use bit ops for char-signedness safety. + (BYTE_C0_P): Use bit ops for char-signedness safety. + (BYTE_C1_P): Use bit ops for char-signedness safety. + + * character.h: (XCHAR_OR_CHAR_INT): + Always use inline function. + Remove redundant type checking assert() - XINT will abort quite + nicely. + 2000-11-27 MORIOKA Tomohiko * text-coding.c: (Fencode_shift_jis_char):