]> git.eshelyaron.com Git - emacs.git/commitdiff
#
authorAndré Spiegel <spiegel@gnu.org>
Thu, 16 Nov 2000 15:32:56 +0000 (15:32 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 16 Nov 2000 15:32:56 +0000 (15:32 +0000)
lisp/ChangeLog

index f3f1a24e0739b966e6f6d8e4e16162c8572cf1f6..80ea5d47434228c210b8c7084ca5d46739a1b8ce 100644 (file)
@@ -1,10 +1,17 @@
 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
 
+        * 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  <handa@etl.go.jp>