]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
20 years agoUse foil properties
Norman Walsh [Fri, 5 Nov 2004 12:26:18 +0000 (12:26 +0000)]
Use foil properties

20 years agoFixed dbfo keep-together PI for tables.
Bob Stayton [Thu, 4 Nov 2004 20:48:54 +0000 (20:48 +0000)]
Fixed dbfo keep-together PI for tables.

20 years agoXML text declaration, added missing required "encoding" pseudo-attribute
Michael Smith [Thu, 4 Nov 2004 05:23:52 +0000 (05:23 +0000)]
XML text declaration, added missing required "encoding" pseudo-attribute

20 years agouse Bob's simpler approach
Steve Ball [Wed, 3 Nov 2004 20:19:33 +0000 (20:19 +0000)]
use Bob's simpler approach

20 years agoAdded important caveat that the tools information is outdated and referred
Bob Stayton [Wed, 3 Nov 2004 06:56:57 +0000 (06:56 +0000)]
Added important caveat that the tools information is outdated and referred
them to DocBook XSL: The Complete Guide.

20 years agoChange admon.graphic.width template to a mode so that different
Bob Stayton [Sat, 30 Oct 2004 07:25:27 +0000 (07:25 +0000)]
Change admon.graphic.width template to a mode so that different
admonitions can have different graphical widths.

20 years agoApplied patch #991939 to enable dbfo table-width on entrytbl.
Bob Stayton [Fri, 29 Oct 2004 16:49:56 +0000 (16:49 +0000)]
Applied patch #991939 to enable dbfo table-width on entrytbl.

20 years agoAdded description
Norman Walsh [Fri, 29 Oct 2004 13:30:05 +0000 (13:30 +0000)]
Added description

20 years agoDeprecated shade.verbatim
Norman Walsh [Fri, 29 Oct 2004 13:28:33 +0000 (13:28 +0000)]
Deprecated shade.verbatim

20 years agoUse URIResolver() on the href attribute for textinsert; support encoding
Norman Walsh [Fri, 29 Oct 2004 13:16:16 +0000 (13:16 +0000)]
Use URIResolver() on the href attribute for textinsert; support encoding

20 years agoSupport the textinsert extension; update all extensions to the Saxon 8.1.1 API
Norman Walsh [Fri, 29 Oct 2004 13:14:12 +0000 (13:14 +0000)]
Support the textinsert extension; update all extensions to the Saxon 8.1.1 API

20 years agoSupport URIResolver() on insertfile href's
Norman Walsh [Fri, 29 Oct 2004 12:44:51 +0000 (12:44 +0000)]
Support URIResolver() on insertfile href's

20 years agoFix bug #663552: handle xref correctly when it appears in titles.
Norman Walsh [Thu, 28 Oct 2004 21:57:50 +0000 (21:57 +0000)]
Fix bug #663552: handle xref correctly when it appears in titles.

20 years agoChanged the default from 10 to 15.
Bob Stayton [Tue, 26 Oct 2004 15:44:37 +0000 (15:44 +0000)]
Changed the default from 10 to 15.

20 years agoMy classlist script
Norman Walsh [Tue, 26 Oct 2004 13:47:30 +0000 (13:47 +0000)]
My classlist script

20 years agoWordML-to-DocBook conversion (initial implementation - don't get too excited)
Steve Ball [Tue, 26 Oct 2004 10:35:55 +0000 (10:35 +0000)]
WordML-to-DocBook conversion (initial implementation - don't get too excited)

20 years agorename style names
Steve Ball [Mon, 25 Oct 2004 23:59:10 +0000 (23:59 +0000)]
rename style names
fix problems in handling blockquotes
fix unsupported block/inline elements

20 years agoFeature Request #1008804 (command in cmdsynopsis is not indented)
Michael Smith [Mon, 25 Oct 2004 22:05:18 +0000 (22:05 +0000)]
Feature Request #1008804 (command in cmdsynopsis is not indented)

Added some CSS magic to enable the requested effect; this change:

  - makes all cmdsynopses monospaced

  - creates CSS floats that make a hanging indent (aka tabular
    presentation) for cmdysnopsis; command name appears first
    column, everything else (arg/group/synopfragment) goes to
    second column

Probably should also add parameters to toggle behavior on/off...

20 years agomultiple command in cmdsynopsis, with command names of varied
Michael Smith [Mon, 25 Oct 2004 20:59:16 +0000 (20:59 +0000)]
multiple command in cmdsynopsis, with command names of varied
length and with heaps of options for each

20 years agowith some long refnames
Michael Smith [Mon, 25 Oct 2004 12:55:42 +0000 (12:55 +0000)]
with some long refnames

20 years agoRequest #585543 (Quickref-style reference ToC)
Michael Smith [Mon, 25 Oct 2004 11:20:31 +0000 (11:20 +0000)]
Request #585543 (Quickref-style reference ToC)

Wrapped ToC refentrytitle/refname and refpurpose in
span with class values. This makes it possible to style
them using a CSS stylesheet containing something like below.

Implementing tablular look for FO output will have to wait...

div.toc {
  padding-bottom: 20px;
}

div.toc dt, div.toc li {
  clear: both;
}

div.toc span.refentrytitle {
  float: left;
  text-align: left;
}

div.toc span.refpurpose {
  float: right;
  width: 65%;
  text-align: left;
}

hr {
  clear: both;
}

20 years agoBuild the Saxon8 extensions
Norman Walsh [Sun, 24 Oct 2004 19:03:19 +0000 (19:03 +0000)]
Build the Saxon8 extensions

20 years agoUse saxon6, a symlink to the real most recent release
Norman Walsh [Sun, 24 Oct 2004 19:02:23 +0000 (19:02 +0000)]
Use saxon6, a symlink to the real most recent release

20 years agoInitial checkin for (some) Saxon8 classes; they don't actually work yet because the...
Norman Walsh [Sun, 24 Oct 2004 19:01:01 +0000 (19:01 +0000)]
Initial checkin for (some) Saxon8 classes; they don't actually work yet because the current stylesheets don't work very well with Saxon 8

20 years agoFixed bug #977874. Remark/comment is rendered as a block/inline depending on its...
Jirka Kosek [Sun, 24 Oct 2004 10:42:29 +0000 (10:42 +0000)]
Fixed bug #977874. Remark/comment is rendered as a block/inline depending on its context.

20 years agoFixed bug #1005990. Column spans are now working also in entrytbl element, not only...
Jirka Kosek [Sun, 24 Oct 2004 09:44:56 +0000 (09:44 +0000)]
Fixed bug #1005990. Column spans are now working also in entrytbl element, not only in table elements. However due to complexity of table code I am not completely sure whether I fixed it on all places.

20 years agoFixed bug #1031851. Target of link is computed by href.target template.
Jirka Kosek [Sun, 24 Oct 2004 09:04:08 +0000 (09:04 +0000)]
Fixed bug #1031851. Target of link is computed by href.target template.

20 years agoAdd full names of new DSSSL developers, for pretty changelogs.
Peter Eisentraut [Sun, 24 Oct 2004 01:28:27 +0000 (01:28 +0000)]
Add full names of new DSSSL developers, for pretty changelogs.

20 years agoUpdated tests
Norman Walsh [Sat, 23 Oct 2004 12:20:46 +0000 (12:20 +0000)]
Updated tests

20 years agoPatch #1027078: Support role=strong on emphasis
Norman Walsh [Sat, 23 Oct 2004 11:57:00 +0000 (11:57 +0000)]
Patch #1027078: Support role=strong on emphasis

20 years agoPatch #1027078: Support role=strong on emphasis; use strong/em instead of b/i
Norman Walsh [Sat, 23 Oct 2004 11:56:20 +0000 (11:56 +0000)]
Patch #1027078: Support role=strong on emphasis; use strong/em instead of b/i

20 years agoPatch #1037326: Don't generate up link when up=home in chunker
Norman Walsh [Sat, 23 Oct 2004 11:51:10 +0000 (11:51 +0000)]
Patch #1037326: Don't generate up link when up=home in chunker

20 years agoBug #1035656: the label for a listitem in an orderedlist must account for the possibi...
Norman Walsh [Fri, 22 Oct 2004 13:40:39 +0000 (13:40 +0000)]
Bug #1035656: the label for a listitem in an orderedlist must account for the possibility of continuations or alternate starting numbers

20 years agoBug #1050205; scale component titles if the component is a child of a section
Norman Walsh [Fri, 22 Oct 2004 12:51:26 +0000 (12:51 +0000)]
Bug #1050205; scale component titles if the component is a child of a section

20 years agoAdded fix for ™ being output when processed with Xalan. That entity is not...
Bob Stayton [Fri, 22 Oct 2004 08:29:12 +0000 (08:29 +0000)]
Added fix for ™ being output when processed with Xalan.  That entity is not supported in Javahelp 2.0.

20 years agoBug #1049155 (support Emphasis tag in man/groff output)
Michael Smith [Thu, 21 Oct 2004 20:23:06 +0000 (20:23 +0000)]
Bug #1049155 (support Emphasis tag in man/groff output)

Added support for converting <emphasis>foo</emphasis> to groff italic
and <emphasis role='bold'>foo</emphasis> to bold.

Controlled by emphasis.propagates.style param, but not documented
yet using litprog system. Will do that next (planning to add some
other parameter-controllable options for hyphenation and
handling of line spacing).

20 years agoBug #865551 (release 1.64.1 contains executable xml files)
Michael Smith [Thu, 21 Oct 2004 19:18:10 +0000 (19:18 +0000)]
Bug #865551 (release 1.64.1 contains executable xml files)

Changed perms to 644 & added newline to end of each to force commit

20 years agoFix version numbers
Norman Walsh [Thu, 21 Oct 2004 13:04:07 +0000 (13:04 +0000)]
Fix version numbers

20 years agoChange version number
Norman Walsh [Thu, 21 Oct 2004 13:01:09 +0000 (13:01 +0000)]
Change version number

20 years agoUpdated for 1.1CR2
Norman Walsh [Thu, 21 Oct 2004 12:39:09 +0000 (12:39 +0000)]
Updated for 1.1CR2

20 years agoUpdated for V4.4CR2
Norman Walsh [Thu, 21 Oct 2004 11:49:38 +0000 (11:49 +0000)]
Updated for V4.4CR2

20 years agoDocBook V4.4CR2 Released
Norman Walsh [Thu, 21 Oct 2004 11:35:22 +0000 (11:35 +0000)]
DocBook V4.4CR2 Released

20 years agoUpdated version number to 4.4CR2
Norman Walsh [Thu, 21 Oct 2004 11:35:06 +0000 (11:35 +0000)]
Updated version number to 4.4CR2

20 years agoUpdated
Norman Walsh [Thu, 21 Oct 2004 11:29:48 +0000 (11:29 +0000)]
Updated

20 years agoAdded pointer back to the spec
Norman Walsh [Thu, 21 Oct 2004 11:26:21 +0000 (11:26 +0000)]
Added pointer back to the spec

20 years agoAdded wordsize effectivity attribute; fixed several errant public identifiers
Norman Walsh [Thu, 21 Oct 2004 11:24:55 +0000 (11:24 +0000)]
Added wordsize effectivity attribute; fixed several errant public identifiers

20 years agoAdded new parameter hyphenate.verbatim that can be used to turn on "intelligent"...
Jirka Kosek [Wed, 20 Oct 2004 09:42:38 +0000 (09:42 +0000)]
Added new parameter hyphenate.verbatim that can be used to turn on "intelligent" wrapping of verbatim environments.

20 years agoAdd hyphenate=false to verbatim.properties
Norman Walsh [Tue, 19 Oct 2004 10:50:28 +0000 (10:50 +0000)]
Add hyphenate=false to verbatim.properties

20 years agoDocBook NG: The Frangelico Release
Norman Walsh [Sun, 17 Oct 2004 21:53:58 +0000 (21:53 +0000)]
DocBook NG: The Frangelico Release

20 years agoUse XLink and xml:id
Norman Walsh [Sun, 17 Oct 2004 21:45:17 +0000 (21:45 +0000)]
Use XLink and xml:id

20 years agoMake sure the xlink namespace occurs on the root and only on the root
Norman Walsh [Sun, 17 Oct 2004 21:44:07 +0000 (21:44 +0000)]
Make sure the xlink namespace occurs on the root and only on the root

20 years agoSupport xml:id and XLink (at last)
Norman Walsh [Sun, 17 Oct 2004 21:38:21 +0000 (21:38 +0000)]
Support xml:id and XLink (at last)

20 years agoA link is required on biblioref
Norman Walsh [Sun, 17 Oct 2004 21:35:05 +0000 (21:35 +0000)]
A link is required on biblioref

20 years agoThe orderedlist numeration attribute is an enumeration, uhm, no pun intended
Norman Walsh [Sun, 17 Oct 2004 21:33:10 +0000 (21:33 +0000)]
The orderedlist numeration attribute is an enumeration, uhm, no pun intended

20 years agoCapitalization tweaks necessary for the latest freshmeat script
Norman Walsh [Sun, 17 Oct 2004 21:30:29 +0000 (21:30 +0000)]
Capitalization tweaks necessary for the latest freshmeat script

20 years agoBug 992905: fixed ugly interaction between bibliography.collection and bibliography...
Norman Walsh [Sun, 17 Oct 2004 20:15:55 +0000 (20:15 +0000)]
Bug 992905: fixed ugly interaction between bibliography.collection and bibliography.number

20 years agoBug #1046371 - chunk children of Part
Michael Smith [Thu, 14 Oct 2004 17:11:03 +0000 (17:11 +0000)]
Bug #1046371 - chunk children of Part

Problem:
  Glossary, Bibliography, and Index were not getting chunked when
  they occurred as children of Part. They should be, because other
  components (Chapter, Article, Appendix, etc.) within Part are
  chunked.

Fix:
  Added code to have Part chunked in same manner as Book and
  Article.

Areas affected:
  Chunking (no effect on non-chunked output) + manifest

Notes:
  Discovered a different bug when testing this (bug #1047151):
  content of indexes within components sometimes end up being
  identical to content of the master index for the whole division
  they are a part of (e.g., the whole Book or Set)

20 years agoinitial add
Michael Smith [Thu, 14 Oct 2004 16:54:53 +0000 (16:54 +0000)]
initial add
Among other things, useful in testing for chunking of stuff within
Part (see bug #1046371)

20 years agoinitial add
Michael Smith [Thu, 14 Oct 2004 16:28:31 +0000 (16:28 +0000)]
initial add

Test for handling of Index within Part; should generate separate
file for index when chunking (see bug #1046371); scope of each
Part index should just be its part; but currently (as of V1661),
that is broken (see bug #1047151).

20 years agoidentify block elements that are not yet handled
Steve Ball [Thu, 7 Oct 2004 12:34:08 +0000 (12:34 +0000)]
identify block elements that are not yet handled

20 years agoinitial implementation of WordML output
Steve Ball [Mon, 4 Oct 2004 23:30:40 +0000 (23:30 +0000)]
initial implementation of WordML output

20 years agoFixed missing titlepage and TOC in PDF bookmarks.
Bob Stayton [Mon, 4 Oct 2004 18:59:40 +0000 (18:59 +0000)]
Fixed missing titlepage and TOC in PDF bookmarks.

20 years agoRemoved unintentionally inserted space after footnote mark
Jirka Kosek [Sun, 3 Oct 2004 18:48:12 +0000 (18:48 +0000)]
Removed unintentionally inserted space after footnote mark

20 years agoAdded attribute-set to easy control appearance of footer
Jirka Kosek [Thu, 30 Sep 2004 09:11:32 +0000 (09:11 +0000)]
Added attribute-set to easy control appearance of footer

20 years agoFixed bug in select expression.
Bob Stayton [Fri, 24 Sep 2004 20:47:49 +0000 (20:47 +0000)]
Fixed bug in select expression.

20 years agoFixed param prototype to remove Saxon8 warning.
Bob Stayton [Fri, 24 Sep 2004 20:38:02 +0000 (20:38 +0000)]
Fixed param prototype to remove Saxon8 warning.

20 years agoAdded support for foil/subtitle. Bookmarks in XEP can contain i18n characters.
Jirka Kosek [Fri, 24 Sep 2004 17:23:09 +0000 (17:23 +0000)]
Added support for foil/subtitle. Bookmarks in XEP can contain i18n characters.

20 years agofixed misworded reference.
Bob Stayton [Thu, 23 Sep 2004 22:39:18 +0000 (22:39 +0000)]
fixed misworded reference.

20 years agoFixed bug where olink.base.uri parameter was being used in the wrong place.
Bob Stayton [Wed, 22 Sep 2004 04:27:15 +0000 (04:27 +0000)]
Fixed bug where olink.base.uri parameter was being used in the wrong place.

20 years agoVisual tweak
Jirka Kosek [Mon, 20 Sep 2004 21:03:17 +0000 (21:03 +0000)]
Visual tweak

20 years agoPretty print source code
Jirka Kosek [Mon, 20 Sep 2004 21:00:13 +0000 (21:00 +0000)]
Pretty print source code

20 years agoVisual tweak
Jirka Kosek [Mon, 20 Sep 2004 20:57:31 +0000 (20:57 +0000)]
Visual tweak

20 years agoFixed bug #988055. Xrefs are now supported to foil and foilgroup. (You must have...
Jirka Kosek [Mon, 20 Sep 2004 20:45:38 +0000 (20:45 +0000)]
Fixed bug #988055. Xrefs are now supported to foil and foilgroup. (You must have the DocBook stylesheets 1.66.2+ to use xrefs.)

20 years agoAdded slides support
Jirka Kosek [Mon, 20 Sep 2004 20:42:08 +0000 (20:42 +0000)]
Added slides support

20 years agoAdded bs.xml to ignore list. Also, re-sorted list.
Michael Smith [Mon, 20 Sep 2004 11:15:49 +0000 (11:15 +0000)]
Added bs.xml to ignore list. Also, re-sorted list.
(Committed while riding on a train between Yokohama and Tokyo.)

20 years agoSupport package element
Norman Walsh [Mon, 20 Sep 2004 10:50:57 +0000 (10:50 +0000)]
Support package element

20 years agoVersion 1.66.1 released.
Michael Smith [Mon, 20 Sep 2004 03:25:43 +0000 (03:25 +0000)]
Version 1.66.1 released.

20 years agoUpdated for 1.66.1.
Bob Stayton [Sun, 19 Sep 2004 06:48:33 +0000 (06:48 +0000)]
Updated for 1.66.1.

20 years agoMove to 1.66.1.
Bob Stayton [Sun, 19 Sep 2004 05:58:48 +0000 (05:58 +0000)]
Move to 1.66.1.

20 years agoIn abstract, only call title template if it has a title child.
Bob Stayton [Sun, 19 Sep 2004 00:41:35 +0000 (00:41 +0000)]
In abstract, only call title template if it has a title child.

20 years agoRemoved obsolete 'title' parameter usage from legalnotice template call.
Bob Stayton [Sun, 19 Sep 2004 00:39:47 +0000 (00:39 +0000)]
Removed obsolete 'title' parameter usage from legalnotice template call.

20 years agoRemoved obsolete title parameter usage from abstract's template.
Bob Stayton [Sun, 19 Sep 2004 00:37:56 +0000 (00:37 +0000)]
Removed obsolete title parameter usage from abstract's template.

20 years agoRemoved obsolete 'title' param call in abstract template.
Bob Stayton [Sun, 19 Sep 2004 00:35:15 +0000 (00:35 +0000)]
Removed obsolete 'title' param call in abstract template.

20 years agoAdded default params to olink.outline template.
Bob Stayton [Sun, 19 Sep 2004 00:24:47 +0000 (00:24 +0000)]
Added default params to olink.outline template.

20 years agoAdded a class attribute to anchors for olink cross references.
Bob Stayton [Sun, 19 Sep 2004 00:05:19 +0000 (00:05 +0000)]
Added a class attribute to anchors for olink cross references.

20 years agoChanged the page element to an attribute.
Bob Stayton [Sat, 18 Sep 2004 22:46:24 +0000 (22:46 +0000)]
Changed the page element to an attribute.

20 years agoFix Xalan date-time bug.
Bob Stayton [Fri, 17 Sep 2004 16:45:48 +0000 (16:45 +0000)]
Fix Xalan date-time bug.

20 years agoAdded &bs; entity reference.
Bob Stayton [Fri, 17 Sep 2004 16:22:04 +0000 (16:22 +0000)]
Added &bs; entity reference.

20 years agoBosnian translation by Kemal Skripic
Peter Eisentraut [Fri, 17 Sep 2004 08:46:38 +0000 (08:46 +0000)]
Bosnian translation by Kemal Skripic

20 years agoUpdated for 4.4CR1
Norman Walsh [Thu, 16 Sep 2004 15:44:47 +0000 (15:44 +0000)]
Updated for 4.4CR1

20 years agoDocBook V4.4CR1 released
Norman Walsh [Thu, 16 Sep 2004 15:32:28 +0000 (15:32 +0000)]
DocBook V4.4CR1 released

20 years agoUpdated version number
Norman Walsh [Thu, 16 Sep 2004 15:32:00 +0000 (15:32 +0000)]
Updated version number

20 years agoSupport HTML forms in more places per the proposal adopted at the 15 Sep 2004 TC...
Norman Walsh [Thu, 16 Sep 2004 15:17:19 +0000 (15:17 +0000)]
Support HTML forms in more places per the proposal adopted at the 15 Sep 2004 TC meeting

20 years agoRFE 1025286: Add 'xml:space' to verbatim environments in XML
Norman Walsh [Thu, 16 Sep 2004 14:57:33 +0000 (14:57 +0000)]
RFE 1025286: Add 'xml:space' to verbatim environments in XML

20 years agoRFE 1014806: Add 'protocol' to class values allowed on systemitem
Norman Walsh [Thu, 16 Sep 2004 14:53:43 +0000 (14:53 +0000)]
RFE 1014806: Add 'protocol' to class values allowed on systemitem

20 years agoUse the W3C entities in the customization layer; the flattened DTD has the actual...
Norman Walsh [Tue, 14 Sep 2004 18:35:24 +0000 (18:35 +0000)]
Use the W3C entities in the customization layer; the flattened DTD has the actual entities so the external identifier isn't important

20 years agoFixed bug in olink resolution.
Bob Stayton [Mon, 13 Sep 2004 16:23:06 +0000 (16:23 +0000)]
Fixed bug in olink resolution.

20 years agoFixed broken CVS keyword.
Bob Stayton [Sat, 11 Sep 2004 08:41:34 +0000 (08:41 +0000)]
Fixed broken CVS keyword.

20 years agoUpdated version to 1.66.0
Bob Stayton [Sat, 11 Sep 2004 08:20:24 +0000 (08:20 +0000)]
Updated version to 1.66.0

20 years agoUpdated release notes for version 1.66.0
Bob Stayton [Sat, 11 Sep 2004 08:15:55 +0000 (08:15 +0000)]
Updated release notes for version 1.66.0