comparison lisp/ChangeLog @ 33563:16f5454d8a36

#
author André Spiegel <spiegel@gnu.org>
date Thu, 16 Nov 2000 18:18:46 +0000
parents 044ca47ee3d1
children 9c20cc234d0d
comparison
equal deleted inserted replaced
33562:7c20a27966ae 33563:16f5454d8a36
6 6
7 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke 7 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8 sort(1) with the `-f' argument. 8 sort(1) with the `-f' argument.
9 9
10 2000-11-16 Andre Spiegel <spiegel@gnu.org> 10 2000-11-16 Andre Spiegel <spiegel@gnu.org>
11
12 * vc.el: Updated backend documentation.
13 (vc-default-check-headers): New function.
11 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,
21 make a backup of the original contents and revert to that in case 25 make a backup of the original contents and revert to that in case
22 of error. 26 of error.
23 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for 27 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
24 remote repositories. 28 remote repositories.
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
31 2000-11-16 Kenichi Handa <handa@etl.go.jp> 36 2000-11-16 Kenichi Handa <handa@etl.go.jp>
32 37