Mercurial > emacs
comparison lisp/ChangeLog @ 69541:05fc742608fa
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 18 Mar 2006 01:48:32 +0000 |
parents | 40d573fa1d3d |
children | 7490df7958b2 |
comparison
equal
deleted
inserted
replaced
69540:a22167168ac4 | 69541:05fc742608fa |
---|---|
1 2006-03-18 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * ido.el (ido-cache-ftp-work-directory-time): Doc fix. | |
4 (ido-unc-hosts): New user option to explicitly define list of know | |
5 UNC-style hosts for completion. | |
6 (ido-cache-unc-host-shares-time): New user option. | |
7 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New | |
8 helper functions for UNC file-name support. | |
9 (ido-may-cache-directory): Check for UNC host. Simplify. | |
10 (ido-wash-history): Clean out old UNC hosts. | |
11 (ido-nonreadable-directory-p): UNC hosts are always readable. | |
12 (ido-directory-too-big-p): UNC hosts are never too big. | |
13 (ido-set-current-directory): Handle UNC root path. | |
14 (ido-file-name-all-completions): Complete UNC host names from | |
15 ido-unc-hosts list. Cache UNC host shares. | |
16 (ido-make-file-list-1): Don't filter UNC root. | |
17 (ido-exhibit): Check for // in root directory, and switch to UNC | |
18 mode by setting ido-current-directory to //. | |
19 | |
1 2006-03-17 Luc Teirlinck <teirllm@auburn.edu> | 20 2006-03-17 Luc Teirlinck <teirllm@auburn.edu> |
2 | 21 |
3 * cus-edit.el (customize-changed-options): Mention explicit | 22 * cus-edit.el (customize-changed-options): Mention explicit |
4 version number as default in prompt. | 23 version number as default in prompt. |
5 | 24 |