aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-09-17 17:05:15 +0000
committerMiles Bader2000-09-17 17:05:15 +0000
commit53c9ab4f44bb9b91004476a032e59dd0d1ee3fd1 (patch)
treee0061bde5921b352faf57d8e40e73474736df1fc
parent52cbdfbd0afa35d5f03a824bd8db66e55a7224ca (diff)
downloademacs-53c9ab4f44bb9b91004476a032e59dd0d1ee3fd1.tar.gz
emacs-53c9ab4f44bb9b91004476a032e59dd0d1ee3fd1.zip
(header-line): Tweak face.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8efb523be63..06b3c739d0f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-09-18 Miles Bader <miles@gnu.org> 12000-09-18 Miles Bader <miles@gnu.org>
2 2
3 * info.el (info-node, info-xref): Add dark-background variants.
4
3 * faces.el (header-line): Change defaults to be less confusing 5 * faces.el (header-line): Change defaults to be less confusing
4 when mixed with mode-lines. 6 when mixed with mode-lines.
5 7
@@ -7,7 +9,7 @@
7 Add extra `help-echo' and `local-map' props to node xrefs. 9 Add extra `help-echo' and `local-map' props to node xrefs.
8 Use header-specific faces for node-names & xrefs. 10 Use header-specific faces for node-names & xrefs.
9 (Info-use-header-line): New variable. 11 (Info-use-header-line): New variable.
10 (info-header, info-header-xref, info-header-node): New faces. 12 (info-header-xref, info-header-node): New faces.
11 (Info-setup-header-line): New function. 13 (Info-setup-header-line): New function.
12 (Info-select-node): Call Info-setup-header-line when enabled. 14 (Info-select-node): Call Info-setup-header-line when enabled.
13 (Info-extract-pointer): Work even if the header line is hidden. 15 (Info-extract-pointer): Work even if the header line is hidden.
diff --git a/lisp/faces.el b/lisp/faces.el
index d50600c4a6c..4d0083a276f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1533,11 +1533,11 @@ created."
1533 (:inverse-video t)) 1533 (:inverse-video t))
1534 (((class color) (background light)) 1534 (((class color) (background light))
1535 (:box (:line-width 1 :style released-button) 1535 (:box (:line-width 1 :style released-button)
1536 :background "grey90" 1536 :background "grey90" :foreground "grey20"
1537 :inherit mode-line)) 1537 :inherit mode-line))
1538 (((class color) (background dark)) 1538 (((class color) (background dark))
1539 (:box (:line-width 1 :style released-button) 1539 (:box (:line-width 1 :style released-button)
1540 :background "grey20" 1540 :background "grey20" :foreground "grey90"
1541 :inherit mode-line)) 1541 :inherit mode-line))
1542 (((class mono)) 1542 (((class mono))
1543 (:box (:line-width 1 :style released-button) 1543 (:box (:line-width 1 :style released-button)