wenzelm [Sat, 25 Jun 2011 18:24:52 +0200] rev 43549
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm [Sat, 25 Jun 2011 18:15:36 +0200] rev 43548
type classes: entity markup instead of old-style token markup;
wenzelm [Sat, 25 Jun 2011 17:17:49 +0200] rev 43547
clarified Binding.pretty/print: no quotes, only markup -- Binding.str_of is rendered obsolete;
wenzelm [Sat, 25 Jun 2011 15:08:58 +0200] rev 43546
clarified Binding.str_of/print: show full prefix + qualifier, which is relevant for print_locale, for example;
discontinued unused Binding.qualified_name_of;
wenzelm [Sat, 25 Jun 2011 15:02:12 +0200] rev 43545
produce string constant directly;
wenzelm [Sat, 25 Jun 2011 14:28:43 +0200] rev 43544
merged
ballarin [Sat, 25 Jun 2011 12:19:54 +0200] rev 43543
While reading equations of an interpretation, already allow syntax provided by the interpretation base.
wenzelm [Sat, 25 Jun 2011 14:25:10 +0200] rev 43542
removed very slow proof of unnamed/unused theorem from HOL/Quickcheck_Narrowing.thy (cf. 2dee03f192b7) -- can take seconds for main HOL and minutes for HOL-Proofs;
wenzelm [Sat, 25 Jun 2011 12:57:46 +0200] rev 43541
clarified java.ext.dirs: putting Isabelle extensions first makes it work miraculously even on Cygwin with Java in "C:\Program Files\..." (with spaces in file name);
wenzelm [Sat, 25 Jun 2011 12:54:32 +0200] rev 43540
CLASSPATH already converted in isabelle java wrapper;