]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Tue, 1 Nov 2005 07:02:12 +0000 (07:02 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 1 Nov 2005 07:02:12 +0000 (07:02 +0000)
lisp/ChangeLog

index 74cd96be2ddd8225be78a8663124ec28f6c7c6b3..6745905d5de7e6dba0e9b73d3bd9843819245ac3 100644 (file)
@@ -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.