comparison lisp/ChangeLog @ 107820:e97568b31550

Synchronize with Tramp repository. * net/tramp.el (tramp-completion-function-alist) (tramp-file-name-regexp, tramp-chunksize) (tramp-local-coding-commands, tramp-remote-coding-commands): Fix docstring. (tramp-remote-process-environment): Use `format' instead of `concat'. (tramp-handle-directory-files-and-attributes) (tramp-get-remote-path): Use `copy-tree'. (tramp-handle-file-name-all-completions): Backward/ XEmacs compatibility: Use `completion-ignore-case' if `read-file-name-completion-ignore-case' does not exist. (tramp-do-copy-or-rename-file-directly): Do not use `tramp-handle-file-remote-p'. (tramp-do-copy-or-rename-file-out-of-band): Use `tramp-compat-delete-directory'. (tramp-do-copy-or-rename-file-out-of-band) (tramp-compute-multi-hops, tramp-maybe-open-connection): Use `format-spec-make'. (tramp-find-foreign-file-name-handler) (tramp-advice-make-auto-save-file-name) (tramp-set-auto-save-file-modes): Remove superfluous check for `stringp'. This is done inside `tramp-tramp-file-p'. (tramp-debug-outline-regexp): New defconst. (tramp-get-debug-buffer): Use it. (tramp-check-for-regexp): Use (forward-line 1). (tramp-set-auto-save-file-modes): Adapt version check. * net/tramp-compat.el (tramp-advice-file-expand-wildcards): Wrap call of `featurep' for 2nd argument. (tramp-compat-make-temp-file): Simplify fallback implementation. (tramp-compat-copy-tree): Remove function. (tramp-compat-delete-directory): Provide implementation for older Emacsen. * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes): Do not use `tramp-fish-handle-file-attributes. * net/trampver.el: Update release number.
author Michael Albinus <albinus@detlef>
date Sat, 10 Apr 2010 14:50:31 +0200
parents 1cba68e0c6f6
children 02b5fe4a01fe
comparison
equal deleted inserted replaced
107819:834292200403 107820:e97568b31550
1 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2
3 Synchronize with Tramp repository.
4
5 * net/tramp.el (tramp-completion-function-alist)
6 (tramp-file-name-regexp, tramp-chunksize)
7 (tramp-local-coding-commands, tramp-remote-coding-commands): Fix
8 docstring.
9 (tramp-remote-process-environment): Use `format' instead of
10 `concat'.
11 (tramp-handle-directory-files-and-attributes)
12 (tramp-get-remote-path): Use `copy-tree'.
13 (tramp-handle-file-name-all-completions): Backward/ XEmacs
14 compatibility: Use `completion-ignore-case' if
15 `read-file-name-completion-ignore-case' does not exist.
16 (tramp-do-copy-or-rename-file-directly): Do not use
17 `tramp-handle-file-remote-p'.
18 (tramp-do-copy-or-rename-file-out-of-band): Use
19 `tramp-compat-delete-directory'.
20 (tramp-do-copy-or-rename-file-out-of-band)
21 (tramp-compute-multi-hops, tramp-maybe-open-connection): Use
22 `format-spec-make'.
23 (tramp-find-foreign-file-name-handler)
24 (tramp-advice-make-auto-save-file-name)
25 (tramp-set-auto-save-file-modes): Remove superfluous check for
26 `stringp'. This is done inside `tramp-tramp-file-p'.
27 (tramp-debug-outline-regexp): New defconst.
28 (tramp-get-debug-buffer): Use it.
29 (tramp-check-for-regexp): Use (forward-line 1).
30 (tramp-set-auto-save-file-modes): Adapt version check.
31
32 * net/tramp-compat.el (tramp-advice-file-expand-wildcards): Wrap
33 call of `featurep' for 2nd argument.
34 (tramp-compat-make-temp-file): Simplify fallback implementation.
35 (tramp-compat-copy-tree): Remove function.
36 (tramp-compat-delete-directory): Provide implementation for older
37 Emacsen.
38
39 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
40 Do not use `tramp-fish-handle-file-attributes.
41
42 * net/trampver.el: Update release number.
43
1 2010-04-10 Glenn Morris <rgm@gnu.org> 44 2010-04-10 Glenn Morris <rgm@gnu.org>
2 45
3 * progmodes/compile.el (compilation-save-buffers-predicate): 46 * progmodes/compile.el (compilation-save-buffers-predicate):
4 Add missing :version tag. 47 Add missing :version tag.
5 48