immler@in.tum.de [Fri, 19 Dec 2008 11:25:06 +0100] rev 34460
ability to deactivate buffers
wenzelm [Fri, 02 Jan 2009 15:34:56 +0100] rev 34459
adapted Isar.command;
wenzelm [Mon, 29 Dec 2008 21:01:55 +0100] rev 34458
- renamed Command.Phase to Command.Status (cf. src/Pure/Isar/isar.ML);
wenzelm [Mon, 29 Dec 2008 20:50:38 +0100] rev 34457
tuned;
wenzelm [Mon, 29 Dec 2008 20:43:04 +0100] rev 34456
replaced EventSource by EventBus;
misc tuning;
wenzelm [Mon, 29 Dec 2008 20:36:34 +0100] rev 34455
obsolete (cf. isabelle.EventBus in Pure/General/event_bus.scala);
wenzelm [Mon, 29 Dec 2008 17:50:39 +0100] rev 34454
removed debug output;
wenzelm [Mon, 29 Dec 2008 17:44:58 +0100] rev 34453
eliminated hardwired string constants;
removed unused allInfo;
replaced workerThread by EventBus handler (cf. Isar process results);
unified handle_result function, slightly more general/robust patterns;
use existing Isar.create_command etc.;
tuned;
wenzelm [Sun, 28 Dec 2008 20:46:25 +0100] rev 34452
removed redundant CommandChangeInfo;
wenzelm [Sun, 28 Dec 2008 20:35:34 +0100] rev 34451
command id via Isabelle.plugin;
tuned command interface;
tuned;