1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/lisp/net
Michael Albinus aae5bf4438 Tramp requires Emacs 24.4
* doc/misc/tramp.texi (Frequently Asked Questions):
Use `with-eval-after-load'. in example.

* doc/misc/trampver.texi: Set variable emacsver.

* lisp/net/tramp.el (tramp-send-string, tramp-call-process)
(tramp-call-process-region, tramp-process-lines):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-truename)
(tramp-adb-sh-fix-ls-output, tramp-adb-maybe-open-connection):
* lisp/net/tramp-gvfs.el (tramp-gvfs-get-directory-attributes)
(tramp-gvfs-handle-file-notify-add-watch)
* lisp/net/tramp-sh.el (tramp-sh-handle-file-truename)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-sh-handle-file-notify-add-watch, tramp-find-executable)
(tramp-set-remote-path)
(tramp-open-connection-setup-interactive-shell)
(tramp-maybe-open-connection, tramp-send-command):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-file-acl, tramp-smb-handle-process-file)
(tramp-smb-handle-set-file-acl)
(tramp-smb-handle-start-file-process)
(tramp-smb-maybe-open-connection):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-acl):
(tramp-sudoedit-send-command): Use `string-join' and `string-empty-p'.

* lisp/net/tramp-adb.el:
* lisp/net/tramp-archive.el:
* lisp/net/tramp-integration.el:
* lisp/net/tramp-ftp.el: Use `with-eval-after-load'.

* lisp/net/tramp-cmds.el (tramp-cleanup-connection)
(tramp-cleanup-all-connections): Cancel timer.

* lisp/net/tramp-compat.el (subr-x): Require.
(default-toplevel-value): Don't make it a defalias.

* lisp/net/tramp-gvfs.el: Use `dbus-event-error-functions'.  Do
not special handle `split-string'.

* lisp/net/tramp.el: Require Emacs 24.4.
(tramp-password-prompt-regexp): Use `password-word-equivalents'.
(tramp-user-error): Use `user-error'.
(tramp-replace-environment-variables): Use `substitute-env-vars'.
(tramp-wait-for-regexp): Rearrange `with-current-buffer' call.
(tramp-get-local-gid): Use `group-gid'.

* lisp/net/trampver.el: Check for Emacs 24.4.

* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect)
(tramp-test02-file-name-dissect-simplified)
(tramp-test02-file-name-dissect-separate)
(tramp-test03-file-name-host-rules)
(tramp-test03-file-name-method-rules): Don't check for `user-error'.
2019-06-28 16:32:12 +02:00
..
ange-ftp.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
browse-url.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dbus.el
dig.el Remove XEmacs support from dig.el 2019-06-12 23:26:56 +02:00
dns.el Remove XEmacs support from dns.el 2019-06-12 23:26:56 +02:00
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eww.el Make eww understand #fragment URLs at point interactively 2019-05-13 15:45:52 -04:00
gnutls.el
goto-addr.el Fix `goto-address-url-regexp' 2019-06-25 16:02:12 +02:00
hmac-def.el
hmac-md5.el
imap.el
ldap.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
mailcap.el
mairix.el Simplify Gnus buffer liveness checking and killing 2019-05-30 02:56:28 +01:00
net-utils.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
netrc.el
network-stream.el
newst-backend.el Remove XEmacs and ancient Emacs compatibility from newst-backend.el 2019-06-19 23:25:56 +02:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el
ntlm.el
pop3.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
puny.el
quickurl.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
rcirc.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
rfc2104.el Fix compilation warnings in rfc2104 2019-06-13 01:53:58 +02:00
rlogin.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
sasl-cram.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
secrets.el
shr-color.el
shr.el Handle 'code' tag in shr.el 2019-06-23 19:07:43 +02:00
sieve-manage.el Merge from origin/emacs-26 2019-06-15 09:50:33 -07:00
sieve-mode.el
sieve.el
snmp-mode.el
soap-client.el
soap-inspect.el
socks.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
telnet.el Support opening a new connection when reverting a telnet buffer 2019-06-25 23:40:22 +02:00
tramp-adb.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-archive.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-cache.el
tramp-cmds.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-compat.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-ftp.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-gvfs.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-integration.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-rclone.el Stronger check for Tramp method 2019-06-04 12:51:45 +02:00
tramp-sh.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-smb.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-sudoedit.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
tramp-uu.el
tramp.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
trampver.el Tramp requires Emacs 24.4 2019-06-28 16:32:12 +02:00
webjump.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
zeroconf.el