Sat, 01 Mar 2014 09:34:08 +0100 earlier setup of transfer, without dependency on psychodelic interpretations
haftmann [Sat, 01 Mar 2014 09:34:08 +0100] rev 55817
earlier setup of transfer, without dependency on psychodelic interpretations
Sat, 01 Mar 2014 08:21:46 +0100 cursory polishing: tuned proofs, tuned symbols, tuned headings
haftmann [Sat, 01 Mar 2014 08:21:46 +0100] rev 55816
cursory polishing: tuned proofs, tuned symbols, tuned headings
Fri, 28 Feb 2014 22:56:15 +0100 merged
wenzelm [Fri, 28 Feb 2014 22:56:15 +0100] rev 55815
merged
Fri, 28 Feb 2014 22:42:56 +0100 tuned whitespace;
wenzelm [Fri, 28 Feb 2014 22:42:56 +0100] rev 55814
tuned whitespace; more symbols;
Fri, 28 Feb 2014 22:19:29 +0100 allow completion within a word (or symbol), like semantic completion;
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;
Fri, 28 Feb 2014 22:11:52 +0100 more regular buffer_range, despite 47e8c8daccae;
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);
Fri, 28 Feb 2014 17:54:52 +0100 load Metis a little later
traytel [Fri, 28 Feb 2014 17:54:52 +0100] rev 55811
load Metis a little later
Fri, 28 Feb 2014 22:00:13 +0100 made SML/NJ happier
traytel [Fri, 28 Feb 2014 22:00:13 +0100] rev 55810
made SML/NJ happier
Fri, 28 Feb 2014 18:11:11 +0100 merged
nipkow [Fri, 28 Feb 2014 18:11:11 +0100] rev 55809
merged
Fri, 28 Feb 2014 18:11:02 +0100 added Rene Thiemann's patch for the nonterminating equality/subset test code for multisets
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
Fri, 28 Feb 2014 18:09:37 +0100 added function "List.extract"
nipkow [Fri, 28 Feb 2014 18:09:37 +0100] rev 55807
added function "List.extract"
Fri, 28 Feb 2014 17:31:19 +0100 explicit link to Z3 license;
wenzelm [Fri, 28 Feb 2014 17:31:19 +0100] rev 55806
explicit link to Z3 license;
Fri, 28 Feb 2014 15:20:18 +0100 recovered minimal README from 30de372ca56f;
wenzelm [Fri, 28 Feb 2014 15:20:18 +0100] rev 55805
recovered minimal README from 30de372ca56f;
Thu, 27 Feb 2014 22:46:29 +0100 adapt examples to new intermediate typedef
traytel [Thu, 27 Feb 2014 22:46:29 +0100] rev 55804
adapt examples to new intermediate typedef
Tue, 25 Feb 2014 18:14:26 +0100 joint work with blanchet: intermediate typedef for the input to fp-operations
traytel [Tue, 25 Feb 2014 18:14:26 +0100] rev 55803
joint work with blanchet: intermediate typedef for the input to fp-operations
Fri, 28 Feb 2014 12:04:40 +0100 prefer abstract datatype -- in accordance to ML version;
wenzelm [Fri, 28 Feb 2014 12:04:40 +0100] rev 55802
prefer abstract datatype -- in accordance to ML version;
Fri, 28 Feb 2014 11:58:26 +0100 tuned data structure;
wenzelm [Fri, 28 Feb 2014 11:58:26 +0100] rev 55801
tuned data structure;
Fri, 28 Feb 2014 11:50:54 +0100 tuned;
wenzelm [Fri, 28 Feb 2014 11:50:54 +0100] rev 55800
tuned;
Fri, 28 Feb 2014 11:48:14 +0100 tuned comment;
wenzelm [Fri, 28 Feb 2014 11:48:14 +0100] rev 55799
tuned comment;
Fri, 28 Feb 2014 11:46:54 +0100 tuned signature;
wenzelm [Fri, 28 Feb 2014 11:46:54 +0100] rev 55798
tuned signature;
Fri, 28 Feb 2014 11:13:25 +0100 tuned errors -- in accordance to Scala version;
wenzelm [Fri, 28 Feb 2014 11:13:25 +0100] rev 55797
tuned errors -- in accordance to Scala version;
Fri, 28 Feb 2014 10:50:54 +0100 tuned errors -- in accordance to ML antiquotations;
wenzelm [Fri, 28 Feb 2014 10:50:54 +0100] rev 55796
tuned errors -- in accordance to ML antiquotations;
Fri, 28 Feb 2014 10:40:04 +0100 more explicit method reports;
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);
Thu, 27 Feb 2014 21:36:40 +0100 merged
wenzelm [Thu, 27 Feb 2014 21:36:40 +0100] rev 55794
merged
Thu, 27 Feb 2014 21:31:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:31:58 +0100] rev 55793
tuned whitespace; tuned proofs;
Thu, 27 Feb 2014 21:27:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:27:58 +0100] rev 55792
tuned whitespace; modernized theory setup;
Thu, 27 Feb 2014 21:02:09 +0100 clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits;
wenzelm [Thu, 27 Feb 2014 21:02:09 +0100] rev 55791
clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits; clarified asynchronous event propagation: determine buffers where they are actually accessed; tuned signature;
Thu, 27 Feb 2014 17:56:59 +0100 simplified rendering -- no need to over-emphasize "token_range";
wenzelm [Thu, 27 Feb 2014 17:56:59 +0100] rev 55790
simplified rendering -- no need to over-emphasize "token_range";
Thu, 27 Feb 2014 17:39:20 +0100 modernized theory setup;
wenzelm [Thu, 27 Feb 2014 17:39:20 +0100] rev 55789
modernized theory setup;
Thu, 27 Feb 2014 17:29:58 +0100 store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
wenzelm [Thu, 27 Feb 2014 17:29:58 +0100] rev 55788
store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing; integrity check of SHA1 digests produced in Scala vs. ML; tuned signature;
Thu, 27 Feb 2014 17:24:46 +0100 more symbols;
wenzelm [Thu, 27 Feb 2014 17:24:46 +0100] rev 55787
more symbols;
Thu, 27 Feb 2014 17:24:16 +0100 more symbol abbrevs to support HOL library maintenance;
wenzelm [Thu, 27 Feb 2014 17:24:16 +0100] rev 55786
more symbol abbrevs to support HOL library maintenance;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 tip