From: Lars Hansen Date: Fri, 7 Jan 2005 20:26:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9abb41ebcbc01ec50cc1c5fab913cb003a16e052;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index f0123a8b90d..6b0cdc9de3d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index eb17386d567..034374789cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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):