wenzelm [Mon, 09 Sep 2024 23:45:45 +0200] rev 80836
tuned signature;
wenzelm [Mon, 09 Sep 2024 22:59:51 +0200] rev 80835
more scalable;
wenzelm [Mon, 09 Sep 2024 22:59:41 +0200] rev 80834
tuned;
wenzelm [Mon, 09 Sep 2024 22:40:33 +0200] rev 80833
eliminate print mode "code_presentation" thanks to value-oriented Pretty.T operations;
wenzelm [Mon, 09 Sep 2024 22:04:46 +0200] rev 80832
NEWS: value-oriented Pretty.T;
wenzelm [Mon, 09 Sep 2024 21:54:41 +0200] rev 80831
proper formal sections;
wenzelm [Mon, 09 Sep 2024 21:45:56 +0200] rev 80830
tuned signature: more options;
wenzelm [Mon, 09 Sep 2024 21:32:11 +0200] rev 80829
clarified Pretty.markup_block: use value-oriented YXML.output_markup, with final re-interpretation via print_mode in output_tree;
clarified Pretty.symbolic: always use YXML.output_markup;
wenzelm [Mon, 09 Sep 2024 21:23:28 +0200] rev 80828
minor performance tuning;
wenzelm [Mon, 09 Sep 2024 19:51:16 +0200] rev 80827
unused;
wenzelm [Mon, 09 Sep 2024 19:40:18 +0200] rev 80826
prefer static YXML.output_markup_only (without print_mode): Output.status is only relevant for PIDE (with print_mode "isabelle_process");
wenzelm [Mon, 09 Sep 2024 19:00:53 +0200] rev 80825
clarified signature: more explicit type output_ops: default via print_mode;
wenzelm [Mon, 09 Sep 2024 13:43:28 +0200] rev 80824
discontinued unused global variable (see also following bf465f335e85);
wenzelm [Mon, 09 Sep 2024 11:41:31 +0200] rev 80823
tuned signature;
wenzelm [Mon, 09 Sep 2024 11:21:48 +0200] rev 80822
clarified modules (see also ea7c2ee8a47a);
wenzelm [Mon, 09 Sep 2024 11:12:13 +0200] rev 80821
clarified signature: more explicit type "ops";
wenzelm [Fri, 06 Sep 2024 20:31:20 +0200] rev 80820
more thorough Protocol_Message.clean_output, following Isabelle/Scala;
wenzelm [Fri, 06 Sep 2024 19:17:29 +0200] rev 80819
more accurate output, following 3f02bc5a5a03;
wenzelm [Fri, 06 Sep 2024 19:08:44 +0200] rev 80818
clarified signature;
wenzelm [Fri, 06 Sep 2024 15:59:48 +0200] rev 80817
clarified signature;
wenzelm [Fri, 06 Sep 2024 15:46:51 +0200] rev 80816
misc tuning and clarification;
wenzelm [Fri, 06 Sep 2024 14:47:42 +0200] rev 80815
proper signature (amending 0f820da558f9);
wenzelm [Fri, 06 Sep 2024 14:34:07 +0200] rev 80814
more accurate output: observe depth as in "prune" operation;
wenzelm [Fri, 06 Sep 2024 13:57:06 +0200] rev 80813
clarified signature, following 1f718be3608b: Pretty.str is now value-oriented;