emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106679: Fix Ethiopic related codes f


From: Kenichi Handa
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106679: Fix Ethiopic related codes for deleted variables and functions.
Date: Thu, 15 Dec 2011 16:51:30 +0900
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106679 [merge]
committer: Kenichi Handa <address@hidden>
branch nick: trunk
timestamp: Thu 2011-12-15 16:51:30 +0900
message:
  Fix Ethiopic related codes for deleted variables and functions.
modified:
  leim/ChangeLog
  leim/quail/ethiopic.el
  lisp/ChangeLog
  lisp/language/ethio-util.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2011-12-04 08:02:42 +0000
+++ b/leim/ChangeLog    2011-12-15 07:50:05 +0000
@@ -1,3 +1,8 @@
+2011-12-15  Kenichi Handa  <address@hidden>
+
+       * quail/ethiopic.el ("ethiopic"): Do not refer to
+       ethio-prefer-ascii-punctuation.
+
 2011-11-20  Juanma Barranquero  <address@hidden>
 
        * quail/hangul.el (hangul-character): Fix typo.

=== modified file 'leim/quail/ethiopic.el'
--- a/leim/quail/ethiopic.el    2011-11-25 07:14:48 +0000
+++ b/leim/quail/ethiopic.el    2011-12-15 07:50:05 +0000
@@ -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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-14 21:05:20 +0000
+++ b/lisp/ChangeLog    2011-12-15 07:50:05 +0000
@@ -1,3 +1,9 @@
+2011-12-15  Kenichi Handa  <address@hidden>
+
+       * 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  <address@hidden>
 
        Add the switch statement to AWK Mode.

=== modified file 'lisp/language/ethio-util.el'
--- a/lisp/language/ethio-util.el       2011-12-05 08:55:25 +0000
+++ b/lisp/language/ethio-util.el       2011-12-15 07:50:05 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]