Mercurial > emacs
comparison lisp/ChangeLog @ 36714:60af090908e9
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Sat, 10 Mar 2001 10:58:23 +0000 |
parents | 9566f100bdd3 |
children | a563ead0ab5f |
comparison
equal
deleted
inserted
replaced
36713:e7e3ef788639 | 36714:60af090908e9 |
---|---|
1 2001-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 | |
1 2001-03-09 Stefan Monnier <monnier@cs.yale.edu> | 19 2001-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 |
4 so ^, $, *, ? and + are interpreted correctly. | 22 so ^, $, *, ? and + are interpreted correctly. |
5 | 23 |