comparison lisp/ChangeLog @ 104621:f4a041a8c69d

* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el. (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el. (vc-default-previous-revision): Rename to vc-rcs-previous-revision and move to vc-rcs.el. (vc-default-next-revision): Rename to vc-rcs-next-revision and move to vc-rcs.el. (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend. (vc-rcs-update-changelog): Remove. (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog and move to vc-rcs.el. * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin) (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p renaming. (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision) (vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from vc.el, renamed to be RCS specific. * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions. (vc-cvs-update-changelog): Moved here from vc.el. * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision): New functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 26 Aug 2009 17:54:05 +0000
parents dbe0b4c419f5
children eee8a7124ad0
comparison
equal deleted inserted replaced
104620:dbe0b4c419f5 104621:f4a041a8c69d
1 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
4 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6 and move to vc-rcs.el.
7 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8 move to vc-rcs.el.
9 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10 (vc-rcs-update-changelog): Remove.
11 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12 and move to vc-rcs.el.
13
14 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16 renaming.
17 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18 (vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
19 vc.el, renamed to be RCS specific.
20
21 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
22 (vc-cvs-update-changelog): Moved here from vc.el.
23
24 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
25 New functions.
26
1 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca> 27 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 28
3 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change. 29 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
4 30
5 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> 31 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>