diff options
| author | Eric S. Raymond | 2008-05-02 17:53:14 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-02 17:53:14 +0000 |
| commit | 5af733c09a3b3bce3ad4ced365fb06102c813a70 (patch) | |
| tree | 365f1aa70704220e74ca98b3b10bd890ac96fa72 | |
| parent | 70e2f6c752f2d83bd013406a96b809572203e8fa (diff) | |
| download | emacs-5af733c09a3b3bce3ad4ced365fb06102c813a70.tar.gz emacs-5af733c09a3b3bce3ad4ced365fb06102c813a70.zip | |
Should have gone in with previous commit.
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1177b89449a..4215ebb37e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> | ||
| 2 | |||
| 3 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | ||
| 4 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | ||
| 5 | vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend | ||
| 6 | has one of these and that all are called in compatible ways. | ||
| 7 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | ||
| 8 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | ||
| 9 | vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every | ||
| 10 | backend has one of these. | ||
| 11 | |||
| 1 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather | 14 | * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather |