OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Announce: DocBook XSL V1.53.0


This morning, I released 1.53.0.

Changes since version 1.52.2 (2002-07-10)

Changes to xsl/*

  | 2002-07-28  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* RELEASE-NOTES.xml: Updated for 1.53.0 release
  | 
  | 	* VERSION: Version 1.53.0 released.
  | 

Changes to xsl/common/*

  | 2002-07-17  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* labels.xsl: Don't count equations without titles when
  | 	  labelling equations
  | 
  | 	* labels.xsl: Fixed thinko
  | 
  | 2002-07-13  Robert Stayton <bobstayton@users.sourceforge.net>
  | 
  | 	* targets.xsl: Fixed output encoding to utf-8 so a targets
  | 	  database can handle mixed languages. Added
  | 	  omit-xml-declaration to get around the standalone attribute
  | 	  in the XML declaration not being permitted in system
  | 	  entities.
  | 

Changes to xsl/docsrc/*

  | 2002-07-19  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* clrefentry.xsl: Link to other parameters and TDG
  | 	  automatically
  | 

Changes to xsl/fo/*

  | 2002-07-26  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* pagesetup.xsl: A little more tweaking to make things
  | 	  equivalent to the old scheme
  | 
  | 	* pagesetup.xsl: Bob's reworked page header/footer ideas. I
  | 	  think there are still some rough edges.
  | 
  | 2002-07-24  Robert Stayton <bobstayton@users.sourceforge.net>
  | 
  | 	* sections.xsl: Moved <fo:marker> for section heading to be
  | 	  first child of its parent block, per bug #586005 (and the
  | 	  XSL-FO spec).
  | 
  | 2002-07-19  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* biblio.xsl, param.ent, param.xweb: Support
  | 	  bibliography.numbered
  | 
  | 	* inline.xsl, param.ent, param.xweb: Use monospace.properties
  | 	  for inline monospaced items
  | 
  | 	* inline.xsl, param.ent, param.xweb: Support
  | 	  menuchoice.menu.separator and menuchoice.separator
  | 
  | 	* param.ent, param.xweb, sections.xsl: Support
  | 	  section.title.levelN.properties to remove hard coding of
  | 	  font sizes in section headings
  | 
  | 2002-07-17  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* biblio.xsl: Add keep to bibliodiv titles--they still need
  | 	  more work
  | 
  | 	* pagesetup.xsl: Add a touch of padding between the
  | 	  page-footer rule and the footer text
  | 
  | 	* table.xsl: Make header entries bold by default
  | 
  | 2002-07-16  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* biblio.xsl, component.xsl, division.xsl, glossary.xsl,
  | 	  index.xsl, refentry.xsl, sections.xsl, toc.xsl: Use basic
  | 	  initial-page-number property instead of extended
  | 	  force-page-count property to get components to start on odd
  | 	  pages in double.sided mode; call format.page.number to set
  | 	  the page number format for all page sequences
  | 
  | 	* division.xsl: Don't include equations w/o titles in the LOT
  | 	  for equations
  | 
  | 	* pagesetup.xsl: Added foot.empty and page.number.format named
  | 	  templates
  | 
  | 2002-07-15  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* pagesetup.xsl: Use named-templates for headers/footers to
  | 	  make customization easier
  | 

Changes to xsl/html/*

  | 2002-07-19  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* biblio.xsl, inline.xsl, param.ent, param.xweb: Support
  | 	  menuchoice.menu.separator, menuchoice.separator, and
  | 	  bibliography.numbered
  | 
  | 2002-07-18  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* block.xsl, lists.xsl, param.ent, param.xweb: Added support
  | 	  for para.propagates.style
  | 
  | 	* lists.xsl: Use tr.attributes
  | 
  | 	* param.ent, param.xweb: Added html.cellpadding and
  | 	  html.cellspacing
  | 
  | 	* table.xsl: Added tr.attributes named template (for odd-row
  | 	  coloring and such) and html.cellpadding and html.cellspacing
  | 	  for table defaults
  | 
  | 2002-07-16  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* inline.xsl: When emphasis propagates its role attribute as
  | 	  the HTML span class and a role is provided, don't use <em>
  | 
  | 2002-07-16  Robert Stayton <bobstayton@users.sourceforge.net>
  | 
  | 	* xref.xsl: Remove 'article' from the catch-all template match
  | 	  in mode=xref-to because it is already covered in another
  | 	  xref-to template, leading to an ambigious selection of
  | 	  template.
  | 

Changes to xsl/params/*

  | 2002-07-26  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* headers.on.blank.pages.xml: With the new scheme, this should
  | 	  be 1
  | 
  | 2002-07-22  Robert Stayton <bobstayton@users.sourceforge.net>
  | 
  | 	* html.extra.head.links.xml: Changed the default from 1 to 0
  | 	  because this feature is not supported in all browsers, and
  | 	  because it reduces processing performance by 20-30%.
  | 
  | 2002-07-19  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* bibliography.numbered.xml, menuchoice.menu.separator.xml,
  | 	  menuchoice.separator.xml,
  | 	  section.title.level1.properties.xml,
  | 	  section.title.level2.properties.xml,
  | 	  section.title.level3.properties.xml,
  | 	  section.title.level4.properties.xml,
  | 	  section.title.level5.properties.xml,
  | 	  section.title.level6.properties.xml: New file.
  | 
  | 	* monospace.properties.xml, monospace.verbatim.properties.xml:
  | 	  Split monospaced properties from verbatim properties
  | 
  | 	* section.title.properties.xml: Tweaked documentation
  | 
  | 2002-07-18  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* html.cellpadding.xml, html.cellspacing.xml: New file.
  | 
  | 	* para.propagates.style.xml: New file.
  | 
  | 2002-07-17  Norman Walsh <nwalsh@users.sourceforge.net>
  | 
  | 	* body.margin.bottom.xml, body.margin.top.xml,
  | 	  page.margin.bottom.xml, page.margin.top.xml,
  | 	  region.after.extent.xml, region.before.extent.xml: Tweak
  | 	  page head/foot margins
  | 



                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | The happiest people seem to be
http://www.oasis-open.org/docbook/ | those that have no particular
Chair, DocBook Technical Committee | reason for being happy except that
                                   | they are so.--W. R. Inge


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC