diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1aef0c0f90..d25bf4b7597 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name. | ||
| 4 | |||
| 1 | 2014-04-21 Michael Albinus <michael.albinus@gmx.de> | 5 | 2014-04-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): Set | 7 | * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): |
| 4 | "IFS=" when using read builtin, in order to preserve spaces in | 8 | Set "IFS=" when using read builtin, in order to preserve spaces in |
| 5 | the file name. Add test messages for hunting a bug on hydra. | 9 | 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. | 10 | (tramp-get-ls-command): Undo using "-b" argument. It doesn't help. |
| 7 | 11 | ||