wenzelm [Fri, 01 Jan 2010 22:20:54 +0100] rev 34829
tuned;
wenzelm [Fri, 01 Jan 2010 22:11:32 +0100] rev 34828
misc tuning;
wenzelm [Fri, 01 Jan 2010 21:53:00 +0100] rev 34827
tuned Change: eliminated redundant copy of document id;
wenzelm [Fri, 01 Jan 2010 21:45:26 +0100] rev 34826
eliminated redundant session documents database;
tuned;
wenzelm [Fri, 01 Jan 2010 21:37:37 +0100] rev 34825
use isabelle.Future;
tuned;
wenzelm [Fri, 01 Jan 2010 17:29:35 +0100] rev 34824
renamed current_document to recent_document (might be a bit older than current_change);
Change: explicit future value of Document.Change instead of implicit lookup in Session database;
Document_Model: apply Document.text_edits here (as future);
wenzelm [Fri, 01 Jan 2010 14:41:25 +0100] rev 34823
renamed Proof_Document to Document;
wenzelm [Thu, 31 Dec 2009 23:48:18 +0100] rev 34822
tuned dialog;
wenzelm [Thu, 31 Dec 2009 01:03:39 +0100] rev 34821
improved dialog;
wenzelm [Thu, 31 Dec 2009 00:38:15 +0100] rev 34820
basic setup for synchronous / modal (!) prover startup;
wenzelm [Wed, 30 Dec 2009 21:57:29 +0100] rev 34819
tuned signature;
wenzelm [Wed, 30 Dec 2009 21:34:33 +0100] rev 34818
register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;
wenzelm [Wed, 30 Dec 2009 20:26:08 +0100] rev 34817
tuned signature of isabelle.Position;
wenzelm [Wed, 30 Dec 2009 20:18:50 +0100] rev 34816
maintain generic session entities -- cover commands, states, etc. (but not yet documents);
wenzelm [Wed, 30 Dec 2009 19:58:22 +0100] rev 34815
unified Command and Command_State, eliminated separate Accumulator;
Command.finish_static: idempotent transition from static to dynamic mode, taking snapshot of final state (which will never change later);