summaryrefslogtreecommitdiff
path: root/lisp/language/china-util.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the setup-...-environment functions.Dave Love2000-05-141-18/+0
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-101-9/+3
| | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now.
* (setup-chinese-cns-environment): CorrectKenichi Handa1998-02-201-1/+1
| | | | the settting of default-input-method.
* (encode-hz-region): Do not bindKenichi Handa1998-02-041-2/+1
| | | | enable-multibyte-characters to nil locally.
* In setup-LANGUAGE-environment functions,Kenichi Handa1998-01-221-97/+55
| | | | call set-language-environment-coding-systems.
* Don't set primary-language.Richard M. Stallman1997-08-191-6/+0
|
* (setup-chinese-gb-environment): DeleteKenichi Handa1997-08-161-6/+3
| | | | | | a code setting default value of default-input-method. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
* (setup-chinese-gb-environment): Do notKenichi Handa1997-08-101-6/+0
| | | | | | change sendmail-coding-system and rmail-file-coding-system. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
* (setup-chinese-gb-environment): Do notKenichi Handa1997-08-041-6/+9
| | | | | | | call set-terminal-coding-system and set-keyboard-coding-system, instead call set-defualt-coding-systems. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
* (setup-chinese-gb-environment): SetKenichi Handa1997-08-031-3/+6
| | | | | | | default value of default-input-method. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise. Correct input method name.
* (setup-chinese-gb-environment): Adjusted for the change of codingKenichi Handa1997-07-151-12/+15
| | | | | | | category names. Set default-input-method to chinese-py-punct. (setup-chinese-big5-environment): Set default-input-method to chinese-py-punct-b5. (setup-chinese-cns-environment): Set default-input-method correctly.
* Use true coding system names instead ofKenichi Handa1997-07-021-27/+27
| | | | | | aliases. Adjusted for the change of an input method name. (decode-hz-region): Fix comments. (encode-hz-region): Fix a coding system name.
* Change copyright notice.Richard M. Stallman1997-06-221-1/+1
|
* Provide XXX-util instead ofKenichi Handa1997-06-181-4/+1
| | | | | | language/XXX-util. Delete local variable declartion. Delete the code of calling register-input-method form all files under this directory.
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-0/+81
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* Fix the format of the first line.Kenichi Handa1997-04-071-1/+1
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-6/+5
|
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+155