summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2000-11-16 16:44:11 +0000
committerAndré Spiegel <spiegel@gnu.org>2000-11-16 16:44:11 +0000
commitedd7dddd7699061028ebd1651254c390e5f4b288 (patch)
tree4c7b5c87fe0db985939d9d3c41472580b56f262a
parentfc7f534e850dc5c30b0eae8d687a984c0d5641bb (diff)
downloademacs-edd7dddd7699061028ebd1651254c390e5f4b288.tar.gz
#
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8c3f33cde0..618bedd8f60 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.