diff options
| author | Michael Albinus | 2020-01-06 12:11:53 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-01-06 12:11:53 +0100 |
| commit | 823ce3aaf928092f3cf1a46f627337edd04f9989 (patch) | |
| tree | 29c9e95a87328f76d1c827edebccb171afe3b6a4 /doc | |
| parent | 35d569482567acffc992e1c8113ea1eb713dde52 (diff) | |
| download | emacs-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.texi | 4 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
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 |
| 3841 | Which systems does it work on? | 3841 | Which systems does it work on? |
| 3842 | 3842 | ||
| 3843 | The package works successfully on Emacs 24, Emacs 25, Emacs 26, and | 3843 | The package works successfully on Emacs 24, Emacs 25, Emacs 26, Emacs |
| 3844 | Emacs 27. | 3844 | 27, and Emacs 28. |
| 3845 | 3845 | ||
| 3846 | While Unix and Unix-like systems are the primary remote targets, | 3846 | While 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 | ||