From c65e95028e13006cc27c7c3ca8d7ab5f2e236ffc Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 12 May 2003 14:44:21 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cc00d924dc..919b91e077e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. -- 2.11.4.GIT