diff options
| author | Miles Bader | 2000-11-14 01:45:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-11-14 01:45:45 +0000 |
| commit | d7361edf01f3c7b4cc76d27e36b7e9dbad597147 (patch) | |
| tree | 78c8c9e232a92a77c98f16b2c7f286cfb90858a8 /src/ChangeLog | |
| parent | 787994b796ea6bf18824f76c5f7c91d4e3fe41e8 (diff) | |
| download | emacs-d7361edf01f3c7b4cc76d27e36b7e9dbad597147.tar.gz emacs-d7361edf01f3c7b4cc76d27e36b7e9dbad597147.zip | |
(x_alloc_lighter_color): Use real brightness calculation.
Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
(HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86362c4086b..31a116a8fe6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-11-14 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * xterm.c (x_alloc_lighter_color): Use real brightness calculation. | ||
| 4 | Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST. | ||
| 5 | (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed. | ||
| 6 | |||
| 1 | 2000-11-14 Miles Bader <miles@gnu.org> | 7 | 2000-11-14 Miles Bader <miles@gnu.org> |
| 2 | 8 | ||
| 3 | * xterm.c (x_alloc_lighter_color): Include an additive component | 9 | * xterm.c (x_alloc_lighter_color): Include an additive component |