# HG changeset patch # User Eli Zaretskii # Date 1016201161 0 # Node ID 435ee4108bad263486eaf0f1d725328d5cc08c3a # Parent 27dac8aa4a17db8c724ccd8e28e9e90987b253d5 Document removal of special treatment of fg:COLOR and bg:COLOR faces. diff -r 27dac8aa4a17 -r 435ee4108bad etc/NEWS --- 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.