comparison lisp/ChangeLog @ 51603:978e262c8f3a

Version 2.0.35 of Tramp released. * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink. (tramp-completion-function-alist): Add completion function for "remcp", "remsh" and "plink1". Factor out the `regular' file name handling via a remote shell of some sort into a specific function. Intent is to later put that part of Tramp into a special file, so that the Tramp `core' is just a dispatcher that dispatches to various handlers. (tramp-sh-file-name-handler): New function. (tramp-foreign-file-name-handler-alist): New default value. Call tramp-sh-file-name-handler as default case. (tramp-file-name-handler): Do not invoke the old remote-shell handler. (tramp-find-foreign-file-name-handler): Return after first match is found. From Francis Litterio <franl@world.std.com>. (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns integer, not list. Do not apply `car' to the return value of `tramp-time-diff'. Reported by David D. Smith <ultrasoul@ultrasoul.com>. (tramp-time-diff): Convert return value of subtract-time to a number of seconds in a correct manner, by applying float-time or time-to-seconds. Also correct compat code accordingly. The XEmacs branch for itimer-time-difference didn't need correction, it returned a float already. Reported by David D. Smith <ultrasoul@ultrasoul.com>. (tramp-handle-insert-file-contents): When calling `file-local-copy', let-bind `inhibit-file-name-operation' accordingly. This makes sure that jka-compr is not called when `insert-file-contents-literally' is invoked. From Katsumi Yamaoka <yamaoka@jpl.org>. (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when writing the target file. (tramp-foreign-file-name-handler-alist): Add comment about default value having to come last. (tramp-handle-file-local-copy, tramp-handle-write-region): Add the "-p" hack. (tramp-handle-copy-file): Set file modes of target file. (tramp-handle-file-local-copy) (tramp-do-copy-or-rename-via-buffer): Use binary coding system, instead of no-conversion. They are the same on Emacs but different on XEmacs. (tramp-shell-prompt-pattern): Allow multiple escape sequences (each with optional trailing space). * net/tramp-uu.el: * net/tramp-util.el: * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie for XEmacs compatibility.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Tue, 17 Jun 2003 14:03:58 +0000
parents 5dccfdd80acb
children 4b43c69f3ae3
comparison
equal deleted inserted replaced
51602:5dccfdd80acb 51603:978e262c8f3a
1 2003-06-17 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2
3 Version 2.0.35 of Tramp released.
4
5 * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
6 (tramp-completion-function-alist): Add completion function for
7 "remcp", "remsh" and "plink1".
8 Factor out the `regular' file name handling via a remote shell of
9 some sort into a specific function. Intent is to later put that
10 part of Tramp into a special file, so that the Tramp `core' is
11 just a dispatcher that dispatches to various handlers.
12 (tramp-sh-file-name-handler): New function.
13 (tramp-foreign-file-name-handler-alist): New default value. Call
14 tramp-sh-file-name-handler as default case.
15 (tramp-file-name-handler): Do not invoke the old remote-shell
16 handler.
17 (tramp-find-foreign-file-name-handler): Return after first match
18 is found. From Francis Litterio <franl@world.std.com>.
19 (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns
20 integer, not list. Do not apply `car' to the return value of
21 `tramp-time-diff'. Reported by David D. Smith
22 <ultrasoul@ultrasoul.com>.
23 (tramp-time-diff): Convert return value of subtract-time to a
24 number of seconds in a correct manner, by applying float-time or
25 time-to-seconds. Also correct compat code accordingly. The
26 XEmacs branch for itimer-time-difference didn't need correction,
27 it returned a float already. Reported by David D. Smith
28 <ultrasoul@ultrasoul.com>.
29 (tramp-handle-insert-file-contents): When calling
30 `file-local-copy', let-bind `inhibit-file-name-operation'
31 accordingly. This makes sure that jka-compr is not called when
32 `insert-file-contents-literally' is invoked. From Katsumi Yamaoka
33 <yamaoka@jpl.org>.
34 (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
35 writing the target file.
36 (tramp-foreign-file-name-handler-alist): Add comment about default
37 value having to come last.
38 (tramp-handle-file-local-copy, tramp-handle-write-region): Add the
39 "-p" hack.
40 (tramp-handle-copy-file): Set file modes of target file.
41 (tramp-handle-file-local-copy)
42 (tramp-do-copy-or-rename-via-buffer): Use binary coding system,
43 instead of no-conversion. They are the same on Emacs but
44 different on XEmacs.
45 (tramp-shell-prompt-pattern): Allow multiple escape
46 sequences (each with optional trailing space).
47
48 * net/tramp-uu.el:
49 * net/tramp-util.el:
50 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
51 for XEmacs compatibility.
52
1 2003-06-17 Kenichi Handa <handa@m17n.org> 53 2003-06-17 Kenichi Handa <handa@m17n.org>
2 54
3 * term/x-win.el (x-select-request-type): New variable. 55 * term/x-win.el (x-select-request-type): New variable.
4 (x-select-utf8-or-ctext): New function. 56 (x-select-utf8-or-ctext): New function.
5 (x-selection-value): New function. 57 (x-selection-value): New function.