changeset 43932:435ee4108bad

Document removal of special treatment of fg:COLOR and bg:COLOR faces.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 15 Mar 2002 14:06:01 +0000
parents 27dac8aa4a17
children 3147736a801d
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Mar 15 14:01:30 2002 +0000
+++ b/etc/NEWS	Fri Mar 15 14:06:01 2002 +0000
@@ -832,6 +832,10 @@
 *** 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.