Mercurial > emacs
changeset 66587:809641367405
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 01 Nov 2005 07:02:12 +0000 |
parents | c948bf4e448e |
children | 1c3c4d25eede |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 01 06:09:32 2005 +0000 +++ b/lisp/ChangeLog Tue Nov 01 07:02:12 2005 +0000 @@ -1,3 +1,18 @@ +2005-11-01 John Wiegley <johnw@newartisans.com> + + * eshell/em-ls.el (eshell-do-ls): Added no-op support for --dired + flag, to prevent Eshell from using the system ls when + `eshell-ls-insert-directory' is in used. + (eshell-ls-insert-directory): Disable font-lock in directory + buffer so that Eshell's own fontification is seen. This broke + recently due to changes in font-lock, so this goes back to version + 21 behavior. + + * eshell/em-glob.el (eshell-extended-glob): Expand the "." path + before passing it down to `eshell-glob-entries'. This is done + because special file-handlers will on trigger on ".", even if + `default-directory' is special. + 2005-11-01 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.