Mercurial > emacs
changeset 40172:0476068f3921
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Mon, 22 Oct 2001 08:04:33 +0000 |
parents | 91eda91380cb |
children | c4955867228d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 22 07:57:00 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 22 08:04:33 2001 +0000 @@ -1,3 +1,32 @@ +2001-10-22 Andre Spiegel <spiegel@gnu.org> + + Add autoscaling support for vc-annotate. + From J.D. Smith <jdsmith@astro.cornell.edu>. + + * vc.el (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. + + * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic + version in vc.el, with + (vc-cvs-annotate-current-time): Added, as override of default. + (vc-cvs-annotate-time) Added. Taken mostly from the (now removed) + `vc-cvs-annotate-difference'. + 2001-10-22 Gerd Moellmann <gerd@gnu.org> * saveplace.el (save-place): Require `saveplace'.