comparison etc/NEWS @ 28634:a2cce25e6c7f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Apr 2000 13:42:41 +0000
parents 79911b5afa95
children bb5083cf0565
comparison
equal deleted inserted replaced
28633:83d4e44ed68e 28634:a2cce25e6c7f
1664 Note that +++ before an item means the Lisp manual has been updated. 1664 Note that +++ before an item means the Lisp manual has been updated.
1665 --- means that I have decided it does not need to be in the Lisp manual. 1665 --- means that I have decided it does not need to be in the Lisp manual.
1666 When you add a new item, please add it without either +++ or --- 1666 When you add a new item, please add it without either +++ or ---
1667 so I will know I still need to look at it -- rms. 1667 so I will know I still need to look at it -- rms.
1668 1668
1669 ** The function tty-suppress-bold-inverse-default-colors can be used
1670 to make Emacs avoid displaying text with bold black foreground on TTYs.
1671
1672 Some terminals, notably PC consoles, emulate bold text by displaying
1673 text in brighter colors. On such a console, a bold black foreground
1674 is displayed in a gray color. If this turns out to be hard to read on
1675 your monitor---the problem occurred with the mode line on
1676 laptops---you can instruct Emacs to ignore the text's boldness, and to
1677 just display it black instead.
1678
1679 This situation can't be detected automatically. You will have to put
1680 a line like
1681
1682 (tty-suppress-bold-inverse-default-colors t)
1683
1684 in your `.emacs'.
1685
1669 ** New face implementation. 1686 ** New face implementation.
1670 1687
1671 Emacs faces have been reimplemented from scratch. They don't use XLFD 1688 Emacs faces have been reimplemented from scratch. They don't use XLFD
1672 font names anymore and face merging now works as expected. 1689 font names anymore and face merging now works as expected.
1673 1690