changeset 36428:858e6a94f442

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Feb 2001 12:41:46 +0000
parents 969111cbf998
children 1610938fcd8b
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Feb 28 12:41:23 2001 +0000
+++ b/etc/NEWS	Wed Feb 28 12:41:46 2001 +0000
@@ -1502,6 +1502,27 @@
 These new environments mainly select appropriate translations
 of the tutorial.
 
+** In Ethiopic language environment, special key bindings for
+function keys are changed as follows.  This is to conform to "Emacs
+Lisp Coding Convention".
+
+    new  command                            old-binding
+    ---  -------                            -----------
+    f3   ethio-fidel-to-sera-buffer         f5
+    S-f3 ethio-fidel-to-sera-region         f5
+    C-f3 ethio-fidel-to-sera-mail-or-marker f5
+
+    f4   ethio-sera-to-fidel-buffer         unchanged
+    S-f4 ethio-sera-to-fidel-region         unchanged
+    C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
+
+    S-f5 ethio-toggle-punctuation           f3
+    S-f6 ethio-modify-vowel                 f6
+    S-f7 ethio-replace-space                f7
+    S-f8 ethio-input-special-character      f8
+    S-f9 ethio-replace-space                unchanged
+    C-f9 ethio-toggle-space                 f2
+
 +++
 ** Fortran mode has a new command `fortran-strip-sequence-nos' to
 remove text past column 72.  The syntax class of `\' in Fortran is now
--- a/lisp/ChangeLog	Wed Feb 28 12:41:23 2001 +0000
+++ b/lisp/ChangeLog	Wed Feb 28 12:41:46 2001 +0000
@@ -6,6 +6,8 @@
 
 	* language/ethiopic.el ("Ethiopic"): Add documentation.
 
+2001-02-28  Kenichi Handa  <handa@etl.go.jp>
+
 	* international/utf-8.el (mule-utf-8): Set coding-category
 	property to coding-category-utf-8.