summaryrefslogtreecommitdiff
path: root/lisp/language/chinese.el
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* * language/chinese.el (chinese-iso-8bit): MIME:GB2312.ShengHuo ZHU2001-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | (chinese-big5): MIME:Big5. [ cited from ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets ] Name: GB2312 (preferred MIME name) MIBenum: 2025 Source: Chinese for People's Republic of China (PRC) mixed one byte, two byte set: 20-7E = one byte ASCII A1-FE = two byte PRC Kanji See GB 2312-80 PCL Symbol Set Id: 18C Alias: csGB2312 Name: Big5 (preferred MIME name) MIBenum: 2026 Source: Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T Alias: csBig5
* (chinese-iso-8bit): Change mime-charset name to cn-gb.Kenichi Handa2000-12-051-2/+4
| | | | (cn-gb, gb2312): New aliases for chinese-iso-8bit.
* Use provide.Dave Love2000-11-221-0/+2
|
* (chinese-big5): Add charset-origin-alist property.Kenichi Handa1999-02-121-4/+3
| | | | ("Chinese-CNS"): Remove charset-origin-alist property.
* ("Chinese-BIG5"): Add charset-origin-alist property.Kenichi Handa1998-11-261-0/+3
|
* (pre-write-encode-hz): Cancel previousKenichi Handa1998-10-261-6/+6
| | | | change, use generate-new-buffer instead of get-buffer-create.
* (pre-write-encode-hz): Use with-temp-buffer.Kenichi Handa1998-10-211-9/+7
|
* Add coding: local variable, to avoid bootstrapping problemPaul Eggert1998-08-311-1/+1
| | | | if you need to recompile all the Lisp files using interpreted code.
* ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or changeKenichi Handa1998-08-101-6/+9
| | | | | | the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* Remove setting up ofKenichi Handa1998-01-221-49/+52
| | | | | | | | | describe-chinese-environment-map and setup-chinese-environment-map. Exclude them in args of calls to set-language-info-alist. Adjusted for the change of make-coding-system. Register coding-priority key in language-info-alist. (iso-2022-cn-ext): New coding system.
* Give proper SAFE-CHARSET argument in eachKenichi Handa1997-10-231-4/+11
| | | | | call of make-coding-system. (euc-cn): Define it an alias of coding-system chinese-iso-8bit.
* Use coding-system-put to set coding systemKenichi Handa1997-10-211-5/+10
| | | | | | | properties, post-read-conversion and pre-write-conversion. (post-read-decode-hz): Return the result of decode-hz-region. (pre-write-encode-hz): Do not change the value of last-coding-system.
* Swap args to define-coding-system-alias.Richard M. Stallman1997-07-021-8/+8
|
* Change copyright notice.Richard M. Stallman1997-06-221-1/+1
|
* Provide XXX-util instead ofKenichi Handa1997-06-181-43/+0
| | | | | | language/XXX-util. Delete local variable declartion. Delete the code of calling register-input-method form all files under this directory.
* Adjusted for coding system name change.Kenichi Handa1997-06-101-17/+21
|
* (describe-chinese-environment-map):Richard M. Stallman1997-06-071-6/+6
| | | | Renamed from describe-chinese-support-map.
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-84/+25
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* Coding system names changed as follows:Kenichi Handa1997-05-161-32/+6
| | | | | | | | | internal -> emacs-mule, automatic-conversion -> undecided. Coding category name changes as follows: coding-category-internal -> coding-category-emacs-mule. Delete functions describe-LANGUAGE-support. Delete describe-function entries and change documentation entries in each language specific information.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-19/+50
| | | | | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. (pre-write-encode-hz): Make it work for the case the arg FROM is a string. (setup-chinese-cns-environemnt): Set default-input-method to quail-quich-cns.
* Add INIT-BOL to coding system iso-2022-cn.Kenichi Handa1997-02-261-36/+55
| | | | Remove prefix "coding-system-" from coding system symbol names.
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+236