wenzelm [Mon, 31 Mar 2014 15:05:24 +0200] rev 56335
store blob content within document node: aux. files that were once open are made persistent;
proper structural equality for Command.File and Symbol.Index;
wenzelm [Mon, 31 Mar 2014 12:35:39 +0200] rev 56334
some shortcuts for chunks, which sometimes avoid bulky string output;
wenzelm [Mon, 31 Mar 2014 10:28:08 +0200] rev 56333
support bulk messages consisting of small string segments, which are more healthy to the Poly/ML RTS and might prevent spurious GC crashes such as MTGCProcessMarkPointers::ScanAddressesInObject;
hoelzl [Mon, 31 Mar 2014 17:17:37 +0200] rev 56332
tuned proofs
hoelzl [Mon, 31 Mar 2014 12:32:15 +0200] rev 56331
add complex_of_real coercion
hoelzl [Mon, 31 Mar 2014 12:16:39 +0200] rev 56330
add limits of power at top and bot
hoelzl [Mon, 31 Mar 2014 12:16:37 +0200] rev 56329
add connected_local_const
hoelzl [Mon, 31 Mar 2014 12:16:35 +0200] rev 56328
add rules about infinity of intervals
wenzelm [Sun, 30 Mar 2014 21:24:59 +0200] rev 56327
tuned proofs;
wenzelm [Sun, 30 Mar 2014 21:03:40 +0200] rev 56326
immediate completion even with delay, which is the default according to 638b29331549;
wenzelm [Sun, 30 Mar 2014 20:23:26 +0200] rev 56325
special treatment for various kinds of selections: imitate normal flow of editing;
wenzelm [Sat, 29 Mar 2014 21:26:11 +0100] rev 56324
merged
wenzelm [Sat, 29 Mar 2014 20:41:50 +0100] rev 56323
do not absorb vacuous copy operation, e.g. relevant when tooltip has focus but no selection, while the main text area has a selection but no focus;
wenzelm [Sat, 29 Mar 2014 20:22:38 +0100] rev 56322
check global mouse status before opening tooltip, e.g. relevant when the mouse has moved outside the window and mouse events are no longer seen by this component;
wenzelm [Sat, 29 Mar 2014 12:42:24 +0100] rev 56321
dismiss all popups on mouse drags, e.g. to avoid conflict of C-hover of Isabelle/jEdit and C-selection of jEdit;