# HG changeset patch # User Eric S. Raymond # Date 1209750794 0 # Node ID e4c0c68d78b49b16d616a564552e120a6f05b1c9 # Parent a0bb8ca25a334f3013d16fdcd50eb4a40c21f3d8 Should have gone in with previous commit. diff -r a0bb8ca25a33 -r e4c0c68d78b4 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 02 17:47:25 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 17:53:14 2008 +0000 @@ -1,3 +1,14 @@ +2008-05-02 Eric S. Raymond + + * 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 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather