From: John Wiegley Date: Tue, 1 Nov 2005 07:02:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=769b5f0a282ad1d185f54c1a682d342487f880d2;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74cd96be2dd..6745905d5de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.