diff options
| author | Eric S. Raymond | 2007-12-28 13:29:41 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-28 13:29:41 +0000 |
| commit | 9c4b89d5a4a3507a27b9861af28efdf6cf2fd39a (patch) | |
| tree | ce2d8ed50c7541dd7a7e5cff370285d3e30c7670 /lisp/ChangeLog | |
| parent | 14f2605422012a620ae97320d1efff338dec8d4e (diff) | |
| download | emacs-9c4b89d5a4a3507a27b9861af28efdf6cf2fd39a.tar.gz emacs-9c4b89d5a4a3507a27b9861af28efdf6cf2fd39a.zip | |
* 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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2e69e254a1..83cb23b33b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com> | 1 | 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 2 | ||
| 3 | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el | ||
| 4 | to vc-hooks.el so it will be available to other modes, such as | ||
| 5 | speedbar.el. Also, teach it to recognize monotine state directories. | ||
| 6 | |||
| 7 | * speedbar.el: Remove this mode's fragile assumptions about | ||
| 8 | version-control systems. Instead, make it use logic from | ||
| 9 | vc-hooks.el so it will become smarter whenever VC mode does. | ||
| 10 | |||
| 11 | * vc-hooks.el: 'added is a real state, not a future hypothetical | ||
| 12 | one. Fix the documentation. | ||
| 13 | |||
| 3 | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: | 14 | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: |
| 4 | Modify all instances of the dir-state back-end method to suppress | 15 | Modify all instances of the dir-state back-end method to suppress |
| 5 | keeping undo lists on the buffers holding astatus output, which | 16 | keeping undo lists on the buffers holding astatus output, which |