aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2001-03-10 10:58:23 +0000
committerAndré Spiegel2001-03-10 10:58:23 +0000
commit6d2e2c02cee98fcab5294dc42a5d88850c4099a7 (patch)
tree784f0eb6fc2b991e66489ff992c4924a445c11b1
parent23e94aedc2b2b0fd58e187d955bd22f7ceb2de72 (diff)
downloademacs-6d2e2c02cee98fcab5294dc42a5d88850c4099a7.tar.gz
emacs-6d2e2c02cee98fcab5294dc42a5d88850c4099a7.zip
#
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29fa58fde38..3e7c4bc1974 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12001-03-10 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-do-command): If the destination buffer is already
4 current, don't set it up and don't erase it. Updated doc string
5 to reflect that.
6 (vc-version-diff): When doing a single file diff, don't switch to the
7 *vc-diff* buffer before the command. This is to preserve local
8 variable bindings that might affect the diff command.
9 (vc-print-log): Don't switch to the *vc* buffer before the
10 command, so that local variable bindings are preserved.
11
12 * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*,
13 not the current buffer.
14 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
15
16 * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag,
17 make output go to buffer *vc*, not the current buffer.
18
12001-03-09 Stefan Monnier <monnier@cs.yale.edu> 192001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2 20
3 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group 21 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group