comparison lisp/ChangeLog @ 56644:0cee455027ed

Sync with Tramp 2.0.44.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 10 Aug 2004 21:18:38 +0000
parents 6328ed019e83
children b7446b6f097d 3b9f4bbca1bf
comparison
equal deleted inserted replaced
56643:629b8defcfb4 56644:0cee455027ed
1 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.44.
4
5 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6 function "tramp_file_attributes". Otherwise, file names
7 containing spaces are misinterpreted. Reported by Magnus Henoch
8 <mange@freemail.hu>.
9 (tramp-handle-file-truename): FILENAME must be expanded first.
10 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11 obscure results. Reported by D. Goel <deego@gnufans.org>.
12 (tramp-handle-verify-visited-file-modtime): If file does not
13 exist, say it is not modified if and only if that agrees with the
14 buffer's record. Check whether a file is visiting the buffer, or
15 the buffer has no recorded last modification time. Return t in
16 case the visiting file doesn't exist. Suggested by Luc Teirlinck
17 <teirllm@auburn.edu>.
18 (tramp-handle-write-region): Pass modtime explicitely to
19 `set-visited-file-modtime', because filename can be different
20 from (buffer-file-name) if `file-precious-flag' is set.
21 `set-visited-file-modtime' must be called always when `visit' is t
22 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
23 (tramp-handle-set-visited-file-modtime): If `time-list' is not
24 nil, don't apply the whole body. If the file doesn't exists, set
25 modtime to '(-1 65535). Suggested by Luc Teirlinck
26 <teirllm@auburn.edu>.
27
1 2004-08-09 Luc Teirlinck <teirllm@auburn.edu> 28 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2 29
3 * help.el (describe-bindings): Doc fix. 30 * help.el (describe-bindings): Doc fix.
4 31
5 * subr.el (kbd): Doc fix. 32 * subr.el (kbd): Doc fix.