summaryrefslogtreecommitdiff
path: root/lisp/language
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-12-301-1/+1
|
* Spelling fixes.Paul Eggert2011-12-291-1/+1
|
* Spelling fixes.Paul Eggert2011-12-161-2/+2
|
* Fix Ethiopic related codes for deleted variables and functions.Kenichi Handa2011-12-151-2/+2
|
* Spelling fixes.Paul Eggert2011-12-052-2/+2
|
* Spelling fixes.Paul Eggert2011-12-042-9/+9
|
* Spelling fixes.Paul Eggert2011-11-243-4/+4
|
* Spelling fixes.Paul Eggert2011-11-221-2/+2
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* * language/european.el (macintosh): Define as alias for mac-roman.Andreas Schwab2011-11-191-0/+1
|
* Spelling fixes.Paul Eggert2011-11-172-2/+2
|
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* Spelling fixes.Paul Eggert2011-11-142-2/+2
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-132-5/+5
|
* Improve tamil-itrans input method.Kenichi Handa2011-09-271-2/+21
|
* Refill some long/short copyright headers.Glenn Morris2011-01-2623-46/+23
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2430-36/+30
|
* Nuke arch-tags.Glenn Morris2011-01-1538-38/+0
|
* Merge from emacs-23Stefan Monnier2011-01-1438-60/+60
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0238-60/+60
| |
* | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-2/+2
| |
* | Add Arabic support.Kenichi Handa2010-08-251-2/+16
| |
* | language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable ↵Kenichi Handa2010-08-101-2/+9
| | | | | | | | pattern.
* | language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.Kenichi Handa2010-08-091-2/+2
| |
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-7/+0
|\|
| * Modify the coding system compound-text-with-extensions to conform to the ↵Kenichi Handa2010-08-041-7/+0
| | | | | | | | spec of Compound Text.
* | Add a Hebrew translation of the tutorial.Eli Zaretskii2010-07-311-4/+3
| | | | | | | | | | | | | | | | etc/tutorials/TUTORIAL.he: New file. etc/tutorials/TUTORIAL.translators: Add TUTORIAL.he. lisp/files.el (bidi-paragraph-direction): Define safe local values. lisp/language/hebrew.el ("Hebrew"): Add TUTORIAL.he to language-info-alist. Remove outdated FIXME in a comment.
* | * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)Andreas Schwab2010-07-121-5/+5
| |
* | * language/tv-util.el (tai-viet-re): Remove format.Andreas Schwab2010-07-121-2/+1
| |
* | Improve Hebrew rendering.Kenichi Handa2010-07-121-22/+156
| |
* | language/hebrew.el (hebrew-shape-gstring): Check if a glyph element of ↵Kenichi Handa2010-05-271-0/+3
| | | | | | | | GSTRING is nil.
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
* | Add Hebrew shaper.Kenichi Handa2010-05-251-0/+29
| |
* | lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.Eli Zaretskii2010-05-151-2/+2
|/
* language/indian.el (gujarati-composable-pattern): Fix typo.Kenichi Handa2010-04-221-1/+1
|
* language/indian.el (gurmukhi-composable-pattern): Fix typo.Kenichi Handa2010-04-221-4/+3
|
* language/indian.el (oriya-composable-pattern, tamil-composable-pattern, ↵Kenichi Handa2010-04-201-3/+3
| | | | malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).
* Fix previous change of *-composable-pattern).Kenichi Handa2010-04-071-10/+12
|
* Fix Indic composable patterns for the new Unicode specification.Kenichi Handa2010-03-302-47/+213
|
* language/indian.el (devanagari-composable-pattern): Add more consonants.Kenichi Handa2010-03-161-1/+1
|
* Add coding system windows-1256 (alias cp1256).Kenichi Handa2010-03-081-0/+8
|
* Change "myanmar" to "burmese"Kenichi Handa2010-03-011-2/+2
|
* Fix Myanmar OTF supportKenichi Handa2010-02-261-2/+20
|
* Add 2010 to copyright years.Glenn Morris2010-01-1338-60/+60
|
* language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.Kenichi Handa2010-01-051-3/+3
|
* (devanagari-composable-pattern): Fixed toKenichi Handa2009-12-251-22/+45
| | | | | | handle ZWNJ and ZWJ. Use it in composition-function-table for Devanagari. (malayalam-composable-pattern): Fix previous change.
* (malayalam-composable-pattern): Fix previous change.Kenichi Handa2009-12-121-1/+1
|
* (indian-compose-regexp): New function.Kenichi Handa2009-12-121-7/+31
| | | | | | (malayalam-composable-pattern): Fix the pattern. (composition-function-table): Set malayalam-composable-pattern for Malayalam characters.
* Include ZWJ and ZWNJ in the patterns to shape for all Indic scripts.Kenichi Handa2009-12-021-4/+4
|