aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2000-11-16 18:18:46 +0000
committerAndré Spiegel2000-11-16 18:18:46 +0000
commitfd06397593955e7fcb1bcd7bc181e789d4a41cdf (patch)
treec8756a4c326807d670e57f2430200723dc07491d
parentaae91380e974c29f0e66581c022982f3ae2b5f41 (diff)
downloademacs-fd06397593955e7fcb1bcd7bc181e789d4a41cdf.tar.gz
emacs-fd06397593955e7fcb1bcd7bc181e789d4a41cdf.zip
#
-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 @@
9 9
102000-11-16 Andre Spiegel <spiegel@gnu.org> 102000-11-16 Andre Spiegel <spiegel@gnu.org>
11 11
12 * vc.el: Updated backend documentation.
13 (vc-default-check-headers): New function.
14
12 * vc-{cvs,rcs,sccs}.el: Functions reordered. 15 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13 16
14 * vc.el (vc-revert-buffer): Ask for confirmation if file seems 17 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
15 up-to-date. 18 up-to-date.
16 (vc-do-command): In the asynchronous case, output messages only if 19 (vc-do-command): In the asynchronous case, output messages only if
17 the minibuffer is not active. 20 the minibuffer is not active.
21
18 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if 22 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
19 `vc-cvs-use-edit' is on. 23 `vc-cvs-use-edit' is on.
20 (vc-cvs-checkout): When this is used for reverting the workfile, 24 (vc-cvs-checkout): When this is used for reverting the workfile,
@@ -25,6 +29,7 @@
25 29
26 * vc.el (vc-annotate): Changed handling of prefix arg; now asks 30 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
27 for both version and ratio in the minibuffer. 31 for both version and ratio in the minibuffer.
32
28 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION. 33 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
29 Use vc-do-command to perform the annotation, not call-process. 34 Use vc-do-command to perform the annotation, not call-process.
30 35