comparison lisp/ChangeLog.unicode @ 91090:962974b242c7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 12 Nov 2007 04:07:16 +0000
parents 5843af4ba940
children acd704a633f9
comparison
equal deleted inserted replaced
91089:2518821e7063 91090:962974b242c7
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
4 list. 9 list.
5 (ps-begin-job): Error if ps-lpr-switches is not a list. 10 (ps-begin-job): Error if ps-lpr-switches is not a list.
1416 * language/japanese.el: Load cp51932 and eucjp-ms. 1421 * language/japanese.el: Load cp51932 and eucjp-ms.
1417 (japanese-ucs-cp932-map, japanese-ucs-jis-map) 1422 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
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.
1426 (japanese-jisx0213-a): New supplementary charset. 1431 (japanese-jisx0213-a): New supplementary charset.
1427 (japanese-jisx0213.2004-1): New charset. 1432 (japanese-jisx0213.2004-1): New charset.
2113 2118
2114 * language/ind-util.el: 2119 * language/ind-util.el:
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
2122 2002-09-14 Dave Love <fx@gnu.org> 2127 2002-09-14 Dave Love <fx@gnu.org>
2123 2128
2253 * international/characters.el (next-word-boundary-han): 2258 * international/characters.el (next-word-boundary-han):
2254 Don't treat katakana following han characters as a part of a word. 2259 Don't treat katakana following han characters as a part of a word.
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.
2263 2268
2264 2002-07-31 Kenichi Handa <handa@etl.go.jp> 2269 2002-07-31 Kenichi Handa <handa@etl.go.jp>