src/Pure/Thy/html.ML
Wed, 29 Jun 2011 15:23:36 +0200 HTML: render control symbols more like Isabelle/Scala/jEdit;
Sat, 25 Jun 2011 18:15:36 +0200 type classes: entity markup instead of old-style token markup;
Sun, 19 Jun 2011 15:22:58 +0200 discontinued special treatment of \<^loc> (which was original meant as workaround for "local" syntax);
Sun, 09 Jan 2011 13:58:31 +0100 more scalable HTML.output_width;
Fri, 03 Dec 2010 21:30:41 +0100 eliminated fragile HTML.with_charset -- always use utf-8;
Wed, 22 Sep 2010 18:21:48 +0200 renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Thu, 22 Jul 2010 22:50:35 +0200 refrain from generating <hr/> and from "hiding" it in isabelle.css -- the latter might be used in other situations as well;
Thu, 22 Jul 2010 22:39:31 +0200 generic external source files -- nothing special about ML here;
Thu, 27 May 2010 18:10:37 +0200 renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
Sun, 06 Dec 2009 23:09:14 +0100 output_syms: permissive treatment of control symbols, cf. Scala version;
Sat, 05 Dec 2009 17:30:47 +0100 output linefeed as </br> -- workaround problem with <pre> in Lobo Browser 0.98.4;
Sat, 05 Dec 2009 16:39:49 +0100 added markup for hidden text;
Fri, 04 Dec 2009 20:03:37 +0100 output "'" as "&#39;" which is a bit more portable ("&apos;" is defined in XML/XHTML, but not in old-style HTML4);
Tue, 27 Oct 2009 13:15:20 +0100 critical comments;
Wed, 30 Sep 2009 23:44:23 +0200 eliminated dead code;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Tue, 18 Nov 2008 18:25:45 +0100 tuned;
Fri, 15 Aug 2008 17:03:56 +0200 fixed DOCTYPE -- XHTML is case-sensitive!
Wed, 13 Aug 2008 20:57:37 +0200 removed obsolete verbatim_source, results, chapter, section etc.;
Mon, 11 Aug 2008 22:06:51 +0200 <applet>: more XHTML 1.0 Transitional conformance;
Mon, 11 Aug 2008 20:56:32 +0200 <pre>: removed xml:space, is already default;
Mon, 11 Aug 2008 18:37:51 +0200 produce XHTML 1.0 Transitional;
Tue, 08 Jul 2008 16:19:23 +0200 removed unused href_opt_name;
Thu, 17 Apr 2008 16:30:55 +0200 replaced token translations by common markup;
Fri, 28 Mar 2008 20:02:04 +0100 Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 eliminated delayed theory setup
Tue, 18 Mar 2008 23:25:06 +0100 theory loader: discontinued *attached* ML scripts;
Thu, 21 Feb 2008 21:31:52 +0100 more elaborate structure Distribution (filled-in by makedist);
Sat, 15 Sep 2007 19:27:35 +0200 fixed title
Mon, 13 Aug 2007 18:10:22 +0200 Lexicon.read_indexname/nat/variable;
Tue, 31 Jul 2007 21:19:23 +0200 with_charset: setmp_noncritical;
Mon, 23 Jul 2007 16:45:03 +0200 PrintMode.with_modes;
Tue, 10 Jul 2007 23:29:51 +0200 export html_mode, begin_document, end_document;
Tue, 10 Jul 2007 16:45:06 +0200 Markup.add_mode;
Sat, 07 Jul 2007 00:15:03 +0200 simplified pretty token metric: type int;
Thu, 26 Apr 2007 12:00:05 +0200 renamed some old names Theory.xxx to Sign.xxx;
Fri, 19 Jan 2007 22:08:31 +0100 results: proper context;
Fri, 15 Dec 2006 00:08:06 +0100 avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Wed, 27 Sep 2006 21:53:55 +0200 reverted to 1.58;
Mon, 18 Sep 2006 19:12:48 +0200 output: uninterpreted raw symbols -- these are usually LaTeX macros;
Sat, 29 Jul 2006 00:51:36 +0200 rename legacy_pretty_thm to pretty_thm_legacy;
Thu, 27 Jul 2006 13:43:13 +0200 ProofContext.legacy_pretty_thm;
Sun, 09 Apr 2006 18:51:23 +0200 results: smart_pretty_thm uses adhoc proof context if possible;
Tue, 21 Mar 2006 12:18:15 +0100 avoid polymorphic equality;
Tue, 14 Mar 2006 22:06:33 +0100 Output.add_mode: keyword component;
Thu, 19 Jan 2006 21:22:08 +0100 setup: theory -> theory;
Sat, 17 Sep 2005 18:11:30 +0200 added with_charset: string -> ('a -> 'b) -> 'a -> 'b;
Thu, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 curried_lookup/update;
Wed, 31 Aug 2005 15:46:48 +0200 added line break for 'uses';
Sun, 28 Aug 2005 19:48:15 +0200 output \<^loc> as 'loc' span;
Thu, 18 Aug 2005 11:17:51 +0200 replace freeze by 'setmp show_question_marks false';
Tue, 16 Aug 2005 13:42:51 +0200 begin_index: list of docs;
Sun, 05 Jun 2005 11:31:31 +0200 present new-style theory header, with 'imports' and 'uses';
Thu, 02 Jun 2005 18:29:57 +0200 html_syms table;
Thu, 21 Apr 2005 22:02:06 +0200 superceded by Pure.thy and CPure.thy;
Sun, 13 Feb 2005 17:15:14 +0100 Deleted Library.option type.
Mon, 29 Nov 2004 06:09:45 +0100 render \<circ> as o not &circ; (which is ^)
Tue, 22 Jun 2004 09:51:23 +0200 tuned output;