Michael Smith [Wed, 29 Aug 2007 08:09:32 +0000 (08:09 +0000)]
Removed code for determing DIFFVER (we no longer use DIFFVER for
anything); removed branching logic for condition of non-XSLT
VERSION file vs. XSLT one (we only use XSLT VERSION files now, so
no need to handle the legacy case)
Michael Smith [Tue, 28 Aug 2007 11:34:06 +0000 (11:34 +0000)]
Made releasetools/svnlog2docbook.xsl output include a note
explaining how users can create a copy of a complete change
history for whatever particular module.
Michael Smith [Tue, 28 Aug 2007 10:46:06 +0000 (10:46 +0000)]
Moved release-notes boilerplate into abstract and added links to
online change history to release-notes and to README. Also made a
minor correction to the README.BUILD file.
Michael Smith [Tue, 28 Aug 2007 09:47:21 +0000 (09:47 +0000)]
Made the release-announce script distro-neutral (it had been
hardcoded for docbook-xsl/ns releases), and refined the handling
of message bodies for release announcements.
Michael Smith [Fri, 24 Aug 2007 04:56:09 +0000 (04:56 +0000)]
Include extensions/ and xsl-java/ changes in ChangeLog.xml and
NEWS* file output for now (though those directories are now
removed, there were changes in them between the 1.72.0 release and
now, so we want to get those into the docbook-xsl NEWS* file
output for the 1.73.2 release (which like the 1.73.1 release, will
ship with NEWS* files that list all the changes since the last
major release, 1.72.0 in this case. For 1.74.0 and after, we'll
drop the extensions/ and xsl-java/ dirs from changelog/NEWS output
(because they now really are gone, so there won't be any more
changes being made to them...)
Michael Smith [Thu, 23 Aug 2007 09:48:18 +0000 (09:48 +0000)]
Made definition of some variables dependent on whether the
.svninfo.xml actually exists yet (because the values for those
variables are read from that file).
Michael Smith [Thu, 23 Aug 2007 09:24:15 +0000 (09:24 +0000)]
Remove the "zip" target's dependency on the ChangeHistory.xml
target/file; instead make it depend on $(ZIP_DEPENDS), which is
empty/undefined by default.
Michael Smith [Thu, 23 Aug 2007 08:37:29 +0000 (08:37 +0000)]
Updated extensions target to reflect new locations and xsl-saxon
and xsl-xalan modules. Also, removed ChangeHistory.xml target/file
from build/packaging.
Michael Smith [Wed, 22 Aug 2007 12:20:28 +0000 (12:20 +0000)]
Reverted stripns.xsl to not rely on message-logging template.
Thanks to Ville-Pekka Vainio, whose testing with Moin/4suite
exposed a problem this caused.
Michael Smith [Mon, 20 Aug 2007 06:40:17 +0000 (06:40 +0000)]
Added step to zip-ns target to cause it fix the catalog.xml file
such that it maps the canonical URIs for the xsl-ns distribution
(instead of the non-namespaced xsl distribution).
Michael Smith [Sat, 18 Aug 2007 23:59:53 +0000 (23:59 +0000)]
In manpages output, generate warnings about notesources with
non-para children only if the notesource is a footnote or
annotation. Thanks to Sam Steingold for reporting problems with
the existing handling.
Mauritz Jeanson [Sat, 18 Aug 2007 16:27:46 +0000 (16:27 +0000)]
Modified the tgroup template so that, for tables with multiple tgroups,
a width attribute is output on all corresponding fo:tables. Previously,
there was a test prohibiting this (and a comment saying that outputting more
than one width attribute will cause an error). But this seems to be no longer
relevant; it is not a problem with FOP 0.93 or XEP 4.10. Closes bug #1760559.
Michael Smith [Sat, 18 Aug 2007 10:19:00 +0000 (10:19 +0000)]
Changed handling of HTML output for the cmdsynopsis and
funcsynopsis elements, such that a@id instances are generated for
them if they are descendants of any element containing a dbcmdlist
or dbfunclist PI. Also, update the embedded reference docs for the
dbcmdlist and dbfunclist PIs to make it clear that they can be
used within any element for which cmdsynopsis or funcsynopsis are
valid children.
Mauritz Jeanson [Sat, 18 Aug 2007 06:50:21 +0000 (06:50 +0000)]
Enabled generation of ids (on fo:wrapper) for indexterms in admonition titles, so that page
references in the index can be created. Closes bug #1775086.
Mauritz Jeanson [Wed, 15 Aug 2007 13:17:01 +0000 (13:17 +0000)]
Modified legalnotice template so that the base.name parameter is calculated
in the same way as for revhistory chunks. Using <xsl:apply-templates
mode="chunk-filename" select="."/> did not work for single-page output since
the template with that mode is in chunk-code.xsl.
Mauritz Jeanson [Wed, 15 Aug 2007 10:44:03 +0000 (10:44 +0000)]
Moved the raw.help.title and help.title variables to the hhp-main template to make sure
a value is assigned after the namespace-stripping has been done. This prevents "Request
for title of element with no title" errors.
Added "//db:indexterm[1]|//ng:indexterm[1]" to the select expression of the global
htmlhelp.generate.index parameter, so that an index can be built for both DB 4 and
DB 5/NG documents (it's a little ugly, but a value needs to be assigned somehow).