tuned NEWS;
authorwenzelm
Sun, 27 Oct 2024 20:11:08 +0100
changeset 81280 e92487b34809
parent 81279 d2e39f0f9b40
child 81281 c1e418161ace
tuned NEWS;
NEWS
--- a/NEWS	Sun Oct 27 19:57:29 2024 +0100
+++ b/NEWS	Sun Oct 27 20:11:08 2024 +0100
@@ -56,19 +56,19 @@
 manner, but more complex translations may require manual changes: rare
 INCOMPATIBILITY.
 
-* Printing term abbreviations now uses a different rewrite strategy:
-alternate top-down, bottom-up, top-down etc. until a normal form is
-reached. This is more efficient than the former top-down strategy. It
-also conforms to AST rewriting (command 'translations'). Rare
-INCOMPATIBILITY, slightly different results could be printed (often
-slightly "better" ones).
-
-* Blocks for pretty-printing now support properties "open_block" (bool)
-and "notation" (string as cartouche). When "open_block" is enabled, the
-block has no impact on formatting, but it may carry markup information
-via "notation". The latter uses formal kinds (e.g. "mixfix", "infix",
-"binder") together with informal words to describe the notation. This
-markup affects both input and output of inner syntax --- it can be
+* Printing term abbreviations now uses more efficient matching and
+rewrite strategy: alternate top-down, bottom-up, top-down etc. until a
+normal form is reached. This usually works better than the former
+top-down strategy, it also conforms to AST rewriting (command
+'translations'). Rare INCOMPATIBILITY, slightly different results could
+be printed.
+
+* Blocks in mixfix annotations now support properties "open_block"
+(bool) and "notation" (string as cartouche). When "open_block" is
+enabled, the block has no impact on formatting, but it may carry markup
+information via "notation". The latter uses formal kinds (e.g. "mixfix",
+"infix", "binder") together with informal words to describe the
+notation. This markup affects both parsing and printing --- it can be
 explored via mouse hovering in the Prover IDE, or programmatically by
 Isabelle/Scala tools. Markup for "infix" and "binder" declarations are
 automatic, but general mixfix forms require manual annotations in the