+2012-06-11 MORIOKA Tomohiko <tomo.git@chise.org>
+
+ * 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 <tomo@zinbun.kyoto-u.ac.jp>
* text-coding.c (DECODE_ADD_UCS_CHAR): Add `static'.