]> git.eshelyaron.com Git - emacs.git/commit
Change scaling algorithm for vc-annotate.
authorAndré Spiegel <spiegel@gnu.org>
Mon, 22 Oct 2001 07:54:03 +0000 (07:54 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Mon, 22 Oct 2001 07:54:03 +0000 (07:54 +0000)
commit756651414585fca442dfc5ac13b5ce9ce1de2bd0
tree08d37774852a6fc477c2c6090e263229707351c9
parentf958c5ac2fc3aa714215c9f09c2c81bde8e95bb0
Change scaling algorithm for vc-annotate.
From JD Smith <jdsmith@astro.cornell.edu>.
(vc-annotate-display-default): Accept colormap scaling
ratio (now deprecated).
(vc-annotate-display-autoscale): Added.
(vc-annotate-add-menu): New autoscaling menu options "Span to
Oldest" and "Span Oldest->Newest".  Easymenu support added for
toggle menus driven by customize variable
`vc-annotate-display-mode'.
(vc-annotate-display-select): Added.
(vc-annotate): Changed temp-buffer-show-function to
`vc-annotate-display-select'.
(vc-annotate-display): Removed arguments BUFFER and BACKEND.
Added argument OFFSET.  Instead of backend function, calls now
generic `vc-annotate-difference'.
(vc-annotate-difference): Added as generic function instead of
backend-specific function.  No longer takes argument POINT, but
instead accepts a time OFFSET.
(vc-default-annotate-current-time): Added.
lisp/vc.el