wenzelm [Thu, 27 Jun 2013 12:34:58 +0200] rev 52466
merged
wenzelm [Thu, 27 Jun 2013 11:33:42 +0200] rev 52465
tuned signature;
wenzelm [Thu, 27 Jun 2013 11:07:48 +0200] rev 52464
clarified printing of type constraints vs. annotations, notably in goal display with its Type_Annotation.ignore_free_types;
wenzelm [Thu, 27 Jun 2013 10:35:37 +0200] rev 52463
updated documentation;
wenzelm [Thu, 27 Jun 2013 10:14:17 +0200] rev 52462
actually use Data.sizef, not hardwired size_of_thm;
wenzelm [Thu, 27 Jun 2013 10:08:41 +0200] rev 52461
more scalable PARALLEL_GOALS, using more elementary retrofit;
tuned signature;
nipkow [Thu, 27 Jun 2013 10:11:11 +0200] rev 52460
tuned
wenzelm [Wed, 26 Jun 2013 22:18:06 +0200] rev 52459
merged
wenzelm [Wed, 26 Jun 2013 21:48:23 +0200] rev 52458
less intrusive SELECT_GOAL: merely rearrange subgoals without detaching goal state, and thus preserve maxidx context;
even less intrusive PREFER_GOAL (without structural goal marker), e.g. relevant for generic_simp_tac;
adapted ZF proof that broke for unknown reasons (potentially slight change of Drule.size_of_thm);
wenzelm [Wed, 26 Jun 2013 18:38:03 +0200] rev 52457
SOMEthing went utterly wrong;
wenzelm [Wed, 26 Jun 2013 11:54:45 +0200] rev 52456
tuned signature;
wenzelm [Wed, 26 Jun 2013 09:58:39 +0200] rev 52455
more position information for markup;
smolkas [Wed, 26 Jun 2013 18:26:00 +0200] rev 52454
tuned: cleaned up data structure
smolkas [Wed, 26 Jun 2013 18:25:13 +0200] rev 52453
simplified data structure
smolkas [Wed, 26 Jun 2013 18:24:41 +0200] rev 52452
ommit trivial tfrees in annotations
Stephen W. Nuchia [Tue, 25 Jun 2013 17:13:09 -0500] rev 52451
Generalize trace_mult_sym to square products of non-square matrices.
wenzelm [Tue, 25 Jun 2013 20:38:06 +0200] rev 52450
prefer Safari for viewing PDF files, which appears to be better behaved than Preview concerning re-opening recent files (Mountain Lion);
wenzelm [Tue, 25 Jun 2013 20:35:50 +0200] rev 52449
recover command tags from 4cf3f6153eb8 -- important for document preparation;
wenzelm [Tue, 25 Jun 2013 19:25:40 +0200] rev 52448
clarified ISABELLE_DOC_FORMAT -- eliminated slightly odd fall-back;
wenzelm [Tue, 25 Jun 2013 19:13:37 +0200] rev 52447
more robust Doc.view invocation: avoid executing process on GUI thread, but show errors as dialog;
wenzelm [Tue, 25 Jun 2013 17:14:50 +0200] rev 52446
more robust options, notably for isatest mac-poly-M8-skip_proofs;
wenzelm [Tue, 25 Jun 2013 16:55:10 +0200] rev 52445
dockable window for Isabelle documentation;
wenzelm [Tue, 25 Jun 2013 12:17:19 +0200] rev 52444
slightly improved "isabelle doc" based on Isabelle/Scala;
updated documentation of "isabelle display";
wenzelm [Tue, 25 Jun 2013 11:41:16 +0200] rev 52443
more formal isabelle_admin_build;
tuned;
wenzelm [Tue, 25 Jun 2013 11:26:15 +0200] rev 52442
misc tuning and clarification;
wenzelm [Mon, 24 Jun 2013 23:44:36 +0200] rev 52441
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
wenzelm [Mon, 24 Jun 2013 23:39:17 +0200] rev 52440
obsolete -- cf. isabelle.Keywords in Scala;
wenzelm [Mon, 24 Jun 2013 23:33:14 +0200] rev 52439
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
tuned signature;
wenzelm [Mon, 24 Jun 2013 17:17:17 +0200] rev 52438
back to keyword 'pr' :: diag as required for ProofGeneral command line -- reject this TTY command in Isabelle/jEdit by other means;
wenzelm [Mon, 24 Jun 2013 17:03:53 +0200] rev 52437
more formal ProofGeneral command setup within theory Pure;
consider 'ProofGeneral.pr' as control command as well;