aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-04-21 23:04:25 +0200
committerMichael Albinus2014-04-21 23:04:25 +0200
commit505fa2ab43f38f623fb8f1653371a3a35d5d4b7f (patch)
treec0d6799234d25bf07123e18f2b33ad78fe360e78 /lisp/ChangeLog
parentf0ffb9b76754ef7dcc4842e969aa16d451f117e9 (diff)
downloademacs-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/ChangeLog7
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 @@
12014-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
12014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> 82014-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):