update.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 11 Jun 2012 08:52:47 +0000 (17:52 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 11 Jun 2012 08:52:47 +0000 (17:52 +0900)
src/ChangeLog

index b8e0d39..f7546c8 100644 (file)
@@ -1,3 +1,21 @@
+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'.