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;
wenzelm [Sun, 30 Jun 2013 11:30:16 +0200] rev 52486
just one alternative proof syntax, which also works for Proof_Syntax.pretty_proof/Proof_Syntax.read_proof roundtrip;
haftmann [Sun, 30 Jun 2013 09:26:00 +0200] rev 52485
CONTRIBUTORS
wenzelm [Sat, 29 Jun 2013 22:15:10 +0200] rev 52484
avoid potential race condition of focusLost/dismiss vs. popup.show;
wenzelm [Sat, 29 Jun 2013 21:28:24 +0200] rev 52483
more direct use of screen location: avoid misplacement if parent component has already disappeared asynchronously;
wenzelm [Sat, 29 Jun 2013 20:40:08 +0200] rev 52482
explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;
wenzelm [Sat, 29 Jun 2013 20:25:33 +0200] rev 52481
update text only once;
wenzelm [Sat, 29 Jun 2013 18:20:09 +0200] rev 52480
tuned signature;
wenzelm [Sat, 29 Jun 2013 17:39:27 +0200] rev 52479
more aggresive ESCAPE handling, while retaining its regular meaning for jEdit;
wenzelm [Sat, 29 Jun 2013 16:53:19 +0200] rev 52478
manage popup windows via PopupFactory, which prefers light-weight JComponent, but might fall back on JWindow (despite JPanel of 0f88591478e6);
more explicit tooltip hierarchy: manage exactly the visible stack -- caching is part of PopupFactory;
auxiliary geometry measurement via single hidden window;
tuned signature;
wenzelm [Sat, 29 Jun 2013 12:57:04 +0200] rev 52477
tuned signature;
haftmann [Sat, 29 Jun 2013 08:45:04 +0200] rev 52476
yet another warning
haftmann [Fri, 28 Jun 2013 21:07:42 +0200] rev 52475
sort out code equations headed by a projection of a abstract datatype
haftmann [Fri, 28 Jun 2013 21:07:41 +0200] rev 52474
formally accept dictionary parameters for constants on left hand sides in equations
haftmann [Fri, 28 Jun 2013 21:07:32 +0200] rev 52473
do not choke on type variables emerging during rewriting
wenzelm [Fri, 28 Jun 2013 14:51:19 +0200] rev 52472
load icons via options -- prefer IntelliJ IDEA for now;
wenzelm [Fri, 28 Jun 2013 14:05:12 +0200] rev 52471
support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
wenzelm [Thu, 27 Jun 2013 23:17:26 +0200] rev 52470
manage option "proofs" within theory context -- with minor overhead for primitive inferences;
wenzelm [Thu, 27 Jun 2013 20:09:39 +0200] rev 52469
tuned signature;
wenzelm [Thu, 27 Jun 2013 17:36:06 +0200] rev 52468
proper bold versions of 00ac (logicalnot), 00b0 (degree);
wenzelm [Thu, 27 Jun 2013 17:06:22 +0200] rev 52467
tuned signature;
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;
wenzelm [Mon, 24 Jun 2013 13:54:57 +0200] rev 52436
tuned;
haftmann [Sun, 23 Jun 2013 21:16:07 +0200] rev 52435
migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
haftmann [Sun, 23 Jun 2013 21:16:06 +0200] rev 52434
more appropriate cutting of input syntax
haftmann [Sun, 23 Jun 2013 21:16:06 +0200] rev 52433
tuned variable names
wenzelm [Sun, 23 Jun 2013 22:31:50 +0200] rev 52432
tuned message -- more markup;
wenzelm [Sun, 23 Jun 2013 21:40:56 +0200] rev 52431
tuned message;
wenzelm [Sun, 23 Jun 2013 21:23:36 +0200] rev 52430
proper diagnostic command 'print_state';
wenzelm [Sun, 23 Jun 2013 21:15:42 +0200] rev 52429
detach process more reliably -- NB: viewer might be synchronous or asynchronous depending on settings;
wenzelm [Sun, 23 Jun 2013 20:26:31 +0200] rev 52428
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm [Sun, 23 Jun 2013 20:12:01 +0200] rev 52427
Scala version of "isabelle doc";
discontinued slightly odd / unused ">>" comments within Contents (see also b077b79061b6);
wenzelm [Sun, 23 Jun 2013 18:11:38 +0200] rev 52426
ML pretty printer for proof terms, with specifica treatment of infix application (similar to terms);
wenzelm [Sun, 23 Jun 2013 17:14:20 +0200] rev 52425
actually observe print_depth for outer term structure;
wenzelm [Sun, 23 Jun 2013 16:47:45 +0200] rev 52424
support for XML data representation of proof terms;
wenzelm [Sun, 23 Jun 2013 14:26:49 +0200] rev 52423
updated to scala-2.10.2;
wenzelm [Sat, 22 Jun 2013 18:24:06 +0200] rev 52422
tuned;
wenzelm [Fri, 21 Jun 2013 13:36:10 +0200] rev 52421
clarified strings of symbols, including ML string literals;
wenzelm [Thu, 20 Jun 2013 16:54:05 +0200] rev 52420
more on managed evaluation;
wenzelm [Thu, 20 Jun 2013 13:53:12 +0200] rev 52419
more on managed evaluation;
wenzelm [Thu, 20 Jun 2013 11:27:43 +0200] rev 52418
updated to Isabelle2013;
wenzelm [Thu, 20 Jun 2013 11:08:54 +0200] rev 52417
tuned;
wenzelm [Thu, 20 Jun 2013 10:47:00 +0200] rev 52416
tuned;
wenzelm [Tue, 18 Jun 2013 15:31:52 +0200] rev 52415
eliminated old "ref" manual;
wenzelm [Tue, 18 Jun 2013 15:15:36 +0200] rev 52414
more on built-in syntax transformations, based on reduced version of old material;
wenzelm [Tue, 18 Jun 2013 12:21:57 +0200] rev 52413
misc tuning and clarification;
wenzelm [Mon, 17 Jun 2013 21:23:49 +0200] rev 52412
more on concrete syntax of proof terms;
wenzelm [Mon, 17 Jun 2013 20:15:34 +0200] rev 52411
more on reconstructing and checking proof terms;
wenzelm [Mon, 17 Jun 2013 19:30:41 +0200] rev 52410
more examples on proof terms;
wenzelm [Sat, 15 Jun 2013 21:07:32 +0200] rev 52409
obsolete;
wenzelm [Sat, 15 Jun 2013 21:01:07 +0200] rev 52408
updated operations on proof terms;
wenzelm [Sat, 15 Jun 2013 16:55:49 +0200] rev 52407
more on proof terms;
wenzelm [Thu, 13 Jun 2013 17:40:58 +0200] rev 52406
updated documentation of sort hypotheses;
kleing [Fri, 21 Jun 2013 16:21:33 -0700] rev 52405
Explain to beginners why Complex_Main