From: Eric S. Raymond Date: Fri, 2 May 2008 17:53:14 +0000 (+0000) Subject: Should have gone in with previous commit. X-Git-Tag: emacs-pretest-23.0.90~5867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5af733c09a3b3bce3ad4ced365fb06102c813a70;p=emacs.git Should have gone in with previous commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1177b89449a..4215ebb37e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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