From e2db3e59a8b85158ad7740d01c8c47fe9a16bdf1 Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Tue, 11 Apr 2006 21:46:26 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 23 +++++++++++++++++++++++ man/ChangeLog | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c965c89b76f..dbc1231354c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2006-04-11 J.D. Smith + + * 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 * emacs-lisp/bytecomp.el (byte-compile-file): @@ -67,6 +77,19 @@ (org-table-insert-row, org-table-insert-hline): Deal with invisible characters. +2006-04-10 J.D. Smith + + * 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 * custom.el (defcustom, custom-handle-keyword): diff --git a/man/ChangeLog b/man/ChangeLog index 47f8bdcc087..e5f77c35059 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-04-11 J.D. Smith + + * files.texi (Old Versions): Update description of vc-annotate's + use of color to indicate date ranges. + 2006-04-11 Carsten Dominik * org.texi (Link format): New section, emphasis on bracket links. -- 2.39.2