diff options
author | André Spiegel <spiegel@gnu.org> | 2003-01-20 22:06:38 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2003-01-20 22:06:38 +0000 |
commit | e602afc4637ba4db01804d6e625a15a3b39f59c5 (patch) | |
tree | 830c927dfa4271bc817e93736d547acb47651cb1 | |
parent | 674b3bac333647a40bbbc3314bb7d84e0641c89f (diff) | |
download | emacs-e602afc4637ba4db01804d6e625a15a3b39f59c5.tar.gz |
Add entry for my changes on 2003-01-19.
-rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83ab6f8ac02..004bcf03a69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,23 @@ * progmodes/cperl-mode.el: Don't make faces depend on window-system. +2003-01-19 Andre Spiegel <spiegel@gnu.org> + + * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in + order to get the latest version on the current branch. + Update documentation of vc-BACKEND-checkout to explain this. + + * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. + (vc-rcs-checkin): By default, specify the current workfile + branch as the check-in revision. + (vc-rcs-revert): Unlock only if the user does have the lock. + + * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV. + + * vc-sccs.el (vc-sccs-checkout): Likewise. + + * log-view.el (log-view-message-re): The rev might be locked. + 2002-12-18 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change) * progmodes/compile.el (compile-reinitialize-errors): Don't mark the |