doc-src/antiquote_setup.ML
Thu, 23 Aug 2012 12:43:01 +0200 wenzelm updated Thy_Load.check_thy;
Tue, 21 Aug 2012 21:25:45 +0200 wenzelm updated Thy_Load.check_thy;
Mon, 30 Jul 2012 14:11:29 +0200 wenzelm more uniform usage of "isabelle tool";
Sat, 28 Jul 2012 15:21:49 +0200 wenzelm some description of isabelle build;
Fri, 27 Jul 2012 16:33:32 +0200 wenzelm no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
Sat, 28 Apr 2012 17:50:42 +0200 wenzelm some coverage of Isabelle/Scala tools;
Sat, 18 Feb 2012 20:50:11 +0100 haftmann avoid redefinition of @{theory} antiquotation
Sat, 18 Feb 2012 20:07:47 +0100 haftmann more precise semantics of "theory" antiquotation
Wed, 25 Jan 2012 21:10:54 +0100 wenzelm document antiquotations for ML infix operators;
Tue, 29 Nov 2011 14:33:18 +0100 bulwahn adjusting antiquote_setup (cf. d83797ef0d2d)
Mon, 27 Jun 2011 22:20:49 +0200 wenzelm document antiquotations are managed as theory data, with proper name space and entity markup;
Mon, 27 Jun 2011 17:51:28 +0200 wenzelm proper checking of @{ML_antiquotation};
Tue, 03 May 2011 21:44:05 +0200 wenzelm use existing \<hyphen>;
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Fri, 08 Apr 2011 16:34:14 +0200 wenzelm discontinued special treatment of structure Lexicon;
Mon, 29 Nov 2010 11:22:40 +0100 wenzelm added document antiquotation @{file};
Tue, 19 Oct 2010 21:13:10 +0100 wenzelm more robust treatment of "op IDENT";
Tue, 19 Oct 2010 19:16:27 +0100 wenzelm more robust index_ML antiquotations: guess name from text (affects infixes and type constructors in particular);
Sat, 16 Oct 2010 21:23:34 +0100 wenzelm more robust treatment of symbolic indentifiers (which may contain colons);
Fri, 08 Oct 2010 21:49:16 +0100 wenzelm more on ML antiquotations;
Fri, 27 Aug 2010 12:40:20 +0200 wenzelm proper context for various Thy_Output options, via official configuration options in ML and Isar;
Tue, 27 Jul 2010 23:02:45 +0200 wenzelm updated manual concerning theory loader;
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Sun, 30 May 2010 21:34:19 +0200 wenzelm 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 wenzelm prefer structure Keyword and Parse;
Fri, 16 Apr 2010 11:39:08 +0200 wenzelm proper checking of ML functors (in Poly/ML 5.2 or later);
Wed, 10 Jun 2009 11:31:26 +0200 wenzelm eliminated escaped symbols;
Sat, 30 May 2009 11:56:21 +0200 wenzelm tuned;
Mon, 09 Mar 2009 21:23:40 +0100 wenzelm fornal markup for antiquotation options;
Mon, 09 Mar 2009 20:34:11 +0100 wenzelm moved @{ML_functor} and @{ML_text} to Pure;
Mon, 09 Mar 2009 11:57:48 +0100 wenzelm adapted ThyOutput.antiquotation;
Sun, 08 Mar 2009 21:35:39 +0100 wenzelm use simplified ThyOutput.antiquotation;
Sun, 08 Mar 2009 17:37:18 +0100 wenzelm adapted to structure Long_Name;
Sun, 08 Mar 2009 15:01:10 +0100 wenzelm index_ML: removed spurious writeln introduced in 41ce4f5c97c9 -- it merely produces unreadable LaTeX sources;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Thu, 26 Feb 2009 20:44:07 +0100 wenzelm uniform treatment of ML indexing, using general \indexdef macro for formal Isabelle/Isar entities;
Sat, 14 Feb 2009 21:34:12 +0100 wenzelm clean_string/clean_name: proper treatment of \<dash>;
Wed, 11 Feb 2009 21:39:37 +0100 wenzelm added "inference" entity;
Thu, 13 Nov 2008 21:41:04 +0100 wenzelm ignore ThyOutput.source flag;
Tue, 21 Oct 2008 15:01:16 +0200 wenzelm ThyOutput: export some auxiliary operations;
Mon, 29 Sep 2008 12:31:56 +0200 haftmann added theory antiquotation
Wed, 17 Sep 2008 21:27:38 +0200 wenzelm simplified ML_Context.eval_in -- expect immutable Proof.context value;
Tue, 16 Sep 2008 14:39:56 +0200 wenzelm check setting and tool;
Mon, 15 Sep 2008 16:43:53 +0200 wenzelm tuned comment;
Mon, 15 Sep 2008 16:43:31 +0200 wenzelm added formal markup for setting, executable, tool;
Sat, 09 Aug 2008 22:43:46 +0200 wenzelm unified Args.T with OuterLex.token, renamed some operations;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 15 May 2008 20:02:40 +0200 wenzelm tuned clean_name (underscore);
Thu, 15 May 2008 18:03:47 +0200 wenzelm clean_name: replace "_" by "-";
Thu, 15 May 2008 17:37:17 +0200 wenzelm clean_string: cover <;
Wed, 14 May 2008 20:31:17 +0200 wenzelm proper checking of various Isar elements;
Thu, 08 May 2008 22:17:37 +0200 wenzelm clean_string: map "_" to "\\_" (best used with underscore.sty);
Wed, 07 May 2008 13:05:13 +0200 wenzelm output_entity: ignore ThyOutput.source option;
Tue, 06 May 2008 00:08:52 +0200 wenzelm element: isakeyword markup;
Fri, 02 May 2008 22:47:23 +0200 wenzelm output_entity: added \mbox{} to prevent hyphenation;
Fri, 02 May 2008 16:36:29 +0200 wenzelm clean_string: handle { };
Mon, 28 Apr 2008 14:42:13 +0200 wenzelm proper command/keyword markup;
Sat, 26 Apr 2008 13:20:16 +0200 wenzelm added setup for Isar entities;
Wed, 23 Apr 2008 15:04:14 +0200 wenzelm misc cleanup;
less more (0) -60 tip