Mercurial > emacs
changeset 50953:be3cd3d3eec9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2003 14:44:21 +0000 |
parents | 1731748fbe8c |
children | e6cae6d37bc9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.