aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2014-07-08 11:49:18 +0300
committerJuri Linkov2014-07-08 11:49:18 +0300
commitb89e78fd90e7c405f0ef2764765c467f4b9e6ade (patch)
tree43c906ef8d481900a123a443a2523901c1946044 /etc
parent43bb0be61a0788045f90d9df5d378506cbbab422 (diff)
downloademacs-b89e78fd90e7c405f0ef2764765c467f4b9e6ade.tar.gz
emacs-b89e78fd90e7c405f0ef2764765c467f4b9e6ade.zip
* lisp/vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
(vc-annotate-color-map): Use less saturated colors (20%) for background-mode. (vc-annotate-very-old-color): Add default value for background-mode. (vc-annotate-background): Set default value to nil since now text on the default backgrounds should be legible in light and dark modes. (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix. Fixes: debbugs:17808
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e8440d1ba4d..58cefb3a0d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -115,6 +115,12 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp.
115 115
116*** New connection method "nc", which allows to access dumb busyboxes. 116*** New connection method "nc", which allows to access dumb busyboxes.
117 117
118** VC and related modes
119
120*** New option `vc-annotate-background-mode' controls whether
121the color range from `vc-annotate-color-map' is applied to the
122background or to the foreground.
123
118** Calculator: decimal display mode uses "," groups, so it's more 124** Calculator: decimal display mode uses "," groups, so it's more
119fitting for use in money calculations; factorial works with 125fitting for use in money calculations; factorial works with
120non-integer inputs. 126non-integer inputs.