comparison lisp/ChangeLog @ 69943:7d69833e0c1a

(vc-ensure-vc-buffer): Only change current-buffer, not the window config. (vc-annotate-display-select): Select the buffer so that current-buffer (and selected-window) is the output buffer at the end of vc-annotate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Apr 2006 23:05:31 +0000
parents b561f476cb6a
children 6b919f4beee5
comparison
equal deleted inserted replaced
69942:45937d0cd26d 69943:7d69833e0c1a
1 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4 window configuration.
5 (vc-annotate-display-select): Select the buffer so that current-buffer
6 (and selected-window) is the output buffer at the end of vc-annotate.
7
1 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu> 8 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2 9
3 * vc.el (vc-annotate-color-map): Added custom TTY color map for 10 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4 8-color terminals, to use all of the colors in a sensible order. 11 8-color terminals, to use all of the colors in a sensible order.
5 256-color terminals work well with the standard map. 12 256-color terminals work well with the standard map.
6 (vc-annotate-lines): Only strip the first color character if it 13 (vc-annotate-lines): Only strip the first color character if it
7 is "#", to allow for terminal-style named colors. 14 is "#", to allow for terminal-style named colors.
8 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure 15 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure