diff options
| author | Eric S. Raymond | 2007-12-27 14:41:44 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-27 14:41:44 +0000 |
| commit | 35d33ce76962929591c2b2e9f2b8c1104cee311e (patch) | |
| tree | 07f0cf1b7d338c43747d6c7f68439ef065402fa9 /lisp/ChangeLog | |
| parent | 1be05f120f5e57732f5f2860d758736f318e516a (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8 | 2007-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 | ||
| 7 | 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com> | 14 | 2007-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 |