aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-03-29 02:06:31 +0000
committerStefan Monnier2008-03-29 02:06:31 +0000
commitb20ef5aa72c9ac27ac7a1364bce7d79abdaf6334 (patch)
tree369ed9cca493439bc5576a5573b7010dd83964a5 /lisp/ChangeLog
parent58555d8187f3425f69e57316cfcd296f8fe08433 (diff)
downloademacs-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/ChangeLog5
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 @@
12008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> 12008-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