diff options
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -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. |
| 93 | By default, an active minibuffer now moves to a newly selected frame. | 93 | By default, when you switch to another frame, an active minibuffer now |
| 94 | When continuing the current command (by completing the minibuffer | 94 | moves to the newly selected frame. Nevertheless, the effect of what |
| 95 | action), the effect happens in the frame where the minibuffer was | 95 | you type in the minibuffer happens in the frame where the minibuffer |
| 96 | first opened. An alternative behavior is available by customizing | 96 | was first activated, even if it moved to another frame. An |
| 97 | alternative 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 |
| 98 | stays in the frame where you first opened it, and you must switch back | 99 | stays in the frame where you first opened it, and you must switch back |
| 99 | to this frame to continue or abort its command. The old, somewhat | 100 | to this frame to continue or abort its command. The old, somewhat |
| 100 | unsystematic behavior is no longer available. | 101 | unsystematic 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. |