From 50c037f1fca5070b3d9fec278f9aee4c0d358b1c Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 11 Jun 2012 17:52:47 +0900 Subject: [PATCH] update. --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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'. -- 1.7.10.4