aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-06-07 20:14:45 +0000
committerMichael Albinus2007-06-07 20:14:45 +0000
commit9ee5e81e952dc9bb9111b348f30b939399bed5bd (patch)
tree25c55fa22865f04bd75b78bacf1b63738dc281cf /lisp/ChangeLog
parentcdd50783ca9d22d0d6428f91abc5e64170bd9369 (diff)
downloademacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.tar.gz
emacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.zip
Sync with Tramp 2.0.56.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e298874025e..79fb349d949 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,34 @@
12007-06-07 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.56.
4
5 * net/tramp.el:
6 * net/tramp-ftp.el:
7 * net/tramp-smb.el:
8 * net/tramp-util.el:
9 * net/tramp-vc.el:
10 Don't load cl.el, because that pollutes the namespace. Replace cl
11 macros by their implementations where necessary. Requested by
12 Richard Stallman <rms@gnu.org>.
13
14 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
15 doesn't exist.
16 (with-parsed-tramp-file-name): Protect debug spec during compilation.
17 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
18 (tramp-file-name-p, tramp-file-name-multi-method)
19 (tramp-file-name-method, tramp-file-name-user)
20 (tramp-file-name-host, tramp-file-name-localname): New defuns,
21 replacing defstruct `tramp-file-name'.
22 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
24 Apply `vector' instead of `make-tramp-file-name'.
25 (tramp-handle-make-auto-save-file-name):
26 Apply `tramp-temporary-file-directory' for compatibility reasons.
27 (tramp-completion-mode): Use `natnump' instead of `wholenump'
28 because of XEmacs.
29 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
30 started.
31
12007-06-07 David Kastrup <dak@gnu.org> 322007-06-07 David Kastrup <dak@gnu.org>
2 33
3 * dired.el (dired-recursive-deletes, dired-recursive-copies): 34 * dired.el (dired-recursive-deletes, dired-recursive-copies):