]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
20 years agoFixed bug in olink resolution.
Bob Stayton [Mon, 13 Sep 2004 16:23:06 +0000 (16:23 +0000)]
Fixed bug in olink resolution.

20 years agoFixed broken CVS keyword.
Bob Stayton [Sat, 11 Sep 2004 08:41:34 +0000 (08:41 +0000)]
Fixed broken CVS keyword.

20 years agoUpdated version to 1.66.0
Bob Stayton [Sat, 11 Sep 2004 08:20:24 +0000 (08:20 +0000)]
Updated version to 1.66.0

20 years agoUpdated release notes for version 1.66.0
Bob Stayton [Sat, 11 Sep 2004 08:15:55 +0000 (08:15 +0000)]
Updated release notes for version 1.66.0

20 years agoFixed bug in xml:base resolution not recursing through the ancestors.
Bob Stayton [Thu, 9 Sep 2004 17:52:18 +0000 (17:52 +0000)]
Fixed bug in xml:base resolution not recursing through the ancestors.

20 years agoFixed lastlistcomma per bug report 1023579.
Bob Stayton [Thu, 9 Sep 2004 08:08:33 +0000 (08:08 +0000)]
Fixed lastlistcomma per bug report 1023579.

20 years agoI prefer to explicitly list all the files that should be ignored. Really the ones...
Norman Walsh [Tue, 7 Sep 2004 11:27:42 +0000 (11:27 +0000)]
I prefer to explicitly list all the files that should be ignored. Really the ones that shouldn't should probably be moved to another directory...

20 years agoremove duplicate make.gentext.template and substitute.markup templates.
Bob Stayton [Mon, 6 Sep 2004 22:30:19 +0000 (22:30 +0000)]
remove duplicate make.gentext.template and substitute.markup templates.

20 years agoIgnore generated .xsl files.
Michael Smith [Mon, 6 Sep 2004 10:17:31 +0000 (10:17 +0000)]
Ignore generated .xsl files.

Without this, cvs update reports all generated .xsl files in this
directory as unknown. It's a big list, and it'd be a lot easier to
read the cvs update output if these files weren't listed every time.

Note: This does not cause CVS to ignore the html2xhtml.xsl file or
to treat it in any way way differently than it would if the *.xsl
line in this .cvsignore file did not exist. It doesn't seem to at
least. If that's wrong, this change can always be reverted.

20 years agoBug #1022519 - graphics.xsl fails with error about no X11 server
Michael Smith [Sun, 5 Sep 2004 11:32:31 +0000 (11:32 +0000)]
Bug #1022519 - graphics.xsl fails with error about no X11 server

Problem
  Current stylesheets fail when trying to generate output under
  the following conditions:

    - Linux/Unix environment
    - no X server running
    - document contains graphics
    - use.extensions enabled

  This makes it impossible to try to do extensions-enabled
  automated transformations (e.g., nightly doc builds) in a server
  environment.

Cause
  Certain methods in the DocBook "ImageIntrisics" extensions class
  rely on the Java AWT library, which by default expects a running
  X server.

Fix
  Both the Saxon and Xalan2 versions of the extensions now set the
  "java.awt.headless" Java 1.4 system property to true. That
  property tells Java to continue processing AWT-based code even
  if no running X server is found.

  The property is set at the beginning of the constructor for the
  ImageIntrinsics class.

Affects
  This change only affects transformations using Saxon or Xalan2
  under the conditions:

    - Linux/Unix environment
    - no X server running
    - document contains graphics
    - use.extensions enabled

20 years agoRemove symbol from subscript and superscript; it's not in Simplified
Norman Walsh [Fri, 3 Sep 2004 20:47:00 +0000 (20:47 +0000)]
Remove symbol from subscript and superscript; it's not in Simplified

20 years agoUpdated for release 1.66.
Bob Stayton [Thu, 2 Sep 2004 07:07:18 +0000 (07:07 +0000)]
Updated for release 1.66.

20 years agoAdded templates to set initial-page-number and force-page-count
Bob Stayton [Thu, 2 Sep 2004 04:13:53 +0000 (04:13 +0000)]
Added templates to set initial-page-number and force-page-count
for page-sequences so they can be customized.

20 years agofixed bug in listitem xref-to.
Bob Stayton [Thu, 2 Sep 2004 03:42:00 +0000 (03:42 +0000)]
fixed bug in listitem xref-to.

20 years agoChecking in Michael Smith's patch to fix Xalan2 compile.
Bob Stayton [Wed, 1 Sep 2004 20:55:38 +0000 (20:55 +0000)]
Checking in Michael Smith's patch to fix Xalan2 compile.

20 years agoFootnote numbers doesn't count <ulink url="..."/>
Jirka Kosek [Wed, 1 Sep 2004 20:02:42 +0000 (20:02 +0000)]
Footnote numbers doesn't count <ulink url="..."/>

20 years agoFixed bug where an indexterm seealso turned off the primary page number.
Bob Stayton [Mon, 30 Aug 2004 07:46:33 +0000 (07:46 +0000)]
Fixed bug where an indexterm seealso turned off the primary page number.

20 years agoAdded component.label.includes.part.label parameter.
Bob Stayton [Thu, 26 Aug 2004 18:58:42 +0000 (18:58 +0000)]
Added component.label.includes.part.label parameter.

20 years agoOptionally adds part label prefix to component labels.
Bob Stayton [Thu, 26 Aug 2004 18:31:20 +0000 (18:31 +0000)]
Optionally adds part label prefix to component labels.

20 years agoAdded component.label.includes.part.label parameter to appendices and
Bob Stayton [Thu, 26 Aug 2004 18:30:10 +0000 (18:30 +0000)]
Added component.label.includes.part.label parameter to appendices and
other component elements.

20 years agoRelease announcement for 4.4b2
Norman Walsh [Thu, 26 Aug 2004 14:44:59 +0000 (14:44 +0000)]
Release announcement for 4.4b2

20 years agoFix spelling of system identifiers for W3C entity sets
Norman Walsh [Thu, 26 Aug 2004 14:16:47 +0000 (14:16 +0000)]
Fix spelling of system identifiers for W3C entity sets

20 years agoUpdated version number
Norman Walsh [Thu, 26 Aug 2004 13:57:46 +0000 (13:57 +0000)]
Updated version number

20 years agoAdded docbookx to the catalog
Norman Walsh [Thu, 26 Aug 2004 13:51:19 +0000 (13:51 +0000)]
Added docbookx to the catalog

20 years agoUpdated version number
Norman Walsh [Thu, 26 Aug 2004 13:49:59 +0000 (13:49 +0000)]
Updated version number

20 years agoFixed spelling error
Norman Walsh [Thu, 26 Aug 2004 13:35:40 +0000 (13:35 +0000)]
Fixed spelling error

20 years agoUpdated for 4.4b2
Norman Walsh [Thu, 26 Aug 2004 13:26:56 +0000 (13:26 +0000)]
Updated for 4.4b2

20 years agoAllow HTML tables to nest
Norman Walsh [Thu, 26 Aug 2004 13:15:12 +0000 (13:15 +0000)]
Allow HTML tables to nest

20 years agoMake the rules attribute on HTML tables CDATA so that its enumerated values don't...
Norman Walsh [Thu, 26 Aug 2004 13:03:31 +0000 (13:03 +0000)]
Make the rules attribute on HTML tables CDATA so that its enumerated values don't conflict with the CALS frame attribute

20 years agoFixed typo
Norman Walsh [Thu, 26 Aug 2004 12:16:23 +0000 (12:16 +0000)]
Fixed typo

20 years agoRemove xml:base from SGML DTD
Norman Walsh [Thu, 26 Aug 2004 12:15:08 +0000 (12:15 +0000)]
Remove xml:base from SGML DTD

20 years agoUpdated URIs for the character entity sets to reflect the slightly different filename...
Norman Walsh [Thu, 26 Aug 2004 12:07:29 +0000 (12:07 +0000)]
Updated URIs for the character entity sets to reflect the slightly different filenames provided by the W3C entity sets

20 years agoInitial checkin
Norman Walsh [Thu, 26 Aug 2004 12:05:21 +0000 (12:05 +0000)]
Initial checkin

20 years agoAdded bibliolist
Norman Walsh [Thu, 26 Aug 2004 11:51:11 +0000 (11:51 +0000)]
Added bibliolist

20 years agoAdded PE to allow the euro entity to be excluded
Norman Walsh [Thu, 26 Aug 2004 11:49:05 +0000 (11:49 +0000)]
Added PE to allow the euro entity to be excluded

20 years agoAdd component.label.includes.part.label parameter to add
Bob Stayton [Thu, 26 Aug 2004 08:43:39 +0000 (08:43 +0000)]
Add component.label.includes.part.label parameter to add
part number to chapter labels when $label.from.part is nonzero.

20 years agoSort language is taken from document not from system environment
Jirka Kosek [Thu, 26 Aug 2004 07:50:09 +0000 (07:50 +0000)]
Sort language is taken from document not from system environment

20 years agoSupport fm:Version
Norman Walsh [Sun, 22 Aug 2004 14:05:31 +0000 (14:05 +0000)]
Support fm:Version

20 years agoAdded several patches from W. Borgert
Jirka Kosek [Thu, 19 Aug 2004 21:19:03 +0000 (21:19 +0000)]
Added several patches from W. Borgert

20 years agoNumbering and formatting of normal and ulink footnotes has been unifyed.
Jirka Kosek [Thu, 19 Aug 2004 09:27:01 +0000 (09:27 +0000)]
Numbering and formatting of normal and ulink footnotes has been unifyed.

20 years agoFixed WF error
Jirka Kosek [Thu, 19 Aug 2004 09:08:09 +0000 (09:08 +0000)]
Fixed WF error

20 years agoFixed variable name
Jirka Kosek [Thu, 19 Aug 2004 08:59:52 +0000 (08:59 +0000)]
Fixed variable name

20 years agoImproved translation from Rui Lopes and Pedro Morais.
Bob Stayton [Wed, 18 Aug 2004 06:21:35 +0000 (06:21 +0000)]
Improved translation from Rui Lopes and Pedro Morais.

20 years agoarticle/appendix title now uses object.title.markup to get number labels.
Bob Stayton [Tue, 17 Aug 2004 16:37:05 +0000 (16:37 +0000)]
article/appendix title now uses object.title.markup to get number labels.

20 years agoadd eps to the filenames extensions support by fop.
Bob Stayton [Mon, 16 Aug 2004 04:07:58 +0000 (04:07 +0000)]
add eps to the filenames extensions support by fop.

20 years agoAdded footnote.sep.leader.properties attribute set.
Bob Stayton [Sun, 15 Aug 2004 22:43:06 +0000 (22:43 +0000)]
Added footnote.sep.leader.properties attribute set.

20 years agoAdded footnote.sep.leader.properties attribute set.
Bob Stayton [Sun, 15 Aug 2004 22:13:18 +0000 (22:13 +0000)]
Added footnote.sep.leader.properties attribute set.

20 years agoAdd property set for the footnote separator rule.
Bob Stayton [Sun, 15 Aug 2004 22:11:35 +0000 (22:11 +0000)]
Add property set for the footnote separator rule.

20 years agoAnother select optimization.
Bob Stayton [Sun, 15 Aug 2004 21:36:29 +0000 (21:36 +0000)]
Another select optimization.

20 years agolang attribute select statement optimized.
Bob Stayton [Sun, 15 Aug 2004 21:05:44 +0000 (21:05 +0000)]
lang attribute select statement optimized.

20 years agoAdded support for @renderas in section and sect1 et al.
Bob Stayton [Sun, 15 Aug 2004 08:13:38 +0000 (08:13 +0000)]
Added support for @renderas in section and sect1 et al.

20 years agoAdd support for @renderas to section and sect1 et al headings.
Bob Stayton [Sun, 15 Aug 2004 07:52:04 +0000 (07:52 +0000)]
Add support for @renderas to section and sect1 et al headings.

20 years agoOutput ids on segmentedlist blocks so links can work.
Bob Stayton [Sat, 14 Aug 2004 08:33:19 +0000 (08:33 +0000)]
Output ids on segmentedlist blocks so links can work.

20 years agoAdded class attributes for segmentedlist elements for table presentation.
Bob Stayton [Sat, 14 Aug 2004 08:13:27 +0000 (08:13 +0000)]
Added class attributes for segmentedlist elements for table presentation.

20 years agoAdd call to anchor template for seglistitem so it can be linked to.
Bob Stayton [Sat, 14 Aug 2004 07:29:41 +0000 (07:29 +0000)]
Add call to anchor template for seglistitem so it can be linked to.

20 years agoFix bug #983042 to make segmentedlist HTML markup more semantic
Bob Stayton [Sat, 14 Aug 2004 07:22:48 +0000 (07:22 +0000)]
Fix bug #983042 to make segmentedlist HTML markup more semantic
and available to CSS styles.

20 years agoindex is defined as chunk only if $generate.index != 0.
Bob Stayton [Fri, 13 Aug 2004 08:26:04 +0000 (08:26 +0000)]
index is defined as chunk only if $generate.index != 0.

20 years agoFixed bug #967909 incorrect 'next' link for index in chapter.
Bob Stayton [Fri, 13 Aug 2004 08:25:25 +0000 (08:25 +0000)]
Fixed bug #967909 incorrect 'next' link for index in chapter.

20 years agoBug 955623: Added user.preroot placeholder template to permit xsl-stylesheet
Bob Stayton [Fri, 13 Aug 2004 07:35:36 +0000 (07:35 +0000)]
Bug 955623: Added user.preroot placeholder template to permit xsl-stylesheet
and other PIs and comments to be output before the HTML root element.

20 years agoAdd id to legalnotice block so can be linked to.
Bob Stayton [Fri, 13 Aug 2004 07:04:49 +0000 (07:04 +0000)]
Add id to legalnotice block so can be linked to.

20 years agoNon-chunked legalnotice now gets an <a name="id"> so it can be
Bob Stayton [Fri, 13 Aug 2004 06:44:14 +0000 (06:44 +0000)]
Non-chunked legalnotice now gets an <a name="id"> so it can be
referenced with xref or link.

20 years agoRFE 782817, added support for @label in footnote.
Bob Stayton [Fri, 13 Aug 2004 02:06:27 +0000 (02:06 +0000)]
RFE 782817, added support for @label in footnote.

20 years agoRFE 782817, added support for @label in footnote.
Bob Stayton [Fri, 13 Aug 2004 02:00:58 +0000 (02:00 +0000)]
RFE 782817, added support for @label in footnote.

20 years agoFor RFE 790517, added parameter img.src.path as a prefix
Bob Stayton [Thu, 12 Aug 2004 08:35:31 +0000 (08:35 +0000)]
For RFE 790517, added parameter img.src.path as a prefix
to HTML img src attributes.

20 years agoAdded master-reference parameter to page.number.format template
Bob Stayton [Thu, 12 Aug 2004 07:45:32 +0000 (07:45 +0000)]
Added master-reference parameter to page.number.format template
to permit customizations to use the master-reference instead of element.

20 years agoMentioned that the parameter also affects which graphics
Bob Stayton [Thu, 12 Aug 2004 00:39:30 +0000 (00:39 +0000)]
Mentioned that the parameter also affects which graphics
file formats are supported.

20 years agoFixed bug 974508.
Bob Stayton [Thu, 12 Aug 2004 00:20:23 +0000 (00:20 +0000)]
Fixed bug 974508.

20 years agoFixed bug #1004956.
Bob Stayton [Thu, 12 Aug 2004 00:17:18 +0000 (00:17 +0000)]
Fixed bug #1004956.

20 years agoAdded support for a dbfo keep-together PI for formal objects
Bob Stayton [Wed, 11 Aug 2004 23:50:07 +0000 (23:50 +0000)]
Added support for a dbfo keep-together PI for formal objects
so one can be broken if very long and the default keep-together
is not appropriate.

20 years agoFixed bug 958433: simplelist table error in FOP.
Bob Stayton [Wed, 11 Aug 2004 22:57:49 +0000 (22:57 +0000)]
Fixed bug 958433: simplelist table error in FOP.
Also added support for a PI to set the table width.

20 years agoFixed problem of PI name suffix being matched instead of whole name.
Bob Stayton [Wed, 11 Aug 2004 22:43:56 +0000 (22:43 +0000)]
Fixed problem of PI name suffix being matched instead of whole name.

20 years agoIn no.anchor.mode, test for any link descendants and switch to
Bob Stayton [Wed, 11 Aug 2004 18:39:10 +0000 (18:39 +0000)]
In no.anchor.mode, test for any link descendants and switch to
normal formatting if  there are none. This preserves formatting
in titleabbrev for TOC and headers.

20 years agoMade file extension selection case insensitive.
Bob Stayton [Wed, 11 Aug 2004 17:15:30 +0000 (17:15 +0000)]
Made file extension selection case insensitive.

20 years agoMade file extension selection case insensitive, and updated
Bob Stayton [Wed, 11 Aug 2004 17:14:37 +0000 (17:14 +0000)]
Made file extension selection case insensitive, and updated
the list of graphics extensions.

20 years agoRemoved PDF from fop image support, and added EPS to fop image support.
Bob Stayton [Wed, 11 Aug 2004 08:40:25 +0000 (08:40 +0000)]
Removed PDF from fop image support, and added EPS to fop image support.

20 years agoChanged link rel="home" to rel="start", and
Bob Stayton [Wed, 11 Aug 2004 08:23:24 +0000 (08:23 +0000)]
Changed link rel="home" to rel="start", and
link rel="previous" to rel="prev", per W3C HTML 4.01 spec.

20 years agoAdded support for 4.3 corpcredit element.
Bob Stayton [Wed, 11 Aug 2004 08:09:45 +0000 (08:09 +0000)]
Added support for 4.3 corpcredit element.

20 years agoAdded templates in xref context to support new olink features.
Bob Stayton [Mon, 9 Aug 2004 00:34:32 +0000 (00:34 +0000)]
Added templates in xref context to support new olink features.

20 years agoMake each locale file dependent on en.xml to pick up any new items
Bob Stayton [Mon, 9 Aug 2004 00:33:35 +0000 (00:33 +0000)]
Make each locale file dependent on en.xml to pick up any new items
so that all locale files at least have all items, even if not yet
translated.

20 years agoExtended full olink support to FO output.
Bob Stayton [Mon, 9 Aug 2004 00:31:05 +0000 (00:31 +0000)]
Extended full olink support to FO output.

20 years agoNow includes common/olink.xsl after olink rewrite.
Bob Stayton [Mon, 9 Aug 2004 00:28:33 +0000 (00:28 +0000)]
Now includes common/olink.xsl after olink rewrite.

20 years agoRewrote olink templates to support new features.
Bob Stayton [Mon, 9 Aug 2004 00:27:01 +0000 (00:27 +0000)]
Rewrote olink templates to support new features.

20 years agoAdded olink docname placeholder to substitute.markup and make.gentext.template.
Bob Stayton [Mon, 9 Aug 2004 00:25:02 +0000 (00:25 +0000)]
Added olink docname placeholder to substitute.markup and make.gentext.template.

20 years agoNew parameters to support new olink features.
Bob Stayton [Mon, 9 Aug 2004 00:22:27 +0000 (00:22 +0000)]
New parameters to support new olink features.

20 years agoPut common olink templates in common/olink.xsl to add FO support for olinks.
Bob Stayton [Sun, 8 Aug 2004 08:36:17 +0000 (08:36 +0000)]
Put common olink templates in common/olink.xsl to add FO support for olinks.

20 years agoFixed bug where ximg:getDepth was using $nominal.image.width instead of depth.
Bob Stayton [Fri, 6 Aug 2004 15:45:35 +0000 (15:45 +0000)]
Fixed bug where ximg:getDepth was using $nominal.image.width instead of depth.

20 years agoFixed Bug #840187 entrytbl needs width="100%" on the table element.
Bob Stayton [Fri, 6 Aug 2004 08:18:24 +0000 (08:18 +0000)]
Fixed Bug #840187 entrytbl needs width="100%" on the table element.

20 years agoUpdated version name
Norman Walsh [Tue, 3 Aug 2004 16:09:27 +0000 (16:09 +0000)]
Updated version name

20 years agoUpdated to use restored link element
Norman Walsh [Tue, 3 Aug 2004 14:02:09 +0000 (14:02 +0000)]
Updated to use restored link element

20 years agoPrevent entrytbl from appearing directly in a row in an entrytbl; exclude tables...
Norman Walsh [Fri, 30 Jul 2004 15:53:13 +0000 (15:53 +0000)]
Prevent entrytbl from appearing directly in a row in an entrytbl; exclude tables and informaltables from CALS tables

20 years agoAllow all inlines in citation (to fix biblioref problem) and restore the link element
Norman Walsh [Fri, 30 Jul 2004 14:04:40 +0000 (14:04 +0000)]
Allow all inlines in citation (to fix biblioref problem) and restore the link element

20 years agoVersion 1.1CR1 released
Norman Walsh [Tue, 27 Jul 2004 16:32:22 +0000 (16:32 +0000)]
Version 1.1CR1 released

20 years agoFixed system identifier
Norman Walsh [Tue, 27 Jul 2004 16:26:57 +0000 (16:26 +0000)]
Fixed system identifier

20 years agoUpdated
Norman Walsh [Tue, 27 Jul 2004 16:25:24 +0000 (16:25 +0000)]
Updated

20 years agoRenamed and updated
Norman Walsh [Tue, 27 Jul 2004 16:23:16 +0000 (16:23 +0000)]
Renamed and updated

20 years agoReleased V1.1CR1
Norman Walsh [Tue, 27 Jul 2004 16:08:17 +0000 (16:08 +0000)]
Released V1.1CR1

20 years agoInitial checkin
Norman Walsh [Tue, 27 Jul 2004 16:04:17 +0000 (16:04 +0000)]
Initial checkin

20 years agoReleased V1.2CR1
Norman Walsh [Tue, 27 Jul 2004 15:51:06 +0000 (15:51 +0000)]
Released V1.2CR1

20 years agoInitial checkin
Norman Walsh [Tue, 27 Jul 2004 15:40:03 +0000 (15:40 +0000)]
Initial checkin

20 years agoReleased V1.2CR1
Norman Walsh [Tue, 27 Jul 2004 15:31:18 +0000 (15:31 +0000)]
Released V1.2CR1