emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 01 Nov 2005 02:02:18 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8490 emacs/lisp/ChangeLog:1.8491
*** emacs/lisp/ChangeLog:1.8490 Mon Oct 31 21:12:12 2005
--- emacs/lisp/ChangeLog        Tue Nov  1 07:02:12 2005
***************
*** 1,3 ****
--- 1,18 ----
+ 2005-11-01  John Wiegley  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]