diff options
| author | Michael Albinus | 2010-11-13 11:08:21 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-11-13 11:08:21 +0100 |
| commit | cdf015b1880d94bc414188ec5980171adc48bed2 (patch) | |
| tree | a44d61a75b896dddf0f8a565a2882c05890b9998 /lisp/ChangeLog | |
| parent | f0a698ab85a0eec6e720e7a5f12ac5cfdfd8857d (diff) | |
| download | emacs-cdf015b1880d94bc414188ec5980171adc48bed2.tar.gz emacs-cdf015b1880d94bc414188ec5980171adc48bed2.zip | |
* net/tramp.el (tramp-remote-coding-commands): Add an alternative
using "base64 -d -i". This is needed for older base64 versions
from GNU coreutils. Reported by Klaus Reichl
<Klaus.Reichl@thalesgroup.com>.
This must not be merged with the trunk.
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 a86be128499..cb4dfb4651d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-11-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-remote-coding-commands): Add an alternative | ||
| 4 | using "base64 -d -i". This is needed for older base64 versions | ||
| 5 | from GNU coreutils. Reported by Klaus Reichl | ||
| 6 | <Klaus.Reichl@thalesgroup.com>. | ||
| 7 | |||
| 1 | 2010-11-13 Glenn Morris <rgm@gnu.org> | 8 | 2010-11-13 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * novice.el (disabled-command-function): | 10 | * novice.el (disabled-command-function): |