aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2001-02-28 12:41:46 +0000
committerKenichi Handa2001-02-28 12:41:46 +0000
commitb8b2ea31bef2771605938f9c6a732bb2ddbf3382 (patch)
tree73afdcb6c9f1817eea7955a924728eb6352a9109 /etc
parentaf122766135c7923ab6157843c2850630a6e7ac8 (diff)
downloademacs-b8b2ea31bef2771605938f9c6a732bb2ddbf3382.tar.gz
emacs-b8b2ea31bef2771605938f9c6a732bb2ddbf3382.zip
(setup-ethiopic-environment-internal): Change bindings of functions
keys to conform to "Emacs Lisp Coding Convention".
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c82e503195e..8870900c24f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1502,6 +1502,27 @@ methods in Leim.
1502These new environments mainly select appropriate translations 1502These new environments mainly select appropriate translations
1503of the tutorial. 1503of the tutorial.
1504 1504
1505** In Ethiopic language environment, special key bindings for
1506function keys are changed as follows. This is to conform to "Emacs
1507Lisp Coding Convention".
1508
1509 new command old-binding
1510 --- ------- -----------
1511 f3 ethio-fidel-to-sera-buffer f5
1512 S-f3 ethio-fidel-to-sera-region f5
1513 C-f3 ethio-fidel-to-sera-mail-or-marker f5
1514
1515 f4 ethio-sera-to-fidel-buffer unchanged
1516 S-f4 ethio-sera-to-fidel-region unchanged
1517 C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
1518
1519 S-f5 ethio-toggle-punctuation f3
1520 S-f6 ethio-modify-vowel f6
1521 S-f7 ethio-replace-space f7
1522 S-f8 ethio-input-special-character f8
1523 S-f9 ethio-replace-space unchanged
1524 C-f9 ethio-toggle-space f2
1525
1505+++ 1526+++
1506** Fortran mode has a new command `fortran-strip-sequence-nos' to 1527** Fortran mode has a new command `fortran-strip-sequence-nos' to
1507remove text past column 72. The syntax class of `\' in Fortran is now 1528remove text past column 72. The syntax class of `\' in Fortran is now