aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ("Ukrainian"): Fix nonascii-translation.Dave Love2002-09-111-3/+8
| | | | (cyrillic-alternativnyj-decode-table): Fix some entries.
* ("Swedish"): New set-language-info-alist call.Richard M. Stallman2002-09-051-0/+12
|
* (setup-ethiopic-environment-internal, exit-ethiopic-environment):Stefan Monnier2002-08-151-4/+4
| | | | | Use find-file-hook and write-file-functions instead of find-file-hooks and write-file-hooks.
* (in-is13194): Give correct `safe-chars' property.Kenichi Handa2002-07-301-1/+8
| | | | (devanagari): Define it as an alias of in-is13194.
* commentDave Love2002-07-241-1/+3
|
* ("Georgian"): Add nonascii-translation.Dave Love2002-07-241-0/+1
|
* ("German", "French", "Spanish", "Turkish"):Dave Love2002-07-241-7/+10
| | | | | | Add alternative coding systems. ("Dutch"): Likewise. Add input method. ("Welsh", "Latin-7"): Add nonascii-translation.
* (cyrillic-koi8-r-decode-table)Dave Love2002-07-171-60/+266
| | | | | | | | | | | | | | | | | | | | | | | (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode. (cyrillic-koi8-r-decode-table): Make unbound after use. (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion factor. Use utf-8-translation-table-for-decode. (ccl-encode-koi8, ccl-encode-koi8): Don't check r0. (cyrillic-unify-encoding): New function. (cyrillic-koi8): Modify safe-chars, valid-codes. Remove charset-origin-alist. (Cp878, cp866): New alias. (ccl-encode-8859-5-font): New. (font-ccl-encoder-alist): Add ccl-encode-8859-5-font. (ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove redundant parens. ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority. (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u) (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New. (cyrillic-alternativnyj): Modify safe-chars, add mime-charset. ("Cyrillic-ALT"): Change input method. ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
* (indian-make-hash): Switch makehash -> make-hash-table.Stefan Monnier2002-07-071-2/+2
|
* (dev-char-glyph-hash, dev-glyph-glyph-hash)Stefan Monnier2002-07-071-3/+3
| | | | (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
* (cyrillic-alternativnyj-decode-table): Fix the table to contain correctPavel Janík2002-06-051-1/+1
| | | | characters.
* Comment change.Richard M. Stallman2002-05-192-8/+8
|
* (tibetan-canonicalize-for-unicode-alist)Kenichi Handa2002-05-081-0/+58
| | | | | | | (tibetan-canonicalize-for-unicode-regexp): New variables. (tibetan-canonicalize-for-unicode-region): New function. (tibetan-strict-unicode): New variable. (tibetan-pre-write-canonicalize-for-unicode): New function.
* (tibetan-obsolete-glyphs): From tibetan.el.Richard M. Stallman2002-04-301-0/+17
|
* (tibetan-obsolete-glyphs): Now in tibet-util.el.Richard M. Stallman2002-04-301-17/+0
|
* Update Commentary section.Pavel Janík2002-04-291-6/+7
|
* (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.
* ("Slovak"): Likewise.Pavel Janík2002-03-061-1/+1
|
* ("Czech"): Fix the documentation.Pavel Janík2002-03-061-1/+1
|
* (mac-roman): Fix last change.Eli Zaretskii2002-03-051-3/+3
|
* (mac-roman): Fix the safe-chars property.Eli Zaretskii2002-03-051-1/+1
|
* (iso-2022-jp-2): Add init-bol flag.Jason Rumney2002-02-251-1/+1
|
* (cyrillic-encode-koi8-r-char)Richard M. Stallman2002-02-071-16/+130
| | | | | | (cyrillic-encode-alternativnyj-char): Get translation tables from symbol properties, not as variables. (standard-display-cyrillic-translit): Include unicodes.
* (tibetan-decompose-region)Pavel Janík2002-01-191-2/+2
| | | | (tibetan-decompose-string): Fix typo in docstring.
* Fix the doc string of "Latin-5" language environment.Eli Zaretskii2001-12-271-4/+1
|
* Fix Lisp headers.Pavel Janík2001-12-252-0/+4
|
* Add keyword.Pavel Janík2001-12-251-1/+1
|
* Fix Lisp footer.Pavel Janík2001-12-251-0/+2
|
* More doc string fixes.Werner LEMBERG2001-12-193-9/+9
|
* (ethio-modify-vowel): Use char-to-string instead ofPavel Janík2001-12-181-1/+1
| | | | decompose-composite-char.
* Implementing euc-tw encoding.Werner LEMBERG2001-12-181-2/+269
|
* Improving doc strings.Werner LEMBERG2001-12-1813-37/+41
|
* Implementing euc-tw encoding.Werner LEMBERG2001-12-181-8/+153
| | | | Improving doc strings.
* (indian-char-glyph): Fix typo in doc-string.Pavel Janík2001-12-171-1/+1
|
* Fix typo.Dave Love2001-12-171-1/+1
|
* (mapthread): Make a closure.Stefan Monnier2001-12-161-1/+1
|
* (devanagari-range): Renamed from `range'. All calls changed.Richard M. Stallman2001-12-161-8/+8
| | | | | (devanagari-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'. All calls changed.
* (range): Function deleted.Richard M. Stallman2001-12-161-8/+3
| | | | | (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'. All calls changed.
* Fix typo.Pavel Janík2001-12-151-5/+4
|
* *** empty log message ***Dave Love2001-12-151-0/+38
|
* Don't require cl.Dave Love2001-12-151-32/+75
| | | | | | | | | (indian-glyph-char, indian-glyph-max-char) (indian-char-glyph): Moved from indian.el (indian--puthash-char, mapthread): Don't quote lambda. (indian--map): New function. (indian--puthash-v, indian--puthash-c, indian--puthash-m) (indian--puthash-cv): Use it.
* (indian-glyph-char, indian-glyph-max-char)Dave Love2001-12-151-34/+0
| | | | (indian-char-glyph): Moved to ind-util.el
* (devanagari-post-read-conversion): NewDave Love2001-12-151-0/+9
| | | | function.
* ("Windows-1255"): New language.Dave Love2001-12-151-3/+12
|
* ("Welsh", "Latin-7", "Lithuanian")Dave Love2001-12-151-0/+30
| | | | ("Latvian"): New languages.
* *** empty log message ***Dave Love2001-12-151-0/+51
|
* Remove autoload cookies. Fix registrationDave Love2001-12-121-7/+4
| | | | of diacritic composition function.
* Add UnicodeDave Love2001-12-112-2/+94
| | | | equivalents.
* (indian-glyph-max-char): Fix doc-string.Pavel Janík2001-12-111-1/+1
|
* Add Unicode equivalents for rules.Dave Love2001-12-071-2/+103
| | | | (lao-post-read-conversion): New function.