diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb17386d567..034374789cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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): |