diff options
| author | Dan Nicolaescu | 2005-04-26 05:56:22 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-04-26 05:56:22 +0000 |
| commit | 35b1b8abe3d3833ecb4b4cee75b7340ffb707d65 (patch) | |
| tree | c2652220dd9d757b949ef4935826000fc0e946e4 /etc | |
| parent | bc10bcbd5d4d12a67ba4d868c588b49db4ea90fa (diff) | |
| download | emacs-35b1b8abe3d3833ecb4b4cee75b7340ffb707d65.tar.gz emacs-35b1b8abe3d3833ecb4b4cee75b7340ffb707d65.zip | |
* NEWS: Mention xterm key bindings.
* term/xterm.el (function-key-map): Fix strings for
{C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
{C,S,A,C-S}-{f1-f12}.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b7a470f9618..0117b1a949d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * NEWS: Mention xterm key bindings. | ||
| 4 | |||
| 3 | * e/eterm.ti: Add a comment. | 5 | * e/eterm.ti: Add a comment. |
| 4 | * e/eterm: Regenerate. | 6 | * e/eterm: Regenerate. |
| 5 | 7 | ||
| @@ -107,6 +107,13 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 107 | 107 | ||
| 108 | * Changes in Emacs 22.1 | 108 | * Changes in Emacs 22.1 |
| 109 | 109 | ||
| 110 | ** Improved key bindings support when running in an xterm. | ||
| 111 | When emacs is running in an xterm more key bindings are available. The | ||
| 112 | following should work: | ||
| 113 | {C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}. | ||
| 114 | These key bindings work on xterm from X.org 6.8, they might not work on | ||
| 115 | some older versions of xterm, or on some proprietary versions. | ||
| 116 | |||
| 110 | ** Improved Thai support. A new minor mode `thai-word-mode' (which is | 117 | ** Improved Thai support. A new minor mode `thai-word-mode' (which is |
| 111 | automatically activated if you select Thai as a language | 118 | automatically activated if you select Thai as a language |
| 112 | environment) changes key bindings of most word-oriented commands to | 119 | environment) changes key bindings of most word-oriented commands to |