emacs/lisp/net
Kai Großjohann 38c65fca8d 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.

	* net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
	symbol-function to invoke functions only known on some Emacs
	flavors.  This avoids byte-compiler warnings.  Reported by Kevin
	Scaldeferri <kevin@scaldeferri.com>.
	(tramp-do-copy-or-rename-file-via-buffer): Renamed from
	tramp-do-copy-or-rename-via-buffer (without `file'), to make it
	consistent with the other tramp-do-* functions.
	(tramp-do-copy-or-rename-file): Calls adjusted.
	(tramp-process-initial-commands): Avoid liveness check on shell --
	we know that it must be alive since we're opening a connection at
	this moment.
	(tramp-last-cmd): New internal variable.
	(tramp-process-echoes): New tunable.
	(tramp-send-command): Set tramp-last-cmd.
	(tramp-wait-for-output): Delete echo, if applicable.
	(tramp-read-passwd): Construct the key for the password cache in a
	way that works for multi methods, too.
	(tramp-bug): Add backup-directory-alist and
	bkup-backup-directory-info to bug reports, with Tramp
	counterparts.

2004-05-01  Michael Albinus  <michael.albinus@gmx.de>

	* net/tramp*.el: Suppress byte-compiler warnings where possible.

	* net/tramp.el (tramp-out-of-band-prompt-regexp)
	(tramp-actions-copy-out-of-band): New defcustoms.
	(tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
	used instead of a synchronous one.  Allows password entering.
	(tramp-action-out-of-band): New defun.
	(tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
	restriction with password from doc string.
	(tramp-bug): Add variables `tramp-terminal-prompt-regexp',
	`tramp-out-of-band-prompt-regexp',
	`tramp-actions-copy-out-of-band', `password-cache' and
	`password-cache-expiry'.
	(toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
	password caching.
	(tramp-touch): FILE can be a local file, too.
	(TODO): Remove items done.
	(tramp-handle-insert-directory): Properly quote file name also if
	not full-directory-p.  Handle wildcard case.  Reported by Andreas
	Schwab <schwab@suse.de>.
	(tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
	new file.
	(tramp-handle-file-local-copy, tramp-handle-write-region): The
	permissions of the temporary file are set if filename exists.
	Reported by Ted Stern <stern@cray.com>.
	(tramp-backup-directory-alist)
	(tramp-bkup-backup-directory-info): New defcustoms.
	(tramp-file-name-handler-alist): Add entry for
	`find-backup-file-name'.
	(tramp-handle-find-backup-file-name): New function.  Implements
	Tramp's find-backup-file-name.

	* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
	for `find-backup-file-name'.

	* net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
	("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
2004-05-07 21:20:10 +00:00
..
.gitignore
ange-ftp.el (ange-ftp-file-attributes): 2004-01-05 13:58:18 +00:00
browse-url.el (browse-url-netscape-sentinel) 2004-04-27 14:03:10 +00:00
eudc-bob.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudc-export.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudc-hotlist.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudc-vars.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudc.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudcb-bbdb.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudcb-ldap.el Add arch taglines 2003-09-01 15:45:59 +00:00
eudcb-ph.el Add arch taglines 2003-09-01 15:45:59 +00:00
goto-addr.el Add arch taglines 2003-09-01 15:45:59 +00:00
ldap.el (ldap-search): Use list*. 2004-04-12 04:12:02 +00:00
net-utils.el Add arch taglines 2003-09-01 15:45:59 +00:00
netrc.el Add arch taglines 2003-09-01 15:45:59 +00:00
quickurl.el Add arch taglines 2003-09-01 15:45:59 +00:00
rcompile.el Add arch taglines 2003-09-01 15:45:59 +00:00
rlogin.el Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 2004-04-10 05:55:49 +00:00
snmp-mode.el Add arch taglines 2003-09-01 15:45:59 +00:00
telnet.el (telnet): Add optional port arg. 2004-04-21 21:42:06 +00:00
tls.el Add arch taglines 2003-09-01 15:45:59 +00:00
tramp-ftp.el Tramp: sync with upstream version 2.0.39. 2004-02-29 17:52:17 +00:00
tramp-smb.el 2004-05-07 Kai Grossjohann <kai@emptydomain.de> 2004-05-07 21:20:10 +00:00
tramp-util.el Add arch taglines 2003-09-01 15:45:59 +00:00
tramp-uu.el Add arch taglines 2003-09-01 15:45:59 +00:00
tramp-vc.el 2004-05-07 Kai Grossjohann <kai@emptydomain.de> 2004-05-07 21:20:10 +00:00
tramp.el 2004-05-07 Kai Grossjohann <kai@emptydomain.de> 2004-05-07 21:20:10 +00:00
trampver.el Tramp: sync with upstream version 2.0.39. 2004-02-29 17:52:17 +00:00
webjump.el (webjump-builtin): Add missing format string 2004-02-08 22:32:51 +00:00
zone-mode.el (zone-mode): Use write-file-functions, not write-file-hooks. 2003-12-29 12:57:07 +00:00