comparison lisp/ChangeLog @ 50953:be3cd3d3eec9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 May 2003 14:44:21 +0000
parents 75cc899eee26
children 5e8674d83c8c
comparison
equal deleted inserted replaced
50952:1731748fbe8c 50953:be3cd3d3eec9
1 2003-05-11 Kevin Ryde <user42@zip.com.au> 1 2003-05-11 Kevin Ryde <user42@zip.com.au>
2 2
3 * info-look.el (info-lookup-make-completions): Allow colons in index 3 * info-look.el (info-lookup-make-completions): Allow colons in index
4 entries by looking for ": " to terminate, as per latest info.el. 4 entries by looking for ": " to terminate, as per latest info.el.
5
6 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
7
8 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
9 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
10 Change dir so that the filtered output of `mcvs makes sense.
11 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
12 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
13 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
5 14
6 2003-05-10 Stefan Monnier <monnier@cs.yale.edu> 15 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
7 16
8 * newcomment.el (comment-indent): Try to align to adjacent comments. 17 * newcomment.el (comment-indent): Try to align to adjacent comments.
9 (comment-with-narrowing): Actually use the arguments. 18 (comment-with-narrowing): Actually use the arguments.