wenzelm [Sun, 29 Aug 2010 20:07:59 +0200] rev 38850
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
wenzelm [Sun, 29 Aug 2010 19:48:35 +0200] rev 38849
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
wenzelm [Sun, 29 Aug 2010 19:04:29 +0200] rev 38848
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
clarified session signalling;
wenzelm [Sun, 29 Aug 2010 18:55:48 +0200] rev 38847
Swing_Thread.now: volatile result to make double-sure;
wenzelm [Sun, 29 Aug 2010 15:57:18 +0200] rev 38846
Document_Model.token_marker: misc tuning and simplification;
wenzelm [Sun, 29 Aug 2010 15:09:11 +0200] rev 38845
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
Markup_Tree.select: plain Iterator;
misc tuning and simplification;
wenzelm [Sat, 28 Aug 2010 22:58:24 +0200] rev 38844
XML.Cache: intern property keys once and for all (again);
wenzelm [Sat, 28 Aug 2010 20:24:41 +0200] rev 38843
more careful locking of jEdit buffer;