diff options
| author | Juri Linkov | 2014-07-08 11:49:18 +0300 |
|---|---|---|
| committer | Juri Linkov | 2014-07-08 11:49:18 +0300 |
| commit | b89e78fd90e7c405f0ef2764765c467f4b9e6ade (patch) | |
| tree | 43c906ef8d481900a123a443a2523901c1946044 /etc | |
| parent | 43bb0be61a0788045f90d9df5d378506cbbab422 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 121 | the color range from `vc-annotate-color-map' is applied to the | ||
| 122 | background 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 |
| 119 | fitting for use in money calculations; factorial works with | 125 | fitting for use in money calculations; factorial works with |
| 120 | non-integer inputs. | 126 | non-integer inputs. |