aboutsummaryrefslogtreecommitdiffstats
path: root/leim/quail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa1999-12-154-0/+0
|
* Rewritten for new composition.Kenichi Handa1999-12-154-1290/+513
|
* *** empty log message ***Kenichi Handa1999-12-131-0/+0
|
* ("esperanto-prefix"): Make it produce Latin-3Kenichi Handa1999-12-131-15/+15
| | | | characters, not Latin-1.
* rm leim-list.el, add quail/*.elcKenichi Handa1999-11-1830-0/+0
|
* ("turkish-latin-3-postfix"): Renamed fromKenichi Handa1999-09-201-2/+68
| | | | | | turkish-postfix. ("turkish-postfix"): New Turkish input method which inserts Latin-5 characters.
* ("turkish-latin-3-alt-postfix"): Renamed fromKenichi Handa1999-09-201-1/+67
| | | | | | turkish-postfix. ("turkish-postfix"): New Turkish input method which inserts Latin-5 characters.
* (cyrillic-jcuken): Use X11 keyboard layout.Richard M. Stallman1999-07-131-5/+5
|
* Fix previous change.Kenichi Handa1999-06-141-8/+8
|
* ("ethiopic"): Add translation rules.Kenichi Handa1999-06-141-1/+113
|
* Newly generated from hangul.el, hangul3.el, and hanja.el.Kenichi Handa1999-06-021-473/+473
|
* ("korean-hangul3"): Give MAXIMUM-SHORTEST t.Kenichi Handa1999-05-251-1/+1
|
* ("romanian-prefix"): New input method.Kenichi Handa1999-05-101-0/+43
| | | | ("romanian-alt-prefix"): New input method.
* ("spanish-postfix"): Add rule U" and u".Kenichi Handa1999-03-041-0/+4
|
* (quail-japanese-kanji-kkc): If the last charKenichi Handa1999-01-141-2/+8
| | | | | to convert is `n', change it to Japanese Hiragana `n' before conversion.
* Initial revisionKenichi Handa1999-01-111-0/+73
|
* (quail-devanagari-compose-characters):Kenichi Handa1998-12-151-20/+14
| | | | | Adjusted for the change of input method handling. (quail-devanagari-hindi-compose-characters): Likewise.
* Many doc fixes.Richard M. Stallman1998-10-151-26/+29
| | | | | ("latin-1-prefix"): Add sequences for the small superscript underlined o and a.
* Many doc fixes.Richard M. Stallman1998-10-151-7/+9
| | | | ("latin-1-postfix"): Add sequence for the small superscript o.
* ("latin-1-alt-postfix"): Add a method to enter theRichard M. Stallman1998-10-131-6/+45
| | | | | | small superscript underlined o and a. ("italian-alt-postfix"): Change it to something useful and different from italian-postfix.
* ("latin-1-postfix"): Add a method to enter theRichard M. Stallman1998-10-131-6/+25
| | | | | | | small superscript underlined o and a. ("italian-postfix"): Same as above. ("italian-postfix"): Add methods to enter e with acute accent and the >> and << symbols.
* (quail-japanese-hankaku-update-translation):Kenichi Handa1998-09-251-18/+7
| | | | Adjusted for the change of input method handling.
* (quail-japanese-katakana-update-translation):Kenichi Handa1998-09-161-17/+7
| | | | Adjusted for the change of input method handling.
* (quail-tibetan-input-wylie): Adjusted for theKenichi Handa1998-09-021-15/+25
| | | | | change of input method handling. (quail-tibetan-input-tibkey): Likewise.
* ("czech"): Make this input method deterministic,Kenichi Handa1998-08-171-1/+1
| | | | kbd-translate, and show-layout.
* Fix several translation rules.Kenichi Handa1998-08-151-15/+15
|
* Comment changes.Richard M. Stallman1998-08-121-6/+0
|
* Few key sequences added to some keyboards.Richard M. Stallman1998-08-121-6/+12
|
* (quail-japanese-use-double-n): New variable.Kenichi Handa1998-08-061-21/+32
| | | | | | | | | | (quail-japanese-update-translation): Adjusted for the change of quail-update-translation. Now this function should return CONTROL-FLAG. (quail-japanese-toggle-kana): Update quail-conversion-str. (quail-japanese-kanji-kkc): Likewise. (quail-japanese-switch-package): Reset quail-current-str and quail-conversion-str.
* (quail-japanese-kanji-kkc): SetKenichi Handa1998-07-251-1/+2
| | | | | quail-translation to nil after calling kkc-region so that translation mode is restarted correctly.
* (quail-japanese-kanji-kkc): Handle the caseKenichi Handa1998-07-211-2/+5
| | | | | that conversion is cancelled in kkc-region. (quail-japanese-switch-package): Fix previous change.
* (quail-japanese-update-translation): HandleKenichi Handa1998-07-191-3/+6
| | | | | | | a key which should fix the current translation and start a new translation correctly. (quail-japanese-toggle-kana): Set quail-translating to nil. Don't change point.
* (quail-japanese-kanji-kkc): Adjusted for the change of quail.el.Kenichi Handa1998-07-161-15/+4
| | | | (quail-japanese-switch-package): Likewise.
* Keys for modern Korean syllables fixed.Kenichi Handa1998-07-031-7/+7
| | | | Some keys for ancient Korean syllables are changed properly.
* Don't add hook to quail-mode-hook.Kenichi Handa1998-06-201-11/+6
| | | | (ethio-select-a-translation): New function.
* (latin-2-alt-postfix): Doc fix.Andreas Schwab1998-04-141-1/+1
|
* Correct starting commentary.Karl Heuer1998-04-082-3/+33
|
* (lrt-composing-pattern-double-c): ChangeAndreas Schwab1998-04-061-4/+4
| | | | | | chars-in-string to length. (lrt-generate-quail-map): Change sref to aref, and make second argument of substring a character index.
* ("latin-1-prefix"): Fix the translation ofKenichi Handa1998-03-191-1/+1
| | | | "/ " to "/" (instead of " ").
* Initial revisionRichard M. Stallman1998-03-172-0/+1022
|
* Initial revisionKenichi Handa1997-12-091-0/+507
|
* Require 'korea-util.Kenichi Handa1997-12-092-16/+2
| | | | (quail-hangul-switch-to-symbol-ksc): Deleted.
* Title string of the input methodKenichi Handa1997-12-091-1/+1
| | | | "korean-hanja-jis" changed.
* Require 'korea-util. Title string of the inputKenichi Handa1997-12-091-11/+3
| | | | | method "korean-hanja" changed. (quail-hanja-switch-to-symbol-ksc): Deleted.
* Title string of the input methodKenichi Handa1997-12-091-10/+2
| | | | | "korean-symbol" changed. Require 'korea-util. (quail-hangul-switch-back): Deleted.
* The title string of input method "Ethiopic"Kenichi Handa1997-10-231-1/+1
| | | | is changed.
* Add tailing newline.Kenichi Handa1997-09-222-2/+2
|
* file name changed.Kenichi Handa1997-09-221-1/+1
|
* (german): Swap y and z.Richard M. Stallman1997-09-191-0/+4
|
* (latin-2-postfix): Use : for double-acute again.Richard M. Stallman1997-09-151-5/+5
|