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