aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Walters2002-06-08 21:00:53 +0000
committerColin Walters2002-06-08 21:00:53 +0000
commitf17c0a1960ea3225c017276fb93a6ff76b0ee3dc (patch)
tree1ec2e2b09c0868fff54ee9eec0b3616e2dd51dda /etc
parent447404a34f72c0fc3ee07e7b010f1e6bc6bb4a6a (diff)
downloademacs-f17c0a1960ea3225c017276fb93a6ff76b0ee3dc.tar.gz
emacs-f17c0a1960ea3225c017276fb93a6ff76b0ee3dc.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6c4af9c0b73..c58d16e1fa3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -970,6 +970,21 @@ will lead to undesirable results, so don't let it happen; the first
970change group you start for any given buffer should be the last one 970change group you start for any given buffer should be the last one
971finished. 971finished.
972 972
973+++
974** New variable char-property-alias-alist.
975
976This variable allows you to create alternative names for text
977properties. It works at the same level as `default-text-properties',
978although it applies to overlays as well. This variable was introduced
979to implement the `font-lock-face' property.
980
981** New special text property `font-lock-face'.
982
983This property acts like the `face' property, but it is controlled by
984M-x font-lock-mode. It is not, strictly speaking, a builtin text
985property. Instead, it is implemented inside font-core.el, using the
986new variable `char-property-alias-alist'.
987
973** New function remove-list-of-text-properties. 988** New function remove-list-of-text-properties.
974 989
975The new function `remove-list-of-text-properties' is almost the same 990The new function `remove-list-of-text-properties' is almost the same