tuned NEWS;
authorwenzelm
Wed, 05 Nov 2025 12:21:28 +0100
changeset 83513 3015c728b096
parent 83512 8767da4c15a8
child 83514 3df78739e9b0
tuned NEWS;
NEWS
--- a/NEWS	Wed Nov 05 12:16:17 2025 +0100
+++ b/NEWS	Wed Nov 05 12:21:28 2025 +0100
@@ -455,13 +455,14 @@
 e.g. for Java heap size. See also $ISABELLE_HOME_USER/etc/registry.toml
 or "isabelle build -H".
 
-* System option "build_progress_detailed" tells "isabelle build" to
+* System option "build_progress_detailed" tells "isabelle build -v" to
 output detailed information while processing theories, notably the
-percentage and cumulated timing. This requires an output channel
+percentage and cumulated timing and long-running commands (see also
+option "build_progress_threshold"). This requires an output channel
 (terminal) that supports ANSI control sequences, notably for cursor
 movement and deletion of previous output. The default is to output only
-the finished state (100%) with its timing information, without using any
-ANSI control sequences.
+the finished state (100%) with its timing information, and long-running
+commands, without using any ANSI control sequences.
 
 * System option "record_theories" tells "isabelle build" to record
 intermediate theory commands and results, at the cost of approx. 5 times