wenzelm [Sun, 13 Sep 2009 14:34:50 +0200] rev 34725
avoid fractional font metrics, which produces bad antialiasing with reletively new versions of jedit and java;
wenzelm [Tue, 08 Sep 2009 22:38:01 +0200] rev 34724
Prover: keep command_change/document_change event buses here, not in ProofDocument, Command, State, Plugin;
TheoryView: simplified change_receiver, only for local purposes (via command_change);
Accumulator: message requires explicit prover context for now;
wenzelm [Mon, 07 Sep 2009 23:54:53 +0200] rev 34723
tuned;
wenzelm [Mon, 07 Sep 2009 23:42:20 +0200] rev 34722
tuned;
wenzelm [Mon, 07 Sep 2009 23:23:59 +0200] rev 34721
Prover: just one actor -- single message dispatch;
simplified states/commands/document_versions: immutable data;
wenzelm [Mon, 07 Sep 2009 22:17:51 +0200] rev 34720
modernized Event_Bus -- based on actors;
simplified Prover.keyword_decls/command_decls/completion: immutable data, eliminated decl_info;
eliminated Prover.output_info;
tuned;
wenzelm [Mon, 07 Sep 2009 21:09:26 +0200] rev 34719
eliminated ProverEvents.Activate -- handle "ready" within Prover;
tuned prover setup;
tuned;
immler@in.tum.de [Mon, 07 Sep 2009 13:52:36 +0200] rev 34718
corrected order
wenzelm [Sun, 06 Sep 2009 22:27:32 +0200] rev 34717
sidekick root data: set buffer length to avoid crash of initial caret move;
separate Markup_Node, Markup_Tree, Markup_Text;
added Markup_Text.flatten;
Command.type_at: null-free version;
eliminated Command.RootInfo;
simplified printing of TypeInfo, RefInfo;
added Command.content(Int, Int);
wenzelm [Sun, 06 Sep 2009 16:21:01 +0200] rev 34716
tuned color (PG 4.0);
wenzelm [Sun, 06 Sep 2009 15:43:02 +0200] rev 34715
treat all messages except status as results;
report ignored status reports;
invoke command.changed only for actual change;
tuned;
wenzelm [Sun, 06 Sep 2009 15:31:25 +0200] rev 34714
tuned;
wenzelm [Sun, 06 Sep 2009 15:05:35 +0200] rev 34713
tuned;
wenzelm [Sun, 06 Sep 2009 14:55:25 +0200] rev 34712
replaced find_command_at by command_at -- null-free, proper Option;
tuned;