diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25d666f8f40..34154551fcd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2013-07-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * desktop.el (desktop-restore-frames): Change default to t. | ||
| 4 | (desktop-restore-in-current-display): Now offer more options. | ||
| 5 | (desktop-restoring-reuses-frames): New customization option. | ||
| 6 | (desktop--saved-states): Doc fix. | ||
| 7 | (desktop-filter-parameters-alist): New variable, renamed and expanded | ||
| 8 | from desktop--excluded-frame-parameters. | ||
| 9 | (desktop--target-display): New variable. | ||
| 10 | (desktop-switch-to-gui-p, desktop-switch-to-tty-p) | ||
| 11 | (desktop--filter-tty*, desktop--filter-*-color) | ||
| 12 | (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm) | ||
| 13 | (desktop--filter-save-desktop-parm) | ||
| 14 | (desktop-restore-in-original-display-p): New functions. | ||
| 15 | (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist. | ||
| 16 | (desktop--save-minibuffer-frames): New function, inspired by a similar | ||
| 17 | function from Martin Rudalics. | ||
| 18 | (desktop--save-frames): Call it; play nice with desktop-globals-to-save. | ||
| 19 | (desktop--restore-in-this-display-p): Remove. | ||
| 20 | (desktop--find-frame): Rename from desktop--find-frame-in-display | ||
| 21 | and add predicate argument. | ||
| 22 | (desktop--make-full-frame): Remove, integrated into desktop--make-frame. | ||
| 23 | (desktop--reuse-list): New variable. | ||
| 24 | (desktop--select-frame, desktop--make-frame, desktop--sort-states): | ||
| 25 | New functions. | ||
| 26 | (desktop--restore-frames): Add support for "minibuffer-special" frames. | ||
| 27 | |||
| 1 | 2013-07-14 Michael Albinus <michael.albinus@gmx.de> | 28 | 2013-07-14 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 29 | ||
| 3 | * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'. | 30 | * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'. |