emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 11 Apr 2006 21:44:04 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9387 emacs/lisp/ChangeLog:1.9388
--- emacs/lisp/ChangeLog:1.9387 Tue Apr 11 17:58:58 2006
+++ emacs/lisp/ChangeLog        Tue Apr 11 21:44:03 2006
@@ -1,3 +1,13 @@
+2006-04-11  J.D. Smith  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * custom.el (defcustom, custom-handle-keyword):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]