comparison lisp/ChangeLog @ 32060:14f0b79b6073

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 01 Oct 2000 20:58:17 +0000
parents d6994dfdbef4
children 3c0a00f2233a
comparison
equal deleted inserted replaced
32059:13e0fdf65e3c 32060:14f0b79b6073
1 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * vc.el (vc-editable-p): Minor optimization.
4 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5 (vc-find-new-backend): New function split from vc-responsible-backend.
6 (vc-register): Use it.
7 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10 (vc-clear-headers): Don't use find-file.
11 (vc-revert-buffer): Use `and' again (must have been a braino).
12 (vc-switch-backend): Only prompt if requested.
13 Short circuit if nothing is to be done.
14 Don't use vc-resynch-buffer which could lose unsaved editing.
15 (vc-default-receive-file): Update call to vc-unregister.
16 (with-vc-file, vc-next-action-on-file):
17 Use vc-backend rather than vc-registered.
18 (vc-next-action-on-file): Use intern-soft.
19 Deal with read-only *vc-diff* buffer.
20 (vc-transfer-file): Docstring fix.
21
22 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
23 (vc-rcs-receive-file): Avoid with-vc-properties.
24 Update call to vc-unregister.
25 Use constant `RCS' rather than (dynamically bound) var `backend'.
26
1 2000-10-01 Andre Spiegel <spiegel@gnu.org> 27 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2 28
3 * vc.el (vc-next-action-on-file): Update mode line only if file 29 * vc.el (vc-next-action-on-file): Update mode line only if file
4 is visited. 30 is visited.
5 (vc-start-entry): New argument initial-contents. Don't visit the file 31 (vc-start-entry): New argument initial-contents. Don't visit the file