aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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