wenzelm [Sun, 18 Mar 2012 13:04:22 +0100] rev 47005
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
more explicit Context.generic for Name_Space.declare/define and derivatives (NB: naming changed after Proof_Context.init_global);
prefer Context.pretty in low-level operations of structure Sorts/Type (defer full Syntax.init_pretty until error output);
simplified signatures;
wenzelm [Sun, 18 Mar 2012 12:51:44 +0100] rev 47004
tuned;
wenzelm [Sun, 18 Mar 2012 10:28:31 +0100] rev 47003
tuned structure;
haftmann [Sun, 18 Mar 2012 08:57:45 +0100] rev 47002
comments for uniformity
wenzelm [Sat, 17 Mar 2012 23:55:03 +0100] rev 47001
proper naming of simprocs according to actual target context;
afford pervasive declaration which makes results available with qualified name from outside;
wenzelm [Sat, 17 Mar 2012 23:50:47 +0100] rev 47000
amended locale_declaration: avoid duplication of Local_Theory.target with global_morphism (cf. 57def0b39696) -- Haftmann-Wenzel Sandwich has 3 layers, not 4;
wenzelm [Sat, 17 Mar 2012 22:46:19 +0100] rev 46999
more precise syntax;
wenzelm [Sat, 17 Mar 2012 17:58:40 +0100] rev 46998
more antiquotations;
wenzelm [Sat, 17 Mar 2012 17:44:29 +0100] rev 46997
misc tuning to accomodate scala-2.10.0-M2;
wenzelm [Sat, 17 Mar 2012 17:36:10 +0100] rev 46996
include scala.xml as of scala-2.9.1.final/misc/scala-tool-support/jedit/modes/scala.xml -- seems to be missing in more recent distributions;