wenzelm [Fri, 02 Aug 2013 11:51:21 +0200] rev 52846
dockable window for "find" dialog (GUI only);
wenzelm [Fri, 02 Aug 2013 11:50:38 +0200] rev 52845
tuned;
traytel [Fri, 02 Aug 2013 22:36:31 +0200] rev 52844
more robust tactics (don't use unfolding when RHS might contain schematics not contained on the LHS)
blanchet [Fri, 02 Aug 2013 21:52:45 +0200] rev 52843
more (co)datatype docs
nipkow [Fri, 02 Aug 2013 19:21:34 +0200] rev 52842
tuned exercises
blanchet [Fri, 02 Aug 2013 19:10:10 +0200] rev 52841
more (co)datatype documentation
blanchet [Fri, 02 Aug 2013 17:56:44 +0200] rev 52840
more (co)datatype documentation
traytel [Fri, 02 Aug 2013 12:08:55 +0200] rev 52839
store relator induction in fp_result
wenzelm [Thu, 01 Aug 2013 23:25:14 +0200] rev 52838
merged
wenzelm [Thu, 01 Aug 2013 23:10:46 +0200] rev 52837
optional static analysis for Poly/ML 5.5.x;
wenzelm [Thu, 01 Aug 2013 22:47:52 +0200] rev 52836
exception trace for Poly/ML 5.5.1, using regular Isabelle output;
wenzelm [Thu, 01 Aug 2013 22:20:07 +0200] rev 52835
recode utf8 for ML, as done in feeder.pl;
wenzelm [Thu, 01 Aug 2013 22:19:32 +0200] rev 52834
more explicit read-only non-TTY mode;
wenzelm [Thu, 01 Aug 2013 22:05:49 +0200] rev 52833
clarified options;
wenzelm [Thu, 01 Aug 2013 21:56:43 +0200] rev 52832
specific startup script for Poly/ML 5.5.1, taking advantage of some of its new options;
wenzelm [Thu, 01 Aug 2013 21:09:28 +0200] rev 52831
tuned;
wenzelm [Thu, 01 Aug 2013 20:45:49 +0200] rev 52830
test recent polyml-svn, which is becoming polyml-5.5.1;
blanchet [Thu, 01 Aug 2013 22:37:04 +0200] rev 52829
minor doc fixes
blanchet [Thu, 01 Aug 2013 22:28:49 +0200] rev 52828
more (co)datatype docs
blanchet [Thu, 01 Aug 2013 18:13:31 +0200] rev 52827
more (co)datatype documentation
kleing [Thu, 01 Aug 2013 16:53:03 +0200] rev 52826
merged
kleing [Thu, 01 Aug 2013 16:52:28 +0200] rev 52825
removed duplicate lemma
blanchet [Thu, 01 Aug 2013 15:50:16 +0200] rev 52824
more (co)datatype documentation
blanchet [Thu, 01 Aug 2013 14:22:21 +0200] rev 52823
tuning
blanchet [Thu, 01 Aug 2013 14:22:10 +0200] rev 52822
more (co)datatype docs
wenzelm [Thu, 01 Aug 2013 00:18:45 +0200] rev 52821
tuned proof;
wenzelm [Wed, 31 Jul 2013 23:41:32 +0200] rev 52820
recovered "\<phi>\<^isub>i" from 0b02aaf7c7c5;
wenzelm [Wed, 31 Jul 2013 22:15:17 +0200] rev 52819
proper border (again) -- avoid NPE on Windows;
uniform non-opaqueness -- relevant for Windows L&F;
wenzelm [Wed, 31 Jul 2013 21:53:33 +0200] rev 52818
NEWS;
wenzelm [Wed, 31 Jul 2013 21:49:29 +0200] rev 52817
added home-made tooltips;
tuned signature;
wenzelm [Wed, 31 Jul 2013 21:13:05 +0200] rev 52816
home-grown mouse handling to pretend that the painted checkbox is actually a Swing component;
tuned signature;
wenzelm [Wed, 31 Jul 2013 19:59:14 +0200] rev 52815
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
just one module for Isabelle/jEdit actions;
nipkow [Wed, 31 Jul 2013 18:08:12 +0200] rev 52814
added Getting Started text
traytel [Wed, 31 Jul 2013 16:50:41 +0200] rev 52813
more robust tactic
wenzelm [Wed, 31 Jul 2013 15:24:07 +0200] rev 52812
merged
wenzelm [Wed, 31 Jul 2013 13:00:42 +0200] rev 52811
clarified priority of "skipped" proofs, which might take long but do not produce relevant information (potential conflict of quick interactive feedback vs. performance in batch mode);
wenzelm [Wed, 31 Jul 2013 12:46:53 +0200] rev 52810
simplified / clarified execution priority: auto prints << 0, proofs < 0, eval = 0, print_state = 1;
wenzelm [Wed, 31 Jul 2013 12:31:10 +0200] rev 52809
paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
wenzelm [Wed, 31 Jul 2013 12:14:13 +0200] rev 52808
allow explicit indication of required node: full eval, no prints;
wenzelm [Wed, 31 Jul 2013 10:54:37 +0200] rev 52807
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
blanchet [Wed, 31 Jul 2013 13:40:57 +0200] rev 52806
more work on (co)datatype docs
blanchet [Wed, 31 Jul 2013 11:28:59 +0200] rev 52805
more (co)datatype documentation
wenzelm [Tue, 30 Jul 2013 23:17:26 +0200] rev 52804
merged
wenzelm [Tue, 30 Jul 2013 23:16:17 +0200] rev 52803
tuned proofs;
wenzelm [Tue, 30 Jul 2013 22:43:11 +0200] rev 52802
more uniform border;
wenzelm [Tue, 30 Jul 2013 22:31:34 +0200] rev 52801
proper PIDE markup for codegen arguments;
wenzelm [Tue, 30 Jul 2013 21:22:37 +0200] rev 52800
less aggressive flushing: cope with massive amounts of protocol messages, e.g. from threads_trace;
propagate flush from ML to Scala via special protocol message;
more formal type Message_Channel.message;
wenzelm [Tue, 30 Jul 2013 19:53:06 +0200] rev 52799
tuned -- more uniform ML vs. Scala;