[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Tramp 2.0.34 released
From: |
Kai Großjohann |
Subject: |
Tramp 2.0.34 released |
Date: |
Sat, 24 May 2003 16:23:14 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
The highlight is that it provides unified EFS/Tramp filenames on
XEmacs, as well. Please test this to tell me how you like it.
The rest is just a bunch of smallish changes.
2003-05-24 Kai Großjohann <address@hidden>
* tramp.el (tramp-password-end-of-line): Use "xy" with plink.
2003-05-21 Kai Großjohann <address@hidden>
* tramp.el (tramp-shell-prompt-pattern): Allow ANSI escapes at
end of prompt. (ANSI escapes elsewhere in the prompt are
recognized properly already.)
2003-05-18 Kai Großjohann <address@hidden>
* tramp.el (tramp-methods): New method plink1. Like plink but
pass "-1" to force protocol version 1.
2003-05-14 Kai Großjohann <address@hidden>
* tramp.el (tramp-completion-file-name-handler): Add safe-magic
property.
2003-05-06 Kai Großjohann <address@hidden>
* tramp.el (tramp-default-method): Use plink as the default on
machines where the plink program is present.
2003-05-03 Kai Großjohann <address@hidden>
* tramp.el (tramp-methods): Unify tramp-rsh-program,
tramp-telnet-program, tramp-su-program into tramp-login-program.
Likewise with tramp-login-args, tramp-copy-program,
tramp-copy-args, tramp-copy-keep-date-arg.
Users changed.
2003-05-03 Kai Großjohann <address@hidden>
* tramp.el (tramp-methods): Old entries "rsh" and "rcp"
unconditionally invoke rsh now. New entries "remsh" and "remcp"
unconditionally invoke remsh now.
(tramp-real-rsh-program): Remove.
(tramp-multi-connection-function-alist): Old entry "rsh"
unconditionally invokes rsh now. New entry "remsh" invokes remsh.
2003-04-27 Kai Großjohann <address@hidden>
* tramp.el (tramp-real-rsh-program): Explain strategy for
choosing default value.
2003-04-25 Michael Albinus <address@hidden>
* tramp.el (tramp-real-rsh-program): "remsh" is used on Cray
machines, too. Suggested by Ted Stern
<address@hidden>.
(tramp-methods, tramp-multi-connection-function-alist): The list
must be backquoted, because the value of `tramp-real-rsh-program'
is needed. No trailing space needed in the password argument of
sudo `tramp-su-args'. Reported by my friendly supervisor Kai
Großjohann <address@hidden>.
2003-04-24 Michael Albinus <address@hidden>
* tramp.el (tramp-real-rsh-program): New constant. On HP-UX, the
"rsh" program is called "remsh".
(tramp-methods, tramp-multi-connection-function-alist): Apply
`tramp-real-rsh-program'. Use "-p Password:\ " for "sudo" method,
because password prompt might be changed by either passprompt
option in /etc/sudoers, or SUDO_PROMPT environment variable.
Suggested by Peter Oliver <address@hidden>.
2003-04-18 Kai Großjohann <address@hidden>
* tramp-efs.el: New file.
* tramp.el (tramp-handle-expand-file-name): Make default method
explicit in file name.
(tramp-unified-filenames): Move to an earlier spot in the file.
(top-level): If tramp-unified-filenames is set and we're running
on XEmacs, load tramp-efs.
(tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New
functions, used by tramp-send-command-internal.
(tramp-open-connection-setup-interactive-shell): Simplify using
`tramp-send-command-internal'.
(tramp-send-command-internal): New function.
2003-04-14 Michael Albinus <address@hidden>
* tramp.el (tramp-handle-file-truename): `sym' shouldn't be quoted.
2003-04-08 Kai Großjohann <address@hidden>
* tramp.el (tramp-handle-file-symlink-p): If target of symlink is
absolute, return a Tramp filename. (Ie, return
"/address@hidden:/target" instead of "/target".)
(tramp-handle-file-truename): Deal with new return value from
`file-symlink-p'.
--
This line is not blank.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Tramp 2.0.34 released,
Kai Großjohann <=