summaryrefslogtreecommitdiff
path: root/lisp/language/cyril-util.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* 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
| * 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 years.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 copyright years.Glenn Morris2006-12-101-1/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53Miles Bader2005-05-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 302-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 69) - Update from CVS
| * Fix copyrights.Kenichi Handa2005-05-161-1/+1
| |
* | Sync to HEADKenichi Handa2004-04-161-0/+1
| |
* | *** empty log message ***Kenichi Handa2003-09-081-122/+4
|\ \
| * | (cyrillic-encode-koi8-r-char)Dave Love2002-06-111-123/+7
| | | | | | | | | | | | | | | (cyrillic-encode-alternativnyj-char): Fixed. (standard-display-cyrillic-translit): Remove redundant unicodes.
* | | New directoryKenichi Handa2003-09-081-1/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+1
| |
* | (standard-display-cyrillic-translit): Fix character constants.Juanma Barranquero2003-02-181-86/+86
| |
* | Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
| |
* | commentDave Love2002-07-241-1/+3
|/
* (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.
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-3/+5
|
* Fix coding: in Local Variables:.Kenichi Handa2001-03-091-1/+1
|
* Remove all the setup-...-environment functions.Dave Love2000-05-141-18/+0
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-101-7/+3
| | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now.
* (cyrillic-encode-koi8-r-char): New funciton.Kenichi Handa1998-08-021-0/+13
| | | | (cyrillic-encode-alternativnyj-char): New function.
* In setup-LANGUAGE-environment functions, adjust for the change ofKenichi Handa1998-01-221-4/+4
| | | | setup-8-bit-environment.
* (setup-cyrillic-alternativnyj-environment):Kenichi Handa1997-08-281-1/+2
| | | | Set coding-category-raw-text to cyrillic-alternativnyj.
* (setup-cyrillic-environment): Deleted.Kenichi Handa1997-08-221-3/+18
| | | | | | (setup-cyrillic-iso-environment): New function. (setup-cyrillic-koi8-environment): New function. (setup-cyrillic-alternativnyj-environment): New function.
* (setup-cyrillic-environment): Don't set primary-language.Richard M. Stallman1997-08-191-2/+1
|
* (cyrillic-language-alist): Fix punctuation.Richard M. Stallman1997-08-081-1/+1
|
* (cyrillic-language-alist): Add one language.Richard M. Stallman1997-08-071-2/+2
|
* Fix copyright holder name.Richard M. Stallman1997-08-051-2/+1
|
* (standard-display-cyrillic-translit):Richard M. Stallman1997-08-051-9/+9
| | | | | Set standard-display-table here, not when loading the file. Read argument properly with `interactive'.
* (cyrillic-language-alist): New variable.Kenichi Handa1997-08-051-114/+139
| | | | (standard-display-cyrillic-translit): Add autoload cookie.
* (standard-display-cyrillic-translit): New function.Richard M. Stallman1997-08-011-0/+128
|
* (setup-cyrillic-environment): Fix paren error.Richard M. Stallman1997-07-211-1/+1
|
* (setup-cyrillic-environment): AdjustedKenichi Handa1997-07-021-2/+2
| | | | for the change of an input method name.
* Change copyright notice.Richard M. Stallman1997-06-221-1/+1
|
* Provide cyril-util nstead of language/cyril-util.Kenichi Handa1997-06-181-24/+3
| | | | | | | (setup-cyrillic-iso-environment, setup-cyrillic-koi8-environment, setup-cyrillic-alternativnyj-environment): Deleted. (setup-cyrillic-environment): New function.
* Adjusted for coding system name change.Kenichi Handa1997-06-101-5/+4
|
* Initial revisionKenichi Handa1997-05-281-0/+60