aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2013-06-27 11:08:14 +0200
committerJuanma Barranquero <[email protected]>2013-06-27 11:08:14 +0200
commit39c0e36f24cb09de612d07ed7e0bbe7e67a7a4ff (patch)
tree275d4f41bf741731992ad89da0f1e8c89f363404 /etc
parent7f13406b7ab86bc497f9e81abc1eb832507ac46e (diff)
New experimental feature to save&restore window and frame setup.
* etc/NEWS: Document new Desktop option `desktop-save-windows'. * lisp/desktop.el (desktop-save-windows): New defcustom. (desktop--saved-states): New var. (desktop--excluded-frame-parameters): New defconst. (desktop--filter-frame-parms, desktop--find-frame-in-display) (desktop--restore-windows, desktop--save-windows): New functions. (desktop-save): Call `desktop--save-windows'. (desktop-read): Call `desktop--restore-windows'.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c8748396f6..93ba05bc37 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-27 Juanma Barranquero <[email protected]>
+
+ * NEWS: Document new Desktop option `desktop-save-windows'.
+
2013-06-27 Stephen Berman <[email protected]>
* NEWS: Mention new version of todo-mode.el and obsoleting and
diff --git a/etc/NEWS b/etc/NEWS
index 85cf3b80ac..f5ab7c60ce 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -237,6 +237,9 @@ on the given date.
*** `desktop-auto-save-timeout' defines the number of seconds between
auto-saves of the desktop.
+*** `desktop-save-windows' enables saving and restoring the window/frame
+configuration.
+
** Dired
*** New minor mode `dired-hide-details-mode' hides details.