diff options
| author | Stefan Monnier | 2001-11-04 02:03:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-04 02:03:05 +0000 |
| commit | 9c01e545492a36ebed15c2e1706623cc704889e6 (patch) | |
| tree | ec900ecc32b934e8010048d37e1de8593e40e2ca /lisp/ChangeLog | |
| parent | d09cb033275e369f7690435e8890f0f1db7661de (diff) | |
| download | emacs-9c01e545492a36ebed15c2e1706623cc704889e6.tar.gz emacs-9c01e545492a36ebed15c2e1706623cc704889e6.zip | |
(function-key-map): Add entry for `ESC [ 3 ~' -> <delete>
Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
Use inheritance so that .emacs and terminfo take precedence.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81557dc634c..766ec3dad58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * term/xterm.el (function-key-map): | ||
| 4 | Add entry for `ESC [ 3 ~' -> <delete> | ||
| 5 | Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}. | ||
| 6 | Use inheritance so that .emacs and terminfo take precedence. | ||
| 7 | |||
| 1 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 9 | ||
| 3 | * tooltip.el (tooltip-delay): Decrease to 0.7. | 10 | * tooltip.el (tooltip-delay): Decrease to 0.7. |