blanchet [Tue, 07 Aug 2012 14:29:18 +0200] rev 48716
stop distinguishing between complete and incomplete slices, since this is very fragile and has hardly any useful semantics to users
blanchet [Tue, 07 Aug 2012 13:03:50 +0200] rev 48715
specify full path to clausifier
blanchet [Tue, 07 Aug 2012 11:25:01 +0200] rev 48714
documentation
wenzelm [Tue, 07 Aug 2012 20:28:35 +0200] rev 48713
more token markers, based on actual outer syntax;
prefer official Outer_Syntax.init with its completions;
wenzelm [Tue, 07 Aug 2012 19:16:58 +0200] rev 48712
simplified process startup phases: INIT suffices for is_ready;
wenzelm [Tue, 07 Aug 2012 17:46:30 +0200] rev 48711
need to expand path in order to resolve imports like "~~/src/Tools/Code_Generator";
wenzelm [Tue, 07 Aug 2012 17:08:22 +0200] rev 48710
prefer static Build.session_content for loaded theories -- discontinued incremental protocol;
wenzelm [Tue, 07 Aug 2012 16:34:15 +0200] rev 48709
prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
just one cumulative Keyword.status at end of batch session;
wenzelm [Tue, 07 Aug 2012 15:19:08 +0200] rev 48708
permissive outer syntax wrt. symbol recoding;
wenzelm [Tue, 07 Aug 2012 15:01:48 +0200] rev 48707
simplified Document.Node.Header -- internalized errors;
wenzelm [Tue, 07 Aug 2012 13:21:29 +0200] rev 48706
tuned signature;
wenzelm [Tue, 07 Aug 2012 12:35:24 +0200] rev 48705
tuned signature -- slightly more abstract text representation of prover process;
wenzelm [Tue, 07 Aug 2012 12:10:26 +0200] rev 48704
tuned signature -- make Pretty less dependent on Symbol;
boehmes [Tue, 07 Aug 2012 10:28:04 +0200] rev 48703
extended Mirabelle to support user-provided setup files which contain the configuration for a Mirabelle run (avoids some layers of scripts and reduces the complexity of the overall Mirabelle setup)