X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5b317d749888daba0a4be5516f536fb9396438f2..b0c9a334c2f0eb881eff47f590997e746cc3bdb3:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b5186e6cd..d469183096 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2005-08-27 Eli Zaretskii + + * eshell/esh-ext.el (eshell-windows-shell-file): Look for + command.com, not command.exe. + +2005-08-26 John Wiegley + + * 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 * outline.el (outline-invent-heading): New fun.