diff options
author | Juri Linkov <juri@jurta.org> | 2005-08-22 21:35:40 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-08-22 21:35:40 +0000 |
commit | 16691d29c144224aba088319fece5bac687f2dc8 (patch) | |
tree | 04b764370284731d658f4ae55047cde985ce3b0b | |
parent | 3b91a16de495d1ee8a6c36ef6bfca301837fc005 (diff) | |
download | emacs-16691d29c144224aba088319fece5bac687f2dc8.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 7 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 | ||||
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 23 insertions, 0 deletions
@@ -4726,6 +4726,13 @@ so that :inherit face lists operate identically to face lists in text `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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 4b5196f91dd..3757d1806bb 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 <acm@muc.de> * buffers.texi (The Buffer List): Clarify the manipulation of the diff --git a/man/ChangeLog b/man/ChangeLog index 0806aca4379..e4525a33e62 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-08-22 Juri Linkov <juri@jurta.org> + + * display.texi (Standard Faces): Merge the text from + `(elisp)Standard Faces' into this node. + 2005-08-18 Luc Teirlinck <teirllm@auburn.edu> * emacs.texi (Top): Delete menu item for deleted node diff --git a/src/ChangeLog b/src/ChangeLog index ea699d1c036..8ed2fd4c674 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-08-22 Juri Linkov <juri@jurta.org> + + * 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 <storm@cua.dk> * fringe.c (update_window_fringes): Only put TOP and BOTTOM |