aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ef832e6033..ca8f71fe269 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,14 +90,15 @@ This is controlled by the new variable 'scroll-minibuffer-conservatively'.
90 90
91+++ 91+++
92** Improved handling of minibuffers on switching frames. 92** Improved handling of minibuffers on switching frames.
93By default, an active minibuffer now moves to a newly selected frame. 93By default, when you switch to another frame, an active minibuffer now
94When continuing the current command (by completing the minibuffer 94moves to the newly selected frame. Nevertheless, the effect of what
95action), the effect happens in the frame where the minibuffer was 95you type in the minibuffer happens in the frame where the minibuffer
96first opened. An alternative behavior is available by customizing 96was first activated, even if it moved to another frame. An
97alternative behavior is available by customizing
97'minibuffer-follows-selected-frame' to nil. Here, the minibuffer 98'minibuffer-follows-selected-frame' to nil. Here, the minibuffer
98stays in the frame where you first opened it, and you must switch back 99stays in the frame where you first opened it, and you must switch back
99to this frame to continue or abort its command. The old, somewhat 100to this frame to continue or abort its command. The old, somewhat
100unsystematic behavior is no longer available. 101unsystematic behavior, which mixed these two is no longer available.
101 102
102+++ 103+++
103** New system for displaying documentation for groups of functions. 104** New system for displaying documentation for groups of functions.