1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/doc/misc
Michael Albinus 4657f08b7e Sync with Tramp 2.4.5-pre
* doc/misc/tramp.texi: Adapt Tramp and Emacs version numbers.
(Remote processes): Describe `process-file-return-signal-string'
and $INSIDE_EMACS.
(Frequently Asked Questions): Mention Emacs 28.
Describe `tramp-smb-options'.

* doc/misc/trampver.texi: Change version to "2.4.5-pre".

* lisp/net/tramp-adb.el (process-file-return-signal-string): Declare.
(tramp-adb-handle-write-region): Flush the cache after the file
has been written.
(tramp-adb-handle-set-file-modes, tramp-adb-handle-set-file-times):
Add optional _FLAG.
(tramp-adb-handle-copy-file, tramp-adb-handle-rename-file)
(tramp-adb-handle-process-file): Use `tramp-file-local-name'.
(tramp-adb-get-signal-strings): New defun.
(tramp-adb-handle-process-file): Use it.
(tramp-adb-handle-make-process): Implement `stderr'.  Use
`insert-file-contents-literally'.
(tramp-adb-send-command-and-check): Add optional argument
EXIT-STATUS.
(tramp-adb-handle-process-file): Use it.

* lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
Increase `max-specpdl-size' temporarily.

* lisp/net/tramp-cache.el (top):
Use `insert-file-contents-literally'.

* lisp/net/tramp-cmds.el (tramp-rename-files):
Use `tramp-file-local-name'.

* lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Prevent crash for
older Emacsen.
(top): Adapt `tramp-gvfs-unload-hook'.
(tramp-gvfs-handle-file-system-info): Fix error.
(tramp-gvfs-handle-set-file-modes, tramp-gvfs-handle-set-file-times):
Add optional _FLAG.

* lisp/net/tramp-rclone.el (tramp-rclone-flush-directory-cache):
Fix a problem with older Emacsen.

* lisp/net/tramp-sh.el (process-file-return-signal-string): Declare.
(tramp-sh-extra-args): Add "-noediting" as bash arg.
(tramp-hexdump-encode, tramp-hexdump-awk-encode)
(tramp-od-encode, tramp-od-awk-encode): New defconst.
(tramp-awk-encode, tramp-awk-decode): Adapt.
(tramp-awk-coding-test): Remove.
(tramp-remote-coding-commands): Add hexdump/awk encoding.  (Bug#35639)
(tramp-find-inline-encoding): Adapt handling of awk, hexdump and od.
(tramp-get-remote-busybox, tramp-get-remote-awk)
(tramp-get-remote-hexdump, tramp-get-remote-od): New defuns.
(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-do-file-attributes-with-stat): Simplify shell command.
Suppress errors (interpret as nil).
(tramp-sh-handle-set-file-modes, tramp-sh-handle-set-file-times):
Add optional _FLAG.
(tramp-sh-handle-make-process): Do not visit with
`insert-file-contents'.  Delete tmp file only if exists.  Support
`stderr' as file name.  Delete temporary stderr file.  Flush
connection properties in time.
(tramp-sh-get-signal-strings): New defun.
(tramp-sh-handle-process-file): Use it.
(tramp-sh-handle-write-region): Copy to temp file only if FILENAME
exists.  (Bug#40156)
(tramp-set-remote-path): Send the command in several chunks if it
is too large.  (Bug#42538)
(tramp-open-connection-setup-interactive-shell): Move up "set +o
vi +o emacs" command.   (Bug#39399)
(tramp-send-command-and-read): Suppress `signal-hook-function'
when reading expression.
(tramp-send-command-and-check): Add optional argument EXIT-STATUS.
(tramp-sh-handle-process-file): Use it.  (Bug#41099)

* lisp/net/tramp-smb.el (tramp-smb-conf): Fix docstring.
(tramp-smb-options): New defcustom.
(tramp-smb-handle-copy-directory, tramp-smb-handle-file-acl)
(tramp-smb-handle-set-file-acl, tramp-smb-maybe-open-connection):
Use it.
(tramp-smb-errors): Add "NT_STATUS_INVALID_PARAMETER".
(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.
(tramp-sudoedit-handle-set-file-modes):
(tramp-sudoedit-handle-set-file-times): Add optional _FLAG.

* lisp/net/tramp.el: Bump version to 2.4.5-pre.
(tramp-file-local-name, tramp-unquote-file-local-name): New defuns.
(tramp-set-connection-local-variables-for-buffer)
(tramp-equal-remote, tramp-handle-make-auto-save-file-name):
Use `tramp-tramp-file-p'.
(tramp-parse-file): Use `insert-file-contents-literally'.
(tramp-handle-file-modes, tramp-handle-file-times):
Add optional _FLAG.
(tramp-handle-shell-command): Fix `window-start' in output buffer.
(Bug#39171)
Handle `shell-command-dont-erase-buffer'.  (Bug#39067)
Reorganize error-buffer handling.  Set `default-directory'.
(Bug#39253)
(tramp-handle-shell-command, tramp-handle-start-file-process):
Implement asynchronous `error-buffer'.
(tramp-action-process-alive): Read pending output.
(tramp-read-passwd): Use `tramp-compat-temporary-file-directory'.
(Bug#39389, Bug#39489)
(tramp-interrupt-process): Improve command.

* lisp/net/trampver.el: Change version to "2.4.5-pre".
(tramp-repository-branch, tramp-repository-version):
Bind `debug-on-error' to nil.

* test/lisp/net/tramp-tests.el (tramp-get-remote-gid)
(process-file-return-signal-string)
(shell-command-dont-erase-buffer): Declare.
(tramp-test10-write-region, tramp-test28-process-file)
(tramp-test29-start-file-process, tramp-test30-make-process)
(tramp-test31-interrupt-process, tramp-test32-shell-command):
Extend test.
(tramp-test10-write-region, tramp-test21-file-links): Use function
symbols.
(tramp-test18-file-attributes): Check `file-ownership-preserved-p'
only if possible.
(tramp--test-async-shell-command): New defun.
(tramp--test-shell-command-to-string-asynchronously): Use it.
(tramp-test32-shell-command-dont-erase-buffer): New test.
2020-08-25 15:18:57 +02:00
..
auth.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
autotype.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bovine.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
calc.texi Correct "different than" to "different from" where appropriate 2020-02-09 14:33:14 +00:00
cc-mode.texi Finish the documentation for c-noise-macro-{,with-parens-}names. 2020-01-27 18:10:34 +00:00
ChangeLog.1 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl.texi Fix cl-most-positive-float doc typo 2020-04-17 09:38:41 -07:00
dbus.texi Clean up D-Bus documentation (bug#41744) 2020-06-08 18:19:50 +01:00
dired-x.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
ebrowse.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ede.texi Minor improvements to EDE and EIEIO manuals 2020-06-06 16:35:52 +01:00
ediff.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
edt.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
efaq-w32.texi Fix some Texinfo markup 2020-06-17 13:07:51 +01:00
efaq.texi Fix text about Lisp archives in the Emacs FQ 2020-06-20 10:56:54 +03:00
eieio.texi Minor improvements to EDE and EIEIO manuals 2020-06-06 16:35:52 +01:00
emacs-gnutls.texi Fix some Texinfo markup 2020-06-17 13:07:51 +01:00
emacs-mime.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
epa.texi Document prefix arg effects for 'epa-mail-{sign,encrypt}' 2020-07-20 14:47:43 +02:00
erc.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ert.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eshell.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudc.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eww.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
flymake.texi Revert "* doc/misc/flymake.texi (An annotated example backend): Typo fix." 2020-07-11 18:42:17 +01:00
forms.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-coding.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-faq.texi Fix some Texinfo markup 2020-06-17 13:07:51 +01:00
gnus.texi Mention 'spam-stat-process-directory-age' in the documentation 2020-04-18 17:13:02 +02:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
htmlfontify.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idlwave.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ido.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
info.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mairix-el.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
Makefile.in Prefer saying "Info manual" to "info page" in docs 2020-01-23 02:36:04 +01:00
message.texi Fix some Texinfo markup 2020-06-17 13:07:51 +01:00
mh-e.texi Update documentation for mh-show-mode-hook 2020-02-01 09:18:46 -08:00
newsticker.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nxml-mode.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
octave-mode.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
org.texi doc/misc/org.texi: Fix @dircategory 2020-02-13 09:41:38 +01:00
pcl-cvs.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
pgg.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rcirc.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
remember.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sasl.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sc.texi Correct "different than" to "different from" where appropriate 2020-02-09 14:33:14 +00:00
sem-user.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
semantic.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ses.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sieve.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
smtpmail.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
speedbar.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
srecode.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texinfo.tex Update copyright year to 2020 2020-01-01 00:59:52 +00:00
todo-mode.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tramp.texi Sync with Tramp 2.4.5-pre 2020-08-25 15:18:57 +02:00
trampver.texi Sync with Tramp 2.4.5-pre 2020-08-25 15:18:57 +02:00
url.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
vhdl-mode.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
vip.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
viper.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
widget.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
wisent.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00
woman.texi Update copyright year to 2020 2020-01-01 00:59:52 +00:00