aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/thai-util.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (thai-category-table): UseKenichi Handa1999-12-151-77/+51
| | | | | | | | | | make-category-table, not copy-category-table, to initialize it. (thai-composition-pattern): New variable. (thai-with-thai-category-table): New macro. (thai-compose-region, thai-compose-string): Rewritten. (thai-post-read-conversion): Rewritten. (thai-pre-write-conversion): Deleted. (thai-composition-function): New function.
* (thai-compose-string): New function.Kenichi Handa1999-01-051-0/+19
|
* (thai-post-read-conversion): Handle ThaiKenichi Handa1999-01-051-3/+27
| | | | | composition sequence correctly here instead of calling thai-compose-region.
* (thai-pre-write-conversion): Cancel previousKenichi Handa1998-10-261-9/+24
| | | | change, use generate-new-buffer instead of get-buffer-create.
* (thai-pre-write-conversion): Use with-temp-buffer.Kenichi Handa1998-10-211-8/+6
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-101-1/+1
| | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now.
* In setup-LANGUAGE-environment functions, adjust for the change ofKenichi Handa1998-01-221-2/+1
| | | | setup-8-bit-environment.
* (setup-thai-environment): Add correct autoload cookie.Kenichi Handa1997-07-251-1/+1
|
* (setup-thai-environment): AdjustedKenichi Handa1997-07-021-2/+2
| | | | for the change of an input method 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.
* Adjusted for coding system name change.Kenichi Handa1997-06-101-1/+1
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-0/+7
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* (thai-pre-write-conversion): Make it workKenichi Handa1997-05-121-2/+6
| | | | for the case the arg FROM is a string.
* Fix the format of the first line.Kenichi Handa1997-04-071-1/+1
|
* (thai-post-read-conversion): Return the correct length.Kenichi Handa1997-03-181-2/+1
|
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+176