]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 11 Apr 2006 21:46:26 +0000 (21:46 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 11 Apr 2006 21:46:26 +0000 (21:46 +0000)
lisp/ChangeLog
man/ChangeLog

index c965c89b76f4768854c2e20c5ffb0202db9c4318..dbc1231354c339656eb2467a570562d6dc9c60b2 100644 (file)
@@ -1,3 +1,13 @@
+2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * vc.el (vc-annotate-color-map): Added custom TTY color map for
+       8-color terminals, to use all of the colors in a sensible order.
+       256-color terminals work well with the standard map.
+       (vc-annotate-lines): Only strip the first color character if it
+       is "#", to allow for terminal-style named colors.
+       (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
+       the correct buffer is scrolled.
+
 2006-04-11  Richard Stallman  <rms@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-file):
        (org-table-insert-row, org-table-insert-hline): Deal with
        invisible characters.
 
+2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * vc.el (vc-annotate-display-mode): Made default 'fullscale.
+       (vc-annotate-color-map): New 18 element constant
+       value/saturation, rotating hue colormap, from red->blue.
+       (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
+       (vc-annotate-display-select): Switch to annotate-mode elsewhere.
+       (vc-annotate): To avoid killing the required local variables,
+       set them before the end of `with-output-to-temp-buffer', and
+       after first switching to annotate-mode.
+       (vc-annotate-warp-version): Add buffer argument in goto-line to
+       ensure annotation, not source, is scrolled.
+
 2006-04-10  Bill Wohler  <wohler@newt.com>
 
        * custom.el (defcustom, custom-handle-keyword):
index 47f8bdcc087401285d013c864d3076d71973ecb8..e5f77c35059f18e02d57d916a08c6d8f451a6953 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * files.texi (Old Versions): Update description of vc-annotate's
+       use of color to indicate date ranges.
+
 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi (Link format): New section, emphasis on bracket links.