From 9dd94743a43b0f0a53881d15d36452aa1e41d2b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Thu, 16 Nov 2000 16:44:11 +0000 Subject: [PATCH] # --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80ea5d47434..b62bad62b3f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,11 +2,15 @@ * 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, make a backup of the original contents and revert to that in case of error. + (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for + remote repositories. * vc.el (vc-annotate): Changed handling of prefix arg; now asks for both version and ratio in the minibuffer. -- 2.39.5