]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLars Hansen <larsh@soem.dk>
Fri, 7 Jan 2005 20:26:30 +0000 (20:26 +0000)
committerLars Hansen <larsh@soem.dk>
Fri, 7 Jan 2005 20:26:30 +0000 (20:26 +0000)
etc/ChangeLog
lisp/ChangeLog

index f0123a8b90db1c1d9a77e0fb7b37eac267e7997d..6b0cdc9de3d287aa276caefe46e7a42c19ddbb36 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-07  Lars Hansen  <larsh@math.ku.dk>
+
+       * NEWS: Describe desktop package lazy restore feature.
+
 2004-12-21  Richard M. Stallman  <rms@gnu.org>
 
        * DISTRIB: Don't say "freeware".
index eb17386d5672576b2940b4bedf11a492c04358a3..034374789cc1f127a6f7d712d06326121e489e7c 100644 (file)
@@ -1,3 +1,17 @@
+2005-01-07  Lars Hansen  <larsh@math.ku.dk>
+
+       * desktop.el (desktop-restore-eager, desktop-lazy-verbose,
+       desktop-lazy-idle-delay): New customizable variables.
+       (desktop-buffer-args-list): New variable.
+       (desktop-append-buffer-args): New function.
+       (desktop-save): Call desktop-append-buffer-args for some buffers.
+       (desktop-lazy-create-buffer): New function.
+       (desktop-idle-create-buffers): New function.
+       (desktop-read): Add message about buffers to restore lazily.
+       (desktop-lazy-abort): New command.
+       (desktop-clear): Call desktop-lazy-abort.
+       (desktop-lazy-complete): New command.
+
 2005-01-06  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/find-func.el (find-face-definition):