comparison lisp/ChangeLog @ 78047:c17643d710d3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 24 Jun 2007 20:03:06 +0000
parents fc9aecac2b6d
children 94554fce80b8
comparison
equal deleted inserted replaced
78046:c395c022a035 78047:c17643d710d3
1 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4 directory where the desktop file was found, as the docstring says.
5 (desktop-kill): Use `read-directory-name'.
6
7 * desktop.el (desktop-load-locked-desktop): New option.
8 (desktop-read): Use it.
9 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10 Use `when'.
11
12 2007-06-24 Davis Herring <herring@lanl.gov>
13
14 * desktop.el (desktop-save-mode-off): New function.
15 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
16 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
17 (desktop-claim-lock, desktop-release-lock): New functions.
18 (desktop-kill): Tell `desktop-save' that this is the last save.
19 Release the lock afterwards.
20 (desktop-buffer-info): New function.
21 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22 says to. Detect conflicts, and manage the lock.
23 (desktop-read): Detect conflicts. Manage the lock.
24
1 2007-06-23 Eli Zaretskii <eliz@gnu.org> 25 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2 26
3 * ls-lisp.el (insert-directory): If an invalid regexp error is 27 * ls-lisp.el (insert-directory): If an invalid regexp error is
4 thrown, try using FILE as a literal file name, not a wildcard. 28 thrown, try using FILE as a literal file name, not a wildcard.
5 Check for FILE as an existing file, not just a directory. 29 Check for FILE as an existing file, not just a directory.