aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2003-05-12 14:44:21 +0000
committerStefan Monnier <[email protected]>2003-05-12 14:44:21 +0000
commitc65e95028e13006cc27c7c3ca8d7ab5f2e236ffc (patch)
treed69966a1ed24f632255ae1fafea4b4dc272294bd /lisp/ChangeLog
parent6dbeb3d8de932af4cf0329911ac7b5645f19ee83 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cc00d924d..919b91e077 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 <[email protected]>
+
+ * 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 <[email protected]>
* newcomment.el (comment-indent): Try to align to adjacent comments.