aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-01-14 23:04:19 +0000
committerKim F. Storm2003-01-14 23:04:19 +0000
commitaf3f4952e5944f0d66cc72d2535fa08fadfa20c5 (patch)
tree1d5e14528340f3902424d3a21a8cb60a0af53724
parentadbb6feebb6798c38365261ac5ee2d1d6e52166e (diff)
downloademacs-af3f4952e5944f0d66cc72d2535fa08fadfa20c5.tar.gz
emacs-af3f4952e5944f0d66cc72d2535fa08fadfa20c5.zip
Misc changes to avoid using path == file name.
-rw-r--r--lisp/ChangeLog23
1 files changed, 10 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b86d8f49cf..103312e7d95 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,15 @@
8 (archive-lzh-summarize): Rename local var `path' to `dir'. 8 (archive-lzh-summarize): Rename local var `path' to `dir'.
9 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning. 9 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
10 10
11 * dired.el: Doc fixes.
12 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
13 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
14 * dired-x.el: Doc fixes.
15
16 * fast-lock.el (fast-lock-cache-name): Doc fix.
17
18 * net/browse-url.el (browse-url-filename-alist): Doc fix.
19
112003-01-14 John Paul Wallington <jpw@shootybangbang.com> 202003-01-14 John Paul Wallington <jpw@shootybangbang.com>
12 21
13 * apropos.el (apropos): Restore autoload cookie. Fix typo in 22 * apropos.el (apropos): Restore autoload cookie. Fix typo in
@@ -30,27 +39,15 @@
30 39
312003-01-14 Kim F. Storm <storm@cua.dk> 402003-01-14 Kim F. Storm <storm@cua.dk>
32 41
33 * ido.el (ido-ignore-directories-merge): Doc fix. 42 * ido.el: Doc fixes.
34 (ido-max-file-prompt-width): Renamed from ido-max-prompt-path. 43 (ido-max-file-prompt-width): Renamed from ido-max-prompt-path.
35 (ido-enable-last-directory-history): Doc fix.
36 (ido-work-directory-list-ignore-regexps): Doc fix.
37 (ido-enable-tramp-completion): Doc fix.
38 (ido-record-ftp-work-directories): Doc fix.
39 (ido-merge-ftp-work-directories): Doc fix.
40 (ido-rewrite-file-prompt-functions): Renamed from 44 (ido-rewrite-file-prompt-functions): Renamed from
41 ido-make-file-prompt-hook. Directory name is now in dynamic 45 ido-make-file-prompt-hook. Directory name is now in dynamic
42 variable `dirname' (instead of `path'). 46 variable `dirname' (instead of `path').
43 (ido-rewrite-file-prompt-rules): Renamed from 47 (ido-rewrite-file-prompt-rules): Renamed from
44 ido-rewrite-prompt-path-rules. 48 ido-rewrite-prompt-path-rules.
45 (ido-read-file-name-as-directory-commands): Doc fix.
46 (ido-last-directory-list): Doc fix.
47 (ido-work-directory-list): Doc fix.
48 (ido-work-file-list): Doc fix.
49 (ido-make-prompt): Directory name now in `dirname' var. 49 (ido-make-prompt): Directory name now in `dirname' var.
50 (ido-edit-input): Doc fix.
51 (ido-complete): Fix error message. 50 (ido-complete): Fix error message.
52 (ido-copy-current-word): Doc fix.
53 (ido-find-file): Doc fix.
54 51
552003-01-13 John Paul Wallington <jpw@shootybangbang.com> 522003-01-13 John Paul Wallington <jpw@shootybangbang.com>
56 53