]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(eshell-windows-shell-file): Look for command.com, not command.exe.
[gnu-emacs] / lisp / ChangeLog
index 7b5186e6cd3d6add97b8dd4b8a22c02261250c3e..d46918309609d2ebb17ba029ea51da646967f0fc 100644 (file)
@@ -1,3 +1,19 @@
+2005-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * eshell/esh-ext.el (eshell-windows-shell-file): Look for
+       command.com, not command.exe.
+
+2005-08-26  John Wiegley  <johnw@newartisans.com>
+
+       * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
+       code around a bit so that an extraneous nil argument is not added
+       to a command when no args are given.
+
+       * eshell/esh-arg.el (eshell-parse-double-quote): If a
+       double-quoted argument resolves to nil, return it as an empty
+       string rather than as nil.  This made it impossible to pass "" to
+       a shell script as a null string argument.
+
 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * outline.el (outline-invent-heading): New fun.