doc-src/antiquote_setup.ML
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Sun, 30 May 2010 21:34:19 +0200 replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
Tue, 18 May 2010 10:13:33 +0200 prefer structure Keyword and Parse;
Fri, 16 Apr 2010 11:39:08 +0200 proper checking of ML functors (in Poly/ML 5.2 or later);
Wed, 10 Jun 2009 11:31:26 +0200 eliminated escaped symbols;
Sat, 30 May 2009 11:56:21 +0200 tuned;
Mon, 09 Mar 2009 21:23:40 +0100 fornal markup for antiquotation options;
Mon, 09 Mar 2009 20:34:11 +0100 moved @{ML_functor} and @{ML_text} to Pure;
Mon, 09 Mar 2009 11:57:48 +0100 adapted ThyOutput.antiquotation;
Sun, 08 Mar 2009 21:35:39 +0100 use simplified ThyOutput.antiquotation;
Sun, 08 Mar 2009 17:37:18 +0100 adapted to structure Long_Name;
Sun, 08 Mar 2009 15:01:10 +0100 index_ML: removed spurious writeln introduced in 41ce4f5c97c9 -- it merely produces unreadable LaTeX sources;
Wed, 04 Mar 2009 11:05:29 +0100 Merge.
Wed, 04 Mar 2009 10:45:52 +0100 Merge.
Thu, 26 Feb 2009 20:44:07 +0100 uniform treatment of ML indexing, using general \indexdef macro for formal Isabelle/Isar entities;
Sat, 14 Feb 2009 21:34:12 +0100 clean_string/clean_name: proper treatment of \<dash>;
Wed, 11 Feb 2009 21:39:37 +0100 added "inference" entity;
Thu, 13 Nov 2008 21:41:04 +0100 ignore ThyOutput.source flag;
Tue, 21 Oct 2008 15:01:16 +0200 ThyOutput: export some auxiliary operations;
Mon, 29 Sep 2008 12:31:56 +0200 added theory antiquotation
Wed, 17 Sep 2008 21:27:38 +0200 simplified ML_Context.eval_in -- expect immutable Proof.context value;
Tue, 16 Sep 2008 14:39:56 +0200 check setting and tool;
Mon, 15 Sep 2008 16:43:53 +0200 tuned comment;
Mon, 15 Sep 2008 16:43:31 +0200 added formal markup for setting, executable, tool;
Sat, 09 Aug 2008 22:43:46 +0200 unified Args.T with OuterLex.token, renamed some operations;
Wed, 25 Jun 2008 17:38:32 +0200 moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 15 May 2008 20:02:40 +0200 tuned clean_name (underscore);
Thu, 15 May 2008 18:03:47 +0200 clean_name: replace "_" by "-";
Thu, 15 May 2008 17:37:17 +0200 clean_string: cover <;
Wed, 14 May 2008 20:31:17 +0200 proper checking of various Isar elements;
Thu, 08 May 2008 22:17:37 +0200 clean_string: map "_" to "\\_" (best used with underscore.sty);
Wed, 07 May 2008 13:05:13 +0200 output_entity: ignore ThyOutput.source option;
Tue, 06 May 2008 00:08:52 +0200 element: isakeyword markup;
Fri, 02 May 2008 22:47:23 +0200 output_entity: added \mbox{} to prevent hyphenation;
Fri, 02 May 2008 16:36:29 +0200 clean_string: handle { };
Mon, 28 Apr 2008 14:42:13 +0200 proper command/keyword markup;
Sat, 26 Apr 2008 13:20:16 +0200 added setup for Isar entities;
Wed, 23 Apr 2008 15:04:14 +0200 misc cleanup;
Thu, 17 Apr 2008 22:22:19 +0200 pretty_term: no revert_skolems here, but auto_fixes (token translations will do the rest);
Fri, 28 Mar 2008 19:12:39 +0100 some styling
Fri, 28 Mar 2008 00:02:54 +0100 reorganized signature of ML_Context;
Mon, 24 Mar 2008 23:34:24 +0100 ML runtime compilation: pass position, tuned signature;
Tue, 09 Oct 2007 00:20:13 +0200 generic Syntax.pretty/string_of operations;
Sat, 15 Sep 2007 19:27:35 +0200 fixed title
Thu, 09 Aug 2007 16:56:17 +0200 adapted ThyLoad.check_thy;
Thu, 19 Jul 2007 15:33:27 +0200 Added named_thms antiquotation.
Sun, 08 Jul 2007 19:51:51 +0200 renamed ML_exc to ML_exn;
Sat, 10 Feb 2007 09:26:07 +0100 added antiquotation for exceptions
Fri, 19 Jan 2007 22:08:01 +0100 renamed IsarOutput to ThyOutput;
Fri, 19 Jan 2007 13:16:37 +0100 adapted ML context operations;
Wed, 15 Nov 2006 15:37:34 +0100 Auxiliary antiquotations for Isabelle manuals.