comparison lisp/ChangeLog @ 77986:0cc9b64806d2

Sync with Tramp 2.0.56.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 07 Jun 2007 20:14:45 +0000
parents dccd6acad93e
children 5666db0f6385 7edf1ae10375
comparison
equal deleted inserted replaced
77985:de58bd16e0af 77986:0cc9b64806d2
1 2007-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
1 2007-06-07 David Kastrup <dak@gnu.org> 32 2007-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):
4 Change default to `top'. 35 Change default to `top'.
5 36