wenzelm [Sun, 10 Nov 2024 12:15:31 +0100] rev 81417
clarified margin operations (again, reverting 4794576828df);
wenzelm [Sun, 10 Nov 2024 11:55:36 +0100] rev 81416
clarified modules;
wenzelm [Sun, 10 Nov 2024 11:38:23 +0100] rev 81415
more reactive interrupts (via Future.cancel);
wenzelm [Sat, 09 Nov 2024 21:34:38 +0100] rev 81414
Document.Snapshot: support for multiple snippet_commands;
clarified Command.rich_text: prefer explicit id, e.g. from message serial;
clarified Pretty_Text_Area.update: Protocol_Message.provide_serial;
clarified Pretty_Text_Area.format_rich_texts, with separate formatting of messages;
wenzelm [Sat, 09 Nov 2024 16:39:33 +0100] rev 81413
more robust: make double-sure that this is the correct output, not a different version from concurrent GUI_Thread.later;
wenzelm [Sat, 09 Nov 2024 16:34:14 +0100] rev 81412
clarified signature: include standard margin in object equality;
wenzelm [Sat, 09 Nov 2024 16:01:07 +0100] rev 81411
performance tuning: prefer asynchronous Pretty.formatted, which actually takes longer than Command.rich_text (see also 97964515a676, where Pretty.formatted was on the GUI thread, maybe for the sake of java.awt.FontMetrics at that time);
paulson <lp15@cam.ac.uk> [Wed, 13 Nov 2024 15:00:17 +0000] rev 81410
The ceillog2 function (thanks to Manuel Eberl), replacing two copies of Ceil_Log2