Initial revision
[xmldoc.git] / ChangeLog
1 Version 0.4 - Aug 28, 2002
2 ===========================================================
3
4 o  Added two more levels of sectioning: <paragraph> and <subparagraph>.
5 o  Fixed configure bug to find the libxml2 header files.
6 o  Added the <footnote> element.
7 o  Added <sub> for subscript and <sup> for superscript type styles.
8 o  Added <quote> for quotation paragraphs.
9 o  Added internal cross-referencing with the <label>, <ref> and <page>
10    elements.
11 o  Added <subtitle> element.
12
13 Version 0.3 - May 27, 2002
14 ===========================================================
15
16 o  Filter special characters for LaTeX and translate them to LaTeX sequences.
17    The filter is built inside the XSLT processor and is applied before the
18    stylesheet.
19    The XSLT processor, called 'xp', is a separate program, based upon
20    the xsltproc utility that comes with Gnu libxslt.
21    Run xp with the '-latex' option to invoke the filter.
22 o  The 'latexescape' filter is now obsolete.
23 o  Many more ENTITIES for special characters defined in the DTD
24    These now include accented letters, greek letters, matemathical symbols
25    and the euro symbol.
26 o  Removed 'chapter' from the definition of 'article' in the DTD. The
27    'article' style documents can only have 'section' elements.
28 o  Made the proper input files for automake and autoconf. You should
29    be able to 'configure; make install' XMLDoc on any system now.
30
31 Version 0.2 - Apr 8, 2002
32 ===========================================================
33
34 o  Defined ENTITIES in the DTD
35 o  Added title page and child elements. The <title> element has moved
36    to a different place. [Thanks to Marc Groenewegen]