aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2011-09-18 13:26:15 +0200
committerMichael Albinus2011-09-18 13:26:15 +0200
commit710dec6300f2fedb5df3b8ec0ee2ac9acd812eaf (patch)
tree013724759a6acf902300d549508a0e4b5814e828 /lisp/ChangeLog
parent87e4427a0dd07f0a8c0a56f84652d6bedf13088d (diff)
downloademacs-710dec6300f2fedb5df3b8ec0ee2ac9acd812eaf.tar.gz
emacs-710dec6300f2fedb5df3b8ec0ee2ac9acd812eaf.zip
* net/tramp.el (top): Don't require 'shell.
(tramp-methods): Fix docstring. (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el. Return complete remote file name. Handle "smb" case. Use `tramp-tmpdir', if defined for the respective method. (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'. * net/tramp-compat.el (top): Require 'shell. * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for `tramp-current-host'. (tramp-get-remote-tmpdir): Remove. * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and `tramp-tmpdir' entries. (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED". (tramp-smb-handle-file-attributes): Ignore errors. (tramp-smb-wait-for-output): Check also for process end.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf5c9326d23..6b83f7c1c77 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12011-09-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (top): Don't require 'shell.
4 (tramp-methods): Fix docstring.
5 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
6 Return complete remote file name. Handle "smb" case. Use
7 `tramp-tmpdir', if defined for the respective method.
8 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9
10 * net/tramp-compat.el (top): Require 'shell.
11
12 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14 `tramp-current-host'.
15 (tramp-get-remote-tmpdir): Remove.
16
17 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18 `tramp-tmpdir' entries.
19 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20 (tramp-smb-handle-file-attributes): Ignore errors.
21 (tramp-smb-wait-for-output): Check also for process end.
22
12011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org> 232011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 24
3 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise 25 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise