Mercurial > emacs
changeset 69541:05fc742608fa
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 18 Mar 2006 01:48:32 +0000 |
parents | a22167168ac4 |
children | 4a6d7cd41a8f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 17 23:12:14 2006 +0000 +++ b/lisp/ChangeLog Sat Mar 18 01:48:32 2006 +0000 @@ -1,3 +1,22 @@ +2006-03-18 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-cache-ftp-work-directory-time): Doc fix. + (ido-unc-hosts): New user option to explicitly define list of know + UNC-style hosts for completion. + (ido-cache-unc-host-shares-time): New user option. + (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New + helper functions for UNC file-name support. + (ido-may-cache-directory): Check for UNC host. Simplify. + (ido-wash-history): Clean out old UNC hosts. + (ido-nonreadable-directory-p): UNC hosts are always readable. + (ido-directory-too-big-p): UNC hosts are never too big. + (ido-set-current-directory): Handle UNC root path. + (ido-file-name-all-completions): Complete UNC host names from + ido-unc-hosts list. Cache UNC host shares. + (ido-make-file-list-1): Don't filter UNC root. + (ido-exhibit): Check for // in root directory, and switch to UNC + mode by setting ido-current-directory to //. + 2006-03-17 Luc Teirlinck <teirllm@auburn.edu> * cus-edit.el (customize-changed-options): Mention explicit