1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
emacs/lisp/net
Kai Großjohann dba28077d3 * net/tramp.el: Version 2.0.15 released.
(require 'base64): Most modern Emacsen have the base64
encode/decode functions built in, so test to see if they are bound
before we go blindly requiring base64.el.  From Steve Youngs
<youngs@xemacs.org>.
(tramp-feature-write-region-fix): XEmacs doesn't have a
'find-operation-coding-system' and this variable doesn't seem to
be used anywhere so wrap it in (unless (featurep 'xemacs)).  From
Steve Youngs <youngs@xemacs.org>.
(tramp-methods): Remove duplicate definition of ssh1-old and
ssh2-old.
(tramp-open-connection-su): Use user name "root" if no user name
is given.

From Michael Albinus <Michael.Albinus@alcatel.de>:
* net/tramp.el (tramp-invoke-ange-ftp):
(tramp-ange-ftp-file-name-p): Check for Xemacs.
(tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
again after activating `ange-ftp'.
2002-09-02 12:53:12 +00:00
..
.gitignore
ange-ftp.el Use match-string and drop useless `function's. 2002-08-29 21:48:50 +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 * net/tramp.el: Version 2.0.15 released. 2002-09-02 12:53:12 +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