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