1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/lisp/net
Michael Albinus eba082a2e4 * net/tramp-compat.el (tramp-compat-delete-file): Use
`symbol-value' for backward compatibility.

* net/tramp.el (tramp-handle-make-symbolic-link)
(tramp-handle-load)
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-process-file, tramp-handle-call-process-region)
(tramp-handle-shell-command, tramp-handle-file-local-copy)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
(tramp-delete-temp-file-function): Use `delete-file' instead
of `tramp-compat-delete-file'.

* net/tramp-fish.el (tramp-fish-handle-delete-directory)
(tramp-fish-handle-make-symbolic-link)
(tramp-fish-handle-process-file): Use `delete-file' instead
of `tramp-compat-delete-file'.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
`delete-file' instead of `tramp-compat-delete-file'.

* net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
(tramp-gvfs-handle-write-region): Use `delete-file' instead of
`tramp-compat-delete-file'.

* net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
`delete-file' instead of `tramp-compat-delete-file'.

* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
(tramp-smb-handle-write-region): Use `delete-file' instead of
`tramp-compat-delete-file'.
(tramp-smb-handle-delete-directory): Use 'trash as arg.
2010-05-28 15:28:36 +02:00
..
.gitignore
ange-ftp.el Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. 2010-05-27 19:30:11 -04:00
browse-url.el * net/browse-url.el (browse-url-firefox-program): Use iceweasel if 2010-04-29 10:04:33 -04:00
dbus.el * net/dbus.el (dbus-introspect, dbus-get-property) 2010-02-28 11:27:39 +01:00
dig.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
dns.el Synch with Gnus trunk. 2010-05-07 06:58:17 +00:00
eudc-bob.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudc-export.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudc-hotlist.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudc-vars.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudc.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudcb-bbdb.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudcb-ldap.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudcb-mab.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eudcb-ph.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
goto-addr.el Fix last change to use existing comm Custom group instead of `net'. 2010-03-12 14:13:38 -05:00
hmac-def.el Fix keywords. 2010-03-14 23:15:02 +02:00
hmac-md5.el Fix keywords. 2010-03-14 23:15:02 +02:00
imap-hash.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
imap.el Replace Lisp calls to delete-backward-char by delete-char. 2010-05-24 22:11:08 -04:00
ldap.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
mairix.el * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil 2010-01-15 11:55:43 -05:00
net-utils.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
netrc.el Fix keywords. 2010-03-14 23:15:02 +02:00
newst-backend.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
newst-plainview.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
newst-reader.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
newst-ticker.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
newst-treeview.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
newsticker.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ntlm.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
quickurl.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcirc.el * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version. 2010-05-24 20:38:41 -07:00
rcompile.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rlogin.el Minor cleanups. 2010-05-05 00:27:16 -04:00
sasl-cram.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sasl-digest.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sasl-ntlm.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sasl.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
secrets.el * net/secrets.el: Autoload the widget functions. 2010-05-19 14:47:37 +02:00
snmp-mode.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
socks.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
telnet.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tls.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tramp-cache.el * net/tramp.el (tramp-process-actions, tramp-read-passwd): 2010-02-15 16:04:53 +01:00
tramp-cmds.el * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if 2010-05-09 21:57:55 +02:00
tramp-compat.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-fish.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-ftp.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-gvfs.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-gw.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tramp-imap.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-smb.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
tramp-uu.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tramp.el * net/tramp-compat.el (tramp-compat-delete-file): Use 2010-05-28 15:28:36 +02:00
trampver.el Synchronize with Tramp repository. 2010-04-10 14:50:31 +02:00
webjump.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xesam.el Fix last change to use existing comm Custom group instead of `net'. 2010-03-12 14:13:38 -05:00
zeroconf.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00