*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 12 Nov 2007 04:07:16 +0000 (04:07 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 12 Nov 2007 04:07:16 +0000 (04:07 +0000)
lisp/ChangeLog.unicode
src/ChangeLog.unicode

index aff9dd5..7b281e8 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-19  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (describe-language-environment):
+       Check if the specified input method exists or not.
+
 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * ps-print.el (ps-do-despool): Do not force ps-lpr-switches to be a
        (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.
        (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.
 
 
 2002-08-01  Kenichi Handa  <handa@etl.go.jp>
 
-       * 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.
index 83a82b9..13cab53 100644 (file)
 
 2005-07-29  Kenichi Handa  <handa@m17n.org>
 
-       * 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.
        * 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.
        * 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  <fx@gnu.org>
 
        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