summaryrefslogtreecommitdiff
path: root/leim
Commit message (Collapse)AuthorAgeFilesLines
* (install): Set umask to world-readable before creating directories.Glenn Morris2009-09-092-1/+6
|
* ("ipa"): Set `forget-last-selection' to nil.Juri Linkov2009-08-312-10/+25
| | | | | | | | | | ("ipa-x-sampa"): Set `forget-last-selection' to nil. Set `deterministic' to nil. ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283". ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS" to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283". Fix comments.
* ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".Juri Linkov2009-08-312-22/+35
| | | | | | | | | | | ("ipa-x-sampa"): Rename from "x-sampa-ipa". (ipa-x-sampa-implosive-submap): Rename from x-sampa-implosive-submap. (ipa-x-sampa-prepend-to-keymap-entry): Rename from x-sampa-prepend-to-keymap-entry. (ipa-x-sampa-underscore-implosive): Rename from x-sampa-underscore-implosive. (ipa-x-sampa-implosive-submap): Move before first use.
* ("kirshenbaum-ipa", "x-sampa-ipa"):Juri Linkov2009-08-302-0/+416
| | | | | | | | | | | | Two new input methods, both following widely-used Usenet conventions for mapping ASCII to the IPA. Kirshenbaum is common in sci.lang and alt.usage.english, X-SAMPA in various (mostly European) non-English language fora. X-SAMPA is slightly more complex to support in Quail that Kirshenbaum, whence the two extra function and one extra submap to support it. (x-sampa-prepend-to-keymap-entry): New function. (x-sampa-underscore-implosive): New function. (x-sampa-implosive-submap): New Quail submap.
* Recode the file as UTF-8, for better interoperability with other applications.Juri Linkov2009-08-302-72/+77
|
* (\circ): Use the `ring operator' rather than `white circle'.Stefan Monnier2009-08-292-1/+4
|
* (leim-list.el, install): Don't use -r to remove files.Stefan Monnier2009-08-292-2/+6
|
* Ignore all backup files.Andreas Schwab2009-08-281-1/+1
|
* * leim/.gitignore, lisp/.gitignore: Ignore .el~ files.Juanma Barranquero2009-08-281-1/+1
|
* (top-level): Don't require cl at run-time.Glenn Morris2009-08-252-1/+5
|
* Add missing keys that exist on the Arabic X keyboard. Don't insertEli Zaretskii2009-08-212-10/+18
| | | | | | Lam-alef ligatures from the Arabic Presentation Forms ranges; instead, separate Lam-Alef ligatures into a list of two letters (Lam and a suitable Alef).
* (korean-key-bindings): Change the binding of F9 toKenichi Handa2009-06-231-0/+5
| | | | hangul-to-hanja-conversion. Bind Hangul_Hanja to the same command.
* (hangul-to-hanja-conversion): When it is calledKenichi Handa2009-06-231-4/+11
| | | | while korean input method is off, convert the following character.
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* (hangul-im-keymap): Add binding of key Hangul_Hanja.Kenichi Handa2009-06-182-0/+6
|
* * Makefile.in (install-arch-dep): Avoid using $$(..) construct,Chong Yidong2009-05-042-1/+6
| | | | | | for Solaris compatibility. * leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris compatibility.
* (install): Remove .gitignore files.Andreas Schwab2009-04-122-0/+5
|
* Change the encoding to utf-8.Kenichi Handa2009-03-192-12/+16
|
* Add arch taglineMiles Bader2009-03-041-0/+2
|
* Add .gitignore rules for in-place builds.Juanma Barranquero2009-03-032-5/+4
|
* Add .gitignore filesMiles Bader2009-02-031-5/+3
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
* Comments (minor fixes of some header conventions).Glenn Morris2009-01-101-2/+5
|
* Add 2009 to copyright years.Glenn Morris2009-01-0839-55/+55
|
* Add missing copyright header.Glenn Morris2009-01-081-0/+2
|
* (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
|