aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2007-12-27 14:41:44 +0000
committerEric S. Raymond2007-12-27 14:41:44 +0000
commit35d33ce76962929591c2b2e9f2b8c1104cee311e (patch)
tree07f0cf1b7d338c43747d6c7f68439ef065402fa9 /lisp/ChangeLog
parent1be05f120f5e57732f5f2860d758736f318e516a (diff)
downloademacs-35d33ce76962929591c2b2e9f2b8c1104cee311e.tar.gz
emacs-35d33ce76962929591c2b2e9f2b8c1104cee311e.zip
* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
use completion-ignored-extensions to detect files that should be ignorted in VC-Dired listings, heading off lots of expensive calls to (vc-state).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b1878cef3f5..a5f568db299 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
4 use completion-ignored-extensions to detect files that should be
5 ignorted in VC-Dired listings, heading off lots of expensive calls
6 to (vc-state).
7
12007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 82007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 9
3 * ps-print.el (ps-mark-active-p): Fun returned back. 10 * ps-print.el (ps-mark-active-p): Fun returned back.
@@ -6,8 +13,8 @@
6 13
72007-12-27 Eric S. Raymond <esr@snark.thyrsus.com> 142007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8 15
9 * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put 16 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: Put
10 machinery in place to support editing of change comments 17 new machinery in place to support editing of change comments
11 with 'e' in a log-view buffer. Not documented yet as this 18 with 'e' in a log-view buffer. Not documented yet as this
12 only works for SCCS, RCS, and maybe CVS if you have admin 19 only works for SCCS, RCS, and maybe CVS if you have admin
13 privileges. When we have backend support for Subversion and 20 privileges. When we have backend support for Subversion and