aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbc13ea927b..06b7ebd0d49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12004-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
12004-10-12 David Ponce <david@dponce.com> 212004-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