wenzelm [Thu, 14 Aug 2014 11:55:09 +0200] rev 57936
tuned signature;
wenzelm [Thu, 14 Aug 2014 11:51:17 +0200] rev 57935
localized method definitions (see also f14c1248d064);
wenzelm [Thu, 14 Aug 2014 10:48:40 +0200] rev 57934
tuned signature -- prefer self-contained user-space tool;
desharna [Thu, 14 Aug 2014 13:21:19 +0200] rev 57933
document property 'rel_map'
desharna [Thu, 14 Aug 2014 13:20:54 +0200] rev 57932
generate 'rel_map' theorem for BNFs
wenzelm [Wed, 13 Aug 2014 22:29:43 +0200] rev 57931
tuned;
wenzelm [Wed, 13 Aug 2014 20:43:19 +0200] rev 57930
merged
wenzelm [Wed, 13 Aug 2014 16:06:32 +0200] rev 57929
tuned signature -- proper Local_Theory.add_thms_dynamic;
wenzelm [Wed, 13 Aug 2014 14:57:03 +0200] rev 57928
transfer result of Global_Theory.add_thms_dynamic to context stack;
more accurate local aliases;
wenzelm [Wed, 13 Aug 2014 13:57:55 +0200] rev 57927
localized attribute definitions;
wenzelm [Wed, 13 Aug 2014 13:30:28 +0200] rev 57926
load local_theory.ML before attrib.ML, with subtle change of semantics due to canonical Local_Theory.map_contexts instead of private Local_Theory.map_top;
wenzelm [Wed, 13 Aug 2014 12:59:27 +0200] rev 57925
clarified terminology: first is top (amending d110b0d1bc12);
wenzelm [Wed, 13 Aug 2014 12:52:26 +0200] rev 57924
tuned whitespace;
wenzelm [Wed, 13 Aug 2014 10:46:14 +0200] rev 57923
tuned comments;
Andreas Lochbihler [Wed, 13 Aug 2014 17:17:51 +0200] rev 57922
add algebraic type class instances for Enum.finite* types
Andreas Lochbihler [Wed, 13 Aug 2014 14:57:16 +0200] rev 57921
Quickcheck_Types is no longer needed due to 51aa30c9ee4e
wenzelm [Tue, 12 Aug 2014 21:29:50 +0200] rev 57920
clarified focus and key handling -- more like SideKick;
avoid resetting input map with its potentially confusion propagation of key events to unrelated components, e.g. main text area or tree scrollbar;
wenzelm [Tue, 12 Aug 2014 20:42:39 +0200] rev 57919
merged
wenzelm [Tue, 12 Aug 2014 20:18:27 +0200] rev 57918
tuned signature according to Scala version -- prefer explicit argument;
wenzelm [Tue, 12 Aug 2014 18:54:53 +0200] rev 57917
tuned signature;
wenzelm [Tue, 12 Aug 2014 18:36:43 +0200] rev 57916
generic process wrapping in Prover;
clarified module arrangement;
wenzelm [Tue, 12 Aug 2014 17:28:07 +0200] rev 57915
more abstract Prover.System_Process, which allows to bypass Isabelle_System.Managed_Process;
wenzelm [Tue, 12 Aug 2014 16:20:09 +0200] rev 57914
allow hyperlinks without offset, just in case the prover emits such reports, despite Position.is_reported;
wenzelm [Tue, 12 Aug 2014 16:10:59 +0200] rev 57913
more frugal standard message properties;
wenzelm [Tue, 12 Aug 2014 15:46:20 +0200] rev 57912
tuned;
wenzelm [Tue, 12 Aug 2014 15:31:24 +0200] rev 57911
clarified Position.Identified: do not require range from prover, default to command position;
wenzelm [Tue, 12 Aug 2014 14:15:58 +0200] rev 57910
maintain Command_Range position as in ML;
wenzelm [Tue, 12 Aug 2014 13:18:17 +0200] rev 57909
more compact representation of special string values;
wenzelm [Tue, 12 Aug 2014 12:06:22 +0200] rev 57908
separate Java FX modules -- no need to include jfxrt.jar by default;
wenzelm [Tue, 12 Aug 2014 00:23:30 +0200] rev 57907
tuned signature;