Mercurial > emacs
comparison lisp/ChangeLog @ 32447:cfae1c82d702
Added extensible special buffer support to desktop.el. See the
ChangeLog.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 13 Oct 2000 09:11:16 +0000 |
parents | aab90b31807c |
children | 0abae260f337 |
comparison
equal
deleted
inserted
replaced
32446:aab90b31807c | 32447:cfae1c82d702 |
---|---|
1 2000-10-13 John Wiegley <johnw@gnu.org> | |
2 | |
3 * desktop.el (desktop-buffer-modes-to-save): Added a global for | |
4 specifying what "other" kinds of buffers should be saved. This | |
5 used to be hard-coded. | |
6 (desktop-buffer-misc-functions): A global for specifying how | |
7 auxiliary data should be determined for special buffer types. | |
8 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save', | |
9 instead of hard-coding the special buffer types. | |
10 (desktop-save): Run `desktop-buffer-misc-functions' to gather | |
11 auxiliary data, instead of hard-coding for Info buffers and dired. | |
12 (desktop-buffer-info-misc-data): Aux function for determining Info | |
13 buffer auxiliary info. | |
14 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers. | |
15 (desktop-buffer-info): Changed this function to use the info | |
16 gathered above. | |
17 (desktop-create-buffer): Be a little more careful about what | |
18 `minor-mode' means before calling it. This is important for some | |
19 buffer types. | |
20 | |
1 2000-10-13 John Wiegley <johnw@gnu.org> | 21 2000-10-13 John Wiegley <johnw@gnu.org> |
2 | 22 |
3 * eshell/esh-util.el: Added a global form which declares an | 23 * eshell/esh-util.el: Added a global form which declares an |
4 autoload for `parse-time-string', if that function is not already | 24 autoload for `parse-time-string', if that function is not already |
5 defined, and if parse-time.el is available on the user's system. | 25 defined, and if parse-time.el is available on the user's system. |