1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/net
Kai Großjohann ac474af158 New version 2.0.5.
(tramp-methods): Remove inline encoding method parameters.  The
encoding is now autodetected.  Also shorten the list of
methods (u/m distinction gone) and rename the remaining methods to
have longer, but more mnemonic, names.
(tramp-login-prompt-regexp, tramp-password-prompt-regexp)
(tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
matched at end of buffer anyway.
(tramp-yesno-prompt-regexp): New variable, for questions where the
user should say "yes" or "no".
(tramp-file-name-structure-unified)
(tramp-file-name-structure-separate): Allow dash in method names.
(tramp-actions-before-shell): New variable, contains list of
pattern/action pairs.  Output sent by remote end is scanned for
the patterns, then the actions are executed.
(tramp-multi-actions): Like `tramp-actions-before-shell', but
executed for each hop in a multi-hop connection.
(tramp-last-cmd-time): New variable.  If nothing has been sent to
remote end for 60 seconds, look to see if the remote end is still
alive.
(tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.  It
didn't work.
(tramp-perl-encode, tramp-perl-decode): New variables, these
require the MIME::Base64 module on the remote end.
(tramp-handle-file-attributes): Restructure logic.
(tramp-handle-file-attributes-with-ls)
(tramp-handle-file-attributes-with-perl): More debugging.
(tramp-handle-directory-files): Grok fifth arg `files-only' for
XEmacs.
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file, tramp-handle-insert-directory): Expand
file name.
(tramp-handle-shell-command): Use `when', not `if'.
(tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
to autodetection of inline encoding.
(tramp-invoke-ange-ftp): Require ange-ftp to make sure that
variable ange-ftp-name-format is defined before binding it.
(tramp-action-login, tramp-action-password, tramp-action-succeed)
(tramp-action-permission-denied, tramp-action-yesno): Functions
called from `tramp-actions-before-shell'.
(tramp-multi-action-login, tramp-multi-action-password)
(tramp-multi-action-succeed)
(tramp-multi-action-permission-denied): Functions called from
`tramp-multi-actions'.
(tramp-process-one-action, tramp-process-actions): Pattern
matching and action invocation code for
`tramp-actions-before-shell'.
(tramp-process-one-multi-action, tramp-process-multi-actions):
Same for `tramp-multi-actions'.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Process actions instead of hardwired
logic.
(tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
(tramp-multi-connect-su): Ditto.
(tramp-post-connection): New method for tramp_encode and
tramp_decode scripts.
(tramp-post-connection): Invoke inline autodetection code.
(tramp-coding-commands): List of inline codings.
(tramp-find-inline-encoding): This is the inline autodetection
code.
(tramp-maybe-open-connection): If nothing was sent to connection
for 60 seconds, look if it connection is still alive.
(tramp-send-command): Remember that something was sent to the
connection.
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks for constructing alist.
(tramp-get-encoding-command, tramp-set-encoding-command)
(tramp-get-decoding-command, tramp-set-decoding-command)
(tramp-get-encoding-function, tramp-set-encoding-function)
(tramp-get-decoding-function, tramp-set-decoding-function): Use
for results of inline autodetection.
(tramp-get-encoding-command, tramp-get-decoding-command)
(tramp-get-encoding-function, tramp-get-decoding-function):
Remove these old functions.
2002-07-30 20:24:27 +00:00
..
.gitignore ignore *.elc 2000-06-19 16:16:01 +00:00
ange-ftp.el Use hash-tables. 2002-07-13 22:10:02 +00:00
browse-url.el (browse-url-lynx-input-attempts): Use defcustom. 2002-07-22 15:21:41 +00:00
eudc-bob.el New maintainer. Change author's address. 2002-01-16 08:05:19 +00:00
eudc-export.el New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
eudc-hotlist.el New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
eudc-vars.el New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
eudc.el New maintainer. Change author's address. 2002-01-16 08:22:15 +00:00
eudcb-bbdb.el New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
eudcb-ldap.el New maintainer. Change author's address. 2002-01-16 08:14:05 +00:00
eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case. 2002-01-16 08:16:01 +00:00
goto-addr.el (goto-address-mail-regexp): Allow + in username. 2001-10-11 23:40:35 +00:00
ldap.el (ldap-search-internal): Unfold folded lines before parsing. 2002-05-12 16:42:19 +00:00
net-utils.el (nslookup-font-lock-keywords): Defvar font-lock variables to prevent 2002-01-06 15:11:24 +00:00
netrc.el New file. 2002-04-24 16:09:22 +00:00
quickurl.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
rcompile.el Fix typo. 2002-01-13 10:09:20 +00:00
rlogin.el (rlogin-mode): Use `define-derived-mode'. 2002-03-14 11:52:39 +00:00
snmp-mode.el Require tempo when compiling to prevent warnings. Update copyright notice. 2002-03-04 09:43:40 +00:00
telnet.el (telnet-simple-send): Fix previous change. 2002-01-17 01:40:04 +00:00
tramp-vc.el *** empty log message *** 2002-06-17 11:47:23 +00:00
tramp.el New version 2.0.5. 2002-07-30 20:24:27 +00:00
webjump.el (webjump-builtin): Remove dot at the end of sentence in error call. 2001-12-11 07:01:35 +00:00
zone-mode.el (zone-mode): Add write-file-hooks hook locally. 2002-04-30 03:28:48 +00:00