# HG changeset patch # User Juri Linkov # Date 1124746540 0 # Node ID 55b9d4dca2d660e5b76c0dd6f3aa0dc6030f4424 # Parent 66cc2e8acc4b361cd8a4758062169a1c28d3a19e *** empty log message *** diff -r 66cc2e8acc4b -r 55b9d4dca2d6 etc/NEWS --- 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.. diff -r 66cc2e8acc4b -r 55b9d4dca2d6 lispref/ChangeLog --- a/lispref/ChangeLog Mon Aug 22 21:35:07 2005 +0000 +++ b/lispref/ChangeLog Mon Aug 22 21:35:40 2005 +0000 @@ -3,6 +3,12 @@ * display.texi (Attribute Functions): Add set-face-inverse-video-p. Fix invert-face. Fix args of face-background. + * display.texi (Standard Faces): Delete node. + (Faces): Add xref to `(emacs)Standard Faces'. + (Displaying Faces): Fix xref to `Standard Faces'. + + * modes.texi (Mode Line Data): Fix xref to Standard Faces. + 2005-08-20 Alan Mackenzie * buffers.texi (The Buffer List): Clarify the manipulation of the diff -r 66cc2e8acc4b -r 55b9d4dca2d6 man/ChangeLog --- a/man/ChangeLog Mon Aug 22 21:35:07 2005 +0000 +++ b/man/ChangeLog Mon Aug 22 21:35:40 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-22 Juri Linkov + + * display.texi (Standard Faces): Merge the text from + `(elisp)Standard Faces' into this node. + 2005-08-18 Luc Teirlinck * emacs.texi (Top): Delete menu item for deleted node diff -r 66cc2e8acc4b -r 55b9d4dca2d6 src/ChangeLog --- a/src/ChangeLog Mon Aug 22 21:35:07 2005 +0000 +++ b/src/ChangeLog Mon Aug 22 21:35:40 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-22 Juri Linkov + + * term.c (turn_on_face): Check for TS_set_foreground and + TS_set_background depending on standout_mode. Simplify. + 2005-08-21 Kim F. Storm * fringe.c (update_window_fringes): Only put TOP and BOTTOM