From: tomo Date: Tue, 2 May 2000 12:18:52 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-28-utf-2000-0_15-0 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8076e104e25caf3853a44a2958dad3ace38b8787;p=chise%2Fxemacs-chise.git update. --- diff --git a/src/ChangeLog b/src/ChangeLog index c17fb07..d61fa19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,29 @@ 2000-05-02 MORIOKA Tomohiko + * buffer.c (dfc_convert_to_external_format): Modify for UTF-2000. + (dfc_convert_to_internal_format): Likewise. + + * text-coding.c (Fcoding_system_canonical_name_p): New function. + * text-coding.c (Fcoding_system_alias_p): New function. + * text-coding.c (Fcoding_system_aliasee): New function. + * text-coding.c (append_suffix_to_symbol): New function. + * text-coding.c (dangling_coding_system_alias_p): New function. + * text-coding.c (Ffind_coding_system): + * text-coding.c (Fcopy_coding_system): + * text-coding.c (encode_coding_no_conversion): + * text-coding.c (syms_of_file_coding): + * text-coding.c (vars_of_file_coding): + Rewrite coding system alias code. + Allow nested aliases, like symbolic links. + Allow redefinition of coding system aliases. + Prevent existence of dangling coding system aliases. + Eliminate convert_to_external_format. + Eliminate convert_to_internal_format. + + * text-coding.c: Change enum eol_type to eol_type_t. + +2000-05-02 MORIOKA Tomohiko + * mule-charset.c (encode_builtin_char_1): Limit builtin-code-range of `mojikyo' to MIN_CHAR_MOJIKYO + 94 * 60 * 22.