Subject: CVS commit: pkgsrc/textproc/docbook-xsl
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/27/2003 08:18:46
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue May 27 08:18:45 UTC 2003

Modified Files:
	pkgsrc/textproc/docbook-xsl: Makefile PLIST distinfo

Log Message:
Update to 1.61.2.
Lots of bug fixes and improvements.
 o Initial support for timestamp PI. From now you can use
   <?dbtimestamp format="Y-m-d H:M:S"?> to get current datetime
   in your document. Added localization support for datetime
   PI
 o Added level 6 to test for section depth in section.level
   template so that section.title.level6.properties will be
   used for sections that are 6 deep or deeper. This should
   also cause a h6 to be created in html output.
 o Don't use SVG graphics if use.svg=0
 o Now uses number-and-title-template for sections only if
   section.autolabel is not zero.
 o Added missing 'english-language-name' attribute to the l10n
   element, and the missing 'style' attribute to the
   template element so the current gentext documents will
   validate.
 o Corrected several references to parameter qanda.defaultlabel
   that were missing the "$".
 o Now accepts admon.textlabel parameter to turn off Note,
   Warning, etc. label.
 o FeatReq #684561: support more XEP metadata
 o Added hyphenation support. Added support for coref. Added
   beginpage support. (does nothing; see TDG).
 o Added support for hyphenation-character,
   hyphenation-push-character-count, and
   hyphenation-remain-character-count
 o Added root.properties, ebnf.assignment, and ebnf.statement.terminator
 o Support bgcolor PI in table cells; make sure rowsep and
   colsep don't have any effect on the last row or column
 o Handle othercredit on titlepage a little better
 o Applied fix from Jeff Beal that fixed the bug that put
   secondary page numbers on primary entries. Same with tertiary
   page numbers on secondary entries.
 o Added definition of missing variable collection.
 o Make footnote formatting 'normal' even when it occurs in a
   context that has special formatting
 o Added warning when glossary.collection is not blank, but it
   cannot open the specified file.
 o Pick up the frame attribute on table and informaltable.
 o indexdiv/title in non-autogenerated indexes are now picked up.
 o Removed (unused) component.title.properties
 o Move IDs from page-sequences down to titlepage blocks
 o Use proportional-column-width(1) on more tables.
   Use proportional-column-width() for header/footer tables;
   suppress relative-align when when using FOP
 o Check for glossterm.auto.link when linking firstterms; don't
   output gl. prefix on glossterm links
 o Generate Part ToCs
 o Support glossary, bibliography, and index in component ToCs.
 o Refactored chunking code so that customization of chunk
   algorithm and chunk elements is more practical
 o Support textobject/phrase on inlinemediaobject.
 o Support 'start' PI on ordered lists
 o Fixed test of $toc PI to turn on qandaset TOC.
 o Added process.chunk.footnotes to sect2 through 5 to fix bug
   of missing footnotes when chunk level greater than 1.
 o Added paramater toc.max.depth which controls maximal depth
   of ToC as requested by PHP-DOC group.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/docbook-xsl/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/docbook-xsl/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/docbook-xsl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.