aboutsummaryrefslogtreecommitdiffstats
path: root/leim/quail
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (vietnamese-viqr): Doc fix.Richard M. Stallman1997-09-151-1/+1
|
* Initial revisionRichard M. Stallman1997-09-131-0/+1421
|
* Undo previous change.Richard M. Stallman1997-09-131-166/+146
|
* (latin-2-postfix): Replace comma and period with `. Replace colon with /.Richard M. Stallman1997-09-121-146/+166
| | | | | | | | | (latin-1-postfix): Replace comma with /. (french-postfix): Replace comma with /. (latin-3-postfix): Replace comma with ` and period with /. (latin-4-postfix): Replace comma with ` and period with ~. (latin-5-postfix): Replace comma with ` and period with /. (turkish-postfix): Replace comma with ` and period with /.
* Don't bind keys in quail-mode-map. TheKenichi Handa1997-09-101-111/+21
| | | | | | | | | | | | | | | function added to quail-mode-hook turn ethio-mode on only when input method "ethiopic" is begin used. (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el. (ethio-toggle-space): Likewise. (ethio-insert-space): Likewise. (ethio-insert-ethio-space): Likewise. (ethio-prefer-ascii-punctuation): Likewise. (ethio-toggle-punctuation): Likewise. (ethio-gemination): Likewise. ("ethiopic"): Doc-string of this Quail package modified. Bind function keys for TRANSLATION-KEYMAP to quail-execute-non-quail-command.
* For each package, pass t for the SIMPLEKenichi Handa1997-09-038-17/+19
| | | | argument to quail-define-package.
* Add rules for cancelling accents by typingKenichi Handa1997-09-021-179/+716
| | | | | two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail packages.
* Pass t for the SIMPLE argument to quail-define-package.Richard M. Stallman1997-09-012-39/+39
|
* ("ethiopic"): Doc-sring fixed. Change the argKenichi Handa1997-09-011-10/+10
| | | | | | TRANSLATION-KEYS. (quail-mode-map): Change binding for ethio-insert-ethio-space. (quail-mode-hook): Check the current Quail package name.
* (quail-devanagari-compose-characters): FixKenichi Handa1997-08-251-2/+2
| | | | | previous change. (quail-devanagari-hindi-compose-characters): Fix previous change.
* (quail-japanese-kkc-mode-exit): Fix previousKenichi Handa1997-08-251-2/+3
| | | | change.
* (thai-keyboard-mapping-alist): Some entry corrected.Kenichi Handa1997-08-221-2/+2
|
* (quail-japanese-kkc-mode-exit): RunKenichi Handa1997-08-221-1/+2
| | | | input-method-after-insert-chunk-hook.
* (thai-keyboard-mapping-alist): Some entry corrected.Kenichi Handa1997-08-221-2/+2
|
* ("korean-hangul"): Doc-string of this QuailKenichi Handa1997-08-191-3/+3
| | | | package fixed.
* Fix previous change.Kenichi Handa1997-08-181-2/+2
|
* (quail-devanagari-compose-characters): DoKenichi Handa1997-08-181-10/+4
| | | | | not call throw. (quail-devanagari-hindi-compose-characters): Likewise.
* (quail-hangul-switch-to-symbol-ksc): CallKenichi Handa1997-08-182-2/+2
| | | | activate-input-method instead of select-input-method.
* (quail-japanese-toggle-kana): Don't callKenichi Handa1997-08-181-43/+30
| | | | | | | | throw. (quail-japanese-kanji-kkc): Completely re-written. (quail-japanese-kkc-mode-exit): New function. (quail-japanese-switch-package): Call activate-input-method instead of select-input-metho.
* (quail-hangul-switch-back): CallKenichi Handa1997-08-181-2/+2
| | | | | activate-input-method instead of select-input-method. Use input-method-history instead of previous-input-method.
* (thai-consonant-input): Typo fixed.Kenichi Handa1997-08-181-1/+2
|
* (cyrillic-translit-bulgarian): New input method.Richard M. Stallman1997-08-161-0/+52
|
* (lao-keyboard-mapping): Some elements corrected.Kenichi Handa1997-08-161-6/+6
| | | | (lao-quail-define-rules): Some translation rules corrected.
* (lrt-vowel-table): Some elements corrected.Kenichi Handa1997-08-161-2/+8
| | | | | ("lao-lrt"): Doc-string of this Quail package modified. Some tranlation rules added.
* Change title string of input method "Lao".Kenichi Handa1997-08-101-1/+1
|
* Change title string of input method "lao-lrt".Kenichi Handa1997-08-101-21/+46
| | | | | | | | | (lrt-single-consonant-table): Several key sequence changed. (lrt-composing-pattern-double-c): Handle a consonant with semi-vowel-lower correctly. (lrt-handle-maa-sakod): Do not reset quail-current-key. (lrt-handle-tone-mark): Check the existence of double consonant correctly.
* (cyrillic-translit): \\ changed to / toRichard M. Stallman1997-08-091-18/+18
| | | | conform to other input methods. Misprints corrected.
* (cyrillic-translit): Doc-string of the packageKenichi Handa1997-08-051-6/+8
| | | | modified. Several tranlation rules modified.
* Initial revisionKenichi Handa1997-08-051-0/+142
|
* Move Quail package cyrillic-jis-russian toKenichi Handa1997-08-051-607/+498
| | | | quail/cyril-jis.el.
* In quail-mode-map, bindKenichi Handa1997-08-031-0/+27
| | | | | ethio-insert-ethio-space Shift-SPACE. Add translation rules to Quail package "ethiopic".
* Fix up coding system.Richard M. Stallman1997-08-021-584/+589
|
* (cyrillic-translit): New input method.Richard M. Stallman1997-08-011-0/+65
|
* Initial revisionKenichi Handa1997-07-251-0/+519
|