X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=f7546c8c00ae04326fd0ff932debbeee26b05769;hb=faf9d7ae7d5a6fab8837769b1ac9e91247756f83;hp=b8e0d392fbcbb14fb493559d8735c23a76a3b988;hpb=ca6fd4d98ac752268b8c1cd3ae5afb288d67401c;p=chise%2Fxemacs-chise.git- diff --git a/src/ChangeLog b/src/ChangeLog index b8e0d39..f7546c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2012-06-11 MORIOKA Tomohiko + + * text-coding.c (Qenable_decomposition): New variable in XEmacs + CHISE. + (Fmake_coding_system): Add new property `enable-decomposition' in + XEmacs CHISE. + (char_encode_utf8): Don't decompose character if + CODING_SYSTEM_ENABLE_DECOMPOSITION (str->codesys) is false. + (syms_of_file_coding): Add new symbol `enable-decomposition' in + XEmacs CHISE. + (complex_vars_of_file_coding): Define new coding-system-property + `enable-decomposition' in XEmacs CHISE. + + * file-coding.h (struct Lisp_Coding_System): Add + `enable_decomposition' in XEmacs CHISE. + (CODING_SYSTEM_ENABLE_DECOMPOSITION): New macro in XEmacs CHISE. + (XCODING_SYSTEM_ENABLE_DECOMPOSITION): New macro in XEmacs CHISE. + 2012-02-17 MORIOKA Tomohiko * text-coding.c (DECODE_ADD_UCS_CHAR): Add `static'.