# HG changeset patch # User Kenichi Handa # Date 960259912 0 # Node ID 31011bd2d2f0bc0122e7ab9c314030567ffe1b3c # Parent f0dee30140f007665ff4c0dc107eebe7c904b570 *** empty log message *** diff -r f0dee30140f0 -r 31011bd2d2f0 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 06 02:10:42 2000 +0000 +++ b/lisp/ChangeLog Tue Jun 06 02:51:52 2000 +0000 @@ -1,3 +1,48 @@ +2000-06-06 Kenichi Handa + + * language/vietnamese.el: Remove eval-when-compile. + (viet-viscii-nonascii-translation-table): Define it as a + translation table made from viet-viscii-decode-table. + (viet-viscii-encode-table): Define it as a translation table made + from the reverse map of above. + (viet-vscii-nonascii-translation-table): Define it as a + translation table made from viet-vscii-decode-table. + (viet-vscii-encode-table): Define it as a translation table made + from the reverse map of above. + (ccl-decode-viscii): Use translate-character. + (ccl-encode-viscii, ccl-encode-viscii-font) + (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): + Likewize. + + * language/cyrillic.el: Remove eval-when-compile. + (cyrillic-koi8-r-nonascii-translation-table): Define it as a + translation table made from cyrillic-koi8-r-decode-table. + (cyrillic-koi8-r-encode-table): Define it as a translation table + made from the reverse map of above. + (ccl-decode-koi8): Use translate-character. + (ccl-encode-koi8, ccl-encode-koi8-font): Likewize + (cyrillic-alternativnyj-nonascii-translation-table): Define it as + a translation table made from cyrillic-alternativnyj-decode-table. + (cyrillic-alternativnyj-encode-table): Define it as a translation + table made from the reverse map of above. + (ccl-decode-alternativnyj): Use translate-character. + (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): + Likewize + + * international/mule-diag.el (non-iso-charset-alist): Specify + translation table symbol instead of translation table itself. + (list-block-of-chars): CHARSET may be a translation table symbol. + + * international/mule.el (make-coding-system): If CODING-SYSTEM + already exists, override it. + + * international/fontset.el: Use family `proportional' for Tibetan + fonts. + + * international/ccl.el (ccl-compile-translate-character): Don't + check if Rrr has property translation-table. + (ccl-compile-map-multiple): Modified to avoid compiler warning. + 2000-06-05 Gerd Moellmann * info.el: Bind case-fold-search to t when searching in case