diff options
| author | Kenichi Handa | 2011-12-15 16:50:05 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-12-15 16:50:05 +0900 |
| commit | 5fc1c122ccc781fb93dd81aacac368ac7bd973e6 (patch) | |
| tree | 54436e57cec7dea500d3dce22841ad81c04f0966 | |
| parent | 100d5755ed82e6c47833a3559fb0a154381d5afd (diff) | |
| download | emacs-5fc1c122ccc781fb93dd81aacac368ac7bd973e6.tar.gz emacs-5fc1c122ccc781fb93dd81aacac368ac7bd973e6.zip | |
Fix Ethiopic related codes for deleted variables and functions.
| -rw-r--r-- | leim/ChangeLog | 5 | ||||
| -rw-r--r-- | leim/quail/ethiopic.el | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/language/ethio-util.el | 4 |
4 files changed, 14 insertions, 3 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 11aae483ba2..95a3671bdd1 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-15 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * quail/ethiopic.el ("ethiopic"): Do not refer to | ||
| 4 | ethio-prefer-ascii-punctuation. | ||
| 5 | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * quail/hangul.el (hangul-character): Fix typo. | 8 | * quail/hangul.el (hangul-character): Fix typo. |
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el index 7e108a71a60..569d6e6b245 100644 --- a/leim/quail/ethiopic.el +++ b/leim/quail/ethiopic.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | "ethiopic" "Ethiopic" | 39 | "ethiopic" "Ethiopic" |
| 40 | '("$(3$Q#U!.(B " | 40 | '("$(3$Q#U!.(B " |
| 41 | (ethio-prefer-ascii-space "_" "$(3$h(B") | 41 | (ethio-prefer-ascii-space "_" "$(3$h(B") |
| 42 | (ethio-prefer-ascii-punctuation "." "$(3$i(B")) | 42 | "$(3$i(B") |
| 43 | t " Quail package for Ethiopic (Tigrigna and Amharic) | 43 | t " Quail package for Ethiopic (Tigrigna and Amharic) |
| 44 | 44 | ||
| 45 | When you are in Ethiopic language environment, the following special | 45 | When you are in Ethiopic language environment, the following special |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb412197f3d..e718222e01b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-12-15 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * language/ethio-util.el: Change coding tag to utf-8-emacs. | ||
| 4 | (setup-ethiopic-environment-internal): Comment out key-binding for | ||
| 5 | ethio-toggle-punctuation. | ||
| 6 | |||
| 1 | 2011-12-13 Alan Mackenzie <acm@muc.de> | 7 | 2011-12-13 Alan Mackenzie <acm@muc.de> |
| 2 | 8 | ||
| 3 | Add the switch statement to AWK Mode. | 9 | Add the switch statement to AWK Mode. |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 306a7bee9dc..3c39b1eff9c 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*- | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8-emacs; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2002-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| @@ -48,7 +48,7 @@ | |||
| 48 | ([f4] . ethio-sera-to-fidel-buffer) | 48 | ([f4] . ethio-sera-to-fidel-buffer) |
| 49 | ([S-f4] . ethio-sera-to-fidel-region) | 49 | ([S-f4] . ethio-sera-to-fidel-region) |
| 50 | ([C-f4] . ethio-sera-to-fidel-marker) | 50 | ([C-f4] . ethio-sera-to-fidel-marker) |
| 51 | ([S-f5] . ethio-toggle-punctuation) | 51 | ;; ([S-f5] . ethio-toggle-punctuation) |
| 52 | ([S-f6] . ethio-modify-vowel) | 52 | ([S-f6] . ethio-modify-vowel) |
| 53 | ([S-f7] . ethio-replace-space) | 53 | ([S-f7] . ethio-replace-space) |
| 54 | ;; ([S-f8] . ethio-input-special-character) ; deprecated | 54 | ;; ([S-f8] . ethio-input-special-character) ; deprecated |