1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
emacs/lisp/net
Michael Albinus 493ce45c92 Sync with Tramp 2.2.10.
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
(tramp-adb-maybe-open-connection): Don't set
`tramp-current-*' variables.

* lisp/net/tramp-cache.el (tramp-flush-file-function): Do not flush
file properties of temporary buffers.

* lisp/net/tramp-ftp.el (top): Remove special handling for URL syntax.

* lisp/net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
(tramp-gvfs-handle-delete-file): Flush file
properties, not directory properties.
(tramp-gvfs-handle-file-attributes): Use `string-to-number' when
reading "unix::mode".
(tramp-gvfs-handle-file-name-all-completions):
Use "-h" option for "gvfs-ls".
(tramp-gvfs-url-file-name): `user' and `localname' could be nil.
(tramp-gvfs-send-command): Simplify traces.

* lisp/net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
(vc-git-program, vc-hg-program): Declare.
(tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
(tramp-methods) <nc>: Add new method.
(tramp-methods) <telnet>: Redirect stderr to "/dev/null".
(tramp-methods) <plink, plinkx, pscp, psftp>: Improve
`tramp-login-args'.
(tramp-default-user-alist): Add "nc".
(top): Remove completion function for "sftp".  Add completion
functions for "nc" and "psftp".
(tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
Implement support for "nc" method.
(tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
(tramp-remote-coding-commands, tramp-call-local-coding-command):
Tweak docstring.
(tramp-sh-handle-write-region): Tweak error message.
(tramp-sh-handle-vc-registered): Remove backends when the remote
binary does not exist.
(tramp-find-inline-encoding): Do not raise an error.
(tramp-make-copy-program-file-name): Tweak docstring.  Handle also
the "nc" case.  Quote result also locally.

* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-set-file-acl): Use `start-process'.
(tramp-smb-handle-insert-directory): Use progress reporter.
(tramp-smb-handle-rename-file): Flush also file properties of
FILENAME.

* lisp/net/tramp.el (tramp-methods): Tweak docstring.
(tramp-handle-file-accessible-directory-p): Check for
`file-readable-p' instead of `file-executable-p'.
(tramp-check-cached-permissions): Use
`tramp-compat-file-attributes'.
(tramp-call-process): Add new argument VEC.  Adapt callees in all
tramp*.el files.

* lisp/net/trampver.el: Update release number.
2014-06-15 17:47:35 +02:00
..
.gitignore
ange-ftp.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
browse-url.el Add with-file-modes macro, and use it 2014-05-14 10:15:15 -07:00
dbus.el * net/dbus.el (dbus-init-bus, dbus-call-method) 2014-05-16 15:11:09 +02:00
dig.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dns.el Merge from Gnus git master 2014-03-23 23:14:52 +00:00
eudc-bob.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudc-export.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudc-hotlist.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudc-vars.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudc.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudcb-bbdb.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudcb-ldap.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eudcb-mab.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
eudcb-ph.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eww.el (eww-textarea-map): [tab] doesn't work on tty. 2014-03-05 19:44:58 +01:00
gnutls.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
goto-addr.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
hmac-def.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
hmac-md5.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
imap.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ldap.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
mairix.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
net-utils.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
netrc.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
network-stream.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
newst-backend.el * lisp/net/newst-backend.el (newsticker-url-list): Doc whitespace trivia 2014-02-25 13:35:37 -05:00
newst-plainview.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
newst-reader.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
newst-ticker.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
newst-treeview.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
newsticker.el Spelling fixes. 2014-01-05 22:25:30 -08:00
ntlm.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
quickurl.el Doc, comment, etc updates for increased use of locate-user-emacs-file 2014-01-26 18:02:28 -08:00
rcirc.el * lisp/net/rcirc.el (rcirc-reconnect-delay): Add :version. 2014-05-12 09:06:13 -07:00
rlogin.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sasl-cram.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sasl-digest.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sasl-ntlm.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sasl.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
secrets.el Additional type checking in secrets API 2014-02-21 16:47:42 -08:00
shr-color.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
shr.el Fix relative links to parent directories in shr 2014-04-14 23:01:54 +01:00
snmp-mode.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
soap-client.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
soap-inspect.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
socks.el lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos. 2014-03-14 01:22:33 +01:00
telnet.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
tls.el lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos. 2014-03-14 01:22:33 +01:00
tramp-adb.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-cache.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-cmds.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tramp-compat.el Avoid recursive load of tramp.el 2014-04-18 20:57:04 +02:00
tramp-ftp.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-gvfs.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-gw.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tramp-sh.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-smb.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
tramp-uu.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tramp.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
trampver.el Sync with Tramp 2.2.10. 2014-06-15 17:47:35 +02:00
webjump.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
zeroconf.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00