From: André Spiegel Date: Tue, 3 Oct 2000 12:34:56 +0000 (+0000) Subject: # X-Git-Tag: emacs-pretest-21.0.90~1198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=858f7cb406549a035117a3fac325546c3ffbc262;p=emacs.git # --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ae27246bad..b5fced2ad62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,20 @@ 2000-10-03 Andre Spiegel + * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to + factorize backend-specific code cleanly (this was essentially + conceived by Stefan Monnier). + (vc-unregister): Function removed. + (vc-revert-file): New function. + (vc-revert-buffer): Delegate some of the work to it. + * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember default branch unconditionally. (vc-rcs-set-default-branch): New function. (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it. (vc-rcs-checkin): If an appropriate default branch has been set, force creation of that branch. - - * vc.el (vc-revert-file): New function. - (vc-revert-buffer): Delegate some of the work to it. + (vc-rcs-receive-file): Rewritten to contain only backend-specific + code (as suggested by Stefan Monnier). 2000-10-02 Gerd Moellmann