wenzelm [Wed, 08 Aug 2012 20:35:34 +0200] rev 48739
refined isabelle mkroot;
allow empty 'theories' to facilitate generated templates;
wenzelm [Wed, 08 Aug 2012 17:49:56 +0200] rev 48738
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm [Wed, 08 Aug 2012 15:58:40 +0200] rev 48737
added build option -D: include session directory and select its sessions;
wenzelm [Wed, 08 Aug 2012 14:45:40 +0200] rev 48736
discontinued obsolete "isabelle makeall";
wenzelm [Fri, 27 Jul 2012 20:54:01 +0200] rev 48735
even more permissive approximation of master_dir, which is only required to access external resources ('uses' etc.);
wenzelm [Wed, 08 Aug 2012 14:30:27 +0200] rev 48734
back to implicit commit via isabelle-process -- save image only once (cf. 181b91e1d1c1);
wenzelm [Wed, 08 Aug 2012 12:51:20 +0200] rev 48733
proper axiomatization of "mem" -- do not leave it formally unspecified;
wenzelm [Wed, 08 Aug 2012 12:38:41 +0200] rev 48732
simplified Pure bootstrap -- separate pure_setup.ML was required for Alice/ML at some point;
wenzelm [Wed, 08 Aug 2012 12:33:40 +0200] rev 48731
more casual exit back to ML toplevel, to accomodate commit in SML/NJ which continues at the saved point;
wenzelm [Wed, 08 Aug 2012 12:13:34 +0200] rev 48730
obsolete;
wenzelm [Wed, 08 Aug 2012 12:10:22 +0200] rev 48729
eliminated obsolete ISABELLE_USEDIR_OPTIONS;
wenzelm [Wed, 08 Aug 2012 11:53:14 +0200] rev 48728
updated ML settings;
hoelzl [Wed, 08 Aug 2012 11:21:09 +0200] rev 48727
add legacy target for HOL-Probability, needed by AFP/Markov_Models
wenzelm [Wed, 08 Aug 2012 11:02:38 +0200] rev 48726
proper isabelle update_keywords tool;
wenzelm [Wed, 08 Aug 2012 10:56:37 +0200] rev 48725
configure Admin as component, with its own lib/Tools;
wenzelm [Wed, 08 Aug 2012 10:40:52 +0200] rev 48724
SOMEthing went utterly wrong in 5b51ccdc8623;
wenzelm [Wed, 08 Aug 2012 00:22:06 +0200] rev 48723
more legacy targets;
wenzelm [Tue, 07 Aug 2012 23:43:05 +0200] rev 48722
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm [Tue, 07 Aug 2012 23:38:18 +0200] rev 48721
tuned;
blanchet [Tue, 07 Aug 2012 22:54:27 +0200] rev 48720
proper quoting
wenzelm [Tue, 07 Aug 2012 22:32:14 +0200] rev 48719
merged
wenzelm [Tue, 07 Aug 2012 22:25:17 +0200] rev 48718
more structural parsing for minor modes;
tuned signatures;
wenzelm [Tue, 07 Aug 2012 21:38:24 +0200] rev 48717
clarified Sidekick configuration, including minor modes;
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;