From c84990d1037000e9487a437491a853975b356e5a Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 4 Apr 2009 09:20:52 +0000 Subject: [PATCH] update. --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 53ac354..5442dec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2009-04-03 MORIOKA Tomohiko + + * mule-charset.c (Qto_iso_ir): New variable for XEmacs CHISE. + (make_charset): Add new argument `iso_ir'. + (Fmake_charset): Add new property `=>iso-ir' in XEmacs CHISE. + (Fmake_reverse_direction_charset): Copy CHARSET_ISO_IR(cs) in + XEmacs CHISE. + (Fcharset_property): Support `iso-ir' in XEmacs CHISE. + (syms_of_mule_charset): Add new builtin symbol `=>iso-ir' in + XEmacs CHISE. + (complex_vars_of_mule_charset): Specify argument `iso_ir' of + function `make_charset'. + + * char-ucs.h (LEADING_BYTE_*): Enclose negative value with ( ). + (struct Lisp_Charset): Add new member `iso_ir'. + (CHARSET_ISO_IR): New macro. + 2009-03-07 MORIOKA Tomohiko * mule-charset.c (Fdecode_char): Fix problem when decoding GR -- 1.7.10.4