diff options
| author | Juanma Barranquero | 2013-08-14 15:41:02 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-08-14 15:41:02 +0200 |
| commit | 14d1e4634c80f0ba07181efc3e5b251d3a92e182 (patch) | |
| tree | 32039c481bb26d539cc9c89cc19f24199be6e3cb /lisp/ChangeLog | |
| parent | 62f33baed9e37213dc5164b27a968c42bb60b4a7 (diff) | |
| download | emacs-14d1e4634c80f0ba07181efc3e5b251d3a92e182.tar.gz emacs-14d1e4634c80f0ba07181efc3e5b251d3a92e182.zip | |
lisp/frameset.el: Allow orphaned minibufferless frames.
(frameset-filter-minibuffer): Deal with the case that the minibuffer
parameter was already set in FILTERED. Doc fix.
(frameset--record-minibuffer-relationships): Allow saving a
minibufferless frame without its corresponding minibuffer frame.
(frameset--reuse-frame): Accept a match from an orphaned minibufferless
frame, if the frame id matches.
(frameset--minibufferless-last-p): Sort non-orphaned minibufferless
frames before orphaned ones.
(frameset-restore): Warn about orphaned windows, instead of error out.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b83a752f2eb..4b9ea280f98 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,15 @@ | |||
| 2 | 2 | ||
| 3 | * frameset.el (frameset--prop-setter): New function. | 3 | * frameset.el (frameset--prop-setter): New function. |
| 4 | (frameset-prop): Add gv-setter declaration. | 4 | (frameset-prop): Add gv-setter declaration. |
| 5 | (frameset-filter-minibuffer): Deal with the case that the minibuffer | ||
| 6 | parameter was already set in FILTERED. Doc fix. | ||
| 7 | (frameset--record-minibuffer-relationships): Allow saving a | ||
| 8 | minibufferless frame without its corresponding minibuffer frame. | ||
| 9 | (frameset--reuse-frame): Accept a match from an orphaned minibufferless | ||
| 10 | frame, if the frame id matches. | ||
| 11 | (frameset--minibufferless-last-p): Sort non-orphaned minibufferless | ||
| 12 | frames before orphaned ones. | ||
| 13 | (frameset-restore): Warn about orphaned windows, instead of error out. | ||
| 5 | 14 | ||
| 6 | 2013-08-14 Martin Rudalics <rudalics@gmx.at> | 15 | 2013-08-14 Martin Rudalics <rudalics@gmx.at> |
| 7 | 16 | ||