]> code.delx.au - gnu-emacs/commitdiff
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
authorBill Wohler <wohler@newt.com>
Fri, 3 Feb 2006 22:17:59 +0000 (22:17 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 3 Feb 2006 22:17:59 +0000 (22:17 +0000)
(mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors 88)
with (min-colors 64) in face specifications so that MH-E still looks
good on systems with fewer colors (such as Eric Ding's).

lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index 40517e619229f5a13bb43c1c042cb1347d54b2c7..9cb939b7c7185db9eae3c64ddc5282cba01d5b0e 100644 (file)
@@ -1,3 +1,10 @@
+2006-02-03  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
+       (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
+       88) with (min-colors 64) in face specifications so that MH-E still
+       looks good on systems with fewer colors (such as Eric Ding's).
+
 2006-02-03  Peter Galbraith  <psg@debian.org>
 
        * mh-utils.el (mh-image-load-path): New variable to optionally
index 5dd9946631304060a2751ca0310da21ff1388879..bf503c334973d515e8a589f4c5be906f90899e59 100644 (file)
@@ -3037,9 +3037,9 @@ colors."
 
 (defface mh-folder-msg-number
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "snow4"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "snow3"))
      (((class color))
       (:foreground "cyan"))))
@@ -3050,9 +3050,9 @@ colors."
 
 (defface mh-folder-refiled
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "DarkGoldenrod"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "LightGoldenrod"))
      (((class color))
       (:foreground "yellow" :weight light))
@@ -3106,9 +3106,9 @@ format `mh-scan-format-nmh' and the regular expression
 
 (defface mh-folder-to
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "RosyBrown"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "LightSalmon"))
      (((class color))
       (:foreground "green"))
@@ -3146,9 +3146,9 @@ format `mh-scan-format-nmh' and the regular expression
 
 (defface mh-show-cc
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "DarkGoldenrod"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "LightGoldenrod"))
      (((class color))
       (:foreground "yellow" :weight light))
@@ -3164,9 +3164,9 @@ format `mh-scan-format-nmh' and the regular expression
 
 (defface mh-show-date
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "ForestGreen"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "PaleGreen"))
      (((class color))
       (:foreground "green"))
@@ -3193,9 +3193,9 @@ format `mh-scan-format-nmh' and the regular expression
 
 (defface mh-show-header
   (mh-defface-compat
-   '((((class color) (min-colors 88) (background light))
+   '((((class color) (min-colors 64) (background light))
       (:foreground "RosyBrown"))
-     (((class color) (min-colors 88) (background dark))
+     (((class color) (min-colors 64) (background dark))
       (:foreground "LightSalmon"))
      (((class color))
       (:foreground "green"))