Mercurial > emacs
diff lisp/ChangeLog @ 87436:a5a588610e41
* vc.el (vc-dired-hook): Show unregistered file status as "?" in
non-terse mode.
(vc-dired-ignorable-p): Ignore Makefile when it has a peer named
Makefile.in or Makefile.am
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 27 Dec 2007 16:17:17 +0000 |
parents | 13951469ac3a |
children | 41b9b682db62 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 27 15:26:02 2007 +0000 +++ b/lisp/ChangeLog Thu Dec 27 16:17:17 2007 +0000 @@ -5,7 +5,10 @@ ignorted in VC-Dired listings, heading off lots of expensive calls to (vc-state). - * vc.el (vc-dired-hook): Refactoring step. + * vc.el (vc-dired-hook): Show unregistered file status as "?" in + non-terse mode. + (vc-dired-ignorable-p): Ignore Makefile when it has a peer named + Makefile.in or Makefile.am 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>