wenzelm [Mon, 08 Apr 2013 14:18:39 +0200] rev 51634
more general Thy_Load.import_name, e.g. relevant for Isabelle/eclipse -- NB: Thy_Load serves as main hub for funny overriding to adapt to provers and editors;
blanchet [Mon, 08 Apr 2013 14:16:00 +0200] rev 51633
try to preserve original linearization
blanchet [Mon, 08 Apr 2013 12:27:13 +0200] rev 51632
use somewhat lighter encoding
blanchet [Mon, 08 Apr 2013 12:11:06 +0200] rev 51631
robustness w.r.t. unknown arguments
nipkow [Sun, 07 Apr 2013 15:08:34 +0200] rev 51630
cleaned
nipkow [Sun, 07 Apr 2013 10:06:37 +0200] rev 51629
cleaned
nipkow [Sat, 06 Apr 2013 18:42:55 +0200] rev 51628
tuned
wenzelm [Fri, 05 Apr 2013 20:54:55 +0200] rev 51627
tuned signature -- agree with markup terminology;
wenzelm [Fri, 05 Apr 2013 20:43:43 +0200] rev 51626
unified terminology with Markup.DOCUMENT_SOURCE in Scala, which is unused but displayed as "document source" entity in Isabelle/jEdit;
nipkow [Fri, 05 Apr 2013 18:31:35 +0200] rev 51625
tuned document
nipkow [Fri, 05 Apr 2013 15:13:25 +0200] rev 51624
tuned
haftmann [Thu, 04 Apr 2013 22:46:14 +0200] rev 51623
sup on multisets
haftmann [Thu, 04 Apr 2013 22:29:59 +0200] rev 51622
convenient induction rule
wenzelm [Thu, 04 Apr 2013 20:59:16 +0200] rev 51621
tuned README -- less buzzwords;
wenzelm [Thu, 04 Apr 2013 18:44:22 +0200] rev 51620
more conventional synchronized access to Options_Variable -- avoid Swing_Thread getting in the way, which might be absent in some environments (e.g. SWT);
wenzelm [Thu, 04 Apr 2013 18:25:47 +0200] rev 51619
added missing file;
wenzelm [Thu, 04 Apr 2013 18:20:00 +0200] rev 51618
tuned signature -- avoid intrusion of slightly odd Swing structures into pure Markup_Tree;
wenzelm [Thu, 04 Apr 2013 18:06:48 +0200] rev 51617
tuned signature -- concentrate GUI tools;
wenzelm [Thu, 04 Apr 2013 17:58:47 +0200] rev 51616
tuned signature -- concentrate GUI tools;
wenzelm [Thu, 04 Apr 2013 17:47:28 +0200] rev 51615
separate module "GUI", to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
tuned signature;
wenzelm [Thu, 04 Apr 2013 17:33:04 +0200] rev 51614
separate module Isabelle_Font, to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
wenzelm [Thu, 04 Apr 2013 17:16:51 +0200] rev 51613
tuned imports;
wenzelm [Thu, 04 Apr 2013 12:06:23 +0200] rev 51612
added var_position in analogy to longid_position, for typing reports on input;
avoid duplicate token var report;
nipkow [Thu, 04 Apr 2013 10:30:28 +0200] rev 51611
removed unnerving (esp in jedit) and pointless warning
nipkow [Thu, 04 Apr 2013 08:10:20 +0200] rev 51610
tuned
wenzelm [Wed, 03 Apr 2013 22:31:05 +0200] rev 51609
merged
wenzelm [Wed, 03 Apr 2013 22:30:25 +0200] rev 51608
tuned;
wenzelm [Wed, 03 Apr 2013 22:05:24 +0200] rev 51607
recover implicit thread position for status messages (cf. eca8acb42e4a);
wenzelm [Wed, 03 Apr 2013 21:48:43 +0200] rev 51606
additional timing status for implicitly forked terminal proofs -- proper accounting for interactive Timing dockable etc.;
wenzelm [Wed, 03 Apr 2013 21:30:32 +0200] rev 51605
more explicit Goal.fork_params -- avoid implicit arguments via thread data;
actually fork terminal proofs in interactive mode (amending 8707df0b0255);