Mercurial > emacs
comparison lisp/ChangeLog @ 82808:6e5814967ffb
* net/tramp.el (tramp-local-host-p): New defun.
(tramp-handle-file-local-copy, tramp-handle-write-region):
Implement fast track when being on the local host.
(tramp-file-name-handler): Don't set "started" property. It shall
be reserved for the "ftp" method.
(tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
* net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
(tramp-ftp-file-name-handler): Set "started" property.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 24 Aug 2007 05:27:22 +0000 |
parents | 9f65c637f6d3 |
children | eafaf692b318 |
comparison
equal
deleted
inserted
replaced
82807:1fbf8f4df1a7 | 82808:6e5814967ffb |
---|---|
1 2007-08-24 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-local-host-p): New defun. | |
4 (tramp-handle-file-local-copy, tramp-handle-write-region): | |
5 Implement fast track when being on the local host. | |
6 (tramp-file-name-handler): Don't set "started" property. It shall | |
7 be reserved for the "ftp" method. | |
8 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'. | |
9 | |
10 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'. | |
11 (tramp-ftp-file-name-handler): Set "started" property. | |
12 | |
1 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change) | 13 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change) |
2 | 14 |
3 * files.el (backup-buffer-copy): Don't wrap delete in | 15 * files.el (backup-buffer-copy): Don't wrap delete in |
4 condition-case, only try to delete if file exists. | 16 condition-case, only try to delete if file exists. |
5 | 17 |
1628 | 1640 |
1629 2007-07-22 Michael Albinus <michael.albinus@gmx.de> | 1641 2007-07-22 Michael Albinus <michael.albinus@gmx.de> |
1630 | 1642 |
1631 Sync with Tramp 2.1.10. | 1643 Sync with Tramp 2.1.10. |
1632 | 1644 |
1633 * net/tramp.el (tramp-get-ls-command): Fyx typo. | 1645 * net/tramp.el (tramp-get-ls-command): Fix typo. |
1634 | 1646 |
1635 * net/trampver.el: Update release number. | 1647 * net/trampver.el: Update release number. |
1636 | 1648 |
1637 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1649 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
1638 | 1650 |