Mercurial > emacs
comparison lisp/ChangeLog @ 84966:fa9dd0b54e54
* net/tramp.el (with-file-property, with-connection-property):
Highlight as keyword.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-shell-command, tramp-get-debug-buffer)
(tramp-send-command-and-read, tramp-equal-remote)
(tramp-get-local-gid): Pacify byte-compiler.
(tramp-handle-file-name-directory): Result shall not be expanded.
(tramp-find-foreign-file-name-handler): Rewrite.
(tramp-dissect-file-name): Add optional parameter NODEFAULT.
* net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Apply
`tramp-completion-mode-p'.
(tramp-fish-handle-set-file-times)
(tramp-fish-handle-executable-find)
(tramp-fish-handle-process-file, tramp-fish-get-file-entries)
(tramp-fish-retrieve-data): Pacify byte-compiler.
* net/tramp-gw.el (tramp-gw-basic-authentication): Call
`tramp-read-passwd' with first parameter `nil'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 28 Sep 2007 16:05:49 +0000 |
parents | f6604e60a932 |
children | 90cae4d53a9c |
comparison
equal
deleted
inserted
replaced
84965:a92aa9f0c3e7 | 84966:fa9dd0b54e54 |
---|---|
1 2007-09-28 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (with-file-property, with-connection-property): | |
4 Highlight as keyword. | |
5 (tramp-rfn-eshadow-setup-minibuffer) | |
6 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times) | |
7 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer) | |
8 (tramp-do-copy-or-rename-file-directly) | |
9 (tramp-do-copy-or-rename-file-out-of-band) | |
10 (tramp-handle-shell-command, tramp-get-debug-buffer) | |
11 (tramp-send-command-and-read, tramp-equal-remote) | |
12 (tramp-get-local-gid): Pacify byte-compiler. | |
13 (tramp-handle-file-name-directory): Result shall not be expanded. | |
14 (tramp-find-foreign-file-name-handler): Rewrite. | |
15 (tramp-dissect-file-name): Add optional parameter NODEFAULT. | |
16 | |
17 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler. | |
18 | |
19 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Apply | |
20 `tramp-completion-mode-p'. | |
21 (tramp-fish-handle-set-file-times) | |
22 (tramp-fish-handle-executable-find) | |
23 (tramp-fish-handle-process-file, tramp-fish-get-file-entries) | |
24 (tramp-fish-retrieve-data): Pacify byte-compiler. | |
25 | |
26 * net/tramp-gw.el (tramp-gw-basic-authentication): Call | |
27 `tramp-read-passwd' with first parameter `nil'. | |
28 | |
1 2007-09-28 Glenn Morris <rgm@gnu.org> | 29 2007-09-28 Glenn Morris <rgm@gnu.org> |
2 | 30 |
3 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather | 31 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather |
4 than mapcar. | 32 than mapcar. |
5 | 33 |