wenzelm [Tue, 12 Nov 2024 11:32:07 +0100] rev 81432
clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
wenzelm [Tue, 12 Nov 2024 11:16:36 +0100] rev 81431
omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
wenzelm [Tue, 12 Nov 2024 11:04:54 +0100] rev 81430
tuned;
wenzelm [Mon, 11 Nov 2024 13:15:55 +0100] rev 81429
minor performance tuning: avoid duplication of Symbol.spaces (e.g. from Pretty.formatted);
wenzelm [Mon, 11 Nov 2024 12:47:51 +0100] rev 81428
clarified signature and modules;
more basic Rich_Text.formatted_lines, assuming that elements are properly separated according to Rich_Text.format;
wenzelm [Mon, 11 Nov 2024 12:19:45 +0100] rev 81427
performance tuning for macOS (after update of "jedit" component): old OpenGL works better for text rendering;
wenzelm [Sun, 10 Nov 2024 16:04:56 +0100] rev 81426
performance tuning: more incremental update of buffer content;
wenzelm [Sun, 10 Nov 2024 15:11:04 +0100] rev 81425
obsolete;
wenzelm [Sun, 10 Nov 2024 15:10:51 +0100] rev 81424
clarified: more uniform results;
wenzelm [Sun, 10 Nov 2024 14:58:05 +0100] rev 81423
clarified signature: inline org.gjt.sp.jedit.textarea.TextArea.setText();