home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / mac / SOFTWARE / MAC / BUILDING / OXYGEN / oxygenxmleditorx.sit / oxygen / docbook / xsl / WhatsNew < prev   
Encoding:
Text File  |  2003-06-12  |  6.6 KB  |  211 lines

  1. Changes since version 1.59.2 (2003-01-17)
  2.  
  3. Changes to xsl/*
  4.  
  5.   | 2003-01-24  Norman Walsh <nwalsh@users.sourceforge.net>
  6.   | 
  7.   |     * RELEASE-NOTES.xml: Updated
  8.   | 
  9.   |     * VERSION: Version 1.60.1 released.
  10.   | 
  11.   | 2003-01-23  Adam Di Carlo <adicarlo@users.sourceforge.net>
  12.   | 
  13.   |     * Makefile: make use of stuff set in Makefile.incl
  14.   | 
  15.   | 2003-01-21  Norman Walsh <nwalsh@users.sourceforge.net>
  16.   | 
  17.   |     * Makefile: Test RELEASE-NOTES.xml for validity before
  18.   |       formatting it
  19.   | 
  20.   |     * VERSION: Version 1.60.0 released.
  21.   | 
  22.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  23.   | 
  24.   |     * RELEASE-NOTES.xml: Explain changes to titlepage template
  25.   |       code
  26.   | 
  27.  
  28. Changes to xsl/common/*
  29.  
  30.   | 2003-01-23  Adam Di Carlo <adicarlo@users.sourceforge.net>
  31.   | 
  32.   |     * Makefile: make use of cvstools/Makefile.incl
  33.   | 
  34.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  35.   | 
  36.   |     * gentext.xsl: Added object.titleabbrev.markup for consistency
  37.   | 
  38.   |     * gentext.xsl: Support experimental parameter to specify that
  39.   |       number-and-title xrefs should be used even when things are
  40.   |       numbered
  41.   | 
  42.   |     * l10n.xsl: Added gentext.template.exists to test if a gentext
  43.   |       template exists. Clever name, huh?
  44.   | 
  45.   |     * titles.xsl: Expanded support for obtaining titleabbrevs
  46.   | 
  47.  
  48. Changes to xsl/fo/*
  49.  
  50.   | 2003-01-23  Norman Walsh <nwalsh@users.sourceforge.net>
  51.   | 
  52.   |     * autotoc.xsl: Fix bugs associated with toc-context parameter
  53.   |       in division.toc
  54.   | 
  55.   |     * division.xsl: Generate Part ToCs
  56.   | 
  57.   |     * pagesetup.xsl: Use proportional-column-width() for
  58.   |       header/footer tables; suppress relative-align when when
  59.   |       using FOP
  60.   | 
  61.   | 2003-01-22  Norman Walsh <nwalsh@users.sourceforge.net>
  62.   | 
  63.   |     * formal.xsl: Handle alignment correctly when screenshot is
  64.   |       used in figure
  65.   | 
  66.   |     * xref.xsl: Format chapter and appendix titles consistently in
  67.   |       xrefs
  68.   | 
  69.   | 2003-01-21  Norman Walsh <nwalsh@users.sourceforge.net>
  70.   | 
  71.   |     * formal.xsl: Attempt to support multiple tgroups (by making
  72.   |       multiple tables and placing them right next to each other)
  73.   | 
  74.   |     * lists.xsl: Bug #653344: Output fo:table-columns in
  75.   |       simplelist tables
  76.   | 
  77.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  78.   | 
  79.   |     * autoidx.xsl, index.xsl: Use titlepage templates for indexdiv
  80.   |       title formatting
  81.   | 
  82.   |     * biblio.xsl: Bug #640762: Support new biblioentry elements
  83.   | 
  84.   |     * component.xsl: Use titleabbrev in markers; use titlepage
  85.   |       templates for subtitles; delete bogus component.separator
  86.   |       template.
  87.   | 
  88.   |     * footnote.xsl: Support
  89.   |       {table.}footnote.number.{format,symbols}
  90.   | 
  91.   |     * glossary.xsl: Use titlepage templates for glossdiv
  92.   |       formatting; support glossentry.show.acronyms
  93.   | 
  94.   |     * pagesetup.xsl: Suppress draft page-masters when
  95.   |       draft.mode=no
  96.   | 
  97.   |     * pagesetup.xsl: Bug #669765: Make blank pages verso not recto
  98.   | 
  99.   |     * param.ent, param.xweb: Support xref.with.number.and.title
  100.   | 
  101.   |     * param.ent, param.xweb: Added
  102.   |       {table.}footnote.number.{format,symbols},
  103.   |       glossentry.show.acronym, and ulink.footnote.number.format
  104.   | 
  105.   |     * param.xweb: Fix missing fragref
  106.   | 
  107.   |     * qandaset.xsl: QandASet titles use section.title for
  108.   |       convenience. Now they don't output fo:markers for those
  109.   |       titles.
  110.   | 
  111.   |     * sections.xsl: Support titleabbrev for running
  112.   |       headers/footers; don't force a section ToC for refentrys
  113.   | 
  114.   |     * titlepage.templates.xml: SIGNIFICANT changes to the
  115.   |       titlepage template setup. See RELEASE-NOTES.
  116.   | 
  117.   |     * titlepage.xsl: Add property sets for glossdiv, bibliodiv,
  118.   |       and indexdiv. Improve formatting of authors.
  119.   | 
  120.   |     * verbatim.xsl: Arrange to use only a single fo:block for
  121.   |       shading to avoid a bug in earlier versions of XEP
  122.   | 
  123.   |     * xref.xsl: Improve formatting of ulink footnotes; provide
  124.   |       template to override formatting; use
  125.   |       ulink.footnote.number.format; support xref to glossentry
  126.   | 
  127.   |     * xref.xsl: Change formatting of URL footnotes
  128.   | 
  129.  
  130. Changes to xsl/html/*
  131.  
  132.   | 2003-01-22  Norman Walsh <nwalsh@users.sourceforge.net>
  133.   | 
  134.   |     * graphics.xsl: Fix bugs in presentation of graphic
  135.   |       width/height
  136.   | 
  137.   |     * inline.xsl: Add class attributes to inline elements
  138.   | 
  139.   |     * xref.xsl: Format chapter and appendix titles consistently in
  140.   |       xrefs
  141.   | 
  142.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  143.   | 
  144.   |     * autoidx.xsl: Bug #663331: add article to section entity
  145.   | 
  146.   |     * biblio.xsl: Bug #640762: Support new biblioentry elements
  147.   | 
  148.   |     * chunk-common.xsl: Bug #648473: don't output the html.ext
  149.   |       when using dbhtml filenames
  150.   | 
  151.   |     * footnote.xsl: Support
  152.   |       {table.}footnote.number.{format,symbols}
  153.   | 
  154.   |     * glossary.xsl: Support glossentry.show.acronym
  155.   | 
  156.   |     * param.ent, param.xweb: Added
  157.   |       {table.}footnote.number.{format,symbols},
  158.   |       entry.propagates.style, and glossentry.show.acronym
  159.   | 
  160.   |     * param.ent, param.xweb: Support xref.with.number.and.title
  161.   | 
  162.   |     * sections.xsl: Don't force a ToC for refentrys
  163.   | 
  164.   |     * table.xsl: Support entry.propagates.style
  165.   | 
  166.   |     * titlepage.templates.xml: SIGNIFICANT changes to the
  167.   |       titlepage template setup. See RELEASE-NOTES.
  168.   | 
  169.   |     * xref.xsl: Handle xref to glossentry
  170.   | 
  171.  
  172. Changes to xsl/template/*
  173.  
  174.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  175.   | 
  176.   |     * titlepage.xsl: SIGNIFICANT changes to the titlepage template
  177.   |       setup. See RELEASE-NOTES.
  178.   | 
  179.  
  180. Changes to xsl/params/*
  181.  
  182.   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
  183.   | 
  184.   |     * entry.propagates.style.xml: New file.
  185.   | 
  186.   |     * footnote.number.format.xml, footnote.number.symbols.xml,
  187.   |       table.footnote.number.format.xml,
  188.   |       table.footnote.number.symbols.xml: New file.
  189.   | 
  190.   |     * glossentry.show.acronym.xml: New file.
  191.   | 
  192.   |     * section.title.level1.properties.xml,
  193.   |       section.title.level2.properties.xml,
  194.   |       section.title.level3.properties.xml,
  195.   |       section.title.level4.properties.xml,
  196.   |       section.title.level5.properties.xml,
  197.   |       section.title.level6.properties.xml: Make section title font
  198.   |       sizes a function of the body size, not an absolute size. And
  199.   |       let's use magsteps while we're at it.
  200.   | 
  201.   |     * ulink.footnote.number.format.xml: New file.
  202.   | 
  203.   |     * ulink.footnotes.xml: It is too implemented. :-)
  204.   | 
  205.   |     * verbatim.properties.xml: Put space below verbatim blocks
  206.   |       too.
  207.   | 
  208.   |     * xref.with.number.and.title.xml: New file.
  209.   | 
  210.  
  211.