summaryrefslogtreecommitdiff
path: root/lisp/language/viet-util.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (viet-viscii-nonascii-translation-table): Add defvar.Richard M. Stallman2005-05-221-0/+2
|
* Fix copyrights.Kenichi Handa2005-05-161-2/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* * language/ethio-util.el (ethio-gemination)John Paul Wallington2003-01-091-4/+4
| | | | | | | | (exit-ethiopic-environment): Doc fixes. * language/viet-util.el (viet-encode-viqr-region) (viet-decode-viqr-region, viet-encode-viqr-buffer) (viet-decode-viqr-buffer): Doc fixes.
* Update Commentary section.Pavel Janík2002-04-291-6/+7
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* Add coding: iso-2022-7bit tag.Kenichi Handa2001-03-091-1/+1
|
* Remove all the setup-...-environment functions.Dave Love2000-05-141-6/+0
|
* (viqr-pre-write-conversion): Cancel previousKenichi Handa1998-10-261-5/+5
| | | | change, use generate-new-buffer instead of get-buffer-create.
* (viqr-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.
* (viet-encode-viscii-char): New function.Kenichi Handa1998-08-021-0/+6
|
* In setup-LANGUAGE-environment functions,Kenichi Handa1998-01-221-3/+1
| | | | call set-language-environment-coding-systems.
* (setup-vietnamese-environment): SetKenichi Handa1997-08-281-1/+2
| | | | coding-category-raw-text to vietnamese-viscii.
* (setup-vietnamese-environment): Add autoload cookie.Kenichi Handa1997-07-251-0/+1
|
* (setup-vietnamese-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-2/+3
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-0/+5
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* (viqr-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
|
* (viet-decode-viqr-region): Supply correctKenichi Handa1997-03-181-2/+21
| | | | | | argumnents to rassoc. (viqr-post-read-conversion, viqr-pre-write-conversion): New functions.
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+267