branch: externals/compat
commit edc6830f688c13c9533ef0702028a0e10c0733a0
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update news
---
 NEWS.org | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 59aa56e948..eacb0ac60e 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,18 +2,19 @@
 
 * Development of "Compat" Version 29.1.1.0
 
-- The macros in ~compat-macs.el~ have been rewritten and greatly simplified. 
This
-  change makes it possible to further refine the criteria under which
-  compatibility aliases, functions, macros and variables are installed.
+- The macros in ~compat-macs.el~ have been rewritten and simplified. The
+  refactoring allows to further refine the criteria under which compatibility
+  aliases, functions, macros and variables are installed.
 - Remove deprecated, prefixed compatibility functions.
 - Remove deprecated features ~compat-help~, ~compat-font-lock~ and ~compat-24~.
-- Compat uses runtime checks (boundp, fboundp) to ensure that existing
+- Compat uses runtime checks (~boundp~, ~fboundp~) to ensure that existing
   definitions are never overridden, when Compat is loaded on a newer Emacs than
   it was compiled on.
 - Compat compiles without byte compilation warnings on all supported Emacs
   versions. Warnings are treated as errors in the test suite.
 - Compat takes great care to remove unneeded definitions at compile time. On
-  recent Emacs 29 the byte compiled files are empty and not loaded.
+  recent Emacs 29 the byte compiled files are empty and not loaded, such that
+  Compat does not any cost to the Emacs process.
 
 * Release of "Compat" Version 29.1.0.1
 

Reply via email to