diff options
| author | Eli Zaretskii | 2009-07-18 11:59:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-07-18 11:59:04 +0000 |
| commit | a6c2c80cdd8abfb59abcb6c08b42115c50a4aa0b (patch) | |
| tree | cb04ce3df0fe9658d3468fbfdb40e4e6021272b9 /lisp/ChangeLog | |
| parent | f22693fc454b156005fdf786bb26036b1a543df0 (diff) | |
| download | emacs-a6c2c80cdd8abfb59abcb6c08b42115c50a4aa0b.tar.gz emacs-a6c2c80cdd8abfb59abcb6c08b42115c50a4aa0b.zip | |
(desktop-buffers-not-to-save): Default value is nil. Accept nil in
addition to a regexp.
(desktop-files-not-to-save): Add "(ftp)$" to the default regexp. Accept
nil in addition to a regexp.
(desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for buffers
that have an associated file. Handle nil values of
desktop-buffers-not-to-save and desktop-files-not-to-save. (Bug#3833)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2849d3639ac..00e8e0bf598 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2009-07-18 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-07-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * desktop.el (desktop-buffers-not-to-save): Default value is nil. | ||
| 4 | Accept nil in addition to a regexp. | ||
| 5 | (desktop-files-not-to-save): Add "(ftp)$" to the default regexp. | ||
| 6 | Accept nil in addition to a regexp. | ||
| 7 | (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for | ||
| 8 | buffers that have an associated file. Handle nil values of | ||
| 9 | desktop-buffers-not-to-save and desktop-files-not-to-save. | ||
| 10 | (Bug#3833) | ||
| 11 | |||
| 3 | * term/pc-win.el (x-selection-owner-p, x-own-selection-internal) | 12 | * term/pc-win.el (x-selection-owner-p, x-own-selection-internal) |
| 4 | (x-disown-selection-internal): New functions. | 13 | (x-disown-selection-internal): New functions. |
| 5 | 14 | ||