comparison lisp/ChangeLog @ 29455:31011bd2d2f0

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 06 Jun 2000 02:51:52 +0000
parents 420c1b718335
children 215b57502518
comparison
equal deleted inserted replaced
29454:f0dee30140f0 29455:31011bd2d2f0
1 2000-06-06 Kenichi Handa <handa@etl.go.jp>
2
3 * language/vietnamese.el: Remove eval-when-compile.
4 (viet-viscii-nonascii-translation-table): Define it as a
5 translation table made from viet-viscii-decode-table.
6 (viet-viscii-encode-table): Define it as a translation table made
7 from the reverse map of above.
8 (viet-vscii-nonascii-translation-table): Define it as a
9 translation table made from viet-vscii-decode-table.
10 (viet-vscii-encode-table): Define it as a translation table made
11 from the reverse map of above.
12 (ccl-decode-viscii): Use translate-character.
13 (ccl-encode-viscii, ccl-encode-viscii-font)
14 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15 Likewize.
16
17 * language/cyrillic.el: Remove eval-when-compile.
18 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19 translation table made from cyrillic-koi8-r-decode-table.
20 (cyrillic-koi8-r-encode-table): Define it as a translation table
21 made from the reverse map of above.
22 (ccl-decode-koi8): Use translate-character.
23 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
24 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
25 a translation table made from cyrillic-alternativnyj-decode-table.
26 (cyrillic-alternativnyj-encode-table): Define it as a translation
27 table made from the reverse map of above.
28 (ccl-decode-alternativnyj): Use translate-character.
29 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
30 Likewize
31
32 * international/mule-diag.el (non-iso-charset-alist): Specify
33 translation table symbol instead of translation table itself.
34 (list-block-of-chars): CHARSET may be a translation table symbol.
35
36 * international/mule.el (make-coding-system): If CODING-SYSTEM
37 already exists, override it.
38
39 * international/fontset.el: Use family `proportional' for Tibetan
40 fonts.
41
42 * international/ccl.el (ccl-compile-translate-character): Don't
43 check if Rrr has property translation-table.
44 (ccl-compile-map-multiple): Modified to avoid compiler warning.
45
1 2000-06-05 Gerd Moellmann <gerd@gnu.org> 46 2000-06-05 Gerd Moellmann <gerd@gnu.org>
2 47
3 * info.el: Bind case-fold-search to t when searching in case 48 * info.el: Bind case-fold-search to t when searching in case
4 a user sets it to nil in a hook. 49 a user sets it to nil in a hook.
5 50