Mercurial > emacs
changeset 46246:097c4cba0759
Add entries for face-attribute-relative-p, merge-face-attribute.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 08 Jul 2002 00:02:20 +0000 |
parents | fb42c0446cbf |
children | 2e162cb1a7ac |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Jul 07 23:58:31 2002 +0000 +++ b/etc/NEWS Mon Jul 08 00:02:20 2002 +0000 @@ -1179,6 +1179,13 @@ specification language, which can be used to do this test for faces defined with defface. +** face-attribute, face-foreground, face-background, and face-stipple now +accept a new optional argument, INHERIT, which controls how face +inheritance is used when determining the value of a face attribute. + +** New functions face-attribute-relative-p and merge-face-attribute +help with handling relative face attributes. + ** Enhanced networking support. *** There is a new `make-network-process' function which supports @@ -1421,10 +1428,6 @@ ** describe-vector now takes a second argument `describer' which is called to print the entries' values. It defaults to `princ'. -** face-attribute, face-foreground, face-background, and face-stipple now -accept a new optional argument, INHERIT, which controls how face -inheritance is used when determining the value of a face attribute. - ** defcustom and other custom declarations now use a default group (the last group defined in the same file) when no :group was given.