diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
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 | ||
| 10 | 2000-11-16 Andre Spiegel <spiegel@gnu.org> | 10 | 2000-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 | ||