wenzelm [Wed, 03 Jul 2013 23:02:00 +0200] rev 52516
more exception handling -- make print functions total;
wenzelm [Wed, 03 Jul 2013 22:30:33 +0200] rev 52515
more print function parameters;
check command_visible statically in assignment, instead of dynamically in execution;
wenzelm [Wed, 03 Jul 2013 21:55:15 +0200] rev 52514
tuned;
wenzelm [Wed, 03 Jul 2013 21:38:10 +0200] rev 52513
discontinued odd workaround for some old Poly/ML, which is still supported but of little practical relevance;
wenzelm [Wed, 03 Jul 2013 21:32:58 +0200] rev 52512
tuned;
wenzelm [Wed, 03 Jul 2013 17:50:47 +0200] rev 52511
allow multiple print functions;
wenzelm [Wed, 03 Jul 2013 16:58:35 +0200] rev 52510
tuned signature;
wenzelm [Wed, 03 Jul 2013 16:19:57 +0200] rev 52509
tuned signature;
wenzelm [Wed, 03 Jul 2013 15:19:36 +0200] rev 52508
tuned;
wenzelm [Wed, 03 Jul 2013 15:11:15 +0200] rev 52507
tuned signature;
traytel [Wed, 03 Jul 2013 20:41:41 +0200] rev 52506
use long goal format in rel_induct theorem
traytel [Wed, 03 Jul 2013 16:53:27 +0200] rev 52505
share some code between codatatypes, datatypes and eventually prim(co)rec
nipkow [Wed, 03 Jul 2013 16:07:00 +0200] rev 52504
tuned names
wenzelm [Tue, 02 Jul 2013 20:47:32 +0200] rev 52503
tuned;
wenzelm [Tue, 02 Jul 2013 19:25:33 +0200] rev 52502
allow choice of target directory (again, see also 58e2d0cd81ae);
wenzelm [Tue, 02 Jul 2013 17:10:44 +0200] rev 52501
postinstall: recover Cygwin permissions;
wenzelm [Tue, 02 Jul 2013 15:30:53 +0200] rev 52500
clarified initial cd;
wenzelm [Tue, 02 Jul 2013 14:48:01 +0200] rev 52499
clarified Proofterm.proofs vs. Goal.skip_proofs;
wenzelm [Mon, 01 Jul 2013 15:08:29 +0200] rev 52498
clarified focus after dismiss;
wenzelm [Mon, 01 Jul 2013 15:05:18 +0200] rev 52497
tuned signature;
wenzelm [Mon, 01 Jul 2013 14:56:10 +0200] rev 52496
avoid repeated window popup when the mouse is moved over the same content (again, see also cb677987b7e3 and 0a1db0d02628);
wenzelm [Mon, 01 Jul 2013 14:37:31 +0200] rev 52495
more robust delayed invocation;
wenzelm [Mon, 01 Jul 2013 14:30:56 +0200] rev 52494
clarified tooltip timing of pending event and active state;
wenzelm [Mon, 01 Jul 2013 13:39:27 +0200] rev 52493
less intrusive border, notably on windows;
wenzelm [Mon, 01 Jul 2013 13:32:26 +0200] rev 52492
tighten tooltip size;
wenzelm [Mon, 01 Jul 2013 12:01:24 +0200] rev 52491
visually explicit focus (behaviour dependent on platform and look-and-feel);
wenzelm [Sun, 30 Jun 2013 12:40:55 +0200] rev 52490
tuned;
wenzelm [Sun, 30 Jun 2013 12:39:39 +0200] rev 52489
more uniform notion of disabled proofs -- NB: historic meaning of 1 for recording theorems is already included in 0;
wenzelm [Sun, 30 Jun 2013 12:30:02 +0200] rev 52488
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
discontinued unused proofterms for FOL;
wenzelm [Sun, 30 Jun 2013 11:37:34 +0200] rev 52487
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;