wenzelm [Fri, 11 Dec 2009 23:29:18 +0100] rev 34780
more serious command line handling;
wenzelm [Fri, 11 Dec 2009 22:40:55 +0100] rev 34779
proper uninstall;
wenzelm [Fri, 11 Dec 2009 22:25:28 +0100] rev 34778
removed unused Session.prover_logic;
slightly more robust Session.start/stop;
added Session.create_id (formerly in Isabelle_System);
Change/Command/Proof_Document: uniform id value, not implicity creation;
eliminated Proof_Document.is_command_keyword -- plain method via explicit session;
wenzelm [Thu, 10 Dec 2009 22:15:19 +0100] rev 34777
class Session models full session, with or without prover process (cf. heaps, browser_info);
replaced Prover by Session, with a singleton instance in Isabelle plugin (shared by all active buffers);
misc cleanup of Session vs. Plugin instance;
eliminated Prover_Setup -- maintain mapping of JEditBuffer <-> Theory_View directly;
misc tuning and simplification;
wenzelm [Thu, 10 Dec 2009 14:23:28 +0100] rev 34776
tuned;
wenzelm [Thu, 10 Dec 2009 14:14:49 +0100] rev 34775
basic setup for HTML_Panel event handling;
wenzelm [Thu, 10 Dec 2009 13:47:50 +0100] rev 34774
install_fonts;
wenzelm [Tue, 08 Dec 2009 23:45:42 +0100] rev 34773
renamed "raw output" to "protocol";
renamed "results" to "output";