aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cc00d924dc..919b91e077e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,15 @@
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 5
62003-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'.
14
62003-05-10 Stefan Monnier <monnier@cs.yale.edu> 152003-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.