You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ChangeLog 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. 2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
  2. * xref.xsl: Display the ID when gentext cannot be created
  3. 2001-08-11 Robert Stayton <bobstayton@users.sourceforge.net>
  4. * param.xsl: Removed the '?' from olink resolver parameter because
  5. the olink template will add that (or not, depending on
  6. how that template is customized).
  7. 2001-08-08 Norman Walsh <nwalsh@users.sourceforge.net>
  8. * param.xsl, verbatim.xsl: Support shade.verbatim parameter
  9. 2001-08-05 Norman Walsh <nwalsh@users.sourceforge.net>
  10. * param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.unicode.font parameter to wrap Unicode callouts
  11. 2001-08-04 Norman Walsh <nwalsh@users.sourceforge.net>
  12. * autotoc.xsl: Add '.' to the autotoc.label.separator; suppress the separator if there is no label
  13. * chunker.xsl: Added a quiet parameter to suppress the Writing... message
  14. * refentry.xsl: Don't output anchor for refsect*, the anchor is output as part of the title processing
  15. 2001-08-02 Robert Stayton <bobstayton@users.sourceforge.net>
  16. * sections.xsl: Allow anchors in section titles
  17. * xref.xsl: Changed <link> to process its endterm if the element content
  18. is empty.
  19. 2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
  20. * component.xsl: Don't calculate ids where they aren't used; don't put ids on divs because anchors will be output in the component title
  21. * footnote.xsl: Process simpara in footnote; warn if something unexpected turns up in a footnote
  22. * formal.xsl: Allow anchors in formal object titles
  23. * graphics.xsl: Output anchors for images that have IDs
  24. * lists.xsl: Output anchors for list elements with IDs
  25. * param.xsl: Leave ../ out of graphics paths by default; that doesn't make sense anymore
  26. * param.xsl, xref.xsl: First crude beginnings of olink support
  27. * qandaset.xsl: Remove unnecessary spaces
  28. * titlepage.templates.xml: Don't suppress othercredit on titlepages
  29. * titlepage.xsl: Handle othercredits on title pages
  30. 2001-07-21 Norman Walsh <nwalsh@users.sourceforge.net>
  31. * block.xsl, param.xsl: Fix title-end punctuation problems on formalparas
  32. 2001-07-17 Robert Stayton <bobstayton@users.sourceforge.net>
  33. * graphics.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for <graphic> and <inlinegraphic> not only for <imagedata>.
  34. * xref.xsl: xref element with endterm attribute now uses normal templates
  35. to process the children of the element pointed to by the endterm
  36. ID. Formerly it just used the built-in template and rendered
  37. just the text nodes.
  38. 2001-07-16 Norman Walsh <nwalsh@users.sourceforge.net>
  39. * inline.xsl, param.xsl: Added phrase.propagates.style and emphasis.propagates.style: if true, wrap a span around phrase and emphasis elements with the role attribute propagated to the class attribute
  40. * sections.xsl: added null templates for section titleabbrev in normal mode
  41. * table.xsl: Wrap tbody around table footnotes (so that the HTML table model is not broken)
  42. 2001-07-15 Norman Walsh <nwalsh@users.sourceforge.net>
  43. * param.xsl: Make generate.section.toc.level 0 by default
  44. 2001-07-10 Norman Walsh <nwalsh@users.sourceforge.net>
  45. * chunk.xsl: Remove extension namespace declarations; they aren't actually used in this module
  46. * chunker.xsl: Make exsl:document the first choice
  47. * chunker.xsl: Fix EXSLT namespace name for exsl:document element
  48. * chunker.xsl, oldchunker.xsl, param.xsl: Move declaration for default.encoding and saxon.character.representation from param.xsl to (old)chunker.xsl so that chunker.xsl can be used by any stylesheet (indepedent of docbook.xsl). Maybe this should get moved to lib...
  49. * pi.xsl: Irrelevant encoding change
  50. 2001-07-09 Norman Walsh <nwalsh@users.sourceforge.net>
  51. * autotoc.xsl: Fixed typo in reference to annotate.toc variable
  52. 2001-07-08 Norman Walsh <nwalsh@users.sourceforge.net>
  53. * calc-chunks.xsl, chunk-experimental.xsl: Break chunk calculation and chunking into two tasks; *requires* every chunk to have an ID
  54. * chunker.xsl: Use element-available function not vendor to find chunking elements
  55. * exsltchunk.xsl, exsltchunker.xsl: These have been integrated into the regular chunker now that it's based on extension-available()
  56. * keywords.xsl: Tweaked handling of keywords to avoid multiple templates
  57. * oldchunker.xsl: New file.
  58. * qandaset.xsl: Improve QandA formatting; make question bold if defaultlabel=none (FR #419315)
  59. * xref.xsl: Support xref to bridgehead
  60. 2001-07-07 Norman Walsh <nwalsh@users.sourceforge.net>
  61. * param.xsl: Added callout.dingbats parameter (for extension support; not really used in HTML)
  62. 2001-07-06 Norman Walsh <nwalsh@users.sourceforge.net>
  63. * chunk-experimental.xsl, expchunk.xsl: New file.
  64. 2001-07-05 Norman Walsh <nwalsh@users.sourceforge.net>
  65. * block.xsl: Whitespace
  66. * block.xsl, lists.xsl: FR #422097, make a listitem containing a single simpara output an li with only inline content
  67. * chunk-common.xsl: Patch #418401, add accesskey attributes to HTML navigation
  68. * chunk-common.xsl: Patch #428987, use the id of the root element if use.id.as.filename is non-zero; also chunk a /section properly
  69. * param.xsl, sections.xsl: SR #431040, added generate.section.toc.level parameter to control depth of sections which get a TOC
  70. * param.xsl, sections.xsl: Change semantics of generate.section.toc.level; 0 no longer means ignored it now means less than 1 :-)
  71. * titlepage.xsl: Patch #415865, output contrib for authors and othercontribs
  72. 2001-07-04 <uid48421@users.sourceforge.net>
  73. * autotoc.xsl: Support annotated TOCs
  74. * biblio.xsl, param.xsl, xref.xsl: Support an external bibliography collection
  75. * chunk-common.xsl, docbook.xsl, param.xsl: Bug #418968: replaced body.attrs attribute-set with body.attributes template
  76. * component.xsl, sections.xsl: Remove internal references to *.titlepage.recto.mode and *.titlepage.verso.mode
  77. * ebnf.xsl: Minor presentation bug fixes
  78. * xref.xsl: Bug #429011, fix xref to qandset elements
  79. 2001-06-22 Norman Walsh <nwalsh@users.sourceforge.net>
  80. * docbook.xsl, ebnf.xsl: Support EBNF
  81. * param.xsl: Remove unused parameter: check.idref
  82. 2001-06-21 Norman Walsh <nwalsh@users.sourceforge.net>
  83. * lists.xsl, param.xsl, xref.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter
  84. 2001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
  85. * formal.xsl: Generate formal titles correctly
  86. * graphics.xsl: Don't put span around inlinemediaobject in programlistings or screens (causes problems with line numbering and callouts)
  87. * refentry.xsl: Bug 434102: fix refentry inside of chapter and fix refsynopsisdiv formatting in both FO and HTML
  88. * xref.xsl: Support xref to authorgroup
  89. 2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
  90. * chunk-common.xsl: Reordered erroneous test: only link to top-level sections, even if the first one is a chunk
  91. 2001-06-17 Norman Walsh <nwalsh@users.sourceforge.net>
  92. * exsltchunk.xsl, exsltchunker.xsl: New file.
  93. 2001-06-15 Norman Walsh <nwalsh@users.sourceforge.net>
  94. * component.xsl: Handle subtitle in articleinfo
  95. 2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
  96. * chunk-common.xsl: Make sure the root element gets processed correctly so that it generates the right titlepage
  97. * component.xsl: Don't output ID attributes on DIVs with required titles since they conflict with the NAME attributes on the subsequently output A tags.
  98. * docbook.xsl: Pass the current node to user.head.content
  99. * index.xsl: Updated comment
  100. 2001-06-07 Jirka Kosek <kosek@users.sourceforge.net>
  101. * lists.xsl: Things preceding steps in procedure are placed before OL list.
  102. 2001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
  103. * lists.xsl: Fixed typo in compact list support; backed out procedure step changes
  104. * sections.xsl: Fixed CSS typo; clear: all should be clear: both
  105. 2001-06-02 Jirka Kosek <kosek@users.sourceforge.net>
  106. * lists.xsl: Fixed bug #424926. Things preceding steps in procedure are not placed inside OL list.
  107. 2001-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
  108. * component.xsl: Reorganized templates for clarity
  109. * graphics.xsl: Fix dup. template bug with is.graphic.*
  110. * titlepage.xsl: Added template for publisher
  111. 2001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
  112. * autotoc.xsl: Make the TOC label/title separator a parameter
  113. * callout.xsl, verbatim.xsl: Move calculation of linenumber.* parameters into the number.rtf.lines template
  114. * changebars.xsl: Add link and member as inlines
  115. * sections.xsl: Refactor the section title code
  116. * titlepage.templates.xml: Reworked titlepage template processing to support use of more interesting
  117. predicates.
  118. Note: in previous versions, at most one title, subtitle, or titleabbrev
  119. element would be processed for each title page. In the new design, if you
  120. have multiple title, subtitle, or titleabbrev elements inside an info
  121. wrapper (you shouldn't!), they will all be processed.
  122. 2001-05-13 Norman Walsh <nwalsh@users.sourceforge.net>
  123. * param.xsl: Fixed ID typo
  124. * synop.xsl: Fixed synopfragmentref link (suggested by Philippe Martin)
  125. 2001-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
  126. * autotoc.xsl, param.xsl: Mostly failed attempt to add bridgeheads to the automatic TOC; this option is turned off by default and you should leave it that way.
  127. * sections.xsl: Calculate the heading level for bridgeheads
  128. 2001-05-03 Norman Walsh <nwalsh@users.sourceforge.net>
  129. * lists.xsl: Output anchors for procedures and steps
  130. * table.xsl: Process head/body/foot in the right order
  131. 2001-04-29 Norman Walsh <nwalsh@users.sourceforge.net>
  132. * chunk-common.xsl, chunk.xsl, xtchunk.xsl: Automatically make an index when chunking with a processor other than XT
  133. 2001-04-26 Norman Walsh <nwalsh@users.sourceforge.net>
  134. * changebars.xsl: Support a few more elements
  135. * inline.xsl: Make glossterms hot if they're links. And make them italic.
  136. * lists.xsl: Improve procedure step/substep enumeration
  137. 2001-04-24 Norman Walsh <nwalsh@users.sourceforge.net>
  138. * chunk-common.xsl: Feature request 416507: added chunk.sections and chunk.first.sections to provide greater chunking flexibility
  139. * chunk-common.xsl: Fix chunking bug
  140. * chunker.xsl: Output ID in message
  141. * glossary.xsl: Fix bug that caused duplicated glossary entries
  142. * qandaset.xsl: Bug #418100: fix qandaentry anchors; also fixed formatting bug in questions with indexterms
  143. 2001-04-21 Jirka Kosek <kosek@users.sourceforge.net>
  144. * chunker.xsl, param.xsl: Added parameters for changing output encoding in chunked HTML
  145. * inline.xsl: Improve processing of trademarks
  146. 2001-04-20 Norman Walsh <nwalsh@users.sourceforge.net>
  147. * inline.xsl: Restoring accidentally deleted citetitle template
  148. 2001-04-18 Norman Walsh <nwalsh@users.sourceforge.net>
  149. * autoidx.xsl: Fix bug: lowercase and uppercase need to be strings (not element names :-)
  150. * inline.xsl, param.xsl: Bug #413982, easy support for man page CGI links on citerefentry
  151. 2001-04-17 Norman Walsh <nwalsh@users.sourceforge.net>
  152. * docbook.xsl, param.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure
  153. 2001-04-16 Norman Walsh <nwalsh@users.sourceforge.net>
  154. * component.xsl: Fix bug in processing of subtitle content on components
  155. * glossary.xsl, titlepage.templates.xml: Fix formatting of glossarys--things were really broken
  156. * xref.xsl: Patches Tracker #415439: support title attribute on HTML anchors associated with xrefs
  157. 2001-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
  158. * chunk-common.xsl: Process footnotes correctly when chunking; add summary attribute to navigation tables
  159. * docbook.xsl: Support inheriting of *info keywords
  160. * footnote.xsl, sections.xsl: Process footnotes correctly when chunking
  161. * formal.xsl: Use gentext templates for formal object titles
  162. * param.xsl: Added new parameters: inherit.keywords, process.source.toc, and process.empty.source.toc; changed the default for spacing.paras to 0
  163. * table.xsl: Improve support for align attribute on tgroup
  164. * toc.xsl: Support DocBook toc markup
  165. * xref.xsl: Make a title attribute on HTML anchors for links to things with titles
  166. 2001-04-05 Norman Walsh <nwalsh@users.sourceforge.net>
  167. * table.xsl: Don't translate tgroup align into HTML table align--they don't mean the same thing
  168. * titlepage.xsl: Suppress titleabbrev on the title page
  169. 2001-04-04 Norman Walsh <nwalsh@users.sourceforge.net>
  170. * chunk-common.xsl: Move xsl:message about chunks into the chunker modules
  171. * chunker.xsl: Support indent and doctype public/system on chunks (for Saxon, anyway, Xalan's multiple-document extension doesn't seem to support this)
  172. * xtchunker.xsl: Use xsl:choose to support xml, html, and text output methods
  173. 2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net>
  174. * callout.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters
  175. * chunk-common.xsl: Remove unnecessary xmlns declarations
  176. * chunker.xsl: Patch to make saxon not produce xml version=1.1 documents
  177. * param.xsl: Documentation fixes
  178. * qandaset.xsl: Apply patch 412510 by Jon Willeke, make xref to Question work correctly
  179. * xref.xsl: Remove unnecessary parameter assignment
  180. 2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
  181. * .cvsignore, Makefile, admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, param.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl, xtchunk.xsl, xtchunker.xsl:
  182. New file.
  183. * Makefile: Use the cvstools version of saxon