From 9abb41ebcbc01ec50cc1c5fab913cb003a16e052 Mon Sep 17 00:00:00 2001 From: Lars Hansen Date: Fri, 7 Jan 2005 20:26:30 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++++ lisp/ChangeLog | 14 ++++++++++++++ 2 files changed, 18 insertions(+) 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): -- 2.39.5