Mercurial > emacs
diff lisp/ChangeLog @ 59031:1fbbe0bcfaac
Sync with Tramp 2.0.46.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 17 Dec 2004 19:35:45 +0000 |
parents | 90829ef9f16f |
children | 2dd8aacd82ce |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 17 16:58:54 2004 +0000 +++ b/lisp/ChangeLog Fri Dec 17 19:35:45 2004 +0000 @@ -1,3 +1,22 @@ +2004-12-17 Michael Albinus <michael.albinus@gmx.de> + + Sync with Tramp 2.0.46. + + * net/tramp.el (tramp-maybe-send-perl-script): Change order of + parameters wrt Tramp convention. + (tramp-handle-file-attributes-with-perl) + (tramp-handle-directory-files-and-attributes): Apply it. + (tramp-do-copy-or-rename-file-out-of-band): Check for existence of + `copy-program'. Reported by Zack Weinberg + <zack@codesourcery.com>. + (top): Set `edebug-form-spec' property directly rather than + calling `def-edebug-spec'. + + * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the + advice less fragile. Surround temporary redefinition of + `substitute-in-file-name' with `unwind-protect'. Suggested by + Matt Hodges <MPHodges@member.fsf.org>. + 2004-12-17 Juri Linkov <juri@jurta.org> * replace.el (occur-accumulate-lines, occur-engine):