huffman [Sat, 04 Sep 2010 07:35:56 -0700] rev 39144
add lemma cont2cont_split_simple
huffman [Sat, 04 Sep 2010 07:26:34 -0700] rev 39143
add List_Cpo.thy to HOLCF/Library
haftmann [Sat, 04 Sep 2010 21:10:48 +0200] rev 39142
dropped names from serializer interface
haftmann [Sat, 04 Sep 2010 21:10:39 +0200] rev 39141
added more explicit warning
wenzelm [Mon, 06 Sep 2010 00:08:47 +0200] rev 39140
ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;
wenzelm [Sun, 05 Sep 2010 23:31:12 +0200] rev 39139
use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
wenzelm [Sun, 05 Sep 2010 23:26:16 +0200] rev 39138
use setmp_noncritical for sequential Pure bootstrap;
wenzelm [Sun, 05 Sep 2010 23:16:21 +0200] rev 39137
turned show_brackets into proper configuration option;
Sign.certify/type_check: dropped Syntax.pp_show_brackets, which is hard to hold up due to Pretty.pp and not even present in the regular end-user type check;
wenzelm [Sun, 05 Sep 2010 22:23:48 +0200] rev 39136
Syntax.standard_parse_term: eliminated redundant Pretty.pp;
wenzelm [Sun, 05 Sep 2010 22:15:50 +0200] rev 39135
structure Syntax: define "interfaces" before actual implementations;
wenzelm [Sun, 05 Sep 2010 21:41:24 +0200] rev 39134
turned show_sorts/show_types into proper configuration options;
wenzelm [Sun, 05 Sep 2010 19:47:40 +0200] rev 39133
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
wenzelm [Sat, 04 Sep 2010 22:36:42 +0200] rev 39132
refined treatment of multi-line subexpressions;
wenzelm [Sat, 04 Sep 2010 22:00:25 +0200] rev 39131
basic support for subexpression highlighting (see also gatchan.jedit.hyperlinks.HyperlinkManager/HyperlinkTextAreaPainter);