]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
17 years agoDon't mess with CVS dir.
Michael Smith [Mon, 5 Feb 2007 08:20:11 +0000 (08:20 +0000)]
Don't mess with CVS dir.

17 years agoRenamed links.xsl to endnotes.xsl.
Michael Smith [Mon, 5 Feb 2007 07:24:10 +0000 (07:24 +0000)]
Renamed links.xsl to endnotes.xsl.

17 years agoMade a number of changes related to elements with
Michael Smith [Mon, 5 Feb 2007 07:20:57 +0000 (07:20 +0000)]
Made a number of changes related to elements with
out-of-line content:

- Added handling for mediaobject & inlinemedidaobject.
  Each imagedata, audiodata, or videodata element
  within a mediaobject or inline mediaobject is now
  treated as a "notesource" and so handled in much the
  same way as links and annotation/alt/footnotes.

  That means a numbered marker is generated inline to
  mark the place in the main flow where the imagedata,
  audiodata, or videodata element occurs, and a
  corresponding numbered endnote for it is generated in
  the endnotes list at the end of the man page; the
  endnote contains the URL from the fileref attribute
  of the imagedata, audiodata, or videodata element.

  For mediobject and inlinemediaobject instances that
  have a textobject child, the textobject is displayed
  within the main text flow.

- Renamed several man.link.* params to man.endnotes.*,
  to reflect that fact that the endnotes list now
  contains more than just links. Also did similar
  renaming for a number of stylesheet-internal vars.

- Added support for xlink:href (along with existing
  support for the legacy ulink element).

- Cleaned up and streamlined the endnotes-handling
  code. It's still messy and klunky and the basic
  mechanism it uses is very inefficent for documents
  that contain a lot of notesources, but at least it's
  a bit better than it was.

17 years agoFixed master-name used in axf crop mark template call.
Bob Stayton [Fri, 2 Feb 2007 18:47:09 +0000 (18:47 +0000)]
Fixed master-name used in axf crop mark template call.

17 years agoChanged makefiles to make slides and websites stylesheets feel
Michael Smith [Fri, 2 Feb 2007 06:51:30 +0000 (06:51 +0000)]
Changed makefiles to make slides and websites stylesheets feel
more at home.

17 years agoMoved slides and website stylesheets into xsl tree. They have
Michael Smith [Fri, 2 Feb 2007 05:58:19 +0000 (05:58 +0000)]
Moved slides and website stylesheets into xsl tree. They have
shipped as part of xsl for the last three releases now, just been
getting pulled in as part of the build. Now that we're using svn,
it's trivial to actually move them in (and to move them back out
if we need to).

17 years agoUse org.apache.xml.utils.DOMHelper as package name (instead of
Michael Smith [Fri, 2 Feb 2007 00:12:32 +0000 (00:12 +0000)]
Use org.apache.xml.utils.DOMHelper as package name (instead of
org.apache.xpath.DOMHelper), because build otherwise fails.

17 years agoJust use relative path to html2xhtml.xsl file (instead of copying
Michael Smith [Fri, 2 Feb 2007 00:07:40 +0000 (00:07 +0000)]
Just use relative path to html2xhtml.xsl file (instead of copying
it over) and use xsltproc to do the tranform (it does it a lot
faster).

17 years agoMoved the end-indent properties from toc.line to the
Bob Stayton [Thu, 1 Feb 2007 19:27:47 +0000 (19:27 +0000)]
Moved the end-indent properties from toc.line to the
toc.line.properties attribute-set.

17 years agoFixed case of class attribute in sgmltag element.
Bob Stayton [Thu, 1 Feb 2007 19:15:20 +0000 (19:15 +0000)]
Fixed case of class attribute in sgmltag element.

17 years agoAdjusted docbook-build (snapshot build script) to use svn Revision
Michael Smith [Tue, 30 Jan 2007 08:43:02 +0000 (08:43 +0000)]
Adjusted docbook-build (snapshot build script) to use svn Revision
number as build stamp.

17 years agoAdded xhtml/html2xhtml.xsl to the list of files that get excluded
Michael Smith [Tue, 30 Jan 2007 07:16:02 +0000 (07:16 +0000)]
Added xhtml/html2xhtml.xsl to the list of files that get excluded
from packaging.

17 years agoChanged http URL in html2xhtml.xslto local pathname.
Michael Smith [Tue, 30 Jan 2007 07:14:17 +0000 (07:14 +0000)]
Changed http URL in html2xhtml.xslto local pathname.

17 years agoUpdated include URL in htmlhelp.xsl to use relative path.
Michael Smith [Tue, 30 Jan 2007 07:03:13 +0000 (07:03 +0000)]
Updated include URL in htmlhelp.xsl to use relative path.

17 years agoAdded tools/xsl dir to list of dirs that get excluded during
Michael Smith [Tue, 30 Jan 2007 06:52:26 +0000 (06:52 +0000)]
Added tools/xsl dir to list of dirs that get excluded during
packaging of docbook-xsl.

17 years agoChanged http URLs in xsl:import instances to relative paths
Michael Smith [Tue, 30 Jan 2007 06:43:18 +0000 (06:43 +0000)]
Changed http URLs in xsl:import instances to relative paths
instead (to account for fact that Website and Slides stylesheets
now ship as part of docbook-xsl). Thanks to Daniel Leidert.

17 years agoUpdated copyright notices.
Michael Smith [Tue, 30 Jan 2007 05:16:56 +0000 (05:16 +0000)]
Updated copyright notices.

17 years agoMake docbook-xsl-update check for VERSION file instead of for
Michael Smith [Mon, 29 Jan 2007 23:00:16 +0000 (23:00 +0000)]
Make docbook-xsl-update check for VERSION file instead of for
install.sh file.

17 years agoCorrected typo in docbook-xsl-update script.
Michael Smith [Mon, 29 Jan 2007 22:58:37 +0000 (22:58 +0000)]
Corrected typo in docbook-xsl-update script.

17 years agoDid some cleanup to the install.sh source and added a
Michael Smith [Mon, 29 Jan 2007 22:34:50 +0000 (22:34 +0000)]
Did some cleanup to the install.sh source and added a
docbook-xsl-update script to the docbook-xsl distro, the purpose
of which is to facilitate easy sync-up to the latest docbook-xsl
snapshot (by means of rynsc).

17 years agoFixed bug #1644881:
Mauritz Jeanson [Sun, 28 Jan 2007 17:30:36 +0000 (17:30 +0000)]
Fixed bug #1644881:
* Added curly braces around all $language attribute values.
* Moved declaration of language variable to top level of stylesheet.
Tested with Xalan, Saxon, and xsltproc.

17 years agoModified <xsl:when> in datetime.format template to work
Mauritz Jeanson [Fri, 26 Jan 2007 17:13:59 +0000 (17:13 +0000)]
Modified <xsl:when> in datetime.format template to work
around Xalan bug.

17 years agoBetter message about reporting bugs.
Bob Stayton [Thu, 25 Jan 2007 20:35:14 +0000 (20:35 +0000)]
Better message about reporting bugs.

17 years agoCopy special case namespaced version of template/titlepage.xsl.
Bob Stayton [Thu, 25 Jan 2007 20:33:09 +0000 (20:33 +0000)]
Copy special case namespaced version of template/titlepage.xsl.

17 years agoModified to work with d: namespace.
Bob Stayton [Thu, 25 Jan 2007 20:30:53 +0000 (20:30 +0000)]
Modified to work with d: namespace.

17 years agoRemoved debug cruft.
Michael Smith [Thu, 25 Jan 2007 10:32:52 +0000 (10:32 +0000)]
Removed debug cruft.

17 years agoMoved all release metadata to VERSION file, and updated release
Michael Smith [Thu, 25 Jan 2007 10:25:23 +0000 (10:25 +0000)]
Moved all release metadata to VERSION file, and updated release
build to rely on it.

17 years agoApplied patch 1592083.
Mauritz Jeanson [Wed, 24 Jan 2007 20:04:54 +0000 (20:04 +0000)]
Applied patch 1592083.

17 years agoMoved docbook-xsl to 1.72.1+pre snapshot state.
Michael Smith [Wed, 24 Jan 2007 13:07:21 +0000 (13:07 +0000)]
Moved docbook-xsl to 1.72.1+pre snapshot state.

17 years agoUpdated snapshot build script so that it builds and uploads a
Michael Smith [Wed, 24 Jan 2007 09:05:59 +0000 (09:05 +0000)]
Updated snapshot build script so that it builds and uploads a
docbook5-xsl package in addition to the docbook-xsl one.

17 years agoMade fixes/refinements to docbook5-xsl packaging and install.
Michael Smith [Tue, 23 Jan 2007 21:06:05 +0000 (21:06 +0000)]
Made fixes/refinements to docbook5-xsl packaging and install.

17 years agoChanged fm:Release-Focus to "Major feature enhancements"
Michael Smith [Tue, 23 Jan 2007 12:29:58 +0000 (12:29 +0000)]
Changed fm:Release-Focus to "Major feature enhancements"

17 years agoMade install5 target (for uploading the docbok5-xsl package)
Michael Smith [Tue, 23 Jan 2007 12:04:55 +0000 (12:04 +0000)]
Made install5 target (for uploading the docbok5-xsl package)
depend on the install (docbook-xsl upload) target.

17 years agoAdded PreviousRelease filename to list of files that get excluded
Michael Smith [Tue, 23 Jan 2007 12:02:21 +0000 (12:02 +0000)]
Added PreviousRelease filename to list of files that get excluded
from the package.

17 years agoAdded descriptions of my changes.
Bob Stayton [Mon, 22 Jan 2007 23:23:15 +0000 (23:23 +0000)]
Added descriptions of my changes.

17 years agoCheckpointing release-note edits for review.
Michael Smith [Mon, 22 Jan 2007 19:41:45 +0000 (19:41 +0000)]
Checkpointing release-note edits for review.

17 years agoAdded index.page.number.properties attribute set to the set of
Michael Smith [Mon, 22 Jan 2007 12:54:27 +0000 (12:54 +0000)]
Added index.page.number.properties attribute set to the set of
reference documentation for the FO stylesheets.

17 years agoQuit trying to be so smart about determining version number for
Michael Smith [Mon, 22 Jan 2007 08:31:25 +0000 (08:31 +0000)]
Quit trying to be so smart about determining version number for
previous release. Instead just store the version number in a file
under version control.

17 years agoQuit trying to be so smart about figuring out what the revision
Michael Smith [Mon, 22 Jan 2007 07:53:29 +0000 (07:53 +0000)]
Quit trying to be so smart about figuring out what the revision
number for the previous release is. Instead, just add the
PreviousRevision to version control. It holds the revision number
of the previous release. (That revision number is used by the
build to determine what changes have been committed since the
previous release). Simpler and much less error-prone.

17 years agoUpdated master makefile to enable docbook5-xsl build and
Michael Smith [Mon, 22 Jan 2007 07:36:31 +0000 (07:36 +0000)]
Updated master makefile to enable docbook5-xsl build and
packaging.

17 years agoSet svn:executable property on makedb5xsl file. Added db5.mk
Michael Smith [Mon, 22 Jan 2007 07:33:08 +0000 (07:33 +0000)]
Set svn:executable property on makedb5xsl file. Added db5.mk
makefile for automating build of docbook5-xsl package. Removed
db5files/VERSION file (because the db5.mk makefile changes the
VERSION file in place instead of copying it).

17 years agoAdded capability to specific OFFLINE=yes to permit test builds of
Michael Smith [Mon, 22 Jan 2007 07:29:39 +0000 (07:29 +0000)]
Added capability to specific OFFLINE=yes to permit test builds of
"distrib" and "zip" targets when offline. Also, changed build such
that docsrc directory is not longer excluded from packaging.

17 years agoRemoved @format="linespecific" from code that generates the
Michael Smith [Mon, 22 Jan 2007 07:25:02 +0000 (07:25 +0000)]
Removed @format="linespecific" from code that generates the
Literalayout output for commit messages -- because it's not valid
in DocBook 5.

17 years agoReplaced all character entities and removed internal DTD subsets
Michael Smith [Mon, 22 Jan 2007 07:01:36 +0000 (07:01 +0000)]
Replaced all character entities and removed internal DTD subsets
(and thus removed reliance on external entity declarations for
ISO/W3C named character entities).

17 years agoChanged VERSION file to include distro title (DocBook XSL
Michael Smith [Sun, 21 Jan 2007 08:37:12 +0000 (08:37 +0000)]
Changed VERSION file to include distro title (DocBook XSL
Stylesheets), and updated HTML, FO, and manpages stylesheets to
use that in their metadata sections (e.g., in HTML, the
<meta name="generator" ...> contents).

17 years agoRemoved single-pass namespace stripping from manpages stylesheet.
Michael Smith [Sun, 21 Jan 2007 08:33:44 +0000 (08:33 +0000)]
Removed single-pass namespace stripping from manpages stylesheet.
To process DocBook 5 instances, either use the experimental
namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your
source to do the namespace stripping (two-pass processing).

18 years agoAdded localized <letters> part for correct index collation.
Mauritz Jeanson [Sat, 20 Jan 2007 18:34:21 +0000 (18:34 +0000)]
Added localized <letters> part for correct index collation.

18 years agoAdd support in imageobjectco for otherunits="imagemap" to allow
Bob Stayton [Sat, 20 Jan 2007 08:51:43 +0000 (08:51 +0000)]
Add support in imageobjectco for otherunits="imagemap" to allow
direct authoring of imagemap units.

18 years agoUse areaspec id as imagemap map name.
Bob Stayton [Sat, 20 Jan 2007 00:54:26 +0000 (00:54 +0000)]
Use areaspec id as imagemap map name.

18 years agoRepaired bizarro-superman talk.
Michael Smith [Fri, 19 Jan 2007 11:45:55 +0000 (11:45 +0000)]
Repaired bizarro-superman talk.

18 years agoAdded doc for man.output.lang.in.name.enabled parameter. This
Michael Smith [Fri, 19 Jan 2007 11:40:50 +0000 (11:40 +0000)]
Added doc for man.output.lang.in.name.enabled parameter. This
checkin completes support for writing file/pathnames for man-pages
with $lang include in the names. Closes #1585967. knightly
accolades to Daniel Leidert for providing the feature request.

18 years agoAdded new param man.output.lang.in.name.enabled, which
Michael Smith [Fri, 19 Jan 2007 10:48:59 +0000 (10:48 +0000)]
Added new param man.output.lang.in.name.enabled, which
controls whether $LANG value is included in manpages
filenames and pathnames. It works like this:

If the value of man.output.lang.in.name.enabled is non-zero,
man-page files are output with the $lang value included in
their filenames or pathnames as follows;

- if man.output.subdirs.enabled is non-zero, each file is
  output to, e.g., a /$lang/man8/foo.8 pathname

- if man.output.subdirs.enabled is zero, each file is output
  with a foo.$lang.8 filename

18 years agoUse "\e" instead of "\\" for backslash output, because the
Michael Smith [Fri, 19 Jan 2007 08:54:04 +0000 (08:54 +0000)]
Use "\e" instead of "\\" for backslash output, because the
groff docs say that's the correct thing to do; also because
testing (thanks, Paul Dubois) shows that "\\" doesn't always
work as expected; for example, "\\" within a table seems to
mess things up.

18 years agoAdded the man.string.subst.map.local.pre and
Michael Smith [Fri, 19 Jan 2007 08:33:52 +0000 (08:33 +0000)]
Added the man.string.subst.map.local.pre and
man.string.subst.map.local.post parameters. Those parameters
enable local additions and changes to string-substitution mappings
without the need to change the value of man.string.subst.map
parameter (which is for standard system mappings). Closes
#1456738. Thanks to Sam Steingold for constructing a true
stylesheet torture test (the clisp docs) that exposed the need for
these params.

18 years agoUse U+2592 as an internal marker for linebreak around sbr output
Michael Smith [Fri, 19 Jan 2007 02:58:50 +0000 (02:58 +0000)]
Use U+2592 as an internal marker for linebreak around sbr output
(to prevent the break from getting eaten by some normalization
that the stylesheet does on synopses).
Use U+2580 as an internal marker for no-break space (to work
around a similar issue). Closes bug #1612808. Thanks to Simon
Walter for reporting it (the sbr bug).

18 years agoChanged order of string replacements so that backslash is escaped
Michael Smith [Thu, 18 Jan 2007 16:08:47 +0000 (16:08 +0000)]
Changed order of string replacements so that backslash is escaped
and replaced after backslash and dot (as it needs to be).

18 years agoAdjusted manpages stylesheet to use U+2593 as the internal
Michael Smith [Thu, 18 Jan 2007 15:44:19 +0000 (15:44 +0000)]
Adjusted manpages stylesheet to use U+2593 as the internal
representation for the backslash character within the stylesheet.
This prevents backslashes in source content from getting eaten.
Closes #1609425. Thanks to Paul DuBois for reporting the bug.

18 years agoFixed imagemaps so they work properly going from calspair coords
Bob Stayton [Thu, 18 Jan 2007 09:18:11 +0000 (09:18 +0000)]
Fixed imagemaps so they work properly going from calspair coords
to HTML area coords.

18 years agoWordML->Roundtrip; added mzjn=Mauritz・Jeanson to list of
Michael Smith [Thu, 18 Jan 2007 08:57:18 +0000 (08:57 +0000)]
WordML->Roundtrip; added mzjn=Mauritz・Jeanson to list of
username/realname mappings.

18 years agoToggled RELEASE-NOTES.xml from snapshot-mode to release-mode.
Michael Smith [Thu, 18 Jan 2007 08:03:12 +0000 (08:03 +0000)]
Toggled RELEASE-NOTES.xml from snapshot-mode to release-mode.

18 years agowordml->roundtrip
Michael Smith [Thu, 18 Jan 2007 07:52:10 +0000 (07:52 +0000)]
wordml->roundtrip

18 years agoRemove duplicate orgname template.
Bob Stayton [Thu, 18 Jan 2007 07:21:41 +0000 (07:21 +0000)]
Remove duplicate orgname template.
Switch org templates to using inline.charseq which
handles simple.xlink.

18 years agoChanged date.
Bob Stayton [Thu, 18 Jan 2007 07:09:46 +0000 (07:09 +0000)]
Changed date.

18 years agoRemove date and "candidate" label.
Bob Stayton [Thu, 18 Jan 2007 07:09:18 +0000 (07:09 +0000)]
Remove date and "candidate" label.

18 years agoUpdated automated xsl-param markup system to handle
Michael Smith [Thu, 18 Jan 2007 07:09:06 +0000 (07:09 +0000)]
Updated automated xsl-param markup system to handle
wordml->roundtrip name change.

18 years agoMoved to releasetools
Bob Stayton [Thu, 18 Jan 2007 07:01:43 +0000 (07:01 +0000)]
Moved to releasetools

18 years agoNow copies misc files from releasetools/db5files subdirectory.
Bob Stayton [Thu, 18 Jan 2007 07:00:43 +0000 (07:00 +0000)]
Now copies misc files from releasetools/db5files subdirectory.

18 years agoUpdated doc build to handle wordml->roundtrip rename.
Michael Smith [Thu, 18 Jan 2007 06:27:55 +0000 (06:27 +0000)]
Updated doc build to handle wordml->roundtrip rename.

18 years agoMisc files needed to create docbook5ns-xsl from docbook-xsl.
Bob Stayton [Thu, 18 Jan 2007 06:27:36 +0000 (06:27 +0000)]
Misc files needed to create docbook5ns-xsl from docbook-xsl.

18 years agoAdjusted copy method for website and slides dirs.
Michael Smith [Thu, 18 Jan 2007 06:26:21 +0000 (06:26 +0000)]
Adjusted copy method for website and slides dirs.

18 years agowordml->roundtrip name change
Michael Smith [Thu, 18 Jan 2007 02:54:56 +0000 (02:54 +0000)]
wordml->roundtrip name change

18 years agowordml->roundtrip rename
Michael Smith [Thu, 18 Jan 2007 02:53:37 +0000 (02:53 +0000)]
wordml->roundtrip rename

18 years agowordml->roundtrip rename
Michael Smith [Thu, 18 Jan 2007 02:53:06 +0000 (02:53 +0000)]
wordml->roundtrip rename

18 years agoAdjusted build to fix problem of missing files in slides
Michael Smith [Thu, 18 Jan 2007 02:14:29 +0000 (02:14 +0000)]
Adjusted build to fix problem of missing files in slides
directory. Closes bug #1604137. Thanks to Neil Mayhew for
the bug report.

18 years agoRemoved redundant parameter declaration
Michael Smith [Thu, 18 Jan 2007 02:09:30 +0000 (02:09 +0000)]
Removed redundant parameter declaration

18 years agoAdded XJPARSEFLAGS
Michael Smith [Thu, 18 Jan 2007 02:03:16 +0000 (02:03 +0000)]
Added XJPARSEFLAGS

18 years agoAdded some stopwords.
Michael Smith [Thu, 18 Jan 2007 01:55:31 +0000 (01:55 +0000)]
Added some stopwords.

18 years agoUse SF_USERNAME for uploads to docbook.sf.net
Michael Smith [Thu, 18 Jan 2007 01:54:49 +0000 (01:54 +0000)]
Use SF_USERNAME for uploads to docbook.sf.net

18 years agoPerl script used to generate docbook5ns distribution from
Bob Stayton [Tue, 16 Jan 2007 04:40:43 +0000 (04:40 +0000)]
Perl script used to generate docbook5ns distribution from
a built XSL distribution.

18 years agoChanged manpages stylesheet to always output a U+2591 character as
Michael Smith [Mon, 15 Jan 2007 17:15:40 +0000 (17:15 +0000)]
Changed manpages stylesheet to always output a U+2591 character as
the internal representation of a dash. The string-substitution
map is then used to output a real dash when the final contents are
serialized. Also, made a change that causes dots and dashes in the
top comment to be unescaped.

18 years agoOutput newline after admonitions (Note, Warning, etc.)
Michael Smith [Mon, 15 Jan 2007 15:41:06 +0000 (15:41 +0000)]
Output newline after admonitions (Note, Warning, etc.)

18 years agooutput "\&." instead of just plain "\." (because plain "\." does
Michael Smith [Mon, 15 Jan 2007 13:02:34 +0000 (13:02 +0000)]
output "\&." instead of just plain "\." (because plain "\." does
not work...)

18 years agoFixed problem where newlines were dropped before dots.
Michael Smith [Mon, 15 Jan 2007 12:38:50 +0000 (12:38 +0000)]
Fixed problem where newlines were dropped before dots.

18 years agoOnly escape dot if it actually occurs at the beginning of a line.
Michael Smith [Mon, 15 Jan 2007 01:59:00 +0000 (01:59 +0000)]
Only escape dot if it actually occurs at the beginning of a line.

18 years agoAdded the Markup element to the list of elements that get output
Michael Smith [Mon, 15 Jan 2007 01:47:19 +0000 (01:47 +0000)]
Added the Markup element to the list of elements that get output
in bold. Thanks to Eric S. Raymond.

18 years agoUpdate default target in master makefile to use renamed
Michael Smith [Mon, 15 Jan 2007 01:44:16 +0000 (01:44 +0000)]
Update default target in master makefile to use renamed
"roundtrip" directory instead of old "wordml". (TODO: Need to
rename the docsrc/wordml and doc/wordml dirs and update
doc/Makefile and docsrc/Makefile)

18 years agoChanged dot output to mark end of tbl(1) table format sections
Michael Smith [Mon, 15 Jan 2007 01:41:59 +0000 (01:41 +0000)]
Changed dot output to mark end of tbl(1) table format sections
(changed from real dot to internal U+2302 representation).

18 years agofixed well-formedness errors
Michael Smith [Mon, 15 Jan 2007 00:54:10 +0000 (00:54 +0000)]
fixed well-formedness errors

18 years agoReplaced all dots in roff requests with U+2302 ("house"
Michael Smith [Sun, 14 Jan 2007 20:21:31 +0000 (20:21 +0000)]
Replaced all dots in roff requests with U+2302 ("house"
character), and added escaping in output for all instances of dot
that are not in roff requests. This fixes the problem case where a
string beginning with a dot (for example, the string ".bashrc")
might occur at the beginning of a line in output, in which case
would mistakenly get interpreted as a roff request. Thanks to Eric
S. Raymond for pushing to fix this.

18 years agoAdd index.page.number.properties attribute-set to format page numbers.
Bob Stayton [Sun, 14 Jan 2007 08:41:23 +0000 (08:41 +0000)]
Add index.page.number.properties attribute-set to format page numbers.

18 years agoAdd index.page.number.properties by default.
Bob Stayton [Sun, 14 Jan 2007 04:38:14 +0000 (04:38 +0000)]
Add index.page.number.properties by default.

18 years agoAdded to allow customizations of page numbers in indexes.
Bob Stayton [Sun, 14 Jan 2007 04:16:49 +0000 (04:16 +0000)]
Added to allow customizations of page numbers in indexes.

18 years agoAdd empty template for sidebar in label.markup mode.
Bob Stayton [Sat, 13 Jan 2007 09:51:31 +0000 (09:51 +0000)]
Add empty template for sidebar in label.markup mode.

18 years agoPass the toc-context down to the toc.line template.
Bob Stayton [Fri, 12 Jan 2007 07:50:17 +0000 (07:50 +0000)]
Pass the toc-context down to the toc.line template.

18 years agoFixed bug in use of isogen key.
Bob Stayton [Thu, 11 Jan 2007 20:29:23 +0000 (20:29 +0000)]
Fixed bug in use of isogen key.

18 years agoRemoved all 'l' prefixes. These prefixes caused build errors (see the log file for...
Mauritz Jeanson [Tue, 9 Jan 2007 16:19:23 +0000 (16:19 +0000)]
Removed all 'l' prefixes. These prefixes caused build errors (see the log file for snapshot_2007-01-08_1227).

18 years agoAdd support for crop marks in Antenna House.
Bob Stayton [Mon, 8 Jan 2007 18:00:22 +0000 (18:00 +0000)]
Add support for crop marks in Antenna House.

18 years agoAdd utility template tabstyle to return the tabstyle from
Bob Stayton [Mon, 8 Jan 2007 03:32:20 +0000 (03:32 +0000)]
Add utility template tabstyle to return the tabstyle from
any table element.

18 years agoAdd support for arabicindic numbering to autolabel.format template.
Bob Stayton [Sun, 7 Jan 2007 23:45:21 +0000 (23:45 +0000)]
Add support for arabicindic numbering to autolabel.format template.

18 years agoqandaset was not outputting an anchor id, now it is.
Bob Stayton [Sun, 7 Jan 2007 23:35:19 +0000 (23:35 +0000)]
qandaset was not outputting an anchor id, now it is.