]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS (Flymake): Rewrite entry.
authorJoão Távora <joaotavora@gmail.com>
Tue, 10 Oct 2017 14:57:52 +0000 (15:57 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 10 Oct 2017 14:57:52 +0000 (15:57 +0100)
etc/NEWS

index 03957b34b490b475bdea738976a935683e37d754..1c07fd5a180ef56ae266621854905947eb10ec31 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1146,7 +1146,19 @@ languages.  (Version 2.1.0 or later of Enchant is required.)
 ** Flymake
 
 +++
-*** Emacs no longer prompts the user before killing Flymake processes on exit.
+*** Flymake has been completely redesigned
+
+Flymake now annotates arbitrary buffer regions, not just lines.  It
+supports arbitrary diagnostic types, not just errors and warnings (see
+variable 'flymake-diagnostic-types-alist').
+
+It also supports multiple simultaneous backends, meaning that you can
+check your buffer from different perspectives (see variable
+'flymake-diagnostic-functions').  Backends for Emacs Lisp mode are
+provided.
+
+The old Flymake behaviour is preserved in the so-called "legacy
+backend", which has been updated to benefit from the new UI features.
 
 \f
 * New Modes and Packages in Emacs 26.1