SVG file inclusion added in the changelog.
[xmldoc.git] / ChangeLog
1 Version 0.7 - Apr 04, 2012
2 ===========================================================
3
4 o Added depcomp to the distribution
5 o Added LaTeX translation for the value of attributes.
6 o Changed the translation of ~ to the LaTeX sequence $\sim$.
7 o Added the src attribute to the svg tag
8   This includes SVG drawings from an external file.
9
10
11 Version 0.6 - Oct 17, 2007
12 ===========================================================
13
14 o The conversion to HTML creates proper XHTML.
15 o Added support for embedded MathML and SVG.
16 o New element: <example>.
17 o Use standard XML Inclusion methods as opposed to a preprocessing stylesheet.
18   - This means the <include> element will be deprecated.
19 o New output format for PHPWiki.
20 o New type styles: big and small.
21 o Added colored text with a few predefined colors.
22
23 Version 0.5 - Aug 19, 2003
24 ===========================================================
25
26 o Many additions to the user guide: table example, internal references,
27   and a glossary with an alphabethical list of elements.
28 o Added <description> element for description lists.
29 o Added empty elements <newline/> and <newpage/>
30 o Removed DOCTYPE declaration from the XSLT stylesheets.
31 o Configure script exits if libxml2 is not available.
32
33
34 Version 0.4 - Aug 28, 2002
35 ===========================================================
36
37 o  Added two more levels of sectioning: <paragraph> and <subparagraph>.
38 o  Fixed configure bug to find the libxml2 header files.
39 o  Added the <footnote> element.
40 o  Added <sub> for subscript and <sup> for superscript type styles.
41 o  Added <quote> for quotation paragraphs.
42 o  Added internal cross-referencing with the <label>, <ref> and <page>
43    elements.
44 o  Added <subtitle> element.
45
46 Version 0.3 - May 27, 2002
47 ===========================================================
48
49 o  Filter special characters for LaTeX and translate them to LaTeX sequences.
50    The filter is built inside the XSLT processor and is applied before the
51    stylesheet.
52    The XSLT processor, called 'xp', is a separate program, based upon
53    the xsltproc utility that comes with Gnu libxslt.
54    Run xp with the '-latex' option to invoke the filter.
55 o  The 'latexescape' filter is now obsolete.
56 o  Many more ENTITIES for special characters defined in the DTD
57    These now include accented letters, greek letters, matemathical symbols
58    and the euro symbol.
59 o  Removed 'chapter' from the definition of 'article' in the DTD. The
60    'article' style documents can only have 'section' elements.
61 o  Made the proper input files for automake and autoconf. You should
62    be able to 'configure; make install' XMLDoc on any system now.
63
64 Version 0.2 - Apr 8, 2002
65 ===========================================================
66
67 o  Defined ENTITIES in the DTD
68 o  Added title page and child elements. The <title> element has moved
69    to a different place. [Thanks to Marc Groenewegen]