summaryrefslogtreecommitdiff
path: root/lisp/language/tibet-util.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | *** empty log message ***Kenichi Handa2003-09-081-14/+21
|\ \
| * | (tibetan-composition-function): ChangeKenichi Handa2002-11-071-6/+12
| | | | | | | | | | | | arguments to conform to composition-function-table.
* | | New directoryKenichi Handa2003-09-081-1/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+1
| |
* | Trailing whitepace deleted.Juanma Barranquero2003-02-041-2/+2
| |
* | (tibetan-canonicalize-for-unicode-alist)Kenichi Handa2002-05-081-0/+58
| | | | | | | | | | | | | | (tibetan-canonicalize-for-unicode-regexp): New variables. (tibetan-canonicalize-for-unicode-region): New function. (tibetan-strict-unicode): New variable. (tibetan-pre-write-canonicalize-for-unicode): New function.
* | (tibetan-obsolete-glyphs): From tibetan.el.Richard M. Stallman2002-04-301-0/+17
|/
* (tibetan-decompose-region)Pavel Janík2002-01-191-2/+2
| | | | (tibetan-decompose-string): Fix typo in docstring.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+4
|
* *** empty log message ***Kenichi Handa2001-03-091-1/+1
|
* Add coding: iso-2022-7bit tag.Kenichi Handa2001-03-091-1/+1
|
* *** empty log message ***Kenichi Handa2000-06-211-6/+7
|
* Convert all tibetan-1-column charactersKenichi Handa2000-06-121-8/+24
| | | | | | to the corresponding tibetan characters. (tibetan-add-components): Delete code for the special treatment of 'a chung.
* (tibetan-add-components): Fixes for newKenichi Handa2000-06-011-10/+48
| | | | | | | | | | encoding of Tibetan characters. (tibetan-decompose-precomposition-alist): New variable. (tibetan-decompose-region): Convert precomposed characters to non-precomposed characters. (tibetan-decompose-string): Likewise. (tibetan-composition-function): Fix args to thibetan-compose-string.
* Remove all the setup-...-environment functions.Dave Love2000-05-141-5/+0
|
* Fix encoding of the file.Kenichi Handa2000-04-031-1/+1
|
* Most functions rewritten.Kenichi Handa1999-12-151-337/+173
| | | | | | | | (tibetan-char-p): Renamed from tibetan-char-examin. (tibetan-composable-examin) (tibetan-complete-char-examin) (tibetan-vertical-stacking) (tibetan-composition): Deleted. (tibetan-add-components): New function. (tibetan-composition-function): New function.
* (tibetan-vertical-stacking): If the argKenichi Handa1999-01-241-3/+9
| | | | FIRST is a composite character, decompose it at first.
* (tibetan-pre-write-conversion): Cancel previousKenichi Handa1998-10-261-6/+6
| | | | change, use generate-new-buffer instead of get-buffer-create.
* (tibetan-pre-write-conversion): Use with-temp-buffer.Kenichi Handa1998-10-211-9/+7
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-101-4/+2
| | | | | | 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,Kenichi Handa1998-01-221-4/+1
| | | | call set-language-environment-coding-systems.
* (tibetan-post-read-conversion): ReturnKenichi Handa1997-10-211-3/+3
| | | | the length of converted region.
* (tibetan-composition): Add autoload cookies.Kenichi Handa1997-08-261-0/+1
|
* (setup-tibetan-environment): DeleteKenichi Handa1997-08-161-2/+1
| | | | a code setting default value of default-input-method.
* (setup-tibetan-environment): Do notKenichi Handa1997-08-101-4/+1
| | | | change sendmail-coding-system and rmail-file-coding-system.
* (setup-tibetan-environment): Set default value of default-input-method.Kenichi Handa1997-08-031-0/+1
|
* (setup-tibetan-environment): CorrectKenichi Handa1997-07-251-4/+4
| | | | coding system names. Set default-input-method to "tibetan-wylie".
* (setup-tibetan-environment): Set default-input-method correctly.Kenichi Handa1997-07-151-1/+1
|
* 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/+16
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* (tibetan-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
|
* Initial revisionKenichi Handa1997-04-051-0/+453