aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-19 17:48:57 +0000
committerEli Zaretskii2001-01-19 17:48:57 +0000
commitccd878906b795165cb98b7f445cbc185e5b576e2 (patch)
treebf5865e282ab34e2eb24d9e5fb83e5a453dde667 /etc
parentbde49c444d62a659e7ce12021658096440067117 (diff)
downloademacs-ccd878906b795165cb98b7f445cbc185e5b576e2.tar.gz
emacs-ccd878906b795165cb98b7f445cbc185e5b576e2.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4a8b55c7ea8..9ad05c77c56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -576,6 +576,10 @@ customizing face `fringe'.
576 576
577** The mode line under X is now drawn with shadows by default. 577** The mode line under X is now drawn with shadows by default.
578You can change its appearance by modifying the face `mode-line'. 578You can change its appearance by modifying the face `mode-line'.
579In particular, setting the `:box' attribute to nil turns off the 3D
580appearance of the mode line. (The 3D appearance makes the mode line
581occupy more space, and thus might cause the first or the last line of
582the window to be partially obscured.)
579 583
580The variable `mode-line-inverse-video', which was used in older 584The variable `mode-line-inverse-video', which was used in older
581versions of emacs to make the mode-line stand out, now defaults to nil, 585versions of emacs to make the mode-line stand out, now defaults to nil,