1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
emacs/lisp/net
Kai Großjohann 90f8dc0308 Tramp 2.0.36 released.
* net/tramp.el (tramp-default-password-end-of-line): Renamed from
tramp-password-end-of-line.
(tramp-password-end-of-line): New method parameter.
(tramp-get-password-end-of-line): Function to access method
parameter `tramp-password-end-of-line', or variable
`tramp-default-password-end-of-line' (default value).
(tramp-methods): Add entries for new parameter
tramp-password-end-of-line.
(tramp-enter-password): Use new function
`tramp-get-password-end-of-line'.
(tramp-handle-insert-file-contents): Do not
unconditionally inhibit the file operation file-local-copy, only
do that when the inhibit-file-name-operation is currently
insert-file-contents.  This fixes finding remote CVS-controlled
files.  (It would barf on inserting the CVS/Entries file
literally, because the file-local-copy handler wasn't called.)
(tramp-handle-shell-command): Support optional third arg
ERROR-BUFFER.
(tramp-sh-extra-args): Adapt defcustom type to XEmacs.
(tramp-initial-commands): New variable.
(tramp-process-initial-commands): New function, using the variable.
(tramp-open-connection-setup-interactive-shell): Call the new
function.
(tramp-buffer-name, tramp-debug-buffer-name): Always put the
method into the buffer name, never use nil.  Reported by Hanak
David <dhanak@inf.bme.hu>.
(tramp-open-connection-setup-interactive-shell): Erase buffer
before sending "stty -onlcr".

* net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2003-07-20 19:04:48 +00:00
..
.gitignore
ange-ftp.el (ange-ftp-file-symlink-p): 2003-07-07 20:55:38 +00:00
browse-url.el (browse-url-browser-function): Add alternative for Epiphany. 2003-07-07 20:54:56 +00:00
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-ph.el
goto-addr.el (goto-address-fontify-maximum-size): Value t means no limit. 2003-05-19 14:49:25 +00:00
ldap.el
net-utils.el Add dns-lookup-program wrapper 2003-03-23 13:39:14 +00:00
netrc.el
quickurl.el
rcompile.el
rlogin.el (rlogin-process-connection-type): Don't quote nil and t in docstrings. 2003-05-06 17:46:28 +00:00
snmp-mode.el
telnet.el
tls.el Initial revision 2003-03-26 11:48:32 +00:00
tramp-ftp.el Version 2.0.34 (of Tramp) released. 2003-05-24 14:10:15 +00:00
tramp-smb.el * tramp.el: Version 2.0.31 released. 2003-03-29 15:16:57 +00:00
tramp-util.el Version 2.0.35 of Tramp released. 2003-06-17 14:03:58 +00:00
tramp-uu.el Version 2.0.35 of Tramp released. 2003-06-17 14:03:58 +00:00
tramp-vc.el Tramp 2.0.36 released. 2003-07-20 19:04:48 +00:00
tramp.el Tramp 2.0.36 released. 2003-07-20 19:04:48 +00:00
trampver.el Tramp 2.0.36 released. 2003-07-20 19:04:48 +00:00
webjump.el
zone-mode.el