comparison lisp/ChangeLog @ 57463:40298ea4d83f

Sync with Tramp 2.0.45.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 12 Oct 2004 21:02:43 +0000
parents 9090c67583dd
children 1d5bc0282257
comparison
equal deleted inserted replaced
57462:c6d72c23a106 57463:40298ea4d83f
1 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.45.
4
5 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6 defined. This is not the case for XEmacs without package
7 "edebug".
8 (tramp-set-auto-save-file-modes): Set permissions of autosaved
9 remote files to the permissions of the original file. This is not
10 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12 (tramp-perl-decode): Fixed an error in Perl implementation.
13 $pending must be cleared every loop. Reported by Benjamin Place
14 <benjaminplace@sprintmail.com>
15
16 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Don't
17 activate advice during definition. This is done later on,
18 depending on test result of `substitute-in-file-name'. Suggested
19 by Stefan Monnier <monnier@iro.umontreal.ca>.
20
1 2004-10-12 David Ponce <david@dponce.com> 21 2004-10-12 David Ponce <david@dponce.com>
2 22
3 * recentf.el (recentf-edit-list): Update the menu when the recentf 23 * recentf.el (recentf-edit-list): Update the menu when the recentf
4 list has been modified. 24 list has been modified.
5 25