aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-11-13 11:08:21 +0100
committerMichael Albinus2010-11-13 11:08:21 +0100
commitcdf015b1880d94bc414188ec5980171adc48bed2 (patch)
treea44d61a75b896dddf0f8a565a2882c05890b9998 /lisp/ChangeLog
parentf0a698ab85a0eec6e720e7a5f12ac5cfdfd8857d (diff)
downloademacs-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/ChangeLog7
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 @@
12010-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
12010-11-13 Glenn Morris <rgm@gnu.org> 82010-11-13 Glenn Morris <rgm@gnu.org>
2 9
3 * novice.el (disabled-command-function): 10 * novice.el (disabled-command-function):