aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/devanagari.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+3
| | | | | | the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* Exclude describe-indian-environment-mapKenichi Handa1998-01-221-14/+11
| | | | | | | and setup-indian-environment-map for args of call to set-language-info-alist. Adjusted for the change of make-coding-system. Register coding-priority key in language-info-alist.
* Give proper SAFE-CHARSET argument in eachKenichi Handa1997-10-231-1/+2
| | | | call of make-coding-system.
* Use coding-system-put to set codingKenichi Handa1997-10-211-4/+4
| | | | system properties, post-read-conversion and pre-write-conversion.
* (in-is13194-devanagari): Define this name rather than devanagari.Richard M. Stallman1997-07-021-1/+1
| | | | (devanagari): Make this an alias.
* Provide XXX-util instead ofKenichi Handa1997-06-181-16/+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-6/+8
|
* describe-indian-environment-map renamed from describe-indian-support-map.Richard M. Stallman1997-06-071-1/+1
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-16/+6
| | | | | | 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-32/+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. Change function of post-read-conversion and pre-write-conversion of coding system in-is13194-devanagari to in-is13194-devanagari-post-read-conversion and in-is13194-devanagari-pre-write-conversion respectively. Setting of syntax and category for Devanagari characters are moved to characters.el.
* Fix FSF address in comment.Kenichi Handa1997-04-071-2/+3
|
* Handle more Devanagari characters correctly.Kenichi Handa1997-04-051-3/+6
|
* Fix handling of several characters.Kenichi Handa1997-02-261-20/+27
| | | | Remove prefix "coding-system-" from coding system symbol names.
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+541