src/Pure/Thy/html.ML
Wed, 29 Jun 2011 15:23:36 +0200 wenzelm HTML: render control symbols more like Isabelle/Scala/jEdit;
Sat, 25 Jun 2011 18:15:36 +0200 wenzelm type classes: entity markup instead of old-style token markup;
Sun, 19 Jun 2011 15:22:58 +0200 wenzelm discontinued special treatment of \<^loc> (which was original meant as workaround for "local" syntax);
Sun, 09 Jan 2011 13:58:31 +0100 wenzelm more scalable HTML.output_width;
Fri, 03 Dec 2010 21:30:41 +0100 wenzelm eliminated fragile HTML.with_charset -- always use utf-8;
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Thu, 22 Jul 2010 22:50:35 +0200 wenzelm 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 wenzelm generic external source files -- nothing special about ML here;
Thu, 27 May 2010 18:10:37 +0200 wenzelm renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
Sun, 06 Dec 2009 23:09:14 +0100 wenzelm output_syms: permissive treatment of control symbols, cf. Scala version;
Sat, 05 Dec 2009 17:30:47 +0100 wenzelm output linefeed as </br> -- workaround problem with <pre> in Lobo Browser 0.98.4;
Sat, 05 Dec 2009 16:39:49 +0100 wenzelm added markup for hidden text;
Fri, 04 Dec 2009 20:03:37 +0100 wenzelm 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 wenzelm critical comments;
Wed, 30 Sep 2009 23:44:23 +0200 wenzelm eliminated dead code;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Tue, 18 Nov 2008 18:25:45 +0100 wenzelm tuned;
Fri, 15 Aug 2008 17:03:56 +0200 wenzelm fixed DOCTYPE -- XHTML is case-sensitive!
Wed, 13 Aug 2008 20:57:37 +0200 wenzelm removed obsolete verbatim_source, results, chapter, section etc.;
Mon, 11 Aug 2008 22:06:51 +0200 wenzelm <applet>: more XHTML 1.0 Transitional conformance;
Mon, 11 Aug 2008 20:56:32 +0200 wenzelm <pre>: removed xml:space, is already default;
Mon, 11 Aug 2008 18:37:51 +0200 wenzelm produce XHTML 1.0 Transitional;
Tue, 08 Jul 2008 16:19:23 +0200 wenzelm removed unused href_opt_name;
Thu, 17 Apr 2008 16:30:55 +0200 wenzelm replaced token translations by common markup;
Fri, 28 Mar 2008 20:02:04 +0100 wenzelm Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 wenzelm eliminated delayed theory setup
Tue, 18 Mar 2008 23:25:06 +0100 wenzelm theory loader: discontinued *attached* ML scripts;
Thu, 21 Feb 2008 21:31:52 +0100 wenzelm more elaborate structure Distribution (filled-in by makedist);
Sat, 15 Sep 2007 19:27:35 +0200 haftmann fixed title
Mon, 13 Aug 2007 18:10:22 +0200 wenzelm Lexicon.read_indexname/nat/variable;
Tue, 31 Jul 2007 21:19:23 +0200 wenzelm with_charset: setmp_noncritical;
Mon, 23 Jul 2007 16:45:03 +0200 wenzelm PrintMode.with_modes;
Tue, 10 Jul 2007 23:29:51 +0200 wenzelm export html_mode, begin_document, end_document;
Tue, 10 Jul 2007 16:45:06 +0200 wenzelm Markup.add_mode;
Sat, 07 Jul 2007 00:15:03 +0200 wenzelm simplified pretty token metric: type int;
Thu, 26 Apr 2007 12:00:05 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Fri, 19 Jan 2007 22:08:31 +0100 wenzelm results: proper context;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Wed, 27 Sep 2006 21:53:55 +0200 wenzelm reverted to 1.58;
Mon, 18 Sep 2006 19:12:48 +0200 wenzelm output: uninterpreted raw symbols -- these are usually LaTeX macros;
Sat, 29 Jul 2006 00:51:36 +0200 wenzelm rename legacy_pretty_thm to pretty_thm_legacy;
Thu, 27 Jul 2006 13:43:13 +0200 wenzelm ProofContext.legacy_pretty_thm;
Sun, 09 Apr 2006 18:51:23 +0200 wenzelm results: smart_pretty_thm uses adhoc proof context if possible;
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Tue, 14 Mar 2006 22:06:33 +0100 wenzelm Output.add_mode: keyword component;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Sat, 17 Sep 2005 18:11:30 +0200 wenzelm added with_charset: string -> ('a -> 'b) -> 'a -> 'b;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 15:46:48 +0200 wenzelm added line break for 'uses';
Sun, 28 Aug 2005 19:48:15 +0200 wenzelm output \<^loc> as 'loc' span;
Thu, 18 Aug 2005 11:17:51 +0200 wenzelm replace freeze by 'setmp show_question_marks false';
Tue, 16 Aug 2005 13:42:51 +0200 wenzelm begin_index: list of docs;
Sun, 05 Jun 2005 11:31:31 +0200 wenzelm present new-style theory header, with 'imports' and 'uses';
Thu, 02 Jun 2005 18:29:57 +0200 wenzelm html_syms table;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 29 Nov 2004 06:09:45 +0100 kleing render \<circ> as o not &circ; (which is ^)
Tue, 22 Jun 2004 09:51:23 +0200 wenzelm tuned output;
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sun, 20 Jun 2004 09:26:48 +0200 wenzelm Symbol.encode_raw;
Sat, 29 May 2004 15:08:08 +0200 wenzelm handle raw symbols; Output.add_mode; more robust handling of sub/superscript;
Fri, 21 May 2004 21:19:04 +0200 wenzelm output_tym: removed duplicate clauses;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Thu, 15 Apr 2004 20:31:30 +0200 wenzelm fixed width;
Wed, 14 Apr 2004 14:13:05 +0200 kleing use more symbols in HTML output
Wed, 14 Apr 2004 09:53:25 +0200 kleing prod and sum
Tue, 13 Apr 2004 10:45:35 +0200 kleing convert symbols to HTML 4.0 character entities,
Mon, 12 Apr 2004 23:52:51 +0200 kleing use css
Fri, 09 Apr 2004 16:31:15 +0200 kleing treat sub/super scripts
Mon, 30 Jun 2003 12:23:00 +0200 webertj Added DOCTYPE and Content-type to HTML documents.
Tue, 27 Aug 2002 11:06:45 +0200 wenzelm simplified results;
Thu, 06 Dec 2001 17:16:46 +0100 wenzelm tuned line breaks in HTML source;
Sun, 11 Nov 2001 21:38:54 +0100 wenzelm present multi_result;
Sun, 21 Jan 2001 19:54:52 +0100 wenzelm setup indent;
Thu, 11 Jan 2001 21:51:14 +0100 wenzelm do not hilite "xnum";
Wed, 10 Jan 2001 00:14:52 +0100 wenzelm added \<dieresis>, \<acute>, \<cedilla>, \<emptyset>;
Tue, 09 Jan 2001 15:18:07 +0100 wenzelm replaced \<macron> by \<inverse>;
Fri, 01 Dec 2000 19:44:48 +0100 wenzelm append print modes;
Fri, 15 Sep 2000 00:17:51 +0200 wenzelm handle more symbols;
Sun, 23 Jul 2000 12:08:54 +0200 wenzelm removed all_sessions;
Wed, 07 Jun 2000 12:14:57 +0200 berghofe Removed codebase attribute from applet_pages.
Fri, 05 May 2000 22:18:40 +0200 wenzelm GPLed;
Fri, 04 Feb 2000 21:43:30 +0100 wenzelm tuned;
Wed, 05 Jan 2000 11:38:48 +0100 wenzelm chapter;
Mon, 11 Oct 1999 20:42:06 +0200 wenzelm files: separate by " ";
Tue, 05 Oct 1999 15:33:22 +0200 wenzelm begin_index: document;
Wed, 29 Sep 1999 13:49:49 +0200 wenzelm more sections;
Wed, 22 Sep 1999 20:57:51 +0200 wenzelm present results;
Wed, 01 Sep 1999 21:06:27 +0200 wenzelm added theorems;
Tue, 01 Jun 1999 18:01:01 +0200 wenzelm tuned markup;
Mon, 17 May 1999 16:55:27 +0200 berghofe Reimplemented graph generator.
Fri, 19 Mar 1999 11:26:40 +0100 wenzelm tuned;
Wed, 17 Mar 1999 13:41:14 +0100 wenzelm tuned;
Fri, 12 Mar 1999 18:48:11 +0100 wenzelm theory: include parent links;
Thu, 11 Mar 1999 12:33:34 +0100 wenzelm tuned;
Wed, 10 Mar 1999 10:53:02 +0100 wenzelm output: some symbol translations;
Tue, 09 Mar 1999 12:12:45 +0100 wenzelm HTML markup elements.
less more (0) tip