comparison lisp/ChangeLog @ 94809:76b523d99056

Teach the RCS back end to do directories.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 17:51:39 +0000
parents d58ec1c0d828
children 3e09ff6082e0
comparison
equal deleted inserted replaced
94808:8b60ad9b42c3 94809:76b523d99056
8 stub implementations of, and references to, wash-log. 8 stub implementations of, and references to, wash-log.
9 * vc-rcs.el (vc-rcs-comment-history), 9 * vc-rcs.el (vc-rcs-comment-history),
10 vc-cvs.el (vc-cvs-comment-history): 10 vc-cvs.el (vc-cvs-comment-history):
11 Inline the code that used to be wash-log. 11 Inline the code that used to be wash-log.
12 12
13 * vc-scs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback) 13 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
14 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment) 14 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment,
15 (vc-sccs-print-log, vc-sccs-diff): Grok directories. 15 vc-sccs-print-log, vc-sccs-diff): Grok directories.
16 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout,
17 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
18 (vc-rcs-print-log): Grok directories.
16 19
17 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca> 20 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
18 21
19 * vc.el (vc-mark-resolved): Add `backend' argument. 22 * vc.el (vc-mark-resolved): Add `backend' argument.
20 (vc-next-action): Pass it the backend. 23 (vc-next-action): Pass it the backend.