]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2003 14:44:21 +0000 (14:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2003 14:44:21 +0000 (14:44 +0000)
lisp/ChangeLog

index 4cc00d924dc9fee7f525f46df4f7f3dee1102dc6..919b91e077e67fccede32c08b2f83307664f1f4b 100644 (file)
@@ -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  <monnier@cs.yale.edu>
+
+       * 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  <monnier@cs.yale.edu>
 
        * newcomment.el (comment-indent): Try to align to adjacent comments.