diff etc/NEWS @ 45692:bac6738f3c27

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 21:00:53 +0000
parents 16708fb2d951
children b31ffbdd8d11
line wrap: on
line diff
--- a/etc/NEWS	Sat Jun 08 20:58:59 2002 +0000
+++ b/etc/NEWS	Sat Jun 08 21:00:53 2002 +0000
@@ -970,6 +970,21 @@
 change group you start for any given buffer should be the last one
 finished.
 
++++
+** New variable char-property-alias-alist.
+
+This variable allows you to create alternative names for text
+properties.  It works at the same level as `default-text-properties',
+although it applies to overlays as well.  This variable was introduced
+to implement the `font-lock-face' property.
+
+** New special text property `font-lock-face'.
+
+This property acts like the `face' property, but it is controlled by
+M-x font-lock-mode.  It is not, strictly speaking, a builtin text
+property.  Instead, it is implemented inside font-core.el, using the
+new variable `char-property-alias-alist'.
+
 ** New function remove-list-of-text-properties.
 
 The new function `remove-list-of-text-properties' is almost the same