aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-06-08 03:15:45 +0000
committerJuri Linkov <[email protected]>2005-06-08 03:15:45 +0000
commit081bae6ba4f293cb69782291d94fef0e1bf66f4d (patch)
treeca6f35565623238b237ff124ff0d724ed2663584
parent602907aea1d3cbebcbe51ca1be18c043b5df3140 (diff)
Add `shadow' face and move `mode-line-highlight' to new section `New faces'.
-rw-r--r--etc/NEWS18
1 files changed, 15 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e74ba0fdea..a7b557435b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -798,6 +798,21 @@ appears in.
*** The variable `cursor-in-non-selected-windows' can now be set to any
of the recognized cursor types.
+** New faces:
+
++++
+*** `mode-line-highlight' is the standard face indicating mouse sensitive
+elements on mode-line (and header-line) like `highlight' face on text
+areas.
+
++++
+*** `shadow' face defines the appearance of the "shadowed" text, i.e.
+the text which should be less noticeable than the surrounding text.
+This can be achieved by using shades of grey in contrast with either
+black or white default foreground color. This generic shadow face
+allows customization of the appearance of shadowed text in one place,
+so package-specific faces can inherit from it.
+
** Font-Lock changes:
+++
@@ -4797,9 +4812,6 @@ line.
+++
*** Mouse-face on mode-line (and header-line) is now supported.
-`mode-line-highlight' is the standard face indicating mouse sensitive
-elements on mode-line (and header-line) like `highlight' face on text
-areas.
** Menu manipulation changes: