# HG changeset patch # User Andr Spiegel # Date 974388776 0 # Node ID 21920cf468133b636ebf5b69014ceccc88ff8607 # Parent 8a998774febc998e9c29803c605dd5fc02f71ca8 # diff -r 8a998774febc -r 21920cf46813 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 16 15:29:40 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 16 15:32:56 2000 +0000 @@ -1,10 +1,17 @@ 2000-11-16 Andre Spiegel + * vc.el (vc-revert-buffer): Ask for confirmation if file seems + up-to-date. + * 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, + make a backup of the original contents and revert to that in case + of error. + * 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. + * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION. + Use vc-do-command to perform the annotation, not call-process. 2000-11-16 Kenichi Handa