# HG changeset patch # User Lars Hansen # Date 1105129590 0 # Node ID c19f74a9fbaf9cdc0a2d2e31f3dc4c4e381f2855 # Parent 64dd9e2b54860f290c9654d65e229d098b3978c2 *** empty log message *** diff -r 64dd9e2b5486 -r c19f74a9fbaf etc/ChangeLog --- 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 + + * NEWS: Describe desktop package lazy restore feature. + 2004-12-21 Richard M. Stallman * DISTRIB: Don't say "freeware". diff -r 64dd9e2b5486 -r c19f74a9fbaf lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/find-func.el (find-face-definition):