From 8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 12 Nov 2007 04:07:16 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog.unicode | 15 ++++++++++----- src/ChangeLog.unicode | 10 +++++----- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index aff9dd57c8f..7b281e82a5e 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode @@ -1,3 +1,8 @@ +2007-06-19 Kenichi Handa + + * international/mule-cmds.el (describe-language-environment): + Check if the specified input method exists or not. + 2007-11-11 Vinicius Jose Latorre * ps-print.el (ps-do-despool): Do not force ps-lpr-switches to be a @@ -1418,8 +1423,8 @@ (japanese-ucs-glibc-map): New translation tables. (eucjp-ms): New coding system. - * international/mule.el (coding-system-put): Delete it - (implemented in C). + * international/mule.el (coding-system-put): Delete it. + It's implemented in C now. * international/mule-conf.el (katakana-sjis): Fix :superset to :subset. @@ -2115,7 +2120,7 @@ (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist) (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist) (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist) - (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist))): + (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist): Remove declarations and let-bind them in re-written top-level loop over scripts, including ucs-devanagari-to-is13194-alist. @@ -2255,8 +2260,8 @@ 2002-08-01 Kenichi Handa - * international/characters.el: Call map-charset-chars on big5 - (not chinese-big5-1/2) to set categories `c', `C', and `|'. + * international/characters.el: Call map-charset-chars on big5 (not + chinese-big5-1/2) to set categories `c', `C', and `|'. (next-word-boundary-han): New function. Register it in next-word-boundary-function-table. (next-word-boundary-kana): Likewise. diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 83a82b9d636..13cab5335d8 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1639,7 +1639,7 @@ 2005-07-29 Kenichi Handa - * coding.c (QCascii_compatible_p): New variable. + * coding.c (QCascii_compatible_p): New variable. (syms_of_coding): Initialize it. (ONE_MORE_BYTE): Decrement `src' before calling string_char. (ONE_MORE_BYTE_NO_CHECK): Likewise. @@ -2739,7 +2739,7 @@ * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT. - * intervals.c (get_property_and_range) + * intervals.c (get_property_and_range): * intervals.h (get_property_and_range): Make start and end EMACS_INT. * unexalpha.c: Don't include varargs.h. @@ -3277,8 +3277,8 @@ * coding.c (detect_coding): Fix previous change. (detect_coding_charset): If only ASCII bytes are found, return 0. (detect_coding_system): Fix previous change. - (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT - (attrs) correctly. + (Fdefine_coding_system_internal): Setup + CODING_ATTR_ASCII_COMPAT (attrs) correctly. 2002-10-15 Dave Love @@ -3505,7 +3505,7 @@ here. (re_compile_fastmap) [emacs]: Call analyse_first with the arg multibyte always 1. - (re_search_2) In emacs, set the locale variable multibyte to 1, + (re_search_2): In emacs, set the locale variable multibyte to 1, otherwise to 0. New local variable target_multibyte. Check it to decide the multibyteness of STR1 and STR2. If target_multibyte is zero, convert unibyte chars to multibyte -- 2.39.5