aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-07-16 15:02:51 +0200
committerMartin Rudalics2011-07-16 15:02:51 +0200
commitbe39b8cc93dca884ea46ec92f008a1bd2f27d53e (patch)
treee9d6b5c8e5a71bc496154084b0aee970063587ca /lisp/ChangeLog
parent03ea5b873a2f8c5d19bfe0e5682a9700e86d1160 (diff)
downloademacs-be39b8cc93dca884ea46ec92f008a1bd2f27d53e.tar.gz
emacs-be39b8cc93dca884ea46ec92f008a1bd2f27d53e.zip
To fixes wrt window selection and buffer list.
* frame.el (select-frame-set-input-focus): New argument NORECORD. * window.el (pop-to-buffer): Select window used even if it was selected before, see discussion of (Bug#8615), (Bug#6954). Pass argument NORECORD on to select-frame-set-input-focus.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5efd11e542b..d22a6f081cd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12011-07-16 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.el (select-frame-set-input-focus): New argument
4 NORECORD.
5 * window.el (pop-to-buffer): Select window used even if it was
6 selected before, see discussion of (Bug#8615), (Bug#6954). Pass
7 argument NORECORD on to select-frame-set-input-focus.
8
12011-07-15 Glenn Morris <rgm@gnu.org> 92011-07-15 Glenn Morris <rgm@gnu.org>
2 10
3 * subr.el (read-char-choice): Allow quitting. (Bug#9001) 11 * subr.el (read-char-choice): Allow quitting. (Bug#9001)