summaryrefslogtreecommitdiff
path: root/lisp/language/misc-lang.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Another minor fix in misc-lang.elEli Zaretskii2015-10-051-2/+3
|
* Fix composition-function-table for Arabic and SyriacEli Zaretskii2015-10-051-3/+3
| | | | | * lisp/language/misc-lang.el (composition-function-table): Fix entries for Arabic and Syriac.
* Fix composition of characters from Syriac and Arabis scripts.Eli Zaretskii2014-12-271-1/+2
| | | | | | | lisp/language/misc-lang.el (composition-function-table): Add Syriac characters and also ZWJ/ZWNJ. See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html for the details.
* Merge language/persian.el into language/misc-lang.elGlenn Morris2012-08-081-0/+8
| | | | | | | | | | * lisp/language/persian.el: Remove file. * lisp/language/misc-lang.el: Move non-unique part of persian.el here. * lisp/loadup.el: Remove language/persian. * src/lisp.mk (lisp): Remove language/persian.elc. * etc/NEWS: Improve entry.
* Remove no-byte-compile setting from some lisp/language files.Glenn Morris2012-05-071-1/+1
| | | | | | | | | Same comments as per 2012-05-01T06:59:34Z!rgm@gnu.org, for lisp/term: Not that compiling these will bring any noticeable speed benefit, but there's really no reason not to compile them. The extra disk space and build time is negligible, and it might reveal use of obsolete functions, bugs, etc.
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add Arabic support.Kenichi Handa2010-08-251-2/+16
|/
* Add coding system windows-1256 (alias cp1256).Kenichi Handa2010-03-081-0/+8
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* ("IPA"): Change coding systems to utf-8. Delete unibyte-display.Kenichi Handa2009-07-151-3/+2
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Restore comma mistakenly removed in last change.Glenn Morris2007-07-251-1/+1
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright.Glenn Morris2007-01-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
| |
* | (iso-8859-6): New coding system.Kenichi Handa2006-10-021-0/+10
|/
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Fix copyrights.Kenichi Handa2005-05-161-2/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-011-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+4
|
* 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-3/+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.
* ("IPA"): Add coding-priority and coding-system.Kenichi Handa1998-07-081-0/+2
|
* Call set-language-info-alist for IPA.Kenichi Handa1997-07-021-0/+13
| | | | (setup-ipa-environment): New function.
* 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.
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+3
|
* Initial revisionKarl Heuer1997-02-201-0/+31