]> git.eshelyaron.com Git - emacs.git/commitdiff
Document removal of special treatment of fg:COLOR and bg:COLOR faces.
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Mar 2002 14:06:01 +0000 (14:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Mar 2002 14:06:01 +0000 (14:06 +0000)
etc/NEWS

index d4f686c17aafdc8c5ee174c41f91fae5606424fd..fadd50edd77130bdfb6069913ad20534b284efb5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -832,6 +832,10 @@ other properties than `face'.
 *** font-lock-extra-managed-props can be set to make sure those extra
 properties are automatically cleaned up by font-lock.
 
+** The special treatment of faces whose names are of the form `fg:COLOR'
+or `bg:COLOR' has been removed.  Lisp programs should use the
+`defface' facility for defining faces with specific colors.
+
 ** The new function `run-mode-hooks' and the new macro `delay-mode-hooks'
 are used by define-derived-mode to make sure the mode hook for the
 parent mode is run at the end of the child mode.