wenzelm [Sun, 29 Aug 2010 21:21:37 +0200] rev 38853
External_Hyperlink: proper error dialog;
wenzelm [Sun, 29 Aug 2010 21:02:42 +0200] rev 38852
Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
wenzelm [Sun, 29 Aug 2010 20:09:46 +0200] rev 38851
JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
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;
wenzelm [Sat, 28 Aug 2010 17:37:57 +0200] rev 38842
avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
wenzelm [Sat, 28 Aug 2010 17:27:38 +0200] rev 38841
include Document.History in Document.State -- just one universal session state maintained by main actor;
Session.command_change_buffer: thread actor ensures asynchronous dispatch;
misc tuning;
wenzelm [Sat, 28 Aug 2010 17:20:53 +0200] rev 38840
volatile variables (in Scala);
wenzelm [Sat, 28 Aug 2010 15:25:32 +0200] rev 38839
non-critical output primitives -- depending on thread-safe TextIO, while races wrt. flushing should not matter;
wenzelm [Fri, 27 Aug 2010 22:30:25 +0200] rev 38838
modernized specifications;
wenzelm [Fri, 27 Aug 2010 22:09:51 +0200] rev 38837
discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
wenzelm [Fri, 27 Aug 2010 21:23:31 +0200] rev 38836
discontinued broken no_warnings_CRITICAL -- global output channels must not be changed after startup initialization;
wenzelm [Fri, 27 Aug 2010 21:22:07 +0200] rev 38835
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
modernized attribute setup;
wenzelm [Fri, 27 Aug 2010 21:16:11 +0200] rev 38834
more careful treatment of context visibility flag wrt. spurious warnings;
misc tuning;
wenzelm [Fri, 27 Aug 2010 20:28:58 +0200] rev 38833
eliminated obsolete Output.no_warnings, where no warnings were produced anyway;
wenzelm [Fri, 27 Aug 2010 20:09:36 +0200] rev 38832
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
wenzelm [Fri, 27 Aug 2010 19:43:28 +0200] rev 38831
more careful treatment of context visibility flag wrt. spurious warnings;
wenzelm [Fri, 27 Aug 2010 18:00:45 +0200] rev 38830
merged
blanchet [Fri, 27 Aug 2010 16:05:46 +0200] rev 38829
merged
blanchet [Fri, 27 Aug 2010 16:04:15 +0200] rev 38828
turn off experimental feature per default + avoid exception on "theory constant"
blanchet [Fri, 27 Aug 2010 15:39:17 +0200] rev 38827
extended relevance filter with first-order term matching
blanchet [Fri, 27 Aug 2010 15:37:03 +0200] rev 38826
drop chained facts