wenzelm [Sat, 01 Mar 2014 18:33:49 +0100] rev 55824
tuned;
wenzelm [Sat, 01 Mar 2014 16:34:30 +0100] rev 55823
font size change with delay, to avoid GUI lagging behind user input;
wenzelm [Sat, 01 Mar 2014 15:58:47 +0100] rev 55822
incorporate chunk range that is 1 off end-of-input, for improved error positions (NB: command spans are tight, without trailing whitespace);
tuned signature;
wenzelm [Sat, 01 Mar 2014 13:05:46 +0100] rev 55821
more symbols, less parentheses;
wenzelm [Sat, 01 Mar 2014 12:07:26 +0100] rev 55820
tuned signature -- more explicit Document.Elements;
traytel [Sat, 01 Mar 2014 20:40:31 +0100] rev 55819
made SML/NJ happier
haftmann [Sat, 01 Mar 2014 17:08:39 +0100] rev 55818
more precise imports;
avoid duplicated simp rules in fact collections;
dropped redundancy
haftmann [Sat, 01 Mar 2014 09:34:08 +0100] rev 55817
earlier setup of transfer, without dependency on psychodelic interpretations
haftmann [Sat, 01 Mar 2014 08:21:46 +0100] rev 55816
cursory polishing: tuned proofs, tuned symbols, tuned headings
wenzelm [Fri, 28 Feb 2014 22:56:15 +0100] rev 55815
merged
wenzelm [Fri, 28 Feb 2014 22:42:56 +0100] rev 55814
tuned whitespace;
more symbols;
wenzelm [Fri, 28 Feb 2014 22:19:29 +0100] rev 55813
allow completion within a word (or symbol), like semantic completion;
no special treatment for History_Text_Field, due to lack of active range rendering;
wenzelm [Fri, 28 Feb 2014 22:11:52 +0100] rev 55812
more regular buffer_range, despite 47e8c8daccae;
more robust invalidate_range, which is relevant when editing at the end of the buffer (NB: last line offset by be outside actual buffer length);
traytel [Fri, 28 Feb 2014 17:54:52 +0100] rev 55811
load Metis a little later
traytel [Fri, 28 Feb 2014 22:00:13 +0100] rev 55810
made SML/NJ happier
nipkow [Fri, 28 Feb 2014 18:11:11 +0100] rev 55809
merged
nipkow [Fri, 28 Feb 2014 18:11:02 +0100] rev 55808
added Rene Thiemann's patch for the nonterminating equality/subset test code for multisets
nipkow [Fri, 28 Feb 2014 18:09:37 +0100] rev 55807
added function "List.extract"
wenzelm [Fri, 28 Feb 2014 17:31:19 +0100] rev 55806
explicit link to Z3 license;
wenzelm [Fri, 28 Feb 2014 15:20:18 +0100] rev 55805
recovered minimal README from 30de372ca56f;
traytel [Thu, 27 Feb 2014 22:46:29 +0100] rev 55804
adapt examples to new intermediate typedef
traytel [Tue, 25 Feb 2014 18:14:26 +0100] rev 55803
joint work with blanchet: intermediate typedef for the input to fp-operations
wenzelm [Fri, 28 Feb 2014 12:04:40 +0100] rev 55802
prefer abstract datatype -- in accordance to ML version;
wenzelm [Fri, 28 Feb 2014 11:58:26 +0100] rev 55801
tuned data structure;
wenzelm [Fri, 28 Feb 2014 11:50:54 +0100] rev 55800
tuned;
wenzelm [Fri, 28 Feb 2014 11:48:14 +0100] rev 55799
tuned comment;
wenzelm [Fri, 28 Feb 2014 11:46:54 +0100] rev 55798
tuned signature;
wenzelm [Fri, 28 Feb 2014 11:13:25 +0100] rev 55797
tuned errors -- in accordance to Scala version;
wenzelm [Fri, 28 Feb 2014 10:50:54 +0100] rev 55796
tuned errors -- in accordance to ML antiquotations;
wenzelm [Fri, 28 Feb 2014 10:40:04 +0100] rev 55795
more explicit method reports;
avoid combinator parsers with observable effect -- unreliable due to backtracking (Scan.FAIL) and incremental input (Scan.MORE);
wenzelm [Thu, 27 Feb 2014 21:36:40 +0100] rev 55794
merged
wenzelm [Thu, 27 Feb 2014 21:31:58 +0100] rev 55793
tuned whitespace;
tuned proofs;