wenzelm [Sun, 15 Aug 2010 21:03:13 +0200] rev 38424
moved History/Snapshot to document.scala;
wenzelm [Sun, 15 Aug 2010 20:27:29 +0200] rev 38423
renamed raw_results to raw_protocol;
wenzelm [Sun, 15 Aug 2010 20:19:56 +0200] rev 38422
rename "unit" to "atom", to avoid confusion with the unit type;
wenzelm [Sun, 15 Aug 2010 20:13:07 +0200] rev 38421
document commands: maintain transition as future (wrt. potentially slow Outer_Syntax.prepare_command), refrain from second Toplevel.put_id;
wenzelm [Sun, 15 Aug 2010 19:36:13 +0200] rev 38420
use Synchronized.var and prevent global CRITICAL sections in this hot spot;
wenzelm [Sun, 15 Aug 2010 19:30:11 +0200] rev 38419
renamed create_id to new_id;
wenzelm [Sun, 15 Aug 2010 18:41:23 +0200] rev 38418
more explicit / functional ML version of document model;
tuned;
wenzelm [Sun, 15 Aug 2010 14:18:52 +0200] rev 38417
renamed class Document to Document.Version etc.;
renamed Change.prev to Change.previous, and Change.document to Change.current;
tuned;