Mercurial > emacs
diff etc/NEWS @ 65078:55b9d4dca2d6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 22 Aug 2005 21:35:40 +0000 |
parents | 66bd777e615c |
children | f05a048483cc |
line wrap: on
line diff
--- a/etc/NEWS Mon Aug 22 21:35:07 2005 +0000 +++ b/etc/NEWS Mon Aug 22 21:35:40 2005 +0000 @@ -4726,6 +4726,13 @@ `face' properties. --- +*** On terminals, faces with the :inverse-video attribute are displayed +with swapped foreground and background colors even when one of them is +not specified. In previous releases of Emacs, if either foreground +or background color was unspecified, colors were not swapped. This +was inconsistent with the face behavior under X. + +--- *** `set-fontset-font', `fontset-info', `fontset-font' now operate on the default fontset if the argument NAME is nil..