wenzelm [Sat, 20 Jul 2013 16:45:00 +0200] rev 52717
clarified option name, with improved sort order wrt. "time" options;
wenzelm [Sat, 20 Jul 2013 16:29:06 +0200] rev 52716
document update at high priority -- important;
wenzelm [Sat, 20 Jul 2013 16:27:55 +0200] rev 52715
option editor_execution_priority;
wenzelm [Sat, 20 Jul 2013 16:18:17 +0200] rev 52714
obscure options;
wenzelm [Sat, 20 Jul 2013 16:16:23 +0200] rev 52713
print_state at high priority -- fast and important;
wenzelm [Fri, 19 Jul 2013 23:29:43 +0200] rev 52712
proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
wenzelm [Fri, 19 Jul 2013 20:56:39 +0200] rev 52711
old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
wenzelm [Fri, 19 Jul 2013 17:58:57 +0200] rev 52710
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);
wenzelm [Fri, 19 Jul 2013 17:35:12 +0200] rev 52709
turned pattern unify flag into configuration option (global only);
traytel [Fri, 19 Jul 2013 16:36:13 +0200] rev 52708
merged
traytel [Fri, 19 Jul 2013 14:51:45 +0200] rev 52707
permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
nipkow [Fri, 19 Jul 2013 15:48:04 +0200] rev 52706
added exerciese
traytel [Fri, 19 Jul 2013 12:00:31 +0200] rev 52705
do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
wenzelm [Thu, 18 Jul 2013 23:13:44 +0200] rev 52704
modify background theory where it is actually required (cf. 51dfdcd88e84);