diff lisp/ChangeLog @ 100055:40edc7692997

(eshell-needs-pipe): New variable. (eshell-needs-pipe-p): New function. (eshell-gather-process-output): Set process-connection-type according to eshell-needs-pipe-p. (Bug#1388)
author Glenn Morris <rgm@gnu.org>
date Sun, 30 Nov 2008 01:28:01 +0000
parents 01f0a0822eb9
children fc3d57499127
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 30 01:01:18 2008 +0000
+++ b/lisp/ChangeLog	Sun Nov 30 01:28:01 2008 +0000
@@ -1,3 +1,10 @@
+2008-11-30  Glenn Morris  <rgm@gnu.org>
+
+	* eshell/esh-proc.el (eshell-needs-pipe): New variable.
+	(eshell-needs-pipe-p): New function.
+	(eshell-gather-process-output): Set process-connection-type according to
+	eshell-needs-pipe-p.  (Bug#1388)
+
 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
 
 	* calendar/diary-lib.el (diary-cyclic): Doc fix.