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