Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
59030:90829ef9f16f | 59031:1fbbe0bcfaac |
---|---|
1 2004-12-17 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Sync with Tramp 2.0.46. | |
4 | |
5 * net/tramp.el (tramp-maybe-send-perl-script): Change order of | |
6 parameters wrt Tramp convention. | |
7 (tramp-handle-file-attributes-with-perl) | |
8 (tramp-handle-directory-files-and-attributes): Apply it. | |
9 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of | |
10 `copy-program'. Reported by Zack Weinberg | |
11 <zack@codesourcery.com>. | |
12 (top): Set `edebug-form-spec' property directly rather than | |
13 calling `def-edebug-spec'. | |
14 | |
15 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the | |
16 advice less fragile. Surround temporary redefinition of | |
17 `substitute-in-file-name' with `unwind-protect'. Suggested by | |
18 Matt Hodges <MPHodges@member.fsf.org>. | |
19 | |
1 2004-12-17 Juri Linkov <juri@jurta.org> | 20 2004-12-17 Juri Linkov <juri@jurta.org> |
2 | 21 |
3 * replace.el (occur-accumulate-lines, occur-engine): | 22 * replace.el (occur-accumulate-lines, occur-engine): |
4 Make forcing deferred font-lock fontification jit-specific. | 23 Make forcing deferred font-lock fontification jit-specific. |
5 | 24 |