# HG changeset patch # User Stefan Monnier # Date 1052750661 0 # Node ID be3cd3d3eec9a2adb42a29e3af774f894f6c858c # Parent 1731748fbe8c4e3bf3153fbb1e9a48942c06b97e *** empty log message *** diff -r 1731748fbe8c -r be3cd3d3eec9 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 11 23:55:07 2003 +0000 +++ b/lisp/ChangeLog Mon May 12 14:44:21 2003 +0000 @@ -3,6 +3,15 @@ * info-look.el (info-lookup-make-completions): Allow colons in index entries by looking for ": " to terminate, as per latest info.el. +2003-05-11 Stefan Monnier + + * vc-mcvs.el (vc-mcvs-command): Filter output of `status'. + (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff): + Change dir so that the filtered output of `mcvs makes sense. + (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd. + (vc-mcvs-diff-tree): Don't bother with the local-diff code. + (vc-mcvs-create-snapshot): Use `branch' and `switch'. + 2003-05-10 Stefan Monnier * newcomment.el (comment-indent): Try to align to adjacent comments.