diff options
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 |