Mercurial > emacs
changeset 59414:c19f74a9fbaf
*** empty log message ***
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 07 Jan 2005 20:26:30 +0000 |
parents | 64dd9e2b5486 |
children | 72adb36e240f |
files | etc/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Fri Jan 07 20:25:00 2005 +0000 +++ b/etc/ChangeLog Fri Jan 07 20:26:30 2005 +0000 @@ -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".
--- a/lisp/ChangeLog Fri Jan 07 20:25:00 2005 +0000 +++ b/lisp/ChangeLog Fri Jan 07 20:26:30 2005 +0000 @@ -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):