comparison lisp/ChangeLog @ 32098:a9ddd9042aff

#
author André Spiegel <spiegel@gnu.org>
date Tue, 03 Oct 2000 12:34:56 +0000
parents 728e4747aae1
children 98f4d3514188
comparison
equal deleted inserted replaced
32097:adf341c172af 32098:a9ddd9042aff
1 2000-10-03 Andre Spiegel <spiegel@gnu.org> 1 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4 factorize backend-specific code cleanly (this was essentially
5 conceived by Stefan Monnier).
6 (vc-unregister): Function removed.
7 (vc-revert-file): New function.
8 (vc-revert-buffer): Delegate some of the work to it.
2 9
3 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember 10 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4 default branch unconditionally. 11 default branch unconditionally.
5 (vc-rcs-set-default-branch): New function. 12 (vc-rcs-set-default-branch): New function.
6 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it. 13 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7 (vc-rcs-checkin): If an appropriate default branch has been set, 14 (vc-rcs-checkin): If an appropriate default branch has been set,
8 force creation of that branch. 15 force creation of that branch.
9 16 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10 * vc.el (vc-revert-file): New function. 17 code (as suggested by Stefan Monnier).
11 (vc-revert-buffer): Delegate some of the work to it.
12 18
13 2000-10-02 Gerd Moellmann <gerd@gnu.org> 19 2000-10-02 Gerd Moellmann <gerd@gnu.org>
14 20
15 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy 21 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16 highlighting overlay with a different face over the overlay 22 highlighting overlay with a different face over the overlay