wenzelm [Wed, 12 Mar 2014 17:02:05 +0100] rev 56065
more explicit markup and explanation of the improper status of 'back', following the AFP style-guide;
wenzelm [Wed, 12 Mar 2014 16:43:17 +0100] rev 56064
clarified Markup.operator vs. Markup.delimiter;
tuned color;
wenzelm [Wed, 12 Mar 2014 16:11:47 +0100] rev 56063
more explicit markup for Token.Literal;
Markup.quasi_keyword for Parse.$$$ -- it is used within Args.syntax as well;
Markup.operator for name of Args.syntax, to override outer keywords like "where";
tuned signature;
wenzelm [Wed, 12 Mar 2014 14:37:14 +0100] rev 56062
tuned signature;
wenzelm [Wed, 12 Mar 2014 14:23:26 +0100] rev 56061
modernized setup;
wenzelm [Wed, 12 Mar 2014 14:22:51 +0100] rev 56060
tuned;
wenzelm [Wed, 12 Mar 2014 14:17:13 +0100] rev 56059
some document antiquotations for Isabelle/jEdit elements;
modernized theory setup;
wenzelm [Wed, 12 Mar 2014 12:18:41 +0100] rev 56058
merged
wenzelm [Wed, 12 Mar 2014 10:42:28 +0100] rev 56057
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
clarified sublocale_global: proper Local_Theory.exit (see also 8fe7414f00b1);
wenzelm [Tue, 11 Mar 2014 22:49:28 +0100] rev 56056
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
wenzelm [Tue, 11 Mar 2014 21:58:41 +0100] rev 56055
slightly more rubust (and opportunistic) exit for old-fashioned theory_to_proof, which is used by global 'sublocale' with Named_Target.init but without proper exit;
wenzelm [Tue, 11 Mar 2014 18:36:17 +0100] rev 56054
more standard internal data integrity;
wenzelm [Tue, 11 Mar 2014 18:26:47 +0100] rev 56053
tables with changes relative to some common base version -- support for efficient join/merge of big global tables with small local updates;
wenzelm [Tue, 11 Mar 2014 14:28:39 +0100] rev 56052
tuned signature;