comparison lisp/ChangeLog @ 59414:c19f74a9fbaf

*** empty log message ***
author Lars Hansen <larsh@soem.dk>
date Fri, 07 Jan 2005 20:26:30 +0000
parents d90701bff29f
children 9a44c6f6d8b7
comparison
equal deleted inserted replaced
59413:64dd9e2b5486 59414:c19f74a9fbaf
1 2005-01-07 Lars Hansen <larsh@math.ku.dk>
2
3 * desktop.el (desktop-restore-eager, desktop-lazy-verbose,
4 desktop-lazy-idle-delay): New customizable variables.
5 (desktop-buffer-args-list): New variable.
6 (desktop-append-buffer-args): New function.
7 (desktop-save): Call desktop-append-buffer-args for some buffers.
8 (desktop-lazy-create-buffer): New function.
9 (desktop-idle-create-buffers): New function.
10 (desktop-read): Add message about buffers to restore lazily.
11 (desktop-lazy-abort): New command.
12 (desktop-clear): Call desktop-lazy-abort.
13 (desktop-lazy-complete): New command.
14
1 2005-01-06 Richard M. Stallman <rms@gnu.org> 15 2005-01-06 Richard M. Stallman <rms@gnu.org>
2 16
3 * emacs-lisp/find-func.el (find-face-definition): 17 * emacs-lisp/find-func.el (find-face-definition):
4 Renamed from find-face. 18 Renamed from find-face.
5 19