aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2009-07-16 10:24:07 +0000
committerMichael Albinus2009-07-16 10:24:07 +0000
commitbede3e9f87bd10b0fb0f3f516353667c63082dd4 (patch)
tree66d2dc482067589e735012815cf06d3a827e201b /lisp/ChangeLog
parent7653ca1dfb92b95764536957c7341e79c4efa898 (diff)
downloademacs-bede3e9f87bd10b0fb0f3f516353667c63082dd4.tar.gz
emacs-bede3e9f87bd10b0fb0f3f516353667c63082dd4.zip
* net/tramp.el (tramp-wait-for-output): Handle the case when
commands do not return a newline but a null byte before the shell prompt. (Bug#3858)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 785daed8197..a3591f99e49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-07-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-wait-for-output): Handle the case when
4 commands do not return a newline but a null byte before the shell
5 prompt. (Bug#3858)
6
12009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * term/ns-win.el (ns-set-alpha): Don't declare. 9 * term/ns-win.el (ns-set-alpha): Don't declare.