diff options
| author | Michael Albinus | 2014-03-10 14:36:39 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-03-10 14:36:39 +0100 |
| commit | 183d706e358cd10fbb423cbeef6fa8283979fa30 (patch) | |
| tree | a79fa2ef0270b69c703a5e698b6d94505f3a9f16 /lisp/ChangeLog | |
| parent | d988d8a475f3aaa5cfc3a7fdfd64e8dbc2e60d71 (diff) | |
| download | emacs-183d706e358cd10fbb423cbeef6fa8283979fa30.tar.gz emacs-183d706e358cd10fbb423cbeef6fa8283979fa30.zip | |
* net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
Do not add `nil' to the environment, when there's no remote `locale'.
(tramp-find-inline-encoding): Check, that the remote host has
installed perl, before sending scripts.
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 0f675a642ff..04b85f0ecd2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-03-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | ||
| 4 | Do not add `nil' to the environment, when there's no remote `locale'. | ||
| 5 | (tramp-find-inline-encoding): Check, that the remote host has | ||
| 6 | installed perl, before sending scripts. | ||
| 7 | |||
| 1 | 2014-03-10 Leo Liu <sdl.web@gmail.com> | 8 | 2014-03-10 Leo Liu <sdl.web@gmail.com> |
| 2 | 9 | ||
| 3 | * emacs-lisp/eldoc.el (eldoc-minibuffer-message): Clear | 10 | * emacs-lisp/eldoc.el (eldoc-minibuffer-message): Clear |