Subject: CVS commit: pkgsrc/textproc/docbook-xsl
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/21/2003 10:01:12
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Dec 21 10:01:12 UTC 2003

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

Log Message:
Update to 1.64.1.  Changes since previous release:

Changes to xsl/*
  | 	* Makefile: Check for DIFFVER and make sure tags happen
  | 	* RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
  | 	  file for 1.64.1
  | 	* Makefile, VERSION: Prepare to support freshmeat-submit for
  | 	  next release
  | 	* VERSION: Version 1.64.0 released.
  | 	* VERSION: Version 1.63.0 released.
  | 	* VERSION: Version 1.62.4 released.

Changes to xsl/common/*
  | 	* .cvsignore, Makefile: Support sr_Latn locale
  | 	* l10n.xml: Added sr_Latn.xml for Serbian in Latin script.
  | 	* common.xsl: Fixed bug #851603 infinite recursion in
  | 	  copyright.year when no <year> elements at all.
  | 	* common.xsl: section.level now computes refentry sections
  | 	  relative to container element.
  | 	* gentext.xsl, labels.xsl, subtitles.xsl, table.xsl,
  | 	  targets.xsl, titles.xsl: Added CVS $Id$ comment.
  | 	* labels.xsl: Fixed bug where sect1 generated infinite loop
  | 	  when root element and
  | 	  $section.label.includes.component.label is non zero.
  | 	* gentext.xsl: Fixed cut-and-paste typo in substitute.markup
  | 	  template.

Changes to xsl/docsrc/*
  | 	* htmlhelp.xml: Corrected parameter name

Changes to xsl/fo/*
  | 	* index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
  | 	  in index title indents when $title.margin.left is non-zero.
  | 	* sections.xsl: Now marker respects $marker.section.level
  | 	  parameter.
  | 	* param.ent, param.xweb: Added marker.section.level to control
  | 	  which sections are included in running headers or footers.
  | 	* component.xsl: Fixed bug #605761 where article/appendix
  | 	  title did not respect the $title.margin.left setting. Use a
  | 	  new article.appendix.title.properties attribute set.
  | 	* param.ent, param.xweb: Added
  | 	  article.appendix.title.properties to fix bug 605761.
  | 	* param.ent, param.xweb: Added refentry.pagebreak parameter.
  | 	* refentry.xsl: refnamediv now uses section.level template to
  | 	  compute title level.
  | 	* refentry.xsl: Added $refentry.pagebreak parameter to make
  | 	  page breaks optional.
  | 	* inline.xsl, param.ent, param.xweb: Support new parameters
  | 	  for superscript/subscript properties
  | 	* lists.xsl: Processing of listitems now processes and
  | 	  preserves order of comments and PIs.
  | 	* htmltbl.xsl, task.xsl: Added CVS $Id.
  | 	* pagesetup.xsl: Remove $title.margin.left from the
  | 	  margin-left calculation when $passivetex.extensions != 0
  | 	  since it can't do the math.
  | 	* lists.xsl: Make sure that fo:list-item-body always contains
  | 	  an fo:block
  | 	* inline.xsl: Support code inline
  | 	* formal.xsl: Moved id from fo:table to container block in
  | 	  informaltable to eliminate duplicate ids when multiple
  | 	  tgroups used.
  | 	* graphics.xsl: Added GIF extensions which is supported by FOP
  | 	* formal.xsl: Add comment about span not working in most FO
  | 	  processor because not on a child of fo:flow.
  | 	* pagesetup.xsl: Added units to margin-left="0" in header and
  | 	  footer templates.
  | 	* titlepage.xsl: width property added to revhistory table,
  | 	  with option to use <?dbfo table-width="xx%"?> processing
  | 	  instruction.
  | 	* pagesetup.xsl: Removed title.margin.left indent for the
  | 	  index-*-draft page masters as well.
  | 	* autoidx.xsl, index.xsl, param.ent, param.xweb: Significant
  | 	  index terms can get special rendering in XEP
  | 	* lists.xsl: Support stepalternatives
  | 	* lists.xsl: Fixed bug in variablelist width calc that was
  | 	  returning zero.

Changes to xsl/html/*
  | 	* chunk-common.xsl: Fix ugly performance problem in
  | 	  footer.navigation (thanks again Guillaume du Bourguet)
  | 	* inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm
  | 	  prohibits link to glossary.
  | 	* autotoc.xsl: Omit setindex from TOC if $generate.index = 0
  | 	* table.xsl: Now colwidth="*" treated as colwidth="1*" for
  | 	  tablecolumns extension.
  | 	* lists.xsl: Processing of listitems now processes and
  | 	  preserves order of comments and PIs.
  | 	* autoidx.xsl, changebars.xsl, chunk-code.xsl,
  | 	  chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl,
  | 	  chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl,
  | 	  manifest.xsl, oldchunker.xsl, onechunk.xsl,
  | 	  profile-chunk.xsl, profile-onechunk.xsl, task.xsl: Added CVS
  | 	  $Id$ comments.
  | 	* Makefile.param, param.ent, param.xweb: Added new HTML Help
  | 	  parameters from patches by W. Borgert
  | 	* chunk-common.xsl: Experimental fix for some xref linking
  | 	  issues in cases where dbhtml 'dir' is used.
  | 	* chunk-common.xsl: Fix ugly performance problem with chunking
  | 	  (thanks Guillaume du Bourguet)
  | 	* glossary.xsl: Fix bugs in formatting of glosslist
  | 	* inline.xsl: Support code inline
  | 	* chunk-common.xsl: Moved call to user.head.content to just
  | 	  before </head> to give the user the last word.
  | 	* chunk-code.xsl: Remove index from Next and Previous when
  | 	  $generate.index = 0.
  | 	* lists.xsl: Support stepalternatives

Changes to xsl/htmlhelp/*
  | 	* htmlhelp-common.xsl: Fixed parameter name collision
  | 	* htmlhelp-common.xsl: Added new HTML Help parameters from
  | 	  patches by W. Borgert
  | 	* htmlhelp-common.xsl: Handle setindex in a proper way

Changes to xsl/manpages/*
  | 	* lists.xsl: Fix nested lists properly.
  | 	* docbook.xsl: Use .nf environment for literallayout.
  | 	* docbook.xsl: Prevent duplicate .nf environments inside
  | 	  informalexample or screen. All fiftenn allowed contained
  | 	  element in these elements will provide its own.
  | 	* docbook.xsl: Last commit reverted a previous change -- redo
  | 	  it.
  | 	* docbook.xsl: Remove unused rule.
  | 	* docbook.xsl: Fix literallayout inside para.
  | 	* lists.xsl: Fix singly-nested lists.
  | 	* docbook.xsl: Don't mess up roff markup in tables.
  | 	* lists.xsl, synop.xsl: 2003-11-06 Tim Waugh
  | 	  <twaugh@redhat.com> * lists.xsl: Normalize space in
  | 	  itemizedlist/listitem. * synop.xsl: Likewise.

Changes to xsl/params/*
  | 	* article.appendix.title.properties.xml: Fixed typo in
  | 	  use-attribute-sets attribute
  | 	* title.margin.left.xml: Fix typo in parameter end tag
  | 	* marker.section.level.xml: New file.
  | 	* article.appendix.title.properties.xml: New file.
  | 	* refentry.pagebreak.xml: New file.
  | 	* refentry.title.properties.xml: Added space-before properties
  | 	  since page breaks are now optional. Added a description
  | 	  paragraph.
  | 	* subscript.properties.xml, superscript.properties.xml: New
  | 	  file.
  | 	* htmlhelp.display.progress.xml,
  | 	  htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml,
  | 	  htmlhelp.hhp.windows.xml,
  | 	  htmlhelp.remember.window.position.xml,
  | 	  htmlhelp.show.toolbar.text.xml,
  | 	  htmlhelp.window.geometry.xml: New file.
  | 	* title.margin.left.xml: Set to zero if passivetex.extensions
  | 	  != 0 since PassiveTeX cannot handle the math expression with
  | 	  negative values.
  | 	* index.preferred.page.properties.xml: New file.

Changes to xsl/extensions/xalan2/.classes/*
  | 	* Makefile.common: Support unicode.font in Xalan extensions

Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*
  | 	* FormatCallout.java, FormatUnicodeCallout.java, Params.java,
  | 	  Verbatim.java: Support unicode.font in Xalan extensions


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

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