2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
+ * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
+
+ * info.el (info-header-node): Tweak for color ttys.
+
* faces.el (face-valid-attribute-values): Make sure directories we
search for stipples both exist and are readable before trying to
search them.
(defface mode-line
- '((((type x) (class color))
- (:box (:line-width 2 :style released-button)
- :background "grey75" :foreground "black"))
- (((type w32) (class color))
+ '((((type x w32) (class color))
(:box (:line-width 2 :style released-button)
:background "grey75" :foreground "black"))
(t
(defface tool-bar
- '((((type x) (class color))
+ '((((type x w32) (class color))
(:box (:line-width 1 :style released-button)
:background "grey75" :foreground "black"))
(((type x) (class mono))
(:box (:line-width 1 :style released-button)
:background "grey" :foreground "black"))
- (((type w32) (class color))
- (:box (:line-width 1 :style released-button)
- :background "grey75" :foreground "black"))
(t
()))
"Basic tool-bar face."