aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorGlenn Morris2011-02-27 17:07:29 -0800
committerGlenn Morris2011-02-27 17:07:29 -0800
commit2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch)
treeb924eb1c22ab3bce643676162ef039f250782661 /leim
parentdf7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff)
parentd1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff)
downloademacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz
emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog11
-rw-r--r--leim/quail/cyrillic.el2
-rw-r--r--leim/quail/ethiopic.el2
3 files changed, 9 insertions, 6 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 6f55095aac7..7334fa991c9 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12011-02-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
4
12011-01-28 Paul Eggert <eggert@cs.ucla.edu> 52011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Redo spelling of Makefile variables to conform to POSIX. 7 Redo spelling of Makefile variables to conform to POSIX.
@@ -27,8 +31,8 @@
27 31
282010-08-28 Kenichi Handa <handa@m17n.org> 322010-08-28 Kenichi Handa <handa@m17n.org>
29 33
30 * quail/japanese.el (quail-japanese-update-translation): Fix 34 * quail/japanese.el (quail-japanese-update-translation):
31 handling of invalid key. 35 Fix handling of invalid key.
32 36
332010-08-15 Andreas Schwab <schwab@linux-m68k.org> 372010-08-15 Andreas Schwab <schwab@linux-m68k.org>
34 38
@@ -46,8 +50,7 @@
46 50
472010-08-13 Kenichi Handa <handa@m17n.org> 512010-08-13 Kenichi Handa <handa@m17n.org>
48 52
49 * quail/greek.el ("greek-postfix"): Add rules for Greek style 53 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
50 quotes.
51 54
522010-08-09 Kenichi Handa <handa@m17n.org> 552010-08-09 Kenichi Handa <handa@m17n.org>
53 56
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el
index 7eaaab4aebc..824048534e0 100644
--- a/leim/quail/cyrillic.el
+++ b/leim/quail/cyrillic.el
@@ -39,7 +39,7 @@
39;; This was `cyrillic-jcuken'. Alexander Mikhailian 39;; This was `cyrillic-jcuken'. Alexander Mikhailian
40;; <mikhailian@altern.org> says: "cyrillic-jcuken" is actually 40;; <mikhailian@altern.org> says: "cyrillic-jcuken" is actually
41;; russian. It is ok but a bit outdated. This layout has been used 41;; russian. It is ok but a bit outdated. This layout has been used
42;; in typewriters for ages but it has been superceeded on desktops by 42;; in typewriters for ages but it has been superseded on desktops by
43;; a variation of this layout, implemented in M$ Windows software. 43;; a variation of this layout, implemented in M$ Windows software.
44;; The Windows layout is greatly preferred because of the comma and 44;; The Windows layout is greatly preferred because of the comma and
45;; period being placed more conviniently and, of course, because of 45;; period being placed more conviniently and, of course, because of
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el
index bdbb214723e..210aeea7e62 100644
--- a/leim/quail/ethiopic.el
+++ b/leim/quail/ethiopic.el
@@ -62,7 +62,7 @@ S-SPC or `M-x ethio-insert-ethio-space'
62 62
63C-' or `M-x ethio-gemination' 63C-' or `M-x ethio-gemination'
64 Compose the character before the point with the Ethiopic gemination mark. 64 Compose the character before the point with the Ethiopic gemination mark.
65 If the characater is already composed, decompose it and remove the 65 If the character is already composed, decompose it and remove the
66 gemination mark." 66 gemination mark."
67 67
68 ;; The following keys should work as defined in lisp/language/ethio-util, 68 ;; The following keys should work as defined in lisp/language/ethio-util,