diff options
| author | Bill Wohler | 2006-01-03 18:25:26 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-03 18:25:26 +0000 |
| commit | 355ebcbf2599f2966069a99e25ce891e65cae3b7 (patch) | |
| tree | 79134018f2b472ec5d86885a63f73eeb244c1356 /lisp/mh-e/ChangeLog | |
| parent | e69d4e020ac232786b636d0ebd0302282e4ab6d3 (diff) | |
| download | emacs-355ebcbf2599f2966069a99e25ce891e65cae3b7.tar.gz emacs-355ebcbf2599f2966069a99e25ce891e65cae3b7.zip | |
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
on low color displays which turns to white when bold. This is
unreadable on white backgrounds. Use snow with min-colors requirement.
Use cyan on low-color displays.
* mh-init.el (mh-defface-compat): On low-color displays, delete the
high-color display rather than simply strip the min-colors requirement
since the existing algorithm shadowed the desired display on low-color
displays.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index e021e74f261..4116fb4223c 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2006-01-03 Bill Wohler <wohler@newt.com> | 1 | 2006-01-03 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-customize.el (mh-folder-msg-number): Snow is actually | ||
| 4 | off-white on low color displays which turns to white when bold. | ||
| 5 | This is unreadable on white backgrounds. Use snow with min-colors | ||
| 6 | requirement. Use cyan on low-color displays. | ||
| 7 | |||
| 8 | * mh-init.el (mh-defface-compat): On low-color displays, delete | ||
| 9 | the high-color display rather than simply strip the min-colors | ||
| 10 | requirement since the existing algorithm shadowed the desired | ||
| 11 | display on low-color displays. | ||
| 12 | |||
| 3 | * mh-alias.el (mh-alias-add-alias): Remove leading * from | 13 | * mh-alias.el (mh-alias-add-alias): Remove leading * from |
| 4 | docstring. | 14 | docstring. |
| 5 | 15 | ||