[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Sun, 07 Jul 2002 20:02:46 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.712 emacs/etc/NEWS:1.713
*** emacs/etc/NEWS:1.712 Sun Jul 7 17:25:47 2002
--- emacs/etc/NEWS Sun Jul 7 20:02:20 2002
***************
*** 1179,1184 ****
--- 1179,1191 ----
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
***************
*** 1420,1429 ****
** 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.
--- 1427,1432 ----
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/07/01
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2002/07/02
- [Emacs-diffs] Changes to emacs/etc/NEWS, Dave Love, 2002/07/05
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Miles Bader <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Stefan Monnier, 2002/07/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/07/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/07/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Eli Zaretskii, 2002/07/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2002/07/15
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2002/07/16
- [Emacs-diffs] Changes to emacs/etc/NEWS, Andre Spiegel, 2002/07/16
- [Emacs-diffs] Changes to emacs/etc/NEWS, Dave Love, 2002/07/18
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/07/20
- [Emacs-diffs] Changes to emacs/etc/NEWS, Dave Love, 2002/07/24