Fix Ethiopic related codes for deleted variables and functions.
This commit is contained in:
parent
100d5755ed
commit
5fc1c122cc
4 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-12-15 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/ethiopic.el ("ethiopic"): Do not refer to
|
||||
ethio-prefer-ascii-punctuation.
|
||||
|
||||
2011-11-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* quail/hangul.el (hangul-character): Fix typo.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"ethiopic" "Ethiopic"
|
||||
'("$(3$Q#U!.(B "
|
||||
(ethio-prefer-ascii-space "_" "$(3$h(B")
|
||||
(ethio-prefer-ascii-punctuation "." "$(3$i(B"))
|
||||
"$(3$i(B")
|
||||
t " Quail package for Ethiopic (Tigrigna and Amharic)
|
||||
|
||||
When you are in Ethiopic language environment, the following special
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2011-12-15 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/ethio-util.el: Change coding tag to utf-8-emacs.
|
||||
(setup-ethiopic-environment-internal): Comment out key-binding for
|
||||
ethio-toggle-punctuation.
|
||||
|
||||
2011-12-13 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Add the switch statement to AWK Mode.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*-
|
||||
;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8-emacs; -*-
|
||||
|
||||
;; Copyright (C) 1997-1998, 2002-2011 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||
|
@ -48,7 +48,7 @@
|
|||
([f4] . ethio-sera-to-fidel-buffer)
|
||||
([S-f4] . ethio-sera-to-fidel-region)
|
||||
([C-f4] . ethio-sera-to-fidel-marker)
|
||||
([S-f5] . ethio-toggle-punctuation)
|
||||
;; ([S-f5] . ethio-toggle-punctuation)
|
||||
([S-f6] . ethio-modify-vowel)
|
||||
([S-f7] . ethio-replace-space)
|
||||
;; ([S-f8] . ethio-input-special-character) ; deprecated
|
||||
|
|
Loading…
Add table
Reference in a new issue