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;