diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -183,6 +183,9 @@ shown in the currently selected window. You should instead set properties on known diagnostic symbols, like ':error' and ':warning', as demonstrated in the Flymake manual. +*** New customizable variable 'flymake-start-on-save-buffer' +Control whether Flymake starts checking the buffer on save. + ** Package *** New 'package-quickstart' feature When 'package-quickstart' is non-nil, package.el precomputes a big autoloads @@ -573,6 +576,11 @@ manual for more details. * Lisp Changes in Emacs 27.1 +++ +** Face specifications (of the kind used in `face-remapping-alist') + now support filters, allowing faces to vary between windows display + the same buffer. + ++++ ** New function assoc-delete-all. +++ |