comparison lisp/ChangeLog @ 68335:118ceefc8263

Sync with Tramp 2.0.52.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 22 Jan 2006 21:59:55 +0000
parents def0ffff047f
children f7c8bf774365
comparison
equal deleted inserted replaced
68334:def0ffff047f 68335:118ceefc8263
1 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.52.
4
5 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7 `tramp-unload-tramp' for checklist.
8
9 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
11 (tramp-unload-file-name-handler-alist)
12 (tramp-unload-tramp): New defuns.
13 (tramp-advice-PC-expand-many-files): New defadvice.
14 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
15 removed.
16 (tramp-handle-expand-file-name): Remove double slash.
17 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18 It doesn't matter, because it will be converted later on.
19 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
20 implementation was just heuristic.
21 (tramp-post-connection): Set uid and gid properties.
22 (tramp-convert-file-attributes): Set file's gid change bit.
23 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
24 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
25 in case of su(do)? methods. The home directory of the local user
26 will be taken else.
27 (tramp-open-connection-telnet)
28 (tramp-open-connection-rsh, tramp-open-connection-su)
29 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
30 local shell prompt could hurt. Reported by Romain Francoise
31 <romain@orebokech.com>.
32 (tramp-let-maybe): Add `edebug-form-spec' property.
33 (tramp-handle-expand-file-name): Bind `default-directory' locally
34 to "/" in order to avoid problems with UNC shares or Cygwin
35 mounts.
36 (tramp-md5-function): Fix typo in error message.
37
38 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
39
40 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
41 for byte-compiler pacification.
42
1 2006-01-22 Andre Spiegel <spiegel@gnu.org> 43 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2 44
3 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with 45 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4 ID-FORMAT `string'. This allows us to get rid of 46 ID-FORMAT `string'. This allows us to get rid of
5 `vc-user-login-name UID'. 47 `vc-user-login-name UID'.