diff options
| author | Michael Albinus | 2014-04-21 23:04:25 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-04-21 23:04:25 +0200 |
| commit | 505fa2ab43f38f623fb8f1653371a3a35d5d4b7f (patch) | |
| tree | c0d6799234d25bf07123e18f2b33ad78fe360e78 /lisp/ChangeLog | |
| parent | f0ffb9b76754ef7dcc4842e969aa16d451f117e9 (diff) | |
| download | emacs-505fa2ab43f38f623fb8f1653371a3a35d5d4b7f.tar.gz emacs-505fa2ab43f38f623fb8f1653371a3a35d5d4b7f.zip | |
* net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): Set
"IFS=" when using read builtin, in order to preserve spaces in
the file name. Add test messages for hunting a bug on hydra.
(tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9d9521e412..c1aef0c0f90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-21 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): Set | ||
| 4 | "IFS=" when using read builtin, in order to preserve spaces in | ||
| 5 | the file name. Add test messages for hunting a bug on hydra. | ||
| 6 | (tramp-get-ls-command): Undo using "-b" argument. It doesn't help. | ||
| 7 | |||
| 1 | 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * progmodes/prog-mode.el (prettify-symbols--compose-symbol): | 10 | * progmodes/prog-mode.el (prettify-symbols--compose-symbol): |