# HG changeset patch # User Andr Spiegel # Date 974398726 0 # Node ID 16f5454d8a3673b566028a922cc22be4537c5742 # Parent 7c20a27966ae0eb32ae4f12da0f2df906e304c6e # diff -r 7c20a27966ae -r 16f5454d8a36 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 16 18:17:26 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 16 18:18:46 2000 +0000 @@ -9,12 +9,16 @@ 2000-11-16 Andre Spiegel + * vc.el: Updated backend documentation. + (vc-default-check-headers): New function. + * vc-{cvs,rcs,sccs}.el: Functions reordered. * vc.el (vc-revert-buffer): Ask for confirmation if file seems up-to-date. (vc-do-command): In the asynchronous case, output messages only if the minibuffer is not active. + * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on. (vc-cvs-checkout): When this is used for reverting the workfile, @@ -25,6 +29,7 @@ * vc.el (vc-annotate): Changed handling of prefix arg; now asks for both version and ratio in the minibuffer. + * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION. Use vc-do-command to perform the annotation, not call-process.