diff options
| author | Stefan Monnier | 2008-03-29 02:06:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-29 02:06:31 +0000 |
| commit | b20ef5aa72c9ac27ac7a1364bce7d79abdaf6334 (patch) | |
| tree | 369ed9cca493439bc5576a5573b7010dd83964a5 /lisp/ChangeLog | |
| parent | 58555d8187f3425f69e57316cfcd296f8fe08433 (diff) | |
| download | emacs-b20ef5aa72c9ac27ac7a1364bce7d79abdaf6334.tar.gz emacs-b20ef5aa72c9ac27ac7a1364bce7d79abdaf6334.zip | |
(terminal-init-xterm): Use delete-terminal-functions.
(xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
(xterm-remove-modify-other-keys): Lookup terminal rather than frame
in xterm-modify-other-keys-terminal-list.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5daece7c0a..972aa057d18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions. | ||
| 4 | (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys) | ||
| 5 | (xterm-remove-modify-other-keys): Lookup terminal rather than frame | ||
| 6 | in xterm-modify-other-keys-terminal-list. | ||
| 7 | |||
| 3 | * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there | 8 | * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there |
| 4 | are conflicts. | 9 | are conflicts. |
| 5 | 10 | ||