summaryrefslogtreecommitdiff
path: root/leim
Commit message (Collapse)AuthorAgeFilesLines
* (install): Remove old directories in ns_appresdir beforeJan Djärv2008-12-301-1/+3
| | | | moving new directories there.
* (install-arch-dep): Remove old directories inJan Djärv2008-12-301-0/+5
| | | | ns_app* before moving new directories there.
* * quail/hangul.el (hangul-im-keymap, hangul-insert-character)Juanma Barranquero2008-11-112-10/+13
| | | | | | (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho) (hangul3-input-method-jung, hangul3-input-method-jong): Fix typos in docstrings.
* * quail/hangul.el (hangul-djamo): Fix typo in docstring.Juanma Barranquero2008-11-112-7/+9
|
* Handle backslash key (bug#839).Chong Yidong2008-11-071-1/+2
|
* Correct last entry.Chong Yidong2008-11-071-1/+1
|
* * quail/cyrillic.el: Handle backslash key (bug#839).Chong Yidong2008-11-071-0/+4
|
* (inscript-mlm-keytable): New variable.Kenichi Handa2008-10-202-1/+29
| | | | (malayalam-inscript): Use inscript-mlm-keytable.
* Fix typos.Juanma Barranquero2008-10-011-3/+3
|
* Fix typos.Juanma Barranquero2008-09-241-11/+11
|
* * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.Magnus Henoch2008-09-112-1/+9
|
* ("german-postfix"): do not translate ue to \"u after a, e or q,David Reitter2008-09-021-2/+9
| | | | | | because that would be extremely uncommon compared to aue, eue or que. The only exception is the prefix "ge", after which, according to corpus statistics, a \"u can be expected.
* ("german-postfix"): do not translate ue toDavid Reitter2008-09-021-0/+8
| | | | | | | \"u after a, e or q, because that would be extremely uncommon compared to aue, eue or que. The only exception is the prefix "ge", after which, according to corpus statistics, a \"u can be expected.
* (hangul3-input-method-jong): Fix array indexing bug.Kenichi Handa2008-08-102-1/+6
|
* ("cyrillic-translit"): Add two rules "//'" andJuri Linkov2008-07-192-17/+18
| | | | | | "//`" for combining accents as a separate character. Keep two rules "i`" and "I`" for characters where accent is not a separate character. Revert changes that added postfix combining accents.
* Fix typos.Juanma Barranquero2008-07-181-1/+1
|
* files were missed on previous checkinAdrian Robert2008-07-172-0/+11
|
* ("cyrillic-translit"): Put combining accent rules into one group.Juri Linkov2008-07-122-42/+40
|
* ("cyrillic-translit"): Fix rules withJuri Linkov2008-07-122-39/+49
| | | | | combining acute accent. Add rules ("e\\" ?� ("E\\" ?�ange conflicting rules ("u'" ? ) to ("u~" ? ), and ("U'" ? ) to ("U~" ? ). Doc fix.
* Replace non-printable control characters with equivalent text-only notations.Juri Linkov2008-07-121-0/+0
|
* Add more rules to cyrillic-translit, makeTeodor Zlatanov2008-07-102-18/+26
| | | | everything postfix. Adjust to eliminate conflicts.
* Add more rules to cyrillic-translit, makeTeodor Zlatanov2008-07-101-18/+80
| | | | everything postfix, and move ' '' and ` mappings to x.
* Fix CRLF breakage.Juanma Barranquero2008-06-301-0/+1
|
* * quail/hangul3.el: Remove (unneeded since 2008-06-03).Juanma Barranquero2008-06-302-3574/+4
|
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* (.el.elc): Copy the echo behavior of lisp/Makefile.in.Glenn Morris2008-06-272-1/+6
|
* * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.Juanma Barranquero2008-06-242-0/+5
|
* (clean mostlyclean): Delete leim-list.el~.Eli Zaretskii2008-06-202-0/+4
| | | | (distclean): Delete makefile.
* (distclean): Don't delete `quail' subdir: if we are building in the sandbox,Eli Zaretskii2008-06-202-1/+5
| | | | there are precious files there.
* Add quotation marks, paragraph symbol, angledTeodor Zlatanov2008-06-132-9/+35
| | | | brackets, number symbol, and accented aeio to cyrillic-translit.
* Fix typos, convert to utf-8.Juanma Barranquero2008-06-131-4/+4
|
* Fix committer names and other typos.Juanma Barranquero2008-06-101-1/+1
|
* Docstrings improved.Kenichi Handa2008-06-071-129/+136
|
* Docstrings and comments improved.Kenichi Handa2008-06-051-47/+70
|
* Add arch taglineMiles Bader2008-06-031-0/+1
|
* Fix typos.Juanma Barranquero2008-06-031-4/+4
|
* Register input methods "korean-hangul",Kenichi Handa2008-06-032-0/+56
| | | | "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
* Completely re-written.Kenichi Handa2008-06-031-2571/+464
|
* (KOREAN): Remove ${srcdir}/quail/hangul3.elc.Kenichi Handa2008-06-032-2/+2
| | | | (leim-list.el): Remove leim-list.el at first.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-075-34/+26
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0736-250/+183
| | | | Fix footer where needed.
* (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-19/+19
| | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* *** empty log message ***Juanma Barranquero2008-03-261-11/+0
|
* Don't use single-char mapping from ~ to NBSP.Stefan Monnier2008-03-262-22/+29
|
* Don't require devan-util.Kenichi Handa2008-02-212-1/+4
|
* Update copyright years and GPL version.Glenn Morris2008-02-021-3/+4
|
* Adjust dates of unicode merge entries to UTC.Glenn Morris2008-02-021-38/+31
| | | | | Remove merged entry about "updating from head". Fix tense (past -> present).
* Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-012-123/+108
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
* Merge from emacs--devo--0Miles Bader2008-01-302-1/+6
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324