summaryrefslogtreecommitdiff
path: root/lisp/international/quail.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix spurious escapes in describe-input-methodPaul Eggert2016-01-181-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Quoting fixes in lisp/international and lisp/leimPaul Eggert2015-08-301-12/+15
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+1
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-2/+4
* Fix display of keyboard layouts for right-to-left scriptsMichael Vehrs2015-05-021-1/+2
* * international/quail.el (quail-input-method): Use with-silent-modificationsStefan Monnier2015-03-111-5/+2
* Less 'make' chatter in batch modePaul Eggert2015-01-031-2/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/international/quail.el (quail-define-package): Doc fix.Glenn Morris2014-01-211-4/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug #15800 by clarifying description of what keyboard layout means.Eli Zaretskii2013-11-051-1/+3
* international/quail.el (quail-help): Make it not a command.Kenichi Handa2013-09-261-1/+0
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert2012-07-291-8/+16
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-4/+4
* * lisp/international/quail.el: Use dolist and simplify.Stefan Monnier2012-04-101-31/+27
* international/quail.el (quail-insert-kbd-layout): Fix previous change. To av...Kenichi Handa2012-03-221-18/+17
* international/quail.el (quail-insert-kbd-layout): Surround each row by LRO an...Kenichi Handa2012-03-121-16/+23
* Prevent bidi reordering of rows and keys in the quail layout display.Eli Zaretskii2012-03-081-5/+14
* Fix direction of keyboard layout display for Arabic input method.Eli Zaretskii2012-03-071-0/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-2/+2
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-181-2/+2
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Spelling fixes.Paul Eggert2011-11-121-6/+6
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-20/+15
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-4/+4
* fix many doubled-word typosU. Ser2011-05-101-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-311-1/+1
|\
| * (quail-keyboard-layout-alist): RemoveKenichi Handa2011-01-281-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | international/quail.el (quail-insert-kbd-layout): Fix the showing of untransl...Kenichi Handa2010-06-281-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Replace completion-base-size by completion-base-position to fix bugsStefan Monnier2009-10-151-3/+6
* (quail-completion-1): Simplify.Stefan Monnier2009-08-101-45/+62
* (quail-vunion): Remove unexplained nreverse.Stefan Monnier2009-04-281-1/+4
* (quail-update-leim-list-file): Save leim-list.el in utf-8.Kenichi Handa2009-03-191-1/+1
* (quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):Eli Zaretskii2009-02-141-12/+17
* (quail-make-guidance-frame): Remove the `parent-id' parameter.Stefan Monnier2009-02-121-4/+9
* (quail-insert-kbd-layout): Delete superfluous handling of 8-bit code.Kenichi Handa2009-01-161-4/+0
* Add 2009 to copyright years.Glenn Morris2009-01-051-2/+2
* (quail-vunion): New function.Stefan Monnier2008-11-241-89/+87