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

	* l10n.dtd, l10n.xml: Tweaks to the l10n.dtd to make it as namespace aware as DTDs can be

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

	* table.xsl: Fix bug that caused rowsep and colsep to be ignored on empty cells

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

	* l10n.xsl: Don't rely on the order of attribute nodes cause they don't have one

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

	* .cvsignore, Makefile: Added Thai localization

	* common.xsl: Calculate itemized list symbol based on depth analagous to orderedlist numeration

	* gentext.xsl: Use unnumbered gentext keys appropriately

2001-12-15  Jirka Kosek <kosek@users.sourceforge.net>

	* common.xsl: Improved support for TeX math inside equations.

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

	* labels.xsl: Bug #435320: Poor enumeration of LoTs and LoFs

	* titles.xsl: Bug! Can't put HTML here. But what does this break?

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

	* titles.xsl: Make no.anchor.mode 'sticky'. This is really necessary because otherwise title inlines effectively turn it off

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

	* labels.xsl: Improve FAQ labeling

2001-11-29  Robert Stayton <bobstayton@users.sourceforge.net>

	* l10n.xsl: Fixed error message for missing localization so that if
	missing in en.xml, it doesn't say 'using en'.

2001-11-28  Norman Walsh <nwalsh@users.sourceforge.net>

	* common.xsl: Added punct.honorific parameter

	* l10n.xsl: Removed crufty gentext.xref.text template

2001-11-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* common.xsl: Support experimental personname wrapper

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

	* .cvsignore, Makefile, l10n.xml: Added Basque

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

	* common.xsl: Support well-formed documents, use key() instead of id()

2001-11-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* .cvsignore, Makefile, l10n.xml: Added Nynorsk

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

	* labels.xsl: Why did I assume sections should always be labelled in articles?

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

	* common.xsl: Support FAMILY Given style personal names

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

	* .cvsignore, Makefile, l10n.xml: Added Xhosa

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

	* table.xsl: Table support improvements

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

	* .cvsignore, Makefile, l10n.xml: Added Ukranian

	* table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines

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

	* table.xsl: New file.

2001-09-25  Norman Walsh <nwalsh@users.sourceforge.net>

	* common.xsl: Support automatic collation of year ranges in copyright

	* l10n.xsl: Fix gentext.nav.* templates

2001-09-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* gentext.xsl: Rewrote substitute-markup to support %p

	* gentext.xsl, labels.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys

	* titles.xsl: Support title.markup for legal notices

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

	* common.xsl: Fix orderedlist numerations

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

	* l10n.xsl: Calculation of the dingbat nodeset was simply broken

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

	* Makefile: Added stylesheet as a dependency

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

	* l10n.dtd: Rename internationalization to i18n, localization to l10n

	* l10n.xml: Rename internationalization to i18n, localization to l10n, add namespace declaration

	* l10n.xsl: Support a local i18n override, rename internationalization to i18n, localization to l10n, add namespace declaration

	* labels.xsl: PartIntros never get a label

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

	* gentext.xsl: Pass allow-anchors through properly

	* labels.xsl: Fix question labelling

	* titles.xsl: Output anchors for titles if the titles have ids

2001-07-31  Robert Stayton <bobstayton@users.sourceforge.net>

	* l10n.xsl: Reverted the change from [last()] to [1] back to [last()]
	because that is the correct code.

	* l10n.xsl: Added code to the "l10n.language" template to fall
	back to the two-letter lang code if a longer lang
	does not have a <lang>.xml localization file.
	And it falls back to the default lang if it can't
	find that either.
	
	Also fixed a bug for finding the lang attribute.
	It was using the last() function, but in an
	ancestor-or-self node set you want the first ancestor
	(closest) with a lang value.
	
	49c49
	<                                |ancestor-or-self::*/@xml:lang)[last()]"/>
	---
	>                                |ancestor-or-self::*/@xml:lang)[1]"/>

2001-07-17  Jirka Kosek <kosek@users.sourceforge.net>

	* common.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for <graphic> and <inlinegraphic> not only for <imagedata>.

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

	* gentext.xsl, titles.xsl: Support xref to bridgehead

2001-07-04  <uid48421@users.sourceforge.net>

	* .cvsignore, Makefile, l10n.xml: Added support for Turkish

	* .cvsignore, Makefile, l10n.xml: Added Afrikaans

	* common.xsl, titles.xsl: Bug #429011, fix xref to qandset elements

	* labels.xsl: Bug #426188, fix question/answer labels

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

	* common.xsl, gentext.xsl, labels.xsl, titles.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter

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

	* l10n.xsl: Xalan debugging; harmless changes

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

	* subtitles.xsl: Support subtitle on article

2001-05-23  Norman Walsh <nwalsh@users.sourceforge.net>

	* common.xsl: Fix dup. template bug with is.graphic.*

	* gentext.xsl: Workaround article/appendix formatting bug (HACK)

	* labels.xsl: Label appendixes correctly in books and articles

2001-05-21  Norman Walsh <nwalsh@users.sourceforge.net>

	* labels.xsl: Tweak for section labels in articles

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

	* common.xsl: Added refsect* to the section.level template

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

	* .cvsignore, Makefile, l10n.xml: Add Serbian localization

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

	* common.xsl: My first crude attempts at support for qandaset

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

	* gentext.xsl, titles.xsl: Fix bug #417193, make sure allow-anchors is properly propagated through substitute-markup

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

	* titles.xsl: Suppress indexterms in no.anchor.mode

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

	* labels.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure

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

	* gentext.xsl: Fix bug in processing of subtitle content

	* labels.xsl: Only label.from.part if there actually is a part

	* titles.xsl: Don't put ulink, link, olink, or xref in titles if anchor's aren't allowed

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

	* gentext.xsl: Localize the textonly calculations by creating a object.title.markup.textonly mode

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

	* gentext.xsl, labels.xsl, titles.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters

	* titles.xsl: Restore no.anchor.mode and suppress footnotes in no.anchor.mode

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

	* .cvsignore, Makefile: New file.

	* common.xsl, gentext.xsl, l10n.xml, l10n.xsl, labels.xsl, subtitles.xsl, titles.xsl: 
	New file.

	* gentext.xsl: Commented out debugging messages

	* l10n.dtd: New file.

