diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-27 08:18:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-27 08:18:44 +0000 |
commit | 7ebad7dcf39a37a847729dbb030fa2931db75418 (patch) | |
tree | 2d326b8303408c12bcc6440cc4568436e09df45d /textproc/docbook-xsl/distinfo | |
parent | cc8ea2375dba969e06d7c115b71e487428dfc9d9 (diff) | |
download | pkgsrc-7ebad7dcf39a37a847729dbb030fa2931db75418.tar.gz |
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.
Diffstat (limited to 'textproc/docbook-xsl/distinfo')
-rw-r--r-- | textproc/docbook-xsl/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo index 3e254b5e225..26c9838a51d 100644 --- a/textproc/docbook-xsl/distinfo +++ b/textproc/docbook-xsl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/01/27 11:05:05 grant Exp $ +$NetBSD: distinfo,v 1.4 2003/05/27 08:18:45 wiz Exp $ -SHA1 (docbook-xsl-1.60.1.tar.gz) = 536b9ff0ddf2cde167f55081c4491c98039f218d -Size (docbook-xsl-1.60.1.tar.gz) = 1235994 bytes +SHA1 (docbook-xsl-1.61.2.tar.gz) = 1a1a37afc9c5322b3e71815203f55e9a99d08f06 +Size (docbook-xsl-1.61.2.tar.gz) = 1259074 bytes |