Mercurial > emacs
annotate admin/notes/BRANCH @ 69542:4a6d7cd41a8f
(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 //.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 18 Mar 2006 01:48:52 +0000 |
parents | 7dd2d0d806e8 |
children | b2b85b22b20e 8080c98e919f |
rev | line source |
---|---|
55428 | 1 This file describes the CVS branch in which it is maintained. |
2 Everything below the line is branch-specific. | |
3 ________________________________________________________________________ | |
4 | |
5 This is the "HEAD" branch, otherwise known as the "trunk". Its primary | |
6 purpose is to accumulate changes that are not yet partitioned into a | |
7 specific (versioned) release. When people say "use CVS emacs", this is | |
8 the branch they are talking about. Likewise, a "cvs checkout" without | |
9 the "-r" option results in this branch. | |
10 | |
11 The plans for this branch are not specified; Emacs hackers add to it | |
12 relatively free of constraint (aside from proper legal / accounting | |
13 practices), although sometimes there is related discussion on the | |
14 emacs-devel mailing list. | |
15 | |
16 The closure process for this branch is undocumented; concepts such as | |
17 "freeze", "release", or "integration with the trunk" are not applicable | |
18 to this branch. |