aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (iso-2022-jp): Delete spurious quote.Richard M. Stallman1998-06-241-1/+1
|
* Introduce new character code propertyKenichi Handa1998-06-231-30/+61
| | | | | | | | | | | | `composition'. Add property `jisx0208' to Japanese hankaku characters. (japanese-kana-table): Add more data. (japanese-symbol-table): Change the order of elements. (japanese-katakana-region): Adjusted for the above changes. Check character code properties directly here. (japanese-hiragana-region): Likewise. (japanese-hankaku-region): Likewise. (japanese-zenkaku-region): Likewise.
* (devanagari-digit-viram-visarga): Set theKenichi Handa1998-06-201-6/+7
| | | | | | correct value. (devanagari-composite-glyph-unit): Likewise. (devanagari-char-to-glyph-rules): Likewise.
* Delete codes for ethio-mode, whichKenichi Handa1998-06-201-66/+46
| | | | | | | | | | | | includes deletion of varialble ethio-mode, variable ethio-mode-map, and function ethio-mode. (exit-ethiopic-environment-data): New variable. (setup-ethiopic-environment): Recode information of changed key bindings in exit-ethiopic-environment-data. Add ethio-select-a-translation to quail-mode-hook. (exit-ethiopic-environment): New function. (ethio-find-file): Don't check ethio-mode. (ethio-write-file): Likewise.
* Set `exit-function' of EthiopicKenichi Handa1998-06-201-0/+1
| | | | lang. env. to exit-ethiopic-environment.
* (setup-8-bit-environment):Richard M. Stallman1998-05-151-1/+8
| | | | | After loading latin-N, reset the standard case table and each buffer's case table.
* (setup-slovak-environment): Call latin-2's setup function.Richard M. Stallman1998-05-011-2/+2
|
* (setup-czech-environment): Call latin-2's setup function.Richard M. Stallman1998-05-011-2/+2
|
* (ethio-sera-to-fidel-mail): Use rfc822-goto-eoh.Richard M. Stallman1998-04-301-17/+9
| | | | (ethio-fidel-to-sera-mail): Likewise.
* (setup-8-bit-environment): Don't do anything special here for unibyte mode.Richard M. Stallman1998-04-301-6/+0
| | | | That is done in set-language-environment.
* (setup-8-bit-environment): If default-enable-multibyte-characters is nil,Richard M. Stallman1998-04-261-8/+15
| | | | | call standard-display-european, and don't set nonascii-insert-offset or default-input-method.
* (setup-english-environment): Don't set default-enable-multibyte-characters.Richard M. Stallman1998-04-261-3/+5
|
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+2
|
* FLAGS arguments for make-coding-system changed.Kenichi Handa1998-04-202-4/+4
|
* Set t to `documentation' info for Romanian.Kenichi Handa1998-04-201-5/+5
|
* *** empty log message ***Dan Nicolaescu1998-04-171-2/+2
|
* Initial revisionDan Nicolaescu1998-04-151-0/+49
|
* ("Korean"): Doc fix.Andreas Schwab1998-04-141-1/+1
|
* Fix previous change.Kenichi Handa1998-04-131-1/+1
|
* Put Czech lang. env. under European..Kenichi Handa1998-04-111-1/+2
|
* Put Slovak lang. env. under European.Kenichi Handa1998-04-111-1/+2
|
* Delete tutorial file entry.Kenichi Handa1998-04-101-1/+0
|
* Fix previous change, TUTORIAL.ch > TUTORIAL.cs.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ch.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ja.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ka.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.sk.Kenichi Handa1998-04-101-1/+1
|
* Typos in comment fixed.Kenichi Handa1998-04-091-30/+20
| | | | | | | | | (devanagari-vertical-modifier-p): Target string to be matched with GLYPH is modified. (devanagari-non-vertical-modifier-p): Likewise. (devanagari-wide-to-narrow-char): New function. (devanagari-wide-to-narrow-iter): The second arg is changed to 2-COL-GLYPH.
* Add tutorial file name for Slovak.Kenichi Handa1998-04-091-0/+1
|
* Add coding-priority. Use iso-8859-2 insteadKarl Heuer1998-04-081-2/+18
| | | | of iso-latin-2. Correct starting commentary.
* Add coding-priority. Improve sample text.Karl Heuer1998-04-081-3/+18
| | | | Correct starting commentary.
* (setup-japanese-environment): SetupKenichi Handa1998-04-061-1/+8
| | | | | sentence-end suitable for Japanese text. (exit-japanese-environment): New function.
* Set exit-function toKenichi Handa1998-04-061-0/+1
| | | | exit-japanese-environment for Japanese environment.
* (setup-slovak-environment): 3rd arg to setup-8-bit-environment is theRichard M. Stallman1998-03-171-1/+1
| | | | default input method, not coding system.
* (setup-czech-environment): 3rd arg to setup-8-bit-environment is theRichard M. Stallman1998-03-171-1/+1
| | | | default input method, not coding system.
* Initial revisionRichard M. Stallman1998-03-172-0/+66
|
* (setup-japanese-environment): SetKenichi Handa1998-03-031-0/+1
| | | | default-file-name-coding-system to japanese-iso-8bit.
* (setup-chinese-cns-environment): CorrectKenichi Handa1998-02-201-1/+1
| | | | the settting of default-input-method.
* Do not require `cl'.Kenichi Handa1998-02-041-30/+33
| | | | | | | | (rule-intersection): New function. (string-conversion-by-rule): Use rule-intersection instead of intersection. (indian-to-devanagari-string): Use aref instead of sref. (devanagari-decompose-string): Likewise.
* (encode-hz-region): Do not bindKenichi Handa1998-02-041-2/+1
| | | | enable-multibyte-characters to nil locally.
* Move codes which set syntax and category ofKenichi Handa1998-02-041-31/+0
| | | | Indian characters to international/characters.el.
* 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.
* Remove setting up ofKenichi Handa1998-01-221-49/+52
| | | | | | | | | describe-chinese-environment-map and setup-chinese-environment-map. Exclude them in args of calls to set-language-info-alist. Adjusted for the change of make-coding-system. Register coding-priority key in language-info-alist. (iso-2022-cn-ext): New coding system.
* Remove setting up ofKenichi Handa1998-01-221-33/+25
| | | | | | | | describe-cyrillic-environment-map and setup-cyrillic-environment-map. Exclude them in args of calls to set-language-info-alist. Adjusted for the change of make-coding-system. Register coding-priority key in language-info-alist.
* Register coding-priority key inKenichi Handa1998-01-222-4/+18
| | | | language-info-alist.
* Remove setting up ofKenichi Handa1998-01-221-82/+98
| | | | | | | | | | | | describe-european-environment-map and setup-european-environment-map. Exclude them in args of calls to set-language-info-alist. Adjusted for the change of make-coding-system. Register coding-priority key in language-info-alist. Add "German" language env. (setup-8-bit-environment): Delete CODING-SYSTEM arg. (iso-latin-1): Make it compatible with MIME-charset "iso-8859-1" (compound-text): New coding system. `ctext' is now alias of it. (setup-german-environment): New function.
* 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".
* Adjusted for the change ofKenichi Handa1998-01-221-3/+3
| | | | make-coding-system and setup-8-bit-environment.
* Remove setting up ofKenichi Handa1998-01-221-10/+0
| | | | describe-indian-environment-map and setup-indian-environment-map.
* Adjusted for the change of make-coding-system. RegisterKenichi Handa1998-01-226-58/+67
| | | | coding-priority key in language-info-alist.