aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2008-05-02 17:53:14 +0000
committerEric S. Raymond <[email protected]>2008-05-02 17:53:14 +0000
commit5af733c09a3b3bce3ad4ced365fb06102c813a70 (patch)
tree365f1aa70704220e74ca98b3b10bd890ac96fa72 /lisp
parent70e2f6c752f2d83bd013406a96b809572203e8fa (diff)
Should have gone in with previous commit.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1177b89449..4215ebb37e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-02 Eric S. Raymond <[email protected]>
+
+ * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
+ vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+ vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend
+ has one of these and that all are called in compatible ways.
+ * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
+ vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+ vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every
+ backend has one of these.
+
2008-05-02 Stefan Monnier <[email protected]>
* files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather