<?xml version="1.0"?> <article> <info> <abstract> <para><emphasis role="strong">Note:</emphasis> This document lists changes only since the 1.78.0 release. If you instead want a record of the complete list of changes for the codebase over its entire history, you can obtain one by running the following commands: <screen> <code>svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl</code> <code>svn log --xml --verbose xsl > ChangeHistory.xml</code></screen></para> </abstract> </info><title>Changes since the 1.78.0 release</title> <sect1 xml:id="V1.78.1"> <title>Release Notes: 1.78.1</title> <para>The following is a list of changes that have been made since the 1.78.0 release.</para> <sect2 xml:id="V1.78.1_Common"> <title>Common</title> <para>The following changes have been made to the <filename>common</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>Robert Stayton: titles.xsl</literal></para><screen><phrase role="commit-message">Make sure part and set <tag>titleabbrev</tag> are used in mode="titleabbrev.markup"</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: titles.xsl</literal></para><screen><phrase role="commit-message">Add empty default template for <tag>titleabbrev</tag> since it is always processed in a mode.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: gentext.xsl</literal></para><screen><phrase role="commit-message">Make consistent handling of <tag>titleabbrev</tag> in xrefs.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: titles.xsl</literal></para><screen><phrase role="commit-message">for missing <tag>title</tag> in <tag>xref</tag>, provide parent information of target to help locate problem element. Process <tag>bridgehead</tag> in mode="title.markup", not normal mode.</phrase></screen> </listitem> <listitem> <para><literal>Jirka Kosek: l10n.xsl</literal></para><screen><phrase role="commit-message">Fixed bug #3598963</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: gentext.xsl; labels.xsl</literal></para><screen><phrase role="commit-message">Make sure bridgeheads are not numbered in all contexts, including html <tag>title</tag> attributes.</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of Common changes for 1.78.1--> <sect2 xml:id="V1.78.1_FO"> <title>FO</title> <para>The following changes have been made to the <filename>fo</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>Robert Stayton: division.xsl</literal></para><screen><phrase role="commit-message">Fix bug where part <tag>TOC</tag> not generated when <tag>partintro</tag> is present.</phrase></screen> </listitem> <listitem> <para><literal>Jirka Kosek: xref.xsl</literal></para><screen><phrase role="commit-message">Footnotes can't be placed into fo:float</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Remove margin-left when start-indent is used because they interfere with each other.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: fo.xsl; pagesetup.xsl</literal></para><screen><phrase role="commit-message">Use dingbat.fontset rather than <parameter>dingbat.font.family</parameter> so it falls back to <tag>symbol</tag> font if glyph not found, like other font properties.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Change last instance of inline.charseq in inline <tag>glossterm</tag> to inline.italicseq so it is consistent with the others.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Make consistent handling of <tag>titleabbrev</tag> in xrefs.</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of FO changes for 1.78.1--> <sect2 xml:id="V1.78.1_HTML"> <title>HTML</title> <para>The following changes have been made to the <filename>html</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>Robert Stayton: admon.xsl</literal></para><screen><phrase role="commit-message">Turn off $admon.style if $make.clean.html is set to non-zero.</phrase></screen> </listitem> <listitem> <para><literal>Jirka Kosek: highlight.xsl</literal></para><screen><phrase role="commit-message">Added new definitions for syntax highlighting</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: chunk-common.xsl</literal></para><screen><phrase role="commit-message">Make active.olink.hrefs param work for chunked output too.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Make consistent handling of <tag>titleabbrev</tag> in xrefs.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: graphics.xsl</literal></para><screen><phrase role="commit-message">Add round() <tag>function</tag> when pixel counts are used for image width and height.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: glossary.xsl</literal></para><screen><phrase role="commit-message">fix missing class and id attributes on <tag>glossterm</tag> and <tag>glossdef</tag>.</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: autoidx.xsl</literal></para><screen><phrase role="commit-message">Fix bug where prefer.index.titleabbrev ignored <tag>info</tag>/<tag>titleabbrev</tag>.</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of HTML changes for 1.78.1--> <sect2 xml:id="V1.78.1_Manpages"> <title>Manpages</title> <para>The following changes have been made to the <filename>manpages</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>Robert Stayton: utility.xsl</literal></para><screen><phrase role="commit-message">Fix bug 3599520: spurious newline in <tag>para</tag> when starts with whitespace and inline element.</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of Manpages changes for 1.78.1--> <sect2 xml:id="V1.78.1_Webhelp"> <title>Webhelp</title> <para>The following changes have been made to the <filename>webhelp</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>David Cramer: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">Webhelp: Fix test for <parameter>webhelp.include.search.tab</parameter> param</phrase></screen> </listitem> <listitem> <para><literal>David Cramer: Makefile.sample</literal></para><screen><phrase role="commit-message">Webhelp: Fix order of args to xsltproc</phrase></screen> </listitem> <listitem> <para><literal>David Cramer: docsrc/readme.xml</literal></para><screen><phrase role="commit-message">Webhelp: Turn on xinclude-test.xml in readme to demo xinclude functionality</phrase></screen> </listitem> <listitem> <para><literal>David Cramer: Makefile; Makefile.sample</literal></para><screen><phrase role="commit-message">Webhelp: In Makefiles, do xinclude in first pass at document</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of Webhelp changes for 1.78.1--> <sect2 xml:id="V1.78.1_Params"> <title>Params</title> <para>The following changes have been made to the <filename>params</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>David Cramer: webhelp.include.search.tab.xml</literal></para><screen><phrase role="commit-message">Webhelp: Fix test for <parameter>webhelp.include.search.tab</parameter> param</phrase></screen> </listitem> <listitem> <para><literal>Robert Stayton: article.appendix.title.properties.xml</literal></para><screen><phrase role="commit-message">Remove unneeded margin-left property from <tag>article</tag> <tag>appendix</tag> <tag>title</tag>. It interferes with the start-indent property.</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of Params changes for 1.78.1--> <sect2 xml:id="V1.78.1_Highlighting"> <title>Highlighting</title> <para>The following changes have been made to the <filename>highlighting</filename> code since the 1.78.0 release.</para> <itemizedlist> <listitem> <para><literal>Jirka Kosek: c-hl.xml; cpp-hl.xml; sql2003-hl.xml; php-hl.xml; upc-hl.xml; bourne-hl.xml; ⋯</literal></para><screen><phrase role="commit-message">Added new definitions for syntax highlighting</phrase></screen> </listitem> </itemizedlist> </sect2><!--end of Highlighting changes for 1.78.1--> </sect1> </article>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 26953 | Paul Allen | Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main | ||
//guest/perforce_software/p4convert/docs/docbook-xsl-ns-1.78.1/NEWS.xml | |||||
#2 | 14806 | Paul Allen | Update docs and add +w. | ||
#1 | 13920 | Paul Allen | copy part 2 (no errors) | ||
//guest/paul_allen/p4convert-maven/docs/docbook-xsl-ns-1.78.1/NEWS.xml | |||||
#1 | 13895 | Paul Allen | Copying using p4convert-docbook | ||
//guest/perforce_software/doc_build/main/docbook-xsl-ns-1.78.1/NEWS.xml | |||||
#1 | 12728 | eedwards |
Upgrade ANT doc build infrastructure to assemble PDFs: - remove non-namespaced DocBook source and add namespaced DocBook source. - add Apache FOP 1.1 - copy fonts, images, XSL into _build, establishing new asset structure. The original structure remains until all guides using it can be upgraded, and several other issues can be resolved. - updated build.xml to allow for per-target build properties. - upgraded the P4SAG to use the new infrastructure. - tweaked admonition presentation in PDFs to remove admonition graphics, and resemble closely the presentation used in the new HTML layout, including the same colors. With these changes, building PDFs involves using a shell, navigating into the guide's directory (just P4SAG for now), and executing "ant pdf". Issues still to be resolved: - PDF generation encounters several warnings about missing fonts (bold versions of Symbol and ZapfDingbats), and a couple of locations where the page content exceeds the defined content area. - Due to issues within Apache FOP, PDF generation emits a substantial amount of output that is not easily suppressed without losing important warning information. - Apache FOP's interface to ANT does not expose a way to set the font base directory. The current configuration does work under Mac OSX, but further testing on Windows will need to be done to determine if the relative paths defined continue to work. The workaround is for Windows users to customize the fop-config.xml to provide absolute system paths to the required fonts. - HTML generation needs further browser testing, and exhibits broken navigation on iOS browsers within the TOC sidebar. - A number of PDF and HTML presentation tweaks still need to be made, for example: sidebars, gui* DocBook tags, whitespace, section separation, etc. |