wenzelm [Tue, 27 Jan 2009 19:52:56 +0100] rev 34505
ProofDocument: pass is_command_keyword directly, not via full-blown Prover object;
wenzelm [Tue, 27 Jan 2009 19:41:44 +0100] rev 34504
eliminated Prover.start -- part of main constructor;
wenzelm [Tue, 27 Jan 2009 19:27:59 +0100] rev 34503
tuned whitespace;
wenzelm [Tue, 27 Jan 2009 18:58:16 +0100] rev 34502
added Isabelle.default_logic;
wenzelm [Tue, 27 Jan 2009 18:53:12 +0100] rev 34501
beginnings of global document state;
wenzelm [Tue, 27 Jan 2009 18:16:24 +0100] rev 34500
state_results: separate buffer for messages from running command;
result_document: append all messages;
misc tuning;
wenzelm [Tue, 27 Jan 2009 18:15:11 +0100] rev 34499
misc tuning;
wenzelm [Tue, 27 Jan 2009 17:22:55 +0100] rev 34498
Prover.start: determine logic in one place;
wenzelm [Tue, 27 Jan 2009 16:16:55 +0100] rev 34497
more explicit indication of mutable collections;
wenzelm [Tue, 20 Jan 2009 23:13:54 +0100] rev 34496
renamed getNextCommandContaining to find_command_at;
more de-camelization;
wenzelm [Tue, 20 Jan 2009 22:55:45 +0100] rev 34495
Command: added name field and toString;
wenzelm [Tue, 20 Jan 2009 22:30:54 +0100] rev 34494
misc tuning -- de-camelization;
wenzelm [Tue, 20 Jan 2009 22:29:56 +0100] rev 34493
case class Changed;
wenzelm [Tue, 20 Jan 2009 22:29:41 +0100] rev 34492
Token: plain val kind;
wenzelm [Tue, 20 Jan 2009 20:32:04 +0100] rev 34491
Command: turned content into plain val;
wenzelm [Tue, 20 Jan 2009 20:05:21 +0100] rev 34490
use Symbol.Interpretation from IsabelleSystem instance;