]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
19 years agoFixed incorrect variable name.
Bob Stayton [Sun, 25 Sep 2005 01:56:12 +0000 (01:56 +0000)]
Fixed incorrect variable name.

19 years agoFixed bug [ 1256277 ] sidebarinfo not supported, so now sidebarinfo
Bob Stayton [Sun, 25 Sep 2005 01:55:26 +0000 (01:55 +0000)]
Fixed bug [ 1256277 ] sidebarinfo not supported, so now sidebarinfo
is supported.

19 years agoAdd titlepage for sidebar.
Bob Stayton [Sun, 25 Sep 2005 01:37:28 +0000 (01:37 +0000)]
Add titlepage for sidebar.

19 years agoFixed bug [ 1261896 ] Section title's footnotes in page header.
Bob Stayton [Sat, 24 Sep 2005 23:34:37 +0000 (23:34 +0000)]
Fixed bug [ 1261896 ] Section title's footnotes in page header.

19 years agoFixed bug [ 1261811 ] Redundant output of b and anchor element with identical id.
Bob Stayton [Sat, 24 Sep 2005 23:03:41 +0000 (23:03 +0000)]
Fixed bug [ 1261811 ] Redundant output of b and anchor element with identical id.

19 years agoFixed handling of %p in olink xrefstyle templates.
Bob Stayton [Fri, 23 Sep 2005 23:10:33 +0000 (23:10 +0000)]
Fixed handling of %p in olink xrefstyle templates.

19 years agoFixed set.flow.properties to match on draft page-masters too.
Bob Stayton [Wed, 21 Sep 2005 19:18:20 +0000 (19:18 +0000)]
Fixed set.flow.properties to match on draft page-masters too.

19 years agoConvert 'no' to string in default value.
Bob Stayton [Wed, 21 Sep 2005 00:31:28 +0000 (00:31 +0000)]
Convert 'no' to string in default value.

19 years agoImplemented RFE #1292615.
Jirka Kosek [Tue, 20 Sep 2005 19:42:57 +0000 (19:42 +0000)]
Implemented RFE #1292615.

Added bunch of new parameters (attribute sets) that affect list presentation: list.block.properties, itemizedlist.properties, orderedlist.properties, itemizedlist.label.properties and orderedlist.label.properties. Default behaviour of stylesheets has not been changed but further customizations will be much more easier.

19 years agoFixed handling of groff font requests output for Refsect1/Title
Michael Smith [Tue, 20 Sep 2005 11:30:45 +0000 (11:30 +0000)]
Fixed handling of groff font requests output for Refsect1/Title
instances. Closes #1296252. Thanks to Paul DuBois for reporting.

Problem:
Instances of \\FB (instead of \\fB) in output for
Refsect1/Title.

Cause:
All content of Refsect1/Title gets uppercased (including any groff
requests that end up in the output.

Fix:
Added s/\\FB/\fB/, etc., matches to value of man.string.subst.map
param. (man.string.subst.map is basically used for "cleaning up"
borked groff markup output from initial formatting pass).

Affects:
This affects output of titles for all Refsect1-level headings in
manpages output.

19 years agoMade some minor changes to get deal with a couple corner cases.
Michael Smith [Tue, 20 Sep 2005 05:42:26 +0000 (05:42 +0000)]
Made some minor changes to get deal with a couple corner cases.

If somebody (say, Mike) checks in the VERSION file twice with the
same change description, it's possible for the merged changelog to
end with up something like:

  * VERSION, VERSION: Version 1.69.1 released.

The existing version of mergechangelogs got confused by that, so I
added a regex match to catch instances like that.

Also, in running the snapshot builds, with the way I have the
snapshot build currently set up, it's useful for the build to just
automatically assume we are at version X.XX.1 if the previous
version was X.XX.0.
----------------------------------------------------------------------

19 years agofixed handling linebreaks when generating WordML
Steve Ball [Mon, 19 Sep 2005 13:06:15 +0000 (13:06 +0000)]
fixed handling linebreaks when generating WordML
added Apple Pages support

19 years agoImplemented RFE #1242092.
Jirka Kosek [Fri, 16 Sep 2005 14:07:35 +0000 (14:07 +0000)]
Implemented RFE #1242092.

You can enable crop marks in your document by setting crop.marks=1 and xep.extensions=1.
Appearance of crop marks can be controlled by parameters crop.mark.bleed (6pt), crop.mark.offset (24pt) and crop.mark.width (0.5pt).

Also there is new named template called user-xep-pis. You can overwrite it in order to produce some PIs that can control XEP as described in http://www.renderx.com/reference.html#Output_Formats

19 years agoHandle the case where the imageFn is actually a URI. This still needs work.
Norman Walsh [Fri, 16 Sep 2005 12:40:37 +0000 (12:40 +0000)]
Handle the case where the imageFn is actually a URI. This still needs work.

19 years agoApplied patch #1048856 from techtonik. HTML output is used instead of d-o-e and text...
Jirka Kosek [Fri, 16 Sep 2005 08:17:11 +0000 (08:17 +0000)]
Applied patch #1048856 from techtonik. HTML output is used instead of d-o-e and text method.

19 years agoRemoved colspan on tr elements since it is invalid and
Bob Stayton [Mon, 12 Sep 2005 08:10:03 +0000 (08:10 +0000)]
Removed colspan on tr elements since it is invalid and
already on the td anyway.  Fixes bug 1261832.

19 years agoCan you say infinite loop? I knew you could.
Norman Walsh [Sun, 11 Sep 2005 22:53:19 +0000 (22:53 +0000)]
Can you say infinite loop? I knew you could.

19 years agoarbortext.extensions supports the url(...) syntax.
Bob Stayton [Fri, 9 Sep 2005 18:50:49 +0000 (18:50 +0000)]
arbortext.extensions supports the url(...) syntax.

19 years agoAdded colon to list of delimiters for parsing datetime strings
Michael Smith [Fri, 9 Sep 2005 03:58:58 +0000 (03:58 +0000)]
Added colon to list of delimiters for parsing datetime strings
into tokens. Closes #1285053. Thanks to Jeroen Ruigrok for the bug
report, and to Mauritz Jeanson for spotting the cause.

19 years agoAppendixes inside article are considered for ToC
Jirka Kosek [Wed, 7 Sep 2005 16:52:57 +0000 (16:52 +0000)]
Appendixes inside article are considered for ToC

19 years agoRemoved catalog.xml from version control and updated build to
Michael Smith [Fri, 2 Sep 2005 06:50:52 +0000 (06:50 +0000)]
Removed catalog.xml from version control and updated build to
automatically generate it. (To ensure it always contains the
correct version number for the release.) Thanks to John L. Clark
for the suggestion.

19 years agoProcess not only subelements of book, but all content including PI (possibly custom).
Jirka Kosek [Thu, 1 Sep 2005 20:56:46 +0000 (20:56 +0000)]
Process not only subelements of book, but all content including PI (possibly custom).

19 years agoChanged version attribute on xsl:stylesheet from 1.1 to 1.0
Michael Smith [Sun, 28 Aug 2005 15:26:33 +0000 (15:26 +0000)]
Changed version attribute on xsl:stylesheet from 1.1 to 1.0

19 years agoFixed typo
Michael Smith [Sat, 27 Aug 2005 04:11:10 +0000 (04:11 +0000)]
Fixed typo

19 years agoChanged short descriptions in doc for *autolabel* params to match
Michael Smith [Sat, 27 Aug 2005 04:05:32 +0000 (04:05 +0000)]
Changed short descriptions in doc for *autolabel* params to match
new autolabel behavior.

19 years agoAttempt to support @dir more effectively
Norman Walsh [Wed, 24 Aug 2005 14:04:55 +0000 (14:04 +0000)]
Attempt to support @dir more effectively

19 years agoFixed bug in char attribute, where text-align was being set to
Bob Stayton [Tue, 16 Aug 2005 19:26:31 +0000 (19:26 +0000)]
Fixed bug in char attribute, where text-align was being set to
any char value, even if the align attribute was not 'char'.
The CALS spec says text-align set to the value of char only
if the align attribute is 'char'.

19 years agoVersion 1.69.1 released.
Michael Smith [Thu, 11 Aug 2005 23:31:07 +0000 (23:31 +0000)]
Version 1.69.1 released.

19 years agoVersion 1.69.1 released.
Michael Smith [Thu, 11 Aug 2005 23:29:01 +0000 (23:29 +0000)]
Version 1.69.1 released.

19 years agoUpdated for 1.69.1 release.
Michael Smith [Thu, 11 Aug 2005 23:27:13 +0000 (23:27 +0000)]
Updated for 1.69.1 release.

19 years agoSet default value of annotation.support param to 0 (off). Also,
Michael Smith [Thu, 11 Aug 2005 05:29:15 +0000 (05:29 +0000)]
Set default value of annotation.support param to 0 (off). Also,
wrapped contents of the apply-annotations template in a "if"
statement, so that those contents get evaluated only if
annotation.support is non-zero.

The reason for these changes was a report from Doug du Boulay (on
the docbook-apps list) that processing of the apply-annotations
template was consuming 75% of the total processing time for a
2.5Mb file. Anatoly Techtonik followed with a comment that with
1.69.0, "Compiling took about full working day on 12Mb file while
earlier it was about 2-4 hours".

19 years agoFixed check for first following siblings in lists.
Michael Smith [Thu, 11 Aug 2005 04:42:26 +0000 (04:42 +0000)]
Fixed check for first following siblings in lists.

19 years agoFix bug 1247565: missing attribute set on symbol entries.
Bob Stayton [Tue, 9 Aug 2005 09:40:21 +0000 (09:40 +0000)]
Fix bug 1247565: missing attribute set on symbol entries.

19 years agofo:table-body and fo:table-header now set start-indent and
Bob Stayton [Tue, 9 Aug 2005 09:30:44 +0000 (09:30 +0000)]
fo:table-body and fo:table-header now set start-indent and
end-indent to zero to reset the table reference areas.

19 years agoOutput .sp macro in mixed blocks where we were outputting
Michael Smith [Tue, 9 Aug 2005 09:11:02 +0000 (09:11 +0000)]
Output .sp macro in mixed blocks where we were outputting
completely blank line before. Thanks (again) to Costin Stroie for
pointing out the problems and providing a test case.

Also, corrected the test for checking first preceding siblings of
text nodes in mixed blocks (the test is used for determining
whether or not we need to insert a line break before those nodes.)

19 years agoAdded support for Apple Pages application
Steve Ball [Sat, 6 Aug 2005 04:01:46 +0000 (04:01 +0000)]
Added support for Apple Pages application

19 years agoFixed bug #1244478. Indexterms in informal objects are now getting correct page refer...
Jirka Kosek [Fri, 5 Aug 2005 19:20:50 +0000 (19:20 +0000)]
Fixed bug #1244478. Indexterms in informal objects are now getting correct page reference.

19 years agoKruft removal.
Michael Smith [Fri, 5 Aug 2005 08:52:51 +0000 (08:52 +0000)]
Kruft removal.

19 years agoFixed bug that caused literal .sp to show up in output. (Thanks to
Michael Smith [Fri, 5 Aug 2005 08:09:50 +0000 (08:09 +0000)]
Fixed bug that caused literal .sp to show up in output. (Thanks to
Costin Stroie for reporting).

WARNING: One of the consequences of this change is that the
stylesheet no longer generates spaces at the end of certain lines.
I had it doing that as a sort of hack to prevent certain kinds of
problems in output. It seems like the hack my no longer be
necessary. But if I am wrong, this change may cause spaces to show
up at the beginning of some lines in "mixed content". If you see
those, then this change has introduced a regression, and I will
need to go back and figure out the right way to fix it (instead of
the kludgy way I was doing it before.

Also, instances like the following were showing up in some cases.

  .PP
  .sp

That is, a .PP macro immediately followed by a .sp macro. I can
think of no good read to ever generate that, and I am not sure why
it is getting generated. So I have taked the lazy way out and
caused the stylesheet to now strip out the .sp from all such
instances, leaving just the .PP

19 years agoAdd cf to exclude-result-prefixes because it is for internal use only.
Bob Stayton [Thu, 4 Aug 2005 07:03:47 +0000 (07:03 +0000)]
Add cf to exclude-result-prefixes because it is for internal use only.

19 years agoUpdated for Public Review Draft
Norman Walsh [Thu, 28 Jul 2005 20:32:31 +0000 (20:32 +0000)]
Updated for Public Review Draft

19 years agoChanged default part numbering format back to 'I'.
Bob Stayton [Thu, 28 Jul 2005 03:57:58 +0000 (03:57 +0000)]
Changed default part numbering format back to 'I'.

19 years agoFixed starting page number for first part element in single-sided output.
Bob Stayton [Wed, 27 Jul 2005 17:16:36 +0000 (17:16 +0000)]
Fixed starting page number for first part element in single-sided output.

19 years agoFixed handling of lists with titles. Also reworked handling of
Michael Smith [Sun, 24 Jul 2005 14:10:31 +0000 (14:10 +0000)]
Fixed handling of lists with titles. Also reworked handling of
space around lists. (Closes #1243003 and 1241371).

Among other things, this change "normalizes" line space before and
after verbatims. For most cases, the stylesheet now attempts to
ensure each verbatim is preceded and followed by exactly one line
of space.

19 years agoDocBook NG: The PTO Release
Norman Walsh [Sun, 24 Jul 2005 13:46:02 +0000 (13:46 +0000)]
DocBook NG: The PTO Release

19 years agoDocBook NG: The PTO Release
Norman Walsh [Sat, 23 Jul 2005 20:51:46 +0000 (20:51 +0000)]
DocBook NG: The PTO Release

19 years agoDeal with the case where a pattern has an implicit group
Norman Walsh [Sat, 23 Jul 2005 20:10:54 +0000 (20:10 +0000)]
Deal with the case where a pattern has an implicit group

19 years agoMake sure the choice doesn't get lost when doing the includes
Norman Walsh [Sat, 23 Jul 2005 20:06:31 +0000 (20:06 +0000)]
Make sure the choice doesn't get lost when doing the includes

19 years agoThe htmlform.rnc module moved in the DocBook sources
Norman Walsh [Sat, 23 Jul 2005 19:58:22 +0000 (19:58 +0000)]
The htmlform.rnc module moved in the DocBook sources

19 years agoUpdate patterns to reflect changes in DocBook section patterns (as of Mezcal)
Norman Walsh [Sat, 23 Jul 2005 19:44:39 +0000 (19:44 +0000)]
Update patterns to reflect changes in DocBook section patterns (as of Mezcal)

19 years agoAllow simplesect after sect1
Norman Walsh [Fri, 22 Jul 2005 11:22:38 +0000 (11:22 +0000)]
Allow simplesect after sect1

19 years agoWe're not rebuilding docbookxi.rnc so don't delete it.
Norman Walsh [Thu, 21 Jul 2005 21:35:28 +0000 (21:35 +0000)]
We're not rebuilding docbookxi.rnc so don't delete it.

19 years agoDon't rebuild defguide.rnc
Norman Walsh [Thu, 21 Jul 2005 21:34:52 +0000 (21:34 +0000)]
Don't rebuild defguide.rnc

19 years agoDon't rebuild docbookxi.rnc automatically
Norman Walsh [Thu, 21 Jul 2005 21:20:55 +0000 (21:20 +0000)]
Don't rebuild docbookxi.rnc automatically

19 years agoDocumentation improvements.
Norman Walsh [Thu, 21 Jul 2005 20:52:07 +0000 (20:52 +0000)]
Documentation improvements.

19 years agoUpdated
Norman Walsh [Thu, 21 Jul 2005 20:45:58 +0000 (20:45 +0000)]
Updated

19 years agoAllow simplesect to occur after section elements
Norman Walsh [Thu, 21 Jul 2005 20:45:22 +0000 (20:45 +0000)]
Allow simplesect to occur after section elements

19 years agoRefactor XInclude support
Norman Walsh [Thu, 21 Jul 2005 20:43:05 +0000 (20:43 +0000)]
Refactor XInclude support

19 years agoMake appendixes use upperalpha numeration
Norman Walsh [Wed, 20 Jul 2005 13:57:01 +0000 (13:57 +0000)]
Make appendixes use upperalpha numeration

19 years agoMade a couple of fixes for handling release uploads correctly.
Michael Smith [Mon, 18 Jul 2005 05:44:43 +0000 (05:44 +0000)]
Made a couple of fixes for handling release uploads correctly.

19 years agoVersion 1.69.0 released.
Michael Smith [Mon, 18 Jul 2005 01:44:15 +0000 (01:44 +0000)]
Version 1.69.0 released.

19 years agoFinal changes for 1.69.0 release.
Michael Smith [Mon, 18 Jul 2005 01:38:51 +0000 (01:38 +0000)]
Final changes for 1.69.0 release.

19 years agoIgnore annotations.xsl
Michael Smith [Mon, 18 Jul 2005 01:36:44 +0000 (01:36 +0000)]
Ignore annotations.xsl

19 years agoAdded parameter for the annotation CSS
Norman Walsh [Thu, 14 Jul 2005 17:04:25 +0000 (17:04 +0000)]
Added parameter for the annotation CSS

19 years agoAdded a first cut at support for DocBook 5 style annotations
Norman Walsh [Thu, 14 Jul 2005 14:30:44 +0000 (14:30 +0000)]
Added a first cut at support for DocBook 5 style annotations

19 years agoAdded bullet to set of string-substitution chars.
Michael Smith [Thu, 14 Jul 2005 12:20:11 +0000 (12:20 +0000)]
Added bullet to set of string-substitution chars.

19 years agoUse string value of link contents in link list so character
Michael Smith [Thu, 14 Jul 2005 11:38:18 +0000 (11:38 +0000)]
Use string value of link contents in link list so character
formatting is "normalized" (no bold or ital).

19 years agoAllow annotation to appear in info
Norman Walsh [Thu, 14 Jul 2005 11:13:02 +0000 (11:13 +0000)]
Allow annotation to appear in info

19 years agoCheckpointing. Still need to add FO section.
Michael Smith [Thu, 14 Jul 2005 05:34:08 +0000 (05:34 +0000)]
Checkpointing. Still need to add FO section.

19 years agoRemoved unnecessary .br requests.
Michael Smith [Thu, 14 Jul 2005 04:31:08 +0000 (04:31 +0000)]
Removed unnecessary .br requests.

19 years agoMore documentation improvements
Norman Walsh [Thu, 14 Jul 2005 00:12:57 +0000 (00:12 +0000)]
More documentation improvements

19 years agoDocumentation improvements; first stab at documenting attribute values
Norman Walsh [Wed, 13 Jul 2005 23:11:13 +0000 (23:11 +0000)]
Documentation improvements; first stab at documenting attribute values

19 years agoRemoved unnecessary .LP requests that were being generated after
Michael Smith [Wed, 13 Jul 2005 17:03:08 +0000 (17:03 +0000)]
Removed unnecessary .LP requests that were being generated after
lists. I don't know why those were there, but they have apparently
been in since the code was first added to the repository.

19 years agoPrevent hyphenation of computer inlines, filenames, and URLs.
Michael Smith [Wed, 13 Jul 2005 03:57:50 +0000 (03:57 +0000)]
Prevent hyphenation of computer inlines, filenames, and URLs.
(Closes #1124391; thanks to Ryan Hofschneider for reporting).

By default, even when hyphenation is enabled (globally),
hyphenation is now suppressed for "computer inlines" (currently,
just classname, constant, envar, errorcode, option, replaceable,
userinput, type, varname -- but probably need to add more) and for
filenames, and for URLs from Ulink.

It can be (re)enabled using the man.hyphenate.computer.inlines,
man.hyphenate.filenames, and man.hyphenate.urls params.

19 years agoMade Funcsynopsisinfo bold, and made it a proper .PP block, and
Michael Smith [Wed, 13 Jul 2005 03:48:44 +0000 (03:48 +0000)]
Made Funcsynopsisinfo bold, and made it a proper .PP block, and
removed the extra space (.sp) that was being added after it.

19 years agoMove annotations
Norman Walsh [Tue, 12 Jul 2005 18:43:52 +0000 (18:43 +0000)]
Move annotations

19 years agoBoldface everything in Funcsynopsis output except params.
Michael Smith [Tue, 12 Jul 2005 13:51:44 +0000 (13:51 +0000)]
Boldface everything in Funcsynopsis output except params.
Closes #1236641.

The man(7) man page says:

  For functions, the arguments are always specified using italics,
  even in the SYNOPSIS section, where the rest of the function is
  specified in bold:

A look through the contents of the man/man2 directory shows that
most (all) existing pages do follow this "everything in bold" rule.

That means the <type> content and any punctuation (parens,
semicolons, varargs) also must be bolded.

19 years agoAdded substitutions for \& and \%
Michael Smith [Tue, 12 Jul 2005 11:44:02 +0000 (11:44 +0000)]
Added substitutions for \& and \%

19 years agoAdded support for suppressing hyphenation of "computer inlines"
Michael Smith [Tue, 12 Jul 2005 10:37:47 +0000 (10:37 +0000)]
Added support for suppressing hyphenation of "computer inlines"
and filenames and URLs. More details to follow with param
checkins.

19 years agoadded subtitles, fixed itemizedlist
Steve Ball [Tue, 12 Jul 2005 01:21:15 +0000 (01:21 +0000)]
added subtitles, fixed itemizedlist

19 years agoAdded "References"
Michael Smith [Tue, 12 Jul 2005 00:15:27 +0000 (00:15 +0000)]
Added "References"

19 years agoRemoved obsolete templates using mode="component.number".
Bob Stayton [Mon, 11 Jul 2005 15:30:25 +0000 (15:30 +0000)]
Removed obsolete templates using mode="component.number".

19 years agoImplemented out-of-line handling of URLs for links (Ulinks).
Michael Smith [Mon, 11 Jul 2005 10:29:58 +0000 (10:29 +0000)]
Implemented out-of-line handling of URLs for links (Ulinks).
(Closes #1234711 and #1233909)

For display of links, this implementation gives users three choices:

  1. Number & list links. Each link is numbered and a numbered
     list of all links is added to the end of the document.

     or

  2. Only list links. Links are not numbered, but an (unnumbered)
     list of links is added to the end of the document.

     or

  3. Suppress links. Don't number links and don't add any list of
     links to the end of the document

Users can also choose whether links should be underlined.

Default is "the works" -- list, number, and underline links. The
man.links.* parameters can be used to change the defaults.

The default heading for the link list is REFERENCES. That can be
changed using the man.links.list.heading param.

There is a performance hit for listing and numbering links. But it
is not an unreasonable one.

The code currently only checks for Ulinks. It can be updated later
(possibly) to deal with DocBook NG linking. But come to think of
it, DocBook NG links get converted by the strip-ns template. So
DocBook NG users will just need to run that first. Or, if I can
ever manage to get the single-pass conversion process to work with
manpages, it will get done automatically.

19 years agoAdded man.links.list.enabled
Michael Smith [Mon, 11 Jul 2005 10:04:34 +0000 (10:04 +0000)]
Added man.links.list.enabled

19 years agoUpdated doc for link-related params.
Michael Smith [Mon, 11 Jul 2005 10:03:48 +0000 (10:03 +0000)]
Updated doc for link-related params.
Renamed man.links.section.heading to man.links.list.heading.

19 years agoStupid regex was breaking snapshot build. Fixed.
Michael Smith [Mon, 11 Jul 2005 08:58:00 +0000 (08:58 +0000)]
Stupid regex was breaking snapshot build. Fixed.

19 years agoAdded comment about non-breaking space.
Michael Smith [Mon, 11 Jul 2005 07:45:50 +0000 (07:45 +0000)]
Added comment about non-breaking space.

19 years agoUlink handling -- fixed performance issue (per-Refentry sets of
Michael Smith [Sun, 10 Jul 2005 16:39:04 +0000 (16:39 +0000)]
Ulink handling -- fixed performance issue (per-Refentry sets of
Ulinks are now assembled once per document and stored in a
global variable).

It now takes roughly on the order of 15 to 20 percent longer to
process a doc with links numbered than it does to process it with
links unnumbered. Which may sound like a lot, but with a doc that
has 100+ links, on my machine, that still amounts to less than a
one-second difference (only about 0.7 seconds).

19 years agoulink handling now working as expected; but performance is poor
Michael Smith [Sun, 10 Jul 2005 11:37:33 +0000 (11:37 +0000)]
ulink handling now working as expected; but performance is poor
for docs that have a lot of ulinks; that needs to be fixed

19 years agoCheckpointing further ulink changes.
Michael Smith [Sun, 10 Jul 2005 09:56:58 +0000 (09:56 +0000)]
Checkpointing further ulink changes.

19 years agoUpdated reference pages to support number format options.
Bob Stayton [Sun, 10 Jul 2005 09:12:59 +0000 (09:12 +0000)]
Updated reference pages to support number format options.

19 years agoAdded template to process part element in mode object.title.template
Bob Stayton [Sun, 10 Jul 2005 08:54:39 +0000 (08:54 +0000)]
Added template to process part element in mode object.title.template
so it can properly choose gentext template for numbered
or unnumbered parts.

19 years agoAdded part templates in contexts title-numbered and title-unnumbered.
Bob Stayton [Sun, 10 Jul 2005 08:39:03 +0000 (08:39 +0000)]
Added part templates in contexts title-numbered and title-unnumbered.

19 years agoFixed missing "Part n." label for part titles.
Bob Stayton [Sun, 10 Jul 2005 08:27:58 +0000 (08:27 +0000)]
Fixed missing "Part n." label for part titles.

19 years agoAdded support for specifying number format for auto labels for
Bob Stayton [Sun, 10 Jul 2005 08:14:08 +0000 (08:14 +0000)]
Added support for specifying number format for auto labels for
chapter, appendix, part, preface from patch #1234737
to satsify feature request #1178038.

19 years agoCheckpointing further ulink changes. All visible links are now
Michael Smith [Sat, 9 Jul 2005 10:07:58 +0000 (10:07 +0000)]
Checkpointing further ulink changes. All visible links are now
displayed in the link list, and numbered. But it performance
leaves something to be desired. And not working properly for case
where document contains multiple Refentry.

19 years agoCheckpointing. Now link list contains unique URLs (removes dupes),
Michael Smith [Sat, 9 Jul 2005 09:00:14 +0000 (09:00 +0000)]
Checkpointing. Now link list contains unique URLs (removes dupes),
but needs more work -- some URLs are getting suppressed that
shouldn't be; one symptom of that is that numbering is thrown off.

19 years agoApplied patch #850001 to add content-type property to
Bob Stayton [Sat, 9 Jul 2005 07:57:54 +0000 (07:57 +0000)]
Applied patch #850001 to add content-type property to
external-graphic element based on imagedata format attribute.

19 years agoulink fixes. (initial implementation of out-of-line handling of ulinks)
Michael Smith [Sat, 9 Jul 2005 07:41:58 +0000 (07:41 +0000)]
ulink fixes. (initial implementation of out-of-line handling of ulinks)

19 years agoAdded new params for controlling link handling.
Michael Smith [Fri, 8 Jul 2005 14:37:09 +0000 (14:37 +0000)]
Added new params for controlling link handling.