changeset 97485:673065de92b7

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 15 Aug 2008 06:55:43 +0000
parents ed4b73533ff6
children 2c195017488c
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 15 06:55:37 2008 +0000
+++ b/lisp/ChangeLog	Fri Aug 15 06:55:43 2008 +0000
@@ -1,3 +1,10 @@
+2008-08-15  Glenn Morris  <rgm@gnu.org>
+
+	* eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
+	a pipeline.
+	* eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
+	unless at the end of the pipeline.  (Bug#699).
+
 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
 
 	* minibuffer.el (completion-boundaries): Doc fix.