summaryrefslogtreecommitdiff
path: root/lisp/language/vietnamese.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | (viet-tcvn-decode-table, ccl-decode-tcvn)Pavel Janík2002-04-291-9/+139
|/ | | | | (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): New Vietnamese coding system.
* Improving doc strings.Werner LEMBERG2001-12-181-5/+5
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* Use provide.Dave Love2000-11-221-0/+2
|
* Remove eval-when-compile.Kenichi Handa2000-06-061-106/+34
| | | | | | | | | | | | | | | (viet-viscii-nonascii-translation-table): Define it as a translation table made from viet-viscii-decode-table. (viet-viscii-encode-table): Define it as a translation table made from the reverse map of above. (viet-vscii-nonascii-translation-table): Define it as a translation table made from viet-vscii-decode-table. (viet-vscii-encode-table): Define it as a translation table made from the reverse map of above. (ccl-decode-viscii): Use translate-character. (ccl-encode-viscii, ccl-encode-viscii-font) (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): Likewize.
* (viet-vscii-decode-table): Fix a bug.Kenichi Handa2000-04-101-1/+1
|
* (ccl-encode-vscii): Typo fixedKenichi Handa1999-06-031-1/+1
| | | | (viet-viscii-...->viet-vscii...).
* (vietnamese-viqr): Add charset-origin-alist property.Kenichi Handa1999-02-121-4/+5
| | | | ("Vietnamese"): Remove charset-origin-alist property.
* 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.
* (vietnamese-viscii): Fix the value ofKenichi Handa1998-08-181-2/+2
| | | | | `valid-code' property. (vietnamese-vscii): Likewise.
* ("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.
* (viet-viscii-decode-table): DocstringKenichi Handa1998-08-021-10/+21
| | | | | | | | | | fixed. (viet-viscii-encode-table): Likewise. (viet-vscii-decode-table): Likewise. (viet-vscii-encode-table): Likewise. (viet-viscii-nonascii-translation-table): New variable ("Vietnamese"): Add nonascii-translation-table and charset-origin-alist properties.
* FLAGS arguments for make-coding-system changed.Kenichi Handa1998-04-201-2/+2
|
* Adjusted for the change of make-coding-system. RegisterKenichi Handa1998-01-221-12/+13
| | | | coding-priority key in language-info-alist.
* Give proper SAFE-CHARSET argument inKenichi Handa1997-10-231-3/+6
| | | | each call of make-coding-system.
* Use coding-system-put to set coding systemKenichi Handa1997-10-211-2/+4
| | | | properties, post-read-conversion and pre-write-conversion.
* Fix calls to define-coding-system-alias.Richard M. Stallman1997-07-011-3/+3
|
* Change copyright notice.Richard M. Stallman1997-06-221-1/+1
|
* Provide XXX-util instead ofKenichi Handa1997-06-181-3/+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-9/+16
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-20/+2
| | | | | | 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/+4
| | | | | | | | | 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-4/+12
| | | | | | 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.
* Set functions viqr-post-read-conversion and viqr-pre-write-conversionKenichi Handa1997-03-181-2/+2
| | | | to the coding system viqr.
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-11/+9
|
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+254