aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-10 13:47:18 +0000
committerGerd Moellmann2001-08-10 13:47:18 +0000
commit030f453737bdf08035ebae69b6e1660d47c78f25 (patch)
tree89fb1b2d0e645a03a0ee549d0016b1eec71475a4 /lisp/ChangeLog
parent9d9fd4e88a1c30ea93a408a5f1350c427f63b96b (diff)
downloademacs-030f453737bdf08035ebae69b6e1660d47c78f25.tar.gz
emacs-030f453737bdf08035ebae69b6e1660d47c78f25.zip
(select-frame-set-input-focus): New function
extracted from other-frame. (other-frame): Use it. (next-multiframe-window, previous-multiframe-window): Use it.
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 d23ed6ab2d2..f40dce1749d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12001-08-10 Gerd Moellmann <gerd@gnu.org> 12001-08-10 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.el (select-frame-set-input-focus): New function
4 extracted from other-frame.
5 (other-frame): Use it.
6 (next-multiframe-window, previous-multiframe-window): Use it.
7
3 * isearch.el (isearch-other-meta-char): Don't switch to the 8 * isearch.el (isearch-other-meta-char): Don't switch to the
4 buffer of a window clicked on, when the current buffer is 9 buffer of a window clicked on, when the current buffer is
5 in Isearch mode. 10 in Isearch mode.