comparison lisp/ChangeLog @ 40172:0476068f3921

#
author André Spiegel <spiegel@gnu.org>
date Mon, 22 Oct 2001 08:04:33 +0000
parents dcacad791568
children 5eb4f51c6f1e
comparison
equal deleted inserted replaced
40171:91eda91380cb 40172:0476068f3921
1 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2
3 Add autoscaling support for vc-annotate.
4 From J.D. Smith <jdsmith@astro.cornell.edu>.
5
6 * vc.el (vc-annotate-display-default): Accept colormap scaling
7 ratio (now deprecated).
8 (vc-annotate-display-autoscale): Added.
9 (vc-annotate-add-menu): New autoscaling menu options "Span to
10 Oldest" and "Span Oldest->Newest". Easymenu support added for
11 toggle menus driven by customize variable
12 `vc-annotate-display-mode'.
13 (vc-annotate-display-select): Added.
14 (vc-annotate): Changed temp-buffer-show-function to
15 `vc-annotate-display-select'.
16 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
17 Added argument OFFSET. Instead of backend function, calls now
18 generic `vc-annotate-difference'.
19 (vc-annotate-difference): Added as generic function instead of
20 backend-specific function. No longer takes argument POINT, but
21 instead accepts a time OFFSET.
22 (vc-default-annotate-current-time): Added.
23
24 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
25 version in vc.el, with
26 (vc-cvs-annotate-current-time): Added, as override of default.
27 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
28 `vc-cvs-annotate-difference'.
29
1 2001-10-22 Gerd Moellmann <gerd@gnu.org> 30 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2 31
3 * saveplace.el (save-place): Require `saveplace'. 32 * saveplace.el (save-place): Require `saveplace'.
4 33
5 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist): 34 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):