Next | Query returned 91 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2005-09-29 21:40:41 by Krister Walfridsson | Files touched by this commit (1)
Log message:
Do not install *.orig files that are left after patching.
   2005-09-10 14:38:30 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Fix a regression from 1.68.1: readd the : delimiter for dbtimestamp.
Bump PKGREVISION to 1.  From Jeroen Ruigrok van der Werven in private mail.
   2005-08-13 17:21:32 by Julio M. Merino Vidal | Files touched by this commit (3)
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
  |
   2005-07-23 20:41:15 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.69.0:
The release includes major feature changes, particularly in the
manpages stylesheets, as well as a large number of bug fixes. This
project is the home for the DocBook XSLT stylesheets and DSSSL
stylesheets and more.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-04-06 20:24:23 by Thomas Klausner | Files touched by this commit (12)
Log message:
Bump PKGREVISION:
This package was broken for a time, when the NO_BUILD that is set by
its Makefile broke the xmlcatmgr handling.
Increase the PKGREVISION now to have a known-good version of this package
again.
   2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259)
Log message:
Add RMD160 digests to the SHA1 ones.
   2005-02-14 15:52:42 by Julio M. Merino Vidal | Files touched by this commit (3) | Package updated
Log message:
Update to 1.68.1:

This release adds localization support for Farsi (thanks to Sina Heshmati) and
improved support for the XLink-based DocBook NG db:link element. Other than
that, it is a minor bug-fix update to the 1.68.0 release. The main thing it
fixes is a build error that caused the XSLT Java extensions to be jarred up
with the wrong package structure. Thanks to Jens Stavnstrup for quickly
reporting the problem, and to Mauritz Jeanson for investigating and finding the
cause.

Also use .tar.bz2 distfile.
   2005-02-10 12:29:56 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 1.68.0:

This release includes some features changes, particularly for FO/PDF output,
and a number of bug fixes.

FO

  * Moved footnote properties to attribute-sets.

  * Added support for side floats, margin notes, and custom floats.

  * Added new parameters body.start.indent and body.end.indent to the
    set.flow.properties template.

  * Added support for xml:id

  * Added support for refdescriptor.

  * Added support for multiple refnamedivs.

  * Added index.entry.properties attribute-set to support customization of
    index entries.

  * Added set.flow.properties template call to each fo:flow to support
    customizations entry point.

  * Add support for @floatstyle in figure

  * Moved hardcoded properties for index division titles to the
    index.div.title.properties attribute-set.

  * Added support for table-layout="auto" for XEP.

  * Added index.div.title.properties attribute-set.

  * $verbose parameter is now passed to most elements.

  * Added refentry to toc in part, as it is permitted by the DocBook schema/
    DTD.

  * Added backmatter elements and article to toc in part, since they are
    permitted by the DocBook schema/DTD.

  * Added mode="toc" for simplesect, since it is now permitted in the \ 
toc if
    simplesect.in.toc is set.

  * Moved hard-coded properties to nongraphical.admonintion.properties and
    graphical.admonition.properties attribute sets.

  * Added support for sidebar-width and float-type processing instructions in
    sidebar.

  * For tables with HTML markup elements, added support for dbfo bgcolor PI,
    the attribute-sets named table.properties, informaltable.properties,
    table.table.properties, and table.cell.padding. Also added support for the
    templates named table.cell.properties and table.cell.block.properties so
    that tabstyles can be implemented. Also added support for tables containing
    only tr instead of tbody with tr.

  * Added new paramater hyphenate.verbatim.characters which can specify
    characters after which a line break can occur in verbatim environments.
    This parameter can be used to extend the initial set of characters which
    contain only space and non-breakable space.

  * Added itemizedlist.label.markup to enable selection of different bullet
    symbol. Also added several potential bullet characters, commented out by
    default.

  * Enabled all id's in XEP output for external olinking.

HTML

  * Added support for refdescriptor.

  * Added support for multiple refnamedivs.

  * Added support for xml:id

  * refsynopsisdiv as a section for counting section levels

Images

  * Added new SVG admonition graphics and navigation images.
   2004-12-26 16:43:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
Add manpages/docbook.xsl to catalog; bump PKGREVISION to 1.

Next | Query returned 91 messages, browsing 61 to 70 | Previous