aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/greek.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyrights.Kenichi Handa2005-05-161-2/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (greek-iso-8bit): Make it safe.Kenichi Handa2002-11-181-1/+1
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-011-1/+1
|
* Improving doc strings.Werner LEMBERG2001-12-181-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* Use provide.Dave Love2000-11-221-0/+2
|
* Remove all the setup-...-environment functions.Dave Love2000-05-141-5/+0
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-101-4/+5
| | | | | | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now. ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* Add coding-priority.Kenichi Handa1998-06-261-0/+1
|
* Adjusted for the change ofKenichi Handa1998-01-221-5/+5
| | | | | | make-coding-system and setup-8-bit-environment. (setup-greek-environment): For Greek lang. env., change default input method to "greek-postfix".
* Give proper SAFE-CHARSET argument in eachKenichi Handa1997-10-231-1/+2
| | | | call of make-coding-system.
* (setup-greek-environment): Call setup-8-bit-environment correctly.Kenichi Handa1997-07-021-2/+2
|
* Swap args to define-coding-system-alias.Richard M. Stallman1997-07-021-1/+1
|
* 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-3/+6
|
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-281-12/+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/+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-2/+10
| | | | | | 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.
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-6/+6
|
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+59