wenzelm [Wed, 27 Mar 2013 17:55:21 +0100] rev 51556
more liberal handling of skipped proofs;
wenzelm [Wed, 27 Mar 2013 17:53:29 +0100] rev 51555
explicit Toplevel.is_skipped_proof;
tuned;
wenzelm [Wed, 27 Mar 2013 16:46:52 +0100] rev 51554
separate option editor_skip_proofs, to avoid accidental change of preferences for skip_proofs, which would invalidate batch builds;
wenzelm [Wed, 27 Mar 2013 16:38:25 +0100] rev 51553
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);
wenzelm [Wed, 27 Mar 2013 14:50:30 +0100] rev 51552
clarified Skip_Proof.cheat_tac: more standard tactic;
clarified Method.cheating: check quick_and_dirty when it is actually applied;
wenzelm [Wed, 27 Mar 2013 14:19:18 +0100] rev 51551
tuned signature and module arrangement;
wenzelm [Wed, 27 Mar 2013 14:08:03 +0100] rev 51550
tuned;
wenzelm [Wed, 27 Mar 2013 11:54:53 +0100] rev 51549
tuned GUI;
haftmann [Wed, 27 Mar 2013 10:55:05 +0100] rev 51548
centralized various multiset operations in theory multiset;
more conversions between multisets and lists respectively
haftmann [Tue, 26 Mar 2013 22:09:39 +0100] rev 51547
avoid odd foundational terms after interpretation;
more uniform code setup