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