* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 13:29:41 +0000 (13:29 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 13:29:41 +0000 (13:29 +0000)
commit9c4b89d5a4a3507a27b9861af28efdf6cf2fd39a
treece2d8ed50c7541dd7a7e5cff370285d3e30c7670
parent14f2605422012a620ae97320d1efff338dec8d4e
* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el.  Also, teach it to recognize monotine state directories.

* speedbar.el: Remove this mode's fragile assumptions about
version-control systems.  Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.

* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.
lisp/ChangeLog
lisp/speedbar.el
lisp/vc-hooks.el
lisp/vc.el