diff options
| author | Kenichi Handa | 2007-11-12 04:07:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-11-12 04:07:16 +0000 |
| commit | 8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781 (patch) | |
| tree | d95395313d4d3b66c832d3ff57351dab71e3bc8c | |
| parent | 67bb7826df3aa38bb3876148e36d46b447a43d8a (diff) | |
| download | emacs-8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781.tar.gz emacs-8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.unicode | 15 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-06-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (describe-language-environment): | ||
| 4 | Check if the specified input method exists or not. | ||
| 5 | |||
| 1 | 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 7 | ||
| 3 | * ps-print.el (ps-do-despool): Do not force ps-lpr-switches to be a | 8 | * ps-print.el (ps-do-despool): Do not force ps-lpr-switches to be a |
| @@ -1418,8 +1423,8 @@ | |||
| 1418 | (japanese-ucs-glibc-map): New translation tables. | 1423 | (japanese-ucs-glibc-map): New translation tables. |
| 1419 | (eucjp-ms): New coding system. | 1424 | (eucjp-ms): New coding system. |
| 1420 | 1425 | ||
| 1421 | * international/mule.el (coding-system-put): Delete it | 1426 | * international/mule.el (coding-system-put): Delete it. |
| 1422 | (implemented in C). | 1427 | It's implemented in C now. |
| 1423 | 1428 | ||
| 1424 | * international/mule-conf.el (katakana-sjis): Fix :superset to | 1429 | * international/mule-conf.el (katakana-sjis): Fix :superset to |
| 1425 | :subset. | 1430 | :subset. |
| @@ -2115,7 +2120,7 @@ | |||
| 2115 | (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist) | 2120 | (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist) |
| 2116 | (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist) | 2121 | (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist) |
| 2117 | (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist) | 2122 | (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist) |
| 2118 | (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist))): | 2123 | (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist): |
| 2119 | Remove declarations and let-bind them in re-written top-level loop | 2124 | Remove declarations and let-bind them in re-written top-level loop |
| 2120 | over scripts, including ucs-devanagari-to-is13194-alist. | 2125 | over scripts, including ucs-devanagari-to-is13194-alist. |
| 2121 | 2126 | ||
| @@ -2255,8 +2260,8 @@ | |||
| 2255 | 2260 | ||
| 2256 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> | 2261 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> |
| 2257 | 2262 | ||
| 2258 | * international/characters.el: Call map-charset-chars on big5 | 2263 | * international/characters.el: Call map-charset-chars on big5 (not |
| 2259 | (not chinese-big5-1/2) to set categories `c', `C', and `|'. | 2264 | chinese-big5-1/2) to set categories `c', `C', and `|'. |
| 2260 | (next-word-boundary-han): New function. Register it in | 2265 | (next-word-boundary-han): New function. Register it in |
| 2261 | next-word-boundary-function-table. | 2266 | next-word-boundary-function-table. |
| 2262 | (next-word-boundary-kana): Likewise. | 2267 | (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 @@ | |||
| 1639 | 1639 | ||
| 1640 | 2005-07-29 Kenichi Handa <handa@m17n.org> | 1640 | 2005-07-29 Kenichi Handa <handa@m17n.org> |
| 1641 | 1641 | ||
| 1642 | * coding.c (QCascii_compatible_p): New variable. | 1642 | * coding.c (QCascii_compatible_p): New variable. |
| 1643 | (syms_of_coding): Initialize it. | 1643 | (syms_of_coding): Initialize it. |
| 1644 | (ONE_MORE_BYTE): Decrement `src' before calling string_char. | 1644 | (ONE_MORE_BYTE): Decrement `src' before calling string_char. |
| 1645 | (ONE_MORE_BYTE_NO_CHECK): Likewise. | 1645 | (ONE_MORE_BYTE_NO_CHECK): Likewise. |
| @@ -2739,7 +2739,7 @@ | |||
| 2739 | * keyboard.c (adjust_point_for_property): Make beg and end | 2739 | * keyboard.c (adjust_point_for_property): Make beg and end |
| 2740 | EMACS_INT. | 2740 | EMACS_INT. |
| 2741 | 2741 | ||
| 2742 | * intervals.c (get_property_and_range) | 2742 | * intervals.c (get_property_and_range): |
| 2743 | * intervals.h (get_property_and_range): Make start and end EMACS_INT. | 2743 | * intervals.h (get_property_and_range): Make start and end EMACS_INT. |
| 2744 | 2744 | ||
| 2745 | * unexalpha.c: Don't include varargs.h. | 2745 | * unexalpha.c: Don't include varargs.h. |
| @@ -3277,8 +3277,8 @@ | |||
| 3277 | * coding.c (detect_coding): Fix previous change. | 3277 | * coding.c (detect_coding): Fix previous change. |
| 3278 | (detect_coding_charset): If only ASCII bytes are found, return 0. | 3278 | (detect_coding_charset): If only ASCII bytes are found, return 0. |
| 3279 | (detect_coding_system): Fix previous change. | 3279 | (detect_coding_system): Fix previous change. |
| 3280 | (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT | 3280 | (Fdefine_coding_system_internal): Setup |
| 3281 | (attrs) correctly. | 3281 | CODING_ATTR_ASCII_COMPAT (attrs) correctly. |
| 3282 | 3282 | ||
| 3283 | 2002-10-15 Dave Love <fx@gnu.org> | 3283 | 2002-10-15 Dave Love <fx@gnu.org> |
| 3284 | 3284 | ||
| @@ -3505,7 +3505,7 @@ | |||
| 3505 | here. | 3505 | here. |
| 3506 | (re_compile_fastmap) [emacs]: Call analyse_first with the arg | 3506 | (re_compile_fastmap) [emacs]: Call analyse_first with the arg |
| 3507 | multibyte always 1. | 3507 | multibyte always 1. |
| 3508 | (re_search_2) In emacs, set the locale variable multibyte to 1, | 3508 | (re_search_2): In emacs, set the locale variable multibyte to 1, |
| 3509 | otherwise to 0. New local variable target_multibyte. Check it | 3509 | otherwise to 0. New local variable target_multibyte. Check it |
| 3510 | to decide the multibyteness of STR1 and STR2. If | 3510 | to decide the multibyteness of STR1 and STR2. If |
| 3511 | target_multibyte is zero, convert unibyte chars to multibyte | 3511 | target_multibyte is zero, convert unibyte chars to multibyte |