etc/options
Wed, 06 Apr 2016 11:57:21 +0200 wenzelm simplified bootstrap: critical structures remain accessible in ML_Root context;
Tue, 05 Apr 2016 19:41:58 +0200 wenzelm clarified bootstrap environment;
Mon, 04 Apr 2016 20:07:08 +0200 wenzelm option ML_system_unsafe;
Fri, 01 Apr 2016 17:13:40 +0200 wenzelm lower threshold -- command timing for proofs is cumulative, e.g. HOL 672 ~> 8889;
Fri, 01 Apr 2016 17:00:18 +0200 wenzelm less bulky timing information, e.g. HOL 56913 ~> 672;
Fri, 01 Apr 2016 16:20:04 +0200 wenzelm tuned whitespace;
Sat, 26 Mar 2016 12:22:15 +0100 wenzelm avoid hardwired values;
Wed, 02 Mar 2016 19:43:31 +0100 wenzelm support for ML_exception_debugger;
Thu, 25 Feb 2016 16:16:29 +0100 wenzelm proper option process_output_tail, more generous default;
Sun, 10 Jan 2016 23:25:11 +0100 wenzelm prune old versions more often, to reduce overall heap requirements;
Sat, 19 Dec 2015 23:25:23 +0100 wenzelm prune old document versions more frequently, for reduced heap usage;
Mon, 09 Nov 2015 13:49:56 +0100 wenzelm prefer explicit State panel;
Sun, 08 Nov 2015 14:41:07 +0100 wenzelm added option timeout_scale;
Sat, 07 Nov 2015 16:05:28 +0100 wenzelm clarified completion of explicit symbols (see also f6bd97a587b7, e0e4ac981cf1);
Mon, 02 Nov 2015 10:20:27 +0100 wenzelm clarified completion of Isabelle symbols within document source;
Mon, 21 Sep 2015 16:41:20 +0200 wenzelm option editor_output_state;
Fri, 11 Sep 2015 17:57:34 +0200 wenzelm convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
Tue, 11 Aug 2015 14:13:36 +0200 wenzelm init/exit depending on active debugger panels;
Mon, 10 Aug 2015 21:11:15 +0200 wenzelm eliminated global option: breakpoints control this individually;
Wed, 05 Aug 2015 16:22:56 +0200 wenzelm more controls;
Wed, 05 Aug 2015 16:13:42 +0200 wenzelm tuned signature;
Tue, 21 Jul 2015 19:04:36 +0200 wenzelm support for ML debugger;
Thu, 16 Jul 2015 11:38:18 +0200 wenzelm added option ML_debugger;
Wed, 15 Apr 2015 13:55:01 +0200 wenzelm GUI controls for ML_statistics, for more digestible protocol dump;
Thu, 29 Jan 2015 15:21:16 +0100 wenzelm explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
Sun, 25 Jan 2015 22:11:06 +0100 wenzelm discontinued obsolete option "document_graph";
Mon, 22 Dec 2014 16:44:24 +0100 wenzelm system option "pretty_margin" is superseded by "thy_output_margin";
Fri, 31 Oct 2014 18:56:59 +0100 wenzelm discontinued pointless option: timing is always on (overall theory only);
Wed, 13 Aug 2014 20:21:04 +0200 wenzelm added option editor_syslog_limit;
Tue, 05 Aug 2014 20:40:35 +0200 wenzelm added system option editor_output_delay: lower value might help big sessions under low-memory situations;
Tue, 06 May 2014 16:05:14 +0200 wenzelm explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
Fri, 25 Apr 2014 23:47:39 +0200 wenzelm suppress potential dangerous option (see 1baa5d19ac44);
Thu, 17 Apr 2014 11:31:46 +0200 wenzelm tuned option name;
Tue, 25 Mar 2014 16:54:38 +0100 wenzelm clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
Mon, 24 Mar 2014 12:00:17 +0100 wenzelm discontinued Toplevel.debug in favour of system option "exception_trace";
Sat, 22 Feb 2014 20:52:43 +0100 wenzelm support for completion within the formal context;
Sun, 25 Aug 2013 16:03:12 +0200 wenzelm discontinued parallel_subproofs_saturation and related internal counters (superseded by parallel_subproofs_threshold and timing information);
Wed, 31 Jul 2013 12:46:53 +0200 wenzelm simplified / clarified execution priority: auto prints << 0, proofs < 0, eval = 0, print_state = 1;
Wed, 31 Jul 2013 10:54:37 +0200 wenzelm simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
Tue, 30 Jul 2013 18:19:16 +0200 wenzelm recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
Mon, 29 Jul 2013 20:46:21 +0200 wenzelm NEWS;
Mon, 29 Jul 2013 16:01:05 +0200 wenzelm afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document;
Mon, 29 Jul 2013 12:50:16 +0200 wenzelm support declarative editor_execution_range, instead of old-style check/cancel buttons;
Sat, 27 Jul 2013 22:20:25 +0200 wenzelm discontinued historic document formats;
Sat, 20 Jul 2013 16:27:55 +0200 wenzelm option editor_execution_priority;
Sat, 20 Jul 2013 16:18:17 +0200 wenzelm obscure options;
Fri, 19 Jul 2013 17:58:57 +0200 wenzelm just one option "skip_proofs", without direct access within the editor (it makes document processing stateful without strong reasons -- monotonic updates already handle goal forks smoothly);
Thu, 18 Jul 2013 22:18:20 +0200 wenzelm proper system options for 'find_theorems';
Sun, 30 Jun 2013 12:40:55 +0200 wenzelm tuned;
Sun, 30 Jun 2013 12:30:02 +0200 wenzelm discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
Sat, 18 May 2013 12:41:31 +0200 wenzelm explicit notion of public options, which are shown in the editor options dialog;
Thu, 16 May 2013 21:48:01 +0200 wenzelm more system options as context-sensitive config options;
Thu, 16 May 2013 21:09:58 +0200 wenzelm Thy_Output.modes as proper option;
Mon, 13 May 2013 19:52:16 +0200 wenzelm limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
Mon, 13 May 2013 13:23:13 +0200 wenzelm option "goals_limit", with more uniform description;
Wed, 27 Mar 2013 21:25:33 +0100 wenzelm discontinued obsolete parallel_proofs_reuse_timing;
Wed, 27 Mar 2013 16:46:52 +0100 wenzelm separate option editor_skip_proofs, to avoid accidental change of preferences for skip_proofs, which would invalidate batch builds;
Wed, 27 Mar 2013 16:38:25 +0100 wenzelm more ambitious Goal.skip_proofs: covers Goal.prove forms as well, and do not insist in quick_and_dirty (for the sake of Isabelle/jEdit);
Wed, 13 Mar 2013 21:25:08 +0100 wenzelm clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
Wed, 20 Feb 2013 19:57:17 +0100 wenzelm option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;
less more (0) -60 tip