diff options
| author | Michael Albinus | 2014-03-17 10:28:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-03-17 10:28:47 +0100 |
| commit | 8273986b5aaa1c6b48e4b350cc2fbe2a69f80056 (patch) | |
| tree | dc851ace559717a5035f2ff524343b5454242be7 /lisp/ChangeLog | |
| parent | 218feefcc075f3da15c87f06fa418048ffe5ae3a (diff) | |
| download | emacs-8273986b5aaa1c6b48e4b350cc2fbe2a69f80056.tar.gz emacs-8273986b5aaa1c6b48e4b350cc2fbe2a69f80056.zip | |
* net/tramp.el (tramp-action-out-of-band): Read pending output.
(tramp-call-process): Trace also DESTINATION.
* net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
Quote file names when they are local. Remove superfluous trace.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3f9a9073f6..2946ac5e0ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-03-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-action-out-of-band): Read pending output. | ||
| 4 | (tramp-call-process): Trace also DESTINATION. | ||
| 5 | |||
| 6 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): | ||
| 7 | Quote file names when they are local. Remove superfluous trace. | ||
| 8 | |||
| 1 | 2014-03-17 Dmitry Gutov <dgutov@yandex.ru> | 9 | 2014-03-17 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 10 | ||
| 3 | * newcomment.el (comment-beginning): If `comment-start-skip' | 11 | * newcomment.el (comment-beginning): If `comment-start-skip' |