comparison lisp/ChangeLog @ 42154:55ae020d4d7a

*** empty log message ***
author Werner LEMBERG <wl@gnu.org>
date Tue, 18 Dec 2001 17:55:16 +0000
parents 77f35c49c817
children 530136f9f1b9
comparison
equal deleted inserted replaced
42153:ca6dbe4635da 42154:55ae020d4d7a
1 2001-12-18 Werner Lemberg <wl@gnu.org>
2
3 * language/chinese.el, language/cyrillic.el,
4 language/czech.el, language/european.el, language/greek.el,
5 language/hebrew.el, language/indian.el, language/japanese.el,
6 language/korean.el, language/lao.el, language/slovak.el,
7 language/thai.el, language/tibetan.el, language/vietnamese.el:
8 Improve documentation strings of coding systems and language infos.
9
10 2001-12-18 Werner LEMBERG <wl@gnu.org>
11
12 Add support for EUC-TW decoding/encoding.
13
14 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
15 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
16 New auxiliary functions to build `big5-to-cns'.
17 (big5-to-cns): New translation alist.
18
19 * language/chinese.el: Added new coding system `euc-tw' and its
20 alias `euc-taiwan'.
21 Updated language `Chinese-CNS' to include euc-tw encoding also.
22 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
23 euc-tw.
24
1 2001-12-18 Dave Love <fx@gnu.org> 25 2001-12-18 Dave Love <fx@gnu.org>
2 26
3 * loadup.el: Add language/utf-8-lang, language/georgian. 27 * loadup.el: Add language/utf-8-lang, language/georgian.
4 28
5 * image-file.el (image-file-name-extensions): Add pnm. Doc fix. 29 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.