Mercurial > emacs
comparison lisp/ChangeLog @ 103634:c9a91925541c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 30 Jun 2009 02:16:32 +0000 |
parents | 0aaf0f10bc11 |
children | 207712a07b9c |
comparison
equal
deleted
inserted
replaced
103633:1ee218237a45 | 103634:c9a91925541c |
---|---|
1 2009-06-30 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * international/fontset.el (setup-default-fontset): Add CJK fonts | |
4 for symbols and the other miscellaneous characters. | |
5 | |
6 * language/korea-util.el (setup-korean-environment-internal): Make | |
7 char-widht-table suitable for Korean environments. | |
8 (exit-korean-environment): Cancel above. | |
9 | |
10 * language/chinese.el ("Chinese-GB", "Chinese-BIG5") | |
11 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a | |
12 setup-funcion to make char-widht-table suitable for respective | |
13 environments, and an exit-function to cancel that. | |
14 | |
15 * language/japan-util.el (setup-japanese-environment-internal): | |
16 Call use-cjk-char-width-table with arg `ja_JP'. | |
17 | |
18 * international/characters.el (cjk-char-width-table): Delete it. | |
19 (cjk-char-width-table-list): New variable. | |
20 (use-cjk-char-width-table): New arg local-name. | |
21 (use-default-char-width-table): Fix for the case that Emacs is | |
22 already using the default char-width-table. | |
23 | |
1 2009-06-29 Michael Albinus <michael.albinus@gmx.de> | 24 2009-06-29 Michael Albinus <michael.albinus@gmx.de> |
2 | 25 |
3 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file | 26 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file |
4 modes mandatory. (Bug#3712) | 27 modes mandatory. (Bug#3712) |
5 | 28 |