Mercurial > emacs
diff lisp/ChangeLog @ 108066:47a124b50bbf
Synchronize with Tramp repository.
* net/tramp.el (with-connection-property, tramp-completion-mode-p)
(tramp-action-process-alive, tramp-action-out-of-band)
(tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
(tramp-exists-file-name-handler): Fix docstring.
(with-progress-reporter): New defmacro.
(tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
(tramp-maybe-open-connection): Use it.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 22 Apr 2010 14:07:37 +0200 |
parents | 186cf99d4122 |
children | f2fc13674669 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 22 13:21:39 2010 +0200 +++ b/lisp/ChangeLog Thu Apr 22 14:07:37 2010 +0200 @@ -1,3 +1,15 @@ +2010-04-22 Michael Albinus <michael.albinus@gmx.de> + + Synchronize with Tramp repository. + + * net/tramp.el (with-connection-property, tramp-completion-mode-p) + (tramp-action-process-alive, tramp-action-out-of-band) + (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote) + (tramp-exists-file-name-handler): Fix docstring. + (with-progress-reporter): New defmacro. + (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file) + (tramp-maybe-open-connection): Use it. + 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change) Detect ssh 'ControlMaster' argument automatically in some cases.