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: 08/13/2005 15:21:32
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Aug 13 15:21:32 UTC 2005

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

Log Message:
Update to 1.69.1:

Changes to xsl/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* RELEASE-NOTES.xml: Updated for 1.69.1 release.
  |
  | 	* VERSION: Version 1.69.1 released.
  |
  | 2005-07-19  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* Makefile: New file.
  |

Changes to xsl/fo/*

  | 2005-08-09  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* autoidx.xsl: Fix bug 1247565: missing attribute set on
  | 	  symbol entries.
  |
  | 	* block.xsl, ebnf.xsl, table.xsl, titlepage.xsl: fo:table-body
  | 	  and fo:table-header now set start-indent and end-indent to
  | 	  zero to reset the table reference areas.
  |
  | 2005-08-05  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* autoidx.xsl: Fixed bug #1244478. Indexterms in informal
  | 	  objects are now getting correct page reference.
  |
  | 2005-07-27  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* pagesetup.xsl: Fixed starting page number for first part
  | 	  element in single-sided output.
  |

Changes to xsl/html/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* annotations.xsl: Set default value of annotation.support
  | 	  param to 0 (off). Also, wrapped contents of the
  | 	  apply-annotations template in a "if" statement, so that
  | 	  those contents get evaluated only if annotation.support is
  | 	  non-zero. The reason for these changes was a report from
  | 	  Doug du Boulay (on the docbook-apps list) that processing of
  | 	  the apply-annotations template was consuming 75% of the
  | 	  total processing time for a 2.5Mb file. Anatoly Techtonik
  | 	  followed with a comment that with 1.69.0, "Compiling took
  | 	  about full working day on 12Mb file while earlier it was
  | 	  about 2-4 hours".
  |
  | 2005-08-04  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* chunk-code.xsl, chunkfast.xsl: Add cf to
  | 	  exclude-result-prefixes because it is for internal use only.
  |

Changes to xsl/manpages/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* lists.xsl: Fixed check for first following siblings in
  | 	  lists.
  |
  | 2005-08-09  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* block.xsl, lists.xsl, utility.xsl: Output .sp macro in mixed
  | 	  blocks where we were outputting completely blank line
  | 	  before. Thanks (again) to Costin Stroie for pointing out the
  | 	  problems and providing a test case. Also, corrected the test
  | 	  for checking first preceding siblings of text nodes in mixed
  | 	  blocks (the test is used for determining whether or not we
  | 	  need to insert a line break before those nodes.)
  |
  | 2005-08-05  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* utility.xsl: Fixed bug that caused literal .sp to show up in
  | 	  output. (Thanks to Costin Stroie for reporting). WARNING:
  | 	  One of the consequences of this change is that the
  | 	  stylesheet no longer generates spaces at the end of certain
  | 	  lines. I had it doing that as a sort of hack to prevent
  | 	  certain kinds of problems in output. It seems like the hack
  | 	  my no longer be necessary. But if I am wrong, this change
  | 	  may cause spaces to show up at the beginning of some lines
  | 	  in "mixed content". If you see those, then this change has
  | 	  introduced a regression, and I will need to go back and
  | 	  figure out the right way to fix it (instead of the kludgy
  | 	  way I was doing it before. Also, instances like the
  | 	  following were showing up in some cases. .PP .sp That is, a
  | 	  .PP macro immediately followed by a .sp macro. I can think
  | 	  of no good read to ever generate that, and I am not sure why
  | 	  it is getting generated. So I have taked the lazy way out
  | 	  and caused the stylesheet to now strip out the .sp from all
  | 	  such instances, leaving just the .PP
  |
  | 2005-07-24  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* block.xsl, lists.xsl, utility.xsl: New file.
  |
  | 	* block.xsl, lists.xsl, utility.xsl: Fixed handling of lists
  | 	  with titles. Also reworked handling of space around lists.
  | 	  (Closes #1243003 and 1241371). Among other things, this
  | 	  change "normalizes" line space before and after verbatims.
  | 	  For most cases, the stylesheet now attempts to ensure each
  | 	  verbatim is preceded and followed by exactly one line of
  | 	  space.
  |

Changes to xsl/params/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* annotation.support.xml: Set default value of
  | 	  annotation.support param to 0 (off). Also, wrapped contents
  | 	  of the apply-annotations template in a "if" statement, so
  | 	  that those contents get evaluated only if annotation.support
  | 	  is non-zero. The reason for these changes was a report from
  | 	  Doug du Boulay (on the docbook-apps list) that processing of
  | 	  the apply-annotations template was consuming 75% of the
  | 	  total processing time for a 2.5Mb file. Anatoly Techtonik
  | 	  followed with a comment that with 1.69.0, "Compiling took
  | 	  about full working day on 12Mb file while earlier it was
  | 	  about 2-4 hours".
  |
  | 2005-08-06  <balls@users.sourceforge.net>
  |
  | 	* pages.template.xml: New file.
  |
  | 2005-08-05  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* man.string.subst.map.xml: Kruft removal.
  |
  | 	* man.string.subst.map.xml: Fixed bug that caused literal .sp
  | 	  to show up in output. (Thanks to Costin Stroie for
  | 	  reporting). WARNING: One of the consequences of this change
  | 	  is that the stylesheet no longer generates spaces at the end
  | 	  of certain lines. I had it doing that as a sort of hack to
  | 	  prevent certain kinds of problems in output. It seems like
  | 	  the hack my no longer be necessary. But if I am wrong, this
  | 	  change may cause spaces to show up at the beginning of some
  | 	  lines in "mixed content". If you see those, then this change
  | 	  has introduced a regression, and I will need to go back and
  | 	  figure out the right way to fix it (instead of the kludgy
  | 	  way I was doing it before. Also, instances like the
  | 	  following were showing up in some cases. .PP .sp That is, a
  | 	  .PP macro immediately followed by a .sp macro. I can think
  | 	  of no good read to ever generate that, and I am not sure why
  | 	  it is getting generated. So I have taked the lazy way out
  | 	  and caused the stylesheet to now strip out the .sp from all
  | 	  such instances, leaving just the .PP
  |
  | 2005-07-28  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* part.autolabel.xml: Changed default part numbering format
  | 	  back to 'I'.
  |
  | 2005-07-24  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* man.string.subst.map.xml: New file.
  |
  | 	* man.string.subst.map.xml: Fixed handling of lists with
  | 	  titles. Also reworked handling of space around lists.
  | 	  (Closes #1243003 and 1241371). Among other things, this
  | 	  change "normalizes" line space before and after verbatims.
  | 	  For most cases, the stylesheet now attempts to ensure each
  | 	  verbatim is preceded and followed by exactly one line of
  | 	  space.
  |
  | 2005-07-20  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* appendix.autolabel.xml: New file.
  |
  | 2005-07-20  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* appendix.autolabel.xml: Make appendixes use upperalpha
  | 	  numeration
  |

Changes to xsl/wordml/*

  | 2005-08-06  <balls@users.sourceforge.net>
  |
  | 	* docbook-pages.xsl, pages-normalise.xsl, param.ent,
  | 	  param.xweb, template-pages.xml: Added support for Apple
  | 	  Pages application
  |


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/textproc/docbook-xsl/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/textproc/docbook-xsl/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/textproc/docbook-xsl/distinfo

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