wenzelm [Tue, 16 Oct 2012 21:30:52 +0200] rev 49869
support for more informative errors in lazy enumerations;
wenzelm [Tue, 16 Oct 2012 21:26:36 +0200] rev 49868
more informative errors for 'also' and 'finally';
wenzelm [Tue, 16 Oct 2012 20:35:24 +0200] rev 49867
tuned messages;
wenzelm [Tue, 16 Oct 2012 20:23:00 +0200] rev 49866
more proof method text position information;
wenzelm [Tue, 16 Oct 2012 17:47:23 +0200] rev 49865
clarified defer/prefer: more specific errors;
wenzelm [Tue, 16 Oct 2012 16:50:03 +0200] rev 49864
updated Toplevel.proofs;
wenzelm [Tue, 16 Oct 2012 15:14:12 +0200] rev 49863
more informative errors for 'proof' and 'apply' steps;
more Seq.result operations;
wenzelm [Tue, 16 Oct 2012 15:02:49 +0200] rev 49862
more friendly handling of Pure.thy bootstrap errors;
wenzelm [Tue, 16 Oct 2012 14:14:37 +0200] rev 49861
more informative error for stand-alone 'qed';
wenzelm [Tue, 16 Oct 2012 14:02:02 +0200] rev 49860
further attempts to unify/simplify goal output;
wenzelm [Tue, 16 Oct 2012 13:06:40 +0200] rev 49859
more informative error messages of initial/terminal proof methods;
more systematic support for sequences with embedded errors;
tuned Seq.maps;
wenzelm [Mon, 15 Oct 2012 19:03:02 +0200] rev 49858
merged
bulwahn [Mon, 15 Oct 2012 16:18:48 +0200] rev 49857
setcomprehension_pointfree simproc also works for set comprehension without an equation
wenzelm [Mon, 15 Oct 2012 15:43:12 +0200] rev 49856
tuned message -- avoid extra blank lines;
wenzelm [Mon, 15 Oct 2012 15:28:56 +0200] rev 49855
updated to polyml-5.5.0 which reduces chance of HOL-IMP failure (although it is hard to reproduce anyway);
Markus Kaiser <markus.kaiser@in.tum.de> [Sun, 14 Oct 2012 21:02:14 +0200] rev 49854
store colors after build
bulwahn [Sun, 14 Oct 2012 19:16:39 +0200] rev 49853
adding further test cases for the set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:35 +0200] rev 49852
refined tactic in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:33 +0200] rev 49851
adding further test cases to check new functionality of the simproc; strengthened test cases to check the success of the simproc more faithfully
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49850
adding postprocessing of computed pointfree expression in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49849
extending the setcomprehension_pointfree simproc to handle nesting disjunctions, conjunctions and negations (with contributions from Rafal Kolanski, NICTA); tuned
wenzelm [Sat, 13 Oct 2012 21:09:20 +0200] rev 49848
more informative error of initial/terminal proof steps;
wenzelm [Sat, 13 Oct 2012 19:53:04 +0200] rev 49847
some attempts to unify/simplify pretty_goal;
wenzelm [Sat, 13 Oct 2012 18:04:11 +0200] rev 49846
refined Proof.the_finished_goal with more informative error;
more permissive Method.all_assm_tac: do not insist in solving by assumption here to postpone failure;
clarified Method.finish_text: no Thm.no_prems filtering here to postpone failure;
wenzelm [Sat, 13 Oct 2012 16:19:16 +0200] rev 49845
tuned signature;
wenzelm [Sat, 13 Oct 2012 00:08:36 +0200] rev 49844
improved adhoc height for small fonts;
wenzelm [Fri, 12 Oct 2012 23:38:48 +0200] rev 49843
further refinement of jEdit line range, avoiding lack of final \n;
wenzelm [Fri, 12 Oct 2012 22:53:20 +0200] rev 49842
more uniform tooltip color;
wenzelm [Fri, 12 Oct 2012 22:10:45 +0200] rev 49841
more NEWS;
wenzelm [Fri, 12 Oct 2012 21:51:25 +0200] rev 49840
merged