aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2014-06-15 17:57:47 +0200
committerMichael Albinus2014-06-15 17:57:47 +0200
commitfb1877d6261761b78d9fc8519032895d891ec6ed (patch)
treec12aa0cba7e7bce4a7510c08bcd8574aca363553
parent588001cfc78f30f427efbb0ee41e79d7104b71f6 (diff)
downloademacs-fb1877d6261761b78d9fc8519032895d891ec6ed.tar.gz
emacs-fb1877d6261761b78d9fc8519032895d891ec6ed.zip
Sync with Tramp 2.2.10.
-rw-r--r--lisp/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c243c6ea3ef..4d4d575ce01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,64 @@
12014-06-15 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.2.10.
4
5 * net/tramp.el (tramp-methods): Tweak docstring.
6 (tramp-handle-file-accessible-directory-p): Check for
7 `file-readable-p' instead of `file-executable-p'.
8 (tramp-check-cached-permissions): Use
9 `tramp-compat-file-attributes'.
10 (tramp-call-process): Add new argument VEC. Adapt callees in all
11 tramp*.el files.
12
13 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
14 (tramp-adb-maybe-open-connection): Don't set
15 `tramp-current-*' variables.
16
17 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
18 file properties of temporary buffers.
19
20 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
21
22 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
23 (tramp-gvfs-handle-delete-file): Flush file
24 properties, not directory properties.
25 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
26 reading "unix::mode".
27 (tramp-gvfs-handle-file-name-all-completions):
28 Use "-h" option for "gvfs-ls".
29 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
30 (tramp-gvfs-send-command): Simplify traces.
31
32 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
33 (vc-git-program, vc-hg-program): Declare.
34 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
35 (tramp-methods) <nc>: Add new method.
36 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
37 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
38 `tramp-login-args'.
39 (tramp-default-user-alist): Add "nc".
40 (top): Remove completion function for "sftp". Add completion
41 functions for "nc" and "psftp".
42 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
43 Implement support for "nc" method.
44 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
45 (tramp-remote-coding-commands, tramp-call-local-coding-command):
46 Tweak docstring.
47 (tramp-sh-handle-write-region): Tweak error message.
48 (tramp-sh-handle-vc-registered): Remove backends when the remote
49 binary does not exist.
50 (tramp-find-inline-encoding): Do not raise an error.
51 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
52 the "nc" case. Quote result also locally.
53
54 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
55 (tramp-smb-handle-set-file-acl): Use `start-process'.
56 (tramp-smb-handle-insert-directory): Use progress reporter.
57 (tramp-smb-handle-rename-file): Flush also file properties of
58 FILENAME.
59
60 * net/trampver.el: Update release number.
61
12014-06-15 Stefan Monnier <monnier@iro.umontreal.ca> 622014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2 63
3 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid 64 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid