blanchet [Tue, 26 Oct 2010 11:31:03 +0200] rev 40160
merged
blanchet [Tue, 26 Oct 2010 11:21:08 +0200] rev 40159
merge
blanchet [Tue, 26 Oct 2010 11:11:23 +0200] rev 40158
clearer error messages
blanchet [Tue, 26 Oct 2010 11:10:00 +0200] rev 40157
renaming
wenzelm [Thu, 28 Oct 2010 15:06:47 +0200] rev 40156
back again to non-Apple font rendering (cf. 4977324373f2);
wenzelm [Thu, 28 Oct 2010 14:56:14 +0200] rev 40155
dock isabelle-session at bottom (again, cf. 37bdc2220cf8) to ensure that controls are fully visible;
wenzelm [Tue, 26 Oct 2010 16:56:07 +0200] rev 40154
disable broken popups for now;
wenzelm [Tue, 26 Oct 2010 15:57:16 +0200] rev 40153
tuned;
wenzelm [Tue, 26 Oct 2010 11:31:22 +0200] rev 40152
do not handle arbitrary exceptions;
wenzelm [Tue, 26 Oct 2010 11:23:27 +0200] rev 40151
merged
haftmann [Tue, 26 Oct 2010 11:20:14 +0200] rev 40150
Code_Runtime.trace
wenzelm [Tue, 26 Oct 2010 11:22:18 +0200] rev 40149
proper markup of uninterpreted ML text as @{ML_text}, not @{verbatim};
wenzelm [Tue, 26 Oct 2010 11:06:12 +0200] rev 40148
merged
blanchet [Tue, 26 Oct 2010 11:00:17 +0200] rev 40147
improved English
blanchet [Tue, 26 Oct 2010 10:59:28 +0200] rev 40146
whitespace tuning
blanchet [Tue, 26 Oct 2010 10:57:04 +0200] rev 40145
no need to encode theorem number twice in skolem names
blanchet [Tue, 26 Oct 2010 10:39:52 +0200] rev 40144
tuning
blanchet [Tue, 26 Oct 2010 09:40:20 +0200] rev 40143
make SML/NJ happy
bulwahn [Mon, 25 Oct 2010 21:17:16 +0200] rev 40142
relaxing the filtering condition for getting specifications from Spec_Rules
bulwahn [Mon, 25 Oct 2010 21:17:16 +0200] rev 40141
adding new predicate compiler files to the IsaMakefile
bulwahn [Mon, 25 Oct 2010 21:17:15 +0200] rev 40140
using mode_eq instead of op = for lookup in the predicate compiler
bulwahn [Mon, 25 Oct 2010 21:17:14 +0200] rev 40139
renaming split_modeT' to split_modeT
bulwahn [Mon, 25 Oct 2010 21:17:13 +0200] rev 40138
options as first argument to check functions
bulwahn [Mon, 25 Oct 2010 21:17:12 +0200] rev 40137
changing test parameters in examples to get to a result within the global timelimit
bulwahn [Mon, 25 Oct 2010 21:17:11 +0200] rev 40136
adding a global fixed timeout to quickcheck
bulwahn [Mon, 25 Oct 2010 21:17:10 +0200] rev 40135
adding a global time limit to the values command
wenzelm [Mon, 25 Oct 2010 22:47:02 +0200] rev 40134
explicit message_output thread, with flushing after timeout, ensure atomic user-operations without the danger of IO Interrupt;
eliminated auto_flush threads -- use plain line buffering for stdout/stderr;
tuned;
wenzelm [Mon, 25 Oct 2010 21:23:09 +0200] rev 40133
more explicit indication of Output.Private_Hooks (still public to accomodate clones of Proof General for now);
wenzelm [Mon, 25 Oct 2010 21:06:56 +0200] rev 40132
renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;
wenzelm [Mon, 25 Oct 2010 20:24:13 +0200] rev 40131
explicitly qualify type Output.output, which is a slightly odd internal feature;
wenzelm [Mon, 25 Oct 2010 16:52:20 +0200] rev 40130
export main ML entry by default;
observe elisp format for preferences;
clarified command setup;
wenzelm [Mon, 25 Oct 2010 16:41:23 +0200] rev 40129
observe Isabelle/ML coding standards;