aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2007-12-27 16:17:17 +0000
committerEric S. Raymond2007-12-27 16:17:17 +0000
commit9580f1fd718feaeeccd7662a4cd379215d0b4415 (patch)
tree69c45739304cf819b6d3f5dfb321f7b48439ee37 /lisp/ChangeLog
parentba0f59050f279d1be287db261179827990281248 (diff)
downloademacs-9580f1fd718feaeeccd7662a4cd379215d0b4415.tar.gz
emacs-9580f1fd718feaeeccd7662a4cd379215d0b4415.zip
* 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
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1a67725f6b..8c39318b324 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,7 +5,10 @@
5 ignorted in VC-Dired listings, heading off lots of expensive calls 5 ignorted in VC-Dired listings, heading off lots of expensive calls
6 to (vc-state). 6 to (vc-state).
7 7
8 * vc.el (vc-dired-hook): Refactoring step. 8 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
9 non-terse mode.
10 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11 Makefile.in or Makefile.am
9 12
102007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 132007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11 14