2004-12-02  Michael Smith <xmldoc@users.sourceforge.net>

	* Makefile: New file.

2004-09-07  Norman Walsh <nwalsh@users.sourceforge.net>

	* .cvsignore: I prefer to explicitly list all the files that should be ignored. Really the ones that shouldn't should probably be moved to another directory...

2004-09-06  Michael Smith <xmldoc@users.sourceforge.net>

	* .cvsignore: Ignore generated .xsl files.
	
	Without this, cvs update reports all generated .xsl files in this
	directory as unknown. It's a big list, and it'd be a lot easier to
	read the cvs update output if these files weren't listed every time.
	
	Note: This does not cause CVS to ignore the html2xhtml.xsl file or
	to treat it in any way way differently than it would if the *.xsl
	line in this .cvsignore file did not exist. It doesn't seem to at
	least. If that's wrong, this change can always be reverted.

2003-07-10  Robert Stayton <bobstayton@users.sourceforge.net>

	* html2xhtml.xsl: Set default values for chunker.output parameters so the
	chunk.xsl stylesheet outputs proper doctype declaration
	for XHTML output.

2003-07-03  Robert Stayton <bobstayton@users.sourceforge.net>

	* html2xhtml.xsl: Added a xsl:stylesheet template to add the xhtml namespace
	as the default namespace for the stylesheet modules.

2002-11-14  Norman Walsh <nwalsh@users.sourceforge.net>

	* html2xhtml.xsl: Make UTF-8 the default for XHTML

2002-10-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* html2xhtml.xsl: Make XHTML chunks

2002-06-11  Norman Walsh <nwalsh@users.sourceforge.net>

	* Makefile: branches:  1.7.2;
	Make sure copied files get translated

2002-06-03  Jirka Kosek <kosek@users.sourceforge.net>

	* Makefile: Added dependencies for profiling stylesheets

2002-05-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* Makefile: Make the add-new rule actually, uhm, add new files.

2002-03-25  Norman Walsh <nwalsh@users.sourceforge.net>

	* Makefile: Improved rules

2002-03-01  Jirka Kosek <kosek@users.sourceforge.net>

	* Makefile: First portion of new profiling code. New stylesheet parameters will come later.

2002-03-01  Norman Walsh <nwalsh@users.sourceforge.net>

	* html2xhtml.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different

2002-02-21  Norman Walsh <nwalsh@users.sourceforge.net>

	* Makefile: Make sure xhtml directory gets built properly

2002-02-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* .cvsignore, xslfiles.gen: Autogenerated

2002-02-07  Norman Walsh <nwalsh@users.sourceforge.net>

	* html2xhtml.xsl: Make sure that uses of the xsl:element element preserve the XHTML namespace

2002-01-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* html2xhtml.xsl: Don't change the html.ext parameter

2001-12-30  Norman Walsh <nwalsh@users.sourceforge.net>

	* .cvsignore, Makefile, chunk.xsl, docbook.xsl, html2xhtml.xsl, xslfiles.gen: 
	Completely reworked strategy for XHTML

2001-12-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* docbook.xsl: Feature ##469979 add xmlns for xhtml

2001-10-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* xtchunk.xsl: Removed XT support

2001-08-01  Norman Walsh <nwalsh@users.sourceforge.net>

	* docbook.xsl: Bug #441079, use import instead of include so that xsl:output isn't occurring multiple times at the same level

2001-06-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* docbook.xsl: Put public and system identifiers on XHTML documents to that entity references (&nbsp; etc.) work

2001-04-03  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk.xsl, docbook.xsl, xtchunk.xsl: Support MathML and chunking properly

2001-04-02  Norman Walsh <nwalsh@users.sourceforge.net>

	* docbook.xsl, xtchunk.xsl: New file.

