nipkow [Sun, 15 Aug 2010 17:14:10 +0200] rev 38432
Using type real does not require a separate logic now.
nipkow [Sun, 15 Aug 2010 16:48:58 +0200] rev 38431
merged
nipkow [Sun, 15 Aug 2010 16:48:42 +0200] rev 38430
tuned text about "value" and added note on comments.
wenzelm [Mon, 16 Aug 2010 00:07:28 +0200] rev 38429
simplified command status: interpret stacked markup on demand;
wenzelm [Sun, 15 Aug 2010 23:13:56 +0200] rev 38428
event_bus.scala rather belongs to system plumbing;
wenzelm [Sun, 15 Aug 2010 23:07:22 +0200] rev 38427
some derived operations on Text.Range;
wenzelm [Sun, 15 Aug 2010 22:48:56 +0200] rev 38426
specific types Text.Offset and Text.Range;
minor tuning;
wenzelm [Sun, 15 Aug 2010 21:42:13 +0200] rev 38425
moved Text_Edit to Text.Edit;
tuned;
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;