From: tomo Date: Tue, 31 May 2011 07:55:28 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-22-chise-0_25-10^20~427 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=9f7e1f8c96cb936ba2e2cb5db1185f9bc18c42cf update. --- diff --git a/src/ChangeLog b/src/ChangeLog index ec3b624..b0fb74a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,10 @@ * text-coding.c (char_encode_as_entity_reference): Don't use `DECODE_CHAR' to detect isolated characters. + * mule-charset.c (charset_code_point): Change the third argument + `defined_only' to `accepted_mode'; `accepted_mode' can be + CHAR_ISOLATED_ONLY, CHAR_ALL or CHAR_DEFINED_ONLY. + * char-ucs.h (CHAR_ISOLATED_ONLY): New macro. (CHAR_ALL): New macro. (CHAR_DEFINED_ONLY): New macro.