diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -970,6 +970,21 @@ 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 | 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'. | ||
| 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 |