From 6d2e2c02cee98fcab5294dc42a5d88850c4099a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Sat, 10 Mar 2001 10:58:23 +0000 Subject: [PATCH] # --- lisp/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29fa58fde3..3e7c4bc197 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2001-03-10 Andre Spiegel + + * vc.el (vc-do-command): If the destination buffer is already + current, don't set it up and don't erase it. Updated doc string + to reflect that. + (vc-version-diff): When doing a single file diff, don't switch to the + *vc-diff* buffer before the command. This is to preserve local + variable bindings that might affect the diff command. + (vc-print-log): Don't switch to the *vc* buffer before the + command, so that local variable bindings are preserved. + + * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*, + not the current buffer. + (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. + + * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag, + make output go to buffer *vc*, not the current buffer. + 2001-03-09 Stefan Monnier * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group -- 2.20.1