comparison 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
comparison
equal deleted inserted replaced
45691:febc3fe8ff9b 45692:bac6738f3c27
967 Nested use of several change groups for the same buffer works as you 967 Nested use of several change groups for the same buffer works as you
968 would expect. Non-nested use of change groups for the same buffer 968 would expect. Non-nested use of change groups for the same buffer
969 will lead to undesirable results, so don't let it happen; the first 969 will lead to undesirable results, so don't let it happen; the first
970 change group you start for any given buffer should be the last one 970 change group you start for any given buffer should be the last one
971 finished. 971 finished.
972
973 +++
974 ** New variable char-property-alias-alist.
975
976 This variable allows you to create alternative names for text
977 properties. It works at the same level as `default-text-properties',
978 although it applies to overlays as well. This variable was introduced
979 to implement the `font-lock-face' property.
980
981 ** New special text property `font-lock-face'.
982
983 This property acts like the `face' property, but it is controlled by
984 M-x font-lock-mode. It is not, strictly speaking, a builtin text
985 property. Instead, it is implemented inside font-core.el, using the
986 new variable `char-property-alias-alist'.
972 987
973 ** New function remove-list-of-text-properties. 988 ** New function remove-list-of-text-properties.
974 989
975 The new function `remove-list-of-text-properties' is almost the same 990 The new function `remove-list-of-text-properties' is almost the same
976 as `remove-text-properties'. The only difference is that it takes 991 as `remove-text-properties'. The only difference is that it takes