wenzelm [Tue, 07 Sep 2010 17:34:28 +0200] rev 39174
Document_View: some markup for main inner syntax categories;
wenzelm [Tue, 07 Sep 2010 16:51:28 +0200] rev 39173
Command.State.accumulate: check actual source range;
wenzelm [Tue, 07 Sep 2010 16:40:30 +0200] rev 39172
Isar_Document.reported_positions: slightly more robust treatment of positions outside the command range, notably parsing beyond EOF;
wenzelm [Tue, 07 Sep 2010 16:08:29 +0200] rev 39171
highlight bad range of nested error (here from inner parsing);
wenzelm [Tue, 07 Sep 2010 15:03:59 +0200] rev 39170
Isar_Document.reported_positions: exclude proof state output;
wenzelm [Tue, 07 Sep 2010 14:53:05 +0200] rev 39169
Document_View: less aggressive background coloring, departing from classic PG highlighting;
tuned colors;
wenzelm [Tue, 07 Sep 2010 14:08:21 +0200] rev 39168
report token range after inner parse error -- often provides important clues about misunderstanding concerning lexical phase;
tuned color;
wenzelm [Tue, 07 Sep 2010 13:16:45 +0200] rev 39167
slightly more robust Plugin.stop -- components might refer to Isabelle.system even after shutdown;
wenzelm [Mon, 06 Sep 2010 22:58:06 +0200] rev 39166
turned show_hyps and show_tags into proper configuration option;
wenzelm [Mon, 06 Sep 2010 22:31:54 +0200] rev 39165
discontinued obsolete ProofContext.prems_limit;
simplified command setup for 'pr' etc.;
wenzelm [Mon, 06 Sep 2010 22:08:49 +0200] rev 39164
ML_Context.thm and ML_Context.thms no longer pervasive;
wenzelm [Mon, 06 Sep 2010 21:33:19 +0200] rev 39163
more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;