summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2000-11-16 18:18:46 +0000
committerAndré Spiegel <spiegel@gnu.org>2000-11-16 18:18:46 +0000
commitfd06397593955e7fcb1bcd7bc181e789d4a41cdf (patch)
treec8756a4c326807d670e57f2430200723dc07491d
parentaae91380e974c29f0e66581c022982f3ae2b5f41 (diff)
downloademacs-fd06397593955e7fcb1bcd7bc181e789d4a41cdf.tar.gz
#
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4dbbe4d736a..1e15ba63b17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,12 +9,16 @@
2000-11-16 Andre Spiegel <spiegel@gnu.org>
+ * 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.