comparison lisp/ChangeLog @ 47683:9597eaa105a1

Version 2.0.24 released. (tramp-methods, tramp-completion-function-alist): Rename "*-old" methods to "*_old". From Michael Albinus. (tramp-completion-function-alist): Use `tramp-completion-function-alist-ssh' for the "fcp" method. From Michael Albinus. (tramp-default-method-alist): Use "su" for "root@localhost". (tramp-host-regexp): Allow "#" for "host#port" kludge. (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right default method. Require additional args USER and HOST for this. Callers changed. (tramp-handle-file-local-copy): More local bindings. Bind results of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty "are you awake" problem. (tramp-action-password): Protect against clobbered match data. (tramp-open-connection-setup-interactive-shell): Explicitly set tramp-last-cmd-time before invoking tramp-send-command the first time. Otherwise, tramp-send-command would issue "echo are you awake" right at the first time, which is not what we want. Reported by Douglas Gray Stephens. (tramp-find-inline-encoding): Don't redirect stdout to /dev/null to avoid "chmode go-rwx" operation from "mimencode >/dev/null" as root(!), and to check the output of the decoding command. (tramp-maybe-open-connection): Don't send "are you awake" if process has died.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 29 Sep 2002 16:22:19 +0000
parents fe361802c56d
children 8652328059bc
comparison
equal deleted inserted replaced
47682:7932474eac63 47683:9597eaa105a1
1 2002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * net/tramp.el: Version 2.0.24 released.
4 (tramp-methods, tramp-completion-function-alist):
5 Rename "*-old" methods to "*_old". From Michael Albinus.
6 (tramp-completion-function-alist): Use
7 `tramp-completion-function-alist-ssh' for the "fcp" method. From
8 Michael Albinus.
9 (tramp-default-method-alist): Use "su" for "root@localhost".
10 (tramp-host-regexp): Allow "#" for "host#port" kludge.
11 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
12 default method. Require additional args USER and HOST for this.
13 Callers changed.
14 (tramp-handle-file-local-copy): More local bindings. Bind results
15 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
16 "are you awake" problem.
17 (tramp-action-password): Protect against clobbered match data.
18 (tramp-open-connection-setup-interactive-shell): Explicitly set
19 tramp-last-cmd-time before invoking tramp-send-command the first
20 time. Otherwise, tramp-send-command would issue "echo are you
21 awake" right at the first time, which is not what we want.
22 Reported by Douglas Gray Stephens.
23 (tramp-find-inline-encoding): Don't redirect stdout to
24 /dev/null to avoid "chmode go-rwx" operation from "mimencode
25 >/dev/null" as root(!), and to check the output of the decoding
26 command.
27 (tramp-maybe-open-connection): Don't send "are you awake" if
28 process has died.
29
1 2002-09-29 Colin Walters <walters@gnu.org> 30 2002-09-29 Colin Walters <walters@gnu.org>
2 31
3 * calc/calc.el (calc-dispatch-map): Actually set to keymap. 32 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
4 33
5 2002-09-29 Mike Williams <mdub@bigfoot.com> 34 2002-09-29 Mike Williams <mdub@bigfoot.com>