aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2020-01-06 12:11:53 +0100
committerMichael Albinus2020-01-06 12:11:53 +0100
commit823ce3aaf928092f3cf1a46f627337edd04f9989 (patch)
tree29c9e95a87328f76d1c827edebccb171afe3b6a4 /doc
parent35d569482567acffc992e1c8113ea1eb713dde52 (diff)
downloademacs-823ce3aaf928092f3cf1a46f627337edd04f9989.tar.gz
emacs-823ce3aaf928092f3cf1a46f627337edd04f9989.zip
; Sync with Tramp repository
* doc/misc/tramp.texi (Frequently Asked Questions): Mention Emacs 28. * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.4.4-pre". * lisp/net/tramp-adb.el (tramp-adb-handle-copy-file) (tramp-adb-handle-rename-file, tramp-adb-handle-process-file): Use `tramp-file-local-name'. (tramp-adb-handle-exec-path): Expand `default-directory'. * lisp/net/tramp-cmds.el (tramp-rename-files): Use `tramp-file-local-name'. * lisp/net/tramp-sh.el (tramp-sh-handle-make-symbolic-link) (tramp-do-copy-or-rename-file-directly) (tramp-sh-handle-process-file, tramp-set-remote-path) (tramp-find-inline-encoding, tramp-get-remote-touch): Use `tramp-file-local-name'. (tramp-sh-handle-make-process): Support `stderr' as file name. Delete temporary stderr file. (tramp-sh-handle-exec-path): Expand `default-directory'. * lisp/net/tramp-smb.el (tramp-smb-handle-make-symbolic-link) (tramp-smb-handle-process-file): Use `tramp-file-local-name'. * lisp/net/tramp-sudoedit.el (tramp-sudoedit-do-copy-or-rename-file) (tramp-sudoedit-handle-set-file-uid-gid): Use `tramp-unquote-file-local-name'. (tramp-sudoedit-handle-make-symbolic-link): Use `tramp-file-local-name'. (tramp-sudoedit-handle-file-system-info): Fix a scoping error. * lisp/net/tramp.el: Bump version to 2.4.4-pre. (tramp-ignored-file-name-regexp, tramp-time-dont-know) (tramp-time-doesnt-exist): Fix typo. (tramp-file-local-name): Extend for non-remote file names. (tramp-unquote-file-local-name): New defun. (tramp-completion-make-tramp-file-name): Simplify. (tramp-set-connection-local-variables-for-buffer) (tramp-equal-remote, tramp-handle-make-auto-save-file-name): Use `tramp-tramp-file-p'. (tramp-handle-file-name-case-insensitive-p) (tramp-handle-file-truename, tramp-get-remote-tmpdir) (tramp-make-tramp-temp-file): Use `tramp-file-local-name'. (tramp-handle-shell-command, tramp-handle-start-file-process): Implement asynchronous `error-buffer'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi4
-rw-r--r--doc/misc/trampver.texi2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f81d996d73a..049b240b602 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3840,8 +3840,8 @@ Where is the latest @value{tramp}?
3840@item 3840@item
3841Which systems does it work on? 3841Which systems does it work on?
3842 3842
3843The package works successfully on Emacs 24, Emacs 25, Emacs 26, and 3843The package works successfully on Emacs 24, Emacs 25, Emacs 26, Emacs
3844Emacs 27. 384427, and Emacs 28.
3845 3845
3846While Unix and Unix-like systems are the primary remote targets, 3846While Unix and Unix-like systems are the primary remote targets,
3847@value{tramp} has equal success connecting to other platforms, such as 3847@value{tramp} has equal success connecting to other platforms, such as
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 478ec7037a8..02a99ebde83 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
8@c In the Tramp GIT, the version numbers are auto-frobbed from 8@c In the Tramp GIT, the version numbers are auto-frobbed from
9@c tramp.el, and the bug report address is auto-frobbed from 9@c tramp.el, and the bug report address is auto-frobbed from
10@c configure.ac. 10@c configure.ac.
11@set trampver 2.4.3.27.1 11@set trampver 2.4.4-pre
12@set tramp-bug-report-address tramp-devel@@gnu.org 12@set tramp-bug-report-address tramp-devel@@gnu.org
13@set emacsver 24.4 13@set emacsver 24.4
14 14