# HG changeset patch # User John Wiegley # Date 1130828532 0 # Node ID 809641367405150b62dace95c2579488b3220956 # Parent c948bf4e448e93d77578d0ccfa9c36b8e6a0035a *** empty log message *** diff -r c948bf4e448e -r 809641367405 lisp/ChangeLog --- 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 + + * 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 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.