aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/lao.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Register lao-composition-function inKenichi Handa1999-12-151-0/+5
| | | | composition-function-table.
* 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-3/+5
| | | | | | the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* Adjusted for the change of make-coding-system. RegisterKenichi Handa1998-01-221-5/+6
| | | | coding-priority key in language-info-alist.
* Give proper SAFE-CHARSET argument in each callKenichi Handa1997-10-231-1/+2
| | | | of make-coding-system.
* Correct setting of char-code-property `name'.Kenichi Handa1997-08-101-0/+1
|
* Change copyright notice.Richard M. Stallman1997-06-221-1/+1
|
* Provide XXX-util instead ofKenichi Handa1997-06-181-6/+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-2/+2
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-14/+0
| | | | | | 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-7/+1
| | | | | | | | | 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-2/+11
| | | | | | 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.
* Initial revisionKenichi Handa1997-02-261-0/+62