src/Pure/Thy/thy_output.ML
Sun, 10 Mar 2019 21:31:28 +0100 wenzelm tuned -- Toplevel.presentation_context is total;
Sun, 10 Mar 2019 21:12:29 +0100 wenzelm document markers are formal comments, and may thus occur anywhere in the command-span;
Sun, 10 Mar 2019 00:21:34 +0100 wenzelm added semantic document markers;
Sat, 09 Mar 2019 23:57:07 +0100 wenzelm clarified signature;
Sat, 09 Mar 2019 13:19:13 +0100 wenzelm clarified Toplevel.state: more explicit types;
Fri, 08 Mar 2019 17:05:23 +0100 wenzelm clarified modules;
Fri, 04 Jan 2019 21:49:06 +0100 wenzelm support for isabelle update -u control_cartouches;
Tue, 26 Jun 2018 19:03:13 +0200 wenzelm clarified syntax;
Tue, 26 Jun 2018 17:42:49 +0200 wenzelm simplified: allow only command names, with dummy for default;
Tue, 26 Jun 2018 17:25:57 +0200 wenzelm clarified: more uniform keyword_tags;
Tue, 26 Jun 2018 17:24:13 +0200 wenzelm tuned;
Tue, 26 Jun 2018 16:35:05 +0200 wenzelm more flexible document_tags;
Tue, 26 Jun 2018 14:39:49 +0200 wenzelm prefer explicit options;
Tue, 26 Jun 2018 14:01:46 +0200 wenzelm clarified default tag;
Thu, 21 Jun 2018 14:49:21 +0200 wenzelm clarified signature;
Wed, 16 May 2018 15:18:18 +0200 wenzelm tuned;
Mon, 14 May 2018 16:00:10 +0200 wenzelm tuned signature (see Command.eval_state);
Mon, 14 May 2018 10:22:45 +0200 wenzelm more explicit type Thy_Output.segment;
Sat, 03 Feb 2018 20:46:28 +0100 wenzelm clarified signature;
Sat, 03 Feb 2018 20:34:26 +0100 wenzelm more uniform treatment of formal comments within document source;
Sat, 03 Feb 2018 15:34:22 +0100 wenzelm just one check of formal comments;
Sat, 03 Feb 2018 14:39:17 +0100 wenzelm avoid proliferation of language_document reports;
Sat, 03 Feb 2018 13:54:04 +0100 wenzelm clarified overall range: include delimiters;
Sun, 28 Jan 2018 19:28:52 +0100 wenzelm clarified take/drop/chop prefix/suffix;
Thu, 25 Jan 2018 16:30:20 +0100 wenzelm verbatim output consists of plain lines;
Thu, 25 Jan 2018 15:21:05 +0100 wenzelm more markup: disable spell-checker for raw latex;
Thu, 25 Jan 2018 14:13:55 +0100 wenzelm clarified signature: items with \isasep are special;
Fri, 19 Jan 2018 19:41:28 +0100 wenzelm disable "display" style in marginal (line) comment;
Fri, 19 Jan 2018 19:09:25 +0100 wenzelm more uniform output of source / text / theory_text, with handling of formal comments etc.;
Fri, 19 Jan 2018 11:02:13 +0100 wenzelm tuned;
Thu, 18 Jan 2018 21:41:30 +0100 wenzelm clarified access to antiquotation options;
Wed, 17 Jan 2018 15:30:53 +0100 wenzelm tuned signature;
Tue, 16 Jan 2018 11:27:52 +0100 wenzelm discontinued old form of marginal comments;
Mon, 15 Jan 2018 22:46:04 +0100 wenzelm more uniform support for formal comments in outer syntax, notably \<^cancel> and \<^latex>;
Sun, 14 Jan 2018 16:21:29 +0100 wenzelm allow LaTeX source as formal comment;
Sun, 14 Jan 2018 14:11:02 +0100 wenzelm clarified modules: uniform notion of formal comments;
Sat, 13 Jan 2018 20:01:33 +0100 wenzelm allow TeX comment % in formal comment body, but avoid extra space (cf. d7c6054b2ab1);
Sat, 13 Jan 2018 11:22:46 +0100 wenzelm added \<^cancel> operator for unused text;
Tue, 09 Jan 2018 19:25:01 +0100 wenzelm more accurate position for enclosing cartouche;
Tue, 09 Jan 2018 17:09:34 +0100 wenzelm clarified markup: more like outer syntax side-comment;
Tue, 09 Jan 2018 15:40:12 +0100 wenzelm clarified modules;
Mon, 08 Jan 2018 23:45:43 +0100 wenzelm theory Pure is default presentation context;
Mon, 08 Jan 2018 16:06:16 +0100 wenzelm tuned;
Mon, 08 Jan 2018 15:51:29 +0100 wenzelm check formal comments recursively, within arbitrary cartouches (unknown sublanguages);
Mon, 08 Jan 2018 14:59:50 +0100 wenzelm tuned;
Mon, 08 Jan 2018 14:28:41 +0100 wenzelm clarified output (see also 909dcdec2122, 34d1913f0b20);
Mon, 08 Jan 2018 11:41:16 +0100 wenzelm tuned;
Sun, 07 Jan 2018 14:48:54 +0100 wenzelm tuned;
Sun, 07 Jan 2018 14:39:56 +0100 wenzelm more uniform output: formal comments within {* ... *};
Sun, 07 Jan 2018 14:16:39 +0100 wenzelm tuned;
Sun, 07 Jan 2018 13:54:45 +0100 wenzelm clarified output: avoid extra space;
Sun, 07 Jan 2018 13:45:21 +0100 wenzelm output token content with formal comments and antiquotations;
Sat, 06 Jan 2018 21:25:16 +0100 wenzelm clarified signature;
Sat, 06 Jan 2018 21:05:51 +0100 wenzelm clarified modules;
Wed, 13 Dec 2017 16:18:40 +0100 wenzelm positions as postlude: avoid intrusion of odd %-forms into main tex source;
Tue, 12 Dec 2017 17:46:22 +0100 wenzelm option document_positions;
Tue, 12 Dec 2017 16:12:48 +0100 wenzelm simplified positions -- line is also human-readable in generated .tex file;
Tue, 12 Dec 2017 12:35:01 +0100 wenzelm avoid excessive whitespace between antiquotations and text;
Mon, 11 Dec 2017 17:52:05 +0100 wenzelm more robust range on preceding comment-line;
Sun, 10 Dec 2017 14:29:14 +0100 wenzelm more explicit latex errors;
less more (0) -100 -60 tip