NEWS 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. Changes since the 1.78.0 release
  2. Note: This document lists changes only since the 1.78.0 release. If you instead
  3. want a record of the complete list of changes for the codebase over its entire
  4. history, you can obtain one by running the following commands:
  5. svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl
  6. svn log --xml --verbose xsl > ChangeHistory.xml
  7. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  8. Table of Contents
  9. Release Notes: 1.78.1
  10. Common
  11. FO
  12. HTML
  13. Manpages
  14. Webhelp
  15. Params
  16. Highlighting
  17. Release Notes: 1.78.1
  18. The following is a list of changes that have been made since the 1.78.0
  19. release.
  20. Common
  21. The following changes have been made to the common code since the 1.78.0
  22. release.
  23. • Robert Stayton: titles.xsl
  24. Make sure part and set titleabbrev are used in mode="titleabbrev.markup"
  25. • Robert Stayton: titles.xsl
  26. Add empty default template for titleabbrev since it is always processed in a mode.
  27. • Robert Stayton: gentext.xsl
  28. Make consistent handling of titleabbrev in xrefs.
  29. • Robert Stayton: titles.xsl
  30. for missing title in xref, provide parent information of target to help locate problem element.
  31. Process bridgehead in mode="title.markup", not normal mode.
  32. • Jirka Kosek: l10n.xsl
  33. Fixed bug #3598963
  34. • Robert Stayton: gentext.xsl; labels.xsl
  35. Make sure bridgeheads are not numbered in all contexts, including html title attributes.
  36. FO
  37. The following changes have been made to the fo code since the 1.78.0 release.
  38. • Robert Stayton: division.xsl
  39. Fix bug where part TOC not generated when partintro is present.
  40. • Jirka Kosek: xref.xsl
  41. Footnotes can't be placed into fo:float
  42. • Robert Stayton: titlepage.templates.xml
  43. Remove margin-left when start-indent is used because they interfere
  44. with each other.
  45. • Robert Stayton: fo.xsl; pagesetup.xsl
  46. Use dingbat.fontset rather than dingbat.font.family so it falls
  47. back to symbol font if glyph not found, like other font properties.
  48. • Robert Stayton: inline.xsl
  49. Change last instance of inline.charseq in inline glossterm to
  50. inline.italicseq so it is consistent with the others.
  51. • Robert Stayton: xref.xsl
  52. Make consistent handling of titleabbrev in xrefs.
  53. HTML
  54. The following changes have been made to the html code since the 1.78.0 release.
  55. • Robert Stayton: admon.xsl
  56. Turn off $admon.style if $make.clean.html is set to non-zero.
  57. • Jirka Kosek: highlight.xsl
  58. Added new definitions for syntax highlighting
  59. • Robert Stayton: chunk-common.xsl
  60. Make active.olink.hrefs param work for chunked output too.
  61. • Robert Stayton: xref.xsl
  62. Make consistent handling of titleabbrev in xrefs.
  63. • Robert Stayton: graphics.xsl
  64. Add round() function when pixel counts are used for image width and height.
  65. • Robert Stayton: glossary.xsl
  66. fix missing class and id attributes on glossterm and glossdef.
  67. • Robert Stayton: autoidx.xsl
  68. Fix bug where prefer.index.titleabbrev ignored info/titleabbrev.
  69. Manpages
  70. The following changes have been made to the manpages code since the 1.78.0
  71. release.
  72. • Robert Stayton: utility.xsl
  73. Fix bug 3599520: spurious newline in para when starts with
  74. whitespace and inline element.
  75. Webhelp
  76. The following changes have been made to the webhelp code since the 1.78.0
  77. release.
  78. • David Cramer: xsl/webhelp-common.xsl
  79. Webhelp: Fix test for webhelp.include.search.tab param
  80. • David Cramer: Makefile.sample
  81. Webhelp: Fix order of args to xsltproc
  82. • David Cramer: docsrc/readme.xml
  83. Webhelp: Turn on xinclude-test.xml in readme to demo xinclude functionality
  84. • David Cramer: Makefile; Makefile.sample
  85. Webhelp: In Makefiles, do xinclude in first pass at document
  86. Params
  87. The following changes have been made to the params code since the 1.78.0
  88. release.
  89. • David Cramer: webhelp.include.search.tab.xml
  90. Webhelp: Fix test for webhelp.include.search.tab param
  91. • Robert Stayton: article.appendix.title.properties.xml
  92. Remove unneeded margin-left property from article appendix title.
  93. It interferes with the start-indent property.
  94. Highlighting
  95. The following changes have been made to the highlighting code since the 1.78.0
  96. release.
  97. • Jirka Kosek: c-hl.xml; cpp-hl.xml; sql2003-hl.xml; php-hl.xml; upc-hl.xml;
  98. bourne-hl.xml; ⋯
  99. Added new definitions for syntax highlighting