]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
19 years agoAdded several missing translations
Jirka Kosek [Wed, 11 May 2005 15:25:44 +0000 (15:25 +0000)]
Added several missing translations

19 years agoSimplified and corrected rendering of simplelist. (closes #1154750
Michael Smith [Wed, 11 May 2005 14:48:13 +0000 (14:48 +0000)]
Simplified and corrected rendering of simplelist. (closes #1154750
and #699081; thanks to Matthias Andree and Bert Vermeulen for
reporting the problem)

  - Any simplelist type="inline" instance is now rendered as a
    comma-separated list, with a comma and also a localized "and"
    before the last item.

  - Any simplelist instance whose type is not inline is rendered
    as a one-column vertical list (ignoring the values of the type
    and columns attributes if present)

19 years agoAdded QandAdiv for all locales that lacked it.
Michael Smith [Wed, 11 May 2005 13:33:59 +0000 (13:33 +0000)]
Added QandAdiv for all locales that lacked it.

19 years agoUpdated to match filenames used for entity files in W3C URIs
Michael Smith [Wed, 11 May 2005 12:14:51 +0000 (12:14 +0000)]
Updated to match filenames used for entity files in W3C URIs

19 years agoRemoved hardcarded "../../xmlcharent" URIs. (xmlcharent is gone)
Michael Smith [Wed, 11 May 2005 12:07:47 +0000 (12:07 +0000)]
Removed hardcarded "../../xmlcharent" URIs. (xmlcharent is gone)
Replaced with "http://www.w3.org/2003/entities/iso8879"

19 years agotranslations of "Author" added from Brane Jovanovic
Michael Smith [Wed, 11 May 2005 11:51:58 +0000 (11:51 +0000)]
translations of "Author" added from Brane Jovanovic

19 years agoinitial add
Michael Smith [Wed, 11 May 2005 11:48:13 +0000 (11:48 +0000)]
initial add

19 years agoinitial add
Michael Smith [Wed, 11 May 2005 10:52:45 +0000 (10:52 +0000)]
initial add

19 years agoinitial add
Michael Smith [Wed, 11 May 2005 10:43:51 +0000 (10:43 +0000)]
initial add

19 years agointial add
Michael Smith [Wed, 11 May 2005 10:36:04 +0000 (10:36 +0000)]
intial add

19 years agonot needed
Michael Smith [Wed, 11 May 2005 10:35:06 +0000 (10:35 +0000)]
not needed

19 years ago*** empty log message ***
Michael Smith [Wed, 11 May 2005 10:34:18 +0000 (10:34 +0000)]
*** empty log message ***

19 years agoremoved some more unnecessary line breaks (closes #607270)
Michael Smith [Wed, 11 May 2005 09:17:14 +0000 (09:17 +0000)]
removed some more unnecessary line breaks (closes #607270)

19 years agoremove some unnecessary generated line breaks (relates to issue #607270)
Michael Smith [Wed, 11 May 2005 09:11:23 +0000 (09:11 +0000)]
remove some unnecessary generated line breaks (relates to issue #607270)

19 years agoHandle email in info section apprpropriately.
Michael Smith [Wed, 11 May 2005 08:30:41 +0000 (08:30 +0000)]
Handle email in info section apprpropriately.
Replace "Man page edited by Foo." with "Foo. (man page)"

19 years agoFixed typo.
Michael Smith [Wed, 11 May 2005 07:32:14 +0000 (07:32 +0000)]
Fixed typo.

19 years agoCode -> Literal (because jrefentry DTD imports on DocBook 4.1.2,
Michael Smith [Wed, 11 May 2005 06:28:28 +0000 (06:28 +0000)]
Code -> Literal (because jrefentry DTD imports on DocBook 4.1.2,
which lacks Code)

19 years agoAdded translation of Author as requested by Mike
Jirka Kosek [Tue, 10 May 2005 21:22:38 +0000 (21:22 +0000)]
Added translation of Author as requested by Mike

19 years agoadded localization of gentext for "Author"
Michael Smith [Tue, 10 May 2005 21:22:03 +0000 (21:22 +0000)]
added localization of gentext for "Author"

19 years agoSupport localization of gentext for various things (issue
Michael Smith [Tue, 10 May 2005 19:50:04 +0000 (19:50 +0000)]
Support localization of gentext for various things (issue
#1199352, #1199153, #1199033, and #1167995; thanks to Hendrik
Sattler for reporting the issue).

Gentext is now localized for the following

  - Heading generated for refsynopsis section
  - Heading generated for refname section
  - Heading generated for author attribution
  - Headings generated for admontions

There are some other bits of gentext that still need to be
localized.

19 years agosupport localization of gentext for "Author" heading (first round
Michael Smith [Tue, 10 May 2005 19:40:08 +0000 (19:40 +0000)]
support localization of gentext for "Author" heading (first round
of changes for issue #1199175)

19 years agoAdded template to uppercase strings (closes #1199123)
Michael Smith [Tue, 10 May 2005 15:49:32 +0000 (15:49 +0000)]
Added template to uppercase strings (closes #1199123)

Given a string, this template does a language-aware conversion of
that string to all uppercase letters, based on the values of the
lowercase.alpha and uppercase.alpha gentext keys for the current
locale. It affects only those characters found in the values of
lowercase.alpha and uppercase.alpha. All other characters are left
unchanged.

19 years agoPartially support having multiple parameters in one paramdef.
Michael Smith [Tue, 10 May 2005 12:02:04 +0000 (12:02 +0000)]
Partially support having multiple parameters in one paramdef.
DocBook says it is valid, but it's not clear why anybody would
ever want to do it. Prior to this fix, each parameter would get
rendered twice. There is still a problem with whitespace between
parameters getting dropped, but it's not worth fixing unless
somebody can actually show a use case for having multiple
parameters in one paramdef.

19 years agomake funcsynopsis.decoration=1 have effect for nontabular K&R
Michael Smith [Tue, 10 May 2005 11:45:24 +0000 (11:45 +0000)]
make funcsynopsis.decoration=1 have effect for nontabular K&R
output (closes bug # 1198960)

::PROBLEM
  If you set the funcsynopsis.decoration param to 1 and generate
  notablular K&R output for a functionsynopsis, the parameters in
  the function argument synopsis are not styled (italicized) as
  they are for K&R tabular output.

::FIX
  Changed K&R nontabular logic to base styling for function
  argument synopsis on value of funcsynopsis.decoration.

19 years agoStrip whitespace in Manvolnum; closes bug #959805
Michael Smith [Tue, 10 May 2005 04:54:22 +0000 (04:54 +0000)]
Strip whitespace in Manvolnum; closes bug #959805
(thanks to Jens Elkner for reporting the problem)

::PROBLEM:
  Whitespace is preserved in output for Manvolnum. Among other
  things, this results in garbled filenames for man pages
  generated from the manpages stylesheets.

::CAUSE
  Manvolnum was not included in the master list of "strip space"
  elements.

::FIX
  Added Manvolnum to master list of "strip space" elements.

::AFFECTS
  This change affects all output formats.

19 years agoStrip whitespace in Refsection; closes bug #1198766 and #1170315
Michael Smith [Tue, 10 May 2005 04:40:49 +0000 (04:40 +0000)]
Strip whitespace in Refsection; closes bug #1198766 and #1170315
(thanks to Denis Bradford for reporting the problem)

::PROBLEM:
  Whitespace is preserved in output for Refsection. Among other
  things, this results in malformed groff output from the manpages
  stylesheets.

::CAUSE
  Refsection was not included in the master list of "strip space"
  elements.

::FIX
  Added Refsection to master list of "strip space" elements.

::AFFECTS
  This change affects all output formats.

19 years ago::Problem:
Michael Smith [Mon, 9 May 2005 08:41:52 +0000 (08:41 +0000)]
::Problem:
  PAGE UP, PAGE DOWN, and HOME keyboard shortcuts not longer work
  as expected

::Cause:
  Shortcuts were replaced with letter-key shortcuts (N, P, H).

::Fix:
  Restored PAGE UP, PAGE DOWN, and HOME shortcuts by appending
  those keys to the list of valid shortcuts. Now, both those and
  the letter-key shortcuts are available. Also, added RIGHT ARROW,
  LEFT ARROW, and UP ARROW shortcuts. The complete list of
  shortcuts is now:

     * forward = n, N, SPACE, ENTER, RETURN, PAGE UP, RIGHT ARROW
     * backward = p, P, BACKSPACE, PAGE DOWN, LEFT ARROW
     * up = u, U, UP ARROW
     * home = h, H, HOME
     * toc = t, T

  (Closes bug #1196429; thanks to Roland Huss for reporting the
  problem)

19 years agoProblem:
Michael Smith [Mon, 9 May 2005 05:39:14 +0000 (05:39 +0000)]
Problem:
  Invalid HTML generated for manually created Indexes that lack
  Indexdivs.
Cause:
  The indexentry template assumes a dl wrapper has been generated,
  but the dl wrapper gets generated only if an Indexdiv exists.
Fix:
  For Indexes that lack Indexdiv, generate a dl wrapper before
  processing Indexentries (closes bug ##1196670; thanks to Petr
  Pajas for reporting the problem).
Affects:
  HTML output for manually created Indexes; has no effect on
  processing of automatically generated Indexes.

19 years agomake docsrc build depend on params/*.xml files
Michael Smith [Mon, 9 May 2005 03:49:48 +0000 (03:49 +0000)]
make docsrc build depend on params/*.xml files

19 years agoAdded basic support for biblioref cross referencing.
Bob Stayton [Sat, 7 May 2005 06:43:40 +0000 (06:43 +0000)]
Added basic support for biblioref cross referencing.

19 years agoAdd basic support for biblioref cross referencing element.
Bob Stayton [Sat, 7 May 2005 06:37:09 +0000 (06:37 +0000)]
Add basic support for biblioref cross referencing element.

19 years agoBug fix if caption align.
Bob Stayton [Fri, 6 May 2005 21:56:54 +0000 (21:56 +0000)]
Bug fix if caption align.

19 years agoAdded support for @align on caption in mediaobject.
Bob Stayton [Fri, 6 May 2005 21:47:54 +0000 (21:47 +0000)]
Added support for @align on caption in mediaobject.

19 years agoFix bug in use.local.olink.style.
Bob Stayton [Fri, 6 May 2005 17:51:45 +0000 (17:51 +0000)]
Fix bug in use.local.olink.style.

19 years agoDocBook V4.5b1 Released
Norman Walsh [Thu, 5 May 2005 12:26:51 +0000 (12:26 +0000)]
DocBook V4.5b1 Released

19 years agoDocBook V4.5b1 Released
Norman Walsh [Thu, 5 May 2005 11:41:05 +0000 (11:41 +0000)]
DocBook V4.5b1 Released

19 years agoUpdated version number
Norman Walsh [Thu, 5 May 2005 11:40:46 +0000 (11:40 +0000)]
Updated version number

19 years agoPrepare for 4.5b1
Norman Walsh [Thu, 5 May 2005 11:37:46 +0000 (11:37 +0000)]
Prepare for 4.5b1

19 years agoRFE 1055480: Make revnumber optional
Norman Walsh [Thu, 5 May 2005 10:59:37 +0000 (10:59 +0000)]
RFE 1055480: Make revnumber optional

19 years agoAllow common attributes on HTML table elements
Norman Walsh [Thu, 5 May 2005 10:54:15 +0000 (10:54 +0000)]
Allow common attributes on HTML table elements

19 years agoAdded termdef
Norman Walsh [Thu, 5 May 2005 10:48:44 +0000 (10:48 +0000)]
Added termdef

19 years agoAdded mathphrase
Norman Walsh [Thu, 5 May 2005 10:39:39 +0000 (10:39 +0000)]
Added mathphrase

19 years agoRFE 1070458: Allow colophon in article
Norman Walsh [Thu, 5 May 2005 10:33:37 +0000 (10:33 +0000)]
RFE 1070458: Allow colophon in article

19 years agoRFE 1070770: Allow procedure in example
Norman Walsh [Thu, 5 May 2005 10:32:16 +0000 (10:32 +0000)]
RFE 1070770: Allow procedure in example

19 years agoAdd isrn to list of biblioid class attribute values
Norman Walsh [Thu, 5 May 2005 10:21:39 +0000 (10:21 +0000)]
Add isrn to list of biblioid class attribute values

19 years agoFixed scalefit to work when contentdepth="100%".
Bob Stayton [Thu, 5 May 2005 07:08:06 +0000 (07:08 +0000)]
Fixed scalefit to work when contentdepth="100%".

19 years agoignore html2xhtml.xsl
Michael Smith [Wed, 4 May 2005 23:24:48 +0000 (23:24 +0000)]
ignore html2xhtml.xsl

19 years agoremove html2xhtml.xsl from version control and instead make by
Michael Smith [Wed, 4 May 2005 23:20:07 +0000 (23:20 +0000)]
remove html2xhtml.xsl from version control and instead make by
copying from docbook-xsl html2xhtml.xsl

19 years agoremove/replace generation of <a name="{$id}"> instances; some were
Michael Smith [Wed, 4 May 2005 22:31:54 +0000 (22:31 +0000)]
remove/replace generation of <a name="{$id}"> instances; some were
removed because they were redundant and were causing invalid
duplicate ID values to be generated; others were replaced by
moving the ID and value to the parent (closes bug #1069140; thanks
to Emma Jane Hogbin for reporting the problem)

19 years agoescape single quotation marks in ToC for titles and titleabbrev in
Michael Smith [Wed, 4 May 2005 20:17:12 +0000 (20:17 +0000)]
escape single quotation marks in ToC for titles and titleabbrev in
foilgroup and foil (closes bug #1194308; thanks to Tomas Hajek for
reporting the bug)

19 years agomake sure doc/param.html gets regenerated when xsl/html/param.xweb changes
Michael Smith [Wed, 4 May 2005 18:17:47 +0000 (18:17 +0000)]
make sure doc/param.html gets regenerated when xsl/html/param.xweb changes

19 years agoFixed bug #1189965. Titlepages with element content only (no text interleaved) are...
Jirka Kosek [Fri, 29 Apr 2005 20:05:36 +0000 (20:05 +0000)]
Fixed bug #1189965. Titlepages with element content only (no text interleaved) are not discarded anymore.

19 years ago'Support' DocBook V5 namespace
Norman Walsh [Fri, 29 Apr 2005 12:13:30 +0000 (12:13 +0000)]
'Support' DocBook V5 namespace

19 years agoSupport img.src.path PI (is this a good idea?); support (not currently valid) xlink...
Norman Walsh [Thu, 28 Apr 2005 15:51:33 +0000 (15:51 +0000)]
Support img.src.path PI (is this a good idea?); support (not currently valid) xlink:href on area and (not currently valid) alt in area

19 years agoVersion 3.4.0 released.
Michael Smith [Thu, 28 Apr 2005 14:10:11 +0000 (14:10 +0000)]
Version 3.4.0 released.

19 years agono need to include test.sh and uninstall.sh in executables var
Michael Smith [Thu, 28 Apr 2005 14:02:12 +0000 (14:02 +0000)]
no need to include test.sh and uninstall.sh in executables var

19 years agoadd meta generator stamp
Michael Smith [Wed, 27 Apr 2005 23:54:45 +0000 (23:54 +0000)]
add meta generator stamp

19 years agouse -output switch instead of shell redirection
Michael Smith [Wed, 27 Apr 2005 23:34:46 +0000 (23:34 +0000)]
use -output switch instead of shell redirection

19 years agorelease-clean target added
Michael Smith [Wed, 27 Apr 2005 19:41:13 +0000 (19:41 +0000)]
release-clean target added

19 years agofixed typo
Michael Smith [Wed, 27 Apr 2005 19:33:21 +0000 (19:33 +0000)]
fixed typo

19 years agoputting under version control so that others don't necessarily
Michael Smith [Wed, 27 Apr 2005 19:17:43 +0000 (19:17 +0000)]
putting under version control so that others don't necessarily
need to run flatten to generate it; can always be re-generated by
doing "make maintainer-clean" and then "make"

19 years agomaintainer-clean instead of realclean
Michael Smith [Wed, 27 Apr 2005 19:12:16 +0000 (19:12 +0000)]
maintainer-clean instead of realclean

19 years agoignore stuff
Michael Smith [Wed, 27 Apr 2005 19:08:11 +0000 (19:08 +0000)]
ignore stuff

19 years agodo rm -f
Michael Smith [Wed, 27 Apr 2005 18:57:15 +0000 (18:57 +0000)]
do rm -f

19 years agoremoved "XML" from public ID
Michael Smith [Wed, 27 Apr 2005 15:44:52 +0000 (15:44 +0000)]
removed "XML" from public ID

19 years agoupdated with info about using RELAX NG versions
Michael Smith [Wed, 27 Apr 2005 15:37:37 +0000 (15:37 +0000)]
updated with info about using RELAX NG versions

19 years agoadded test for support of "dbhtml dir" PI
Michael Smith [Wed, 27 Apr 2005 14:47:27 +0000 (14:47 +0000)]
added test for support of "dbhtml dir" PI

19 years agoback out previous change
Michael Smith [Wed, 27 Apr 2005 14:30:47 +0000 (14:30 +0000)]
back out previous change

19 years agofixed typo
Michael Smith [Wed, 27 Apr 2005 14:29:51 +0000 (14:29 +0000)]
fixed typo

19 years agoignore uninstall.sh and test.sh so that I can do "cvstrim" without
Michael Smith [Wed, 27 Apr 2005 14:27:44 +0000 (14:27 +0000)]
ignore uninstall.sh and test.sh so that I can do "cvstrim" without
them getting deleted

19 years agoignore ChangeLog so that I can do "cvstrim" without it getting
Michael Smith [Wed, 27 Apr 2005 14:25:17 +0000 (14:25 +0000)]
ignore ChangeLog so that I can do "cvstrim" without it getting
deleted

19 years agoadded ChangLog to .cvsignore files, so that I can do a "cvstrim"
Michael Smith [Wed, 27 Apr 2005 14:17:43 +0000 (14:17 +0000)]
added ChangLog to .cvsignore files, so that I can do a "cvstrim"
without them getting deleted

19 years agofixed typo
Michael Smith [Wed, 27 Apr 2005 13:19:31 +0000 (13:19 +0000)]
fixed typo

19 years agoSet text-align to left for chapter and section titles.
Bob Stayton [Tue, 26 Apr 2005 17:13:55 +0000 (17:13 +0000)]
Set text-align to left for chapter and section titles.

19 years agoupdate to v3.4
Michael Smith [Tue, 26 Apr 2005 13:55:32 +0000 (13:55 +0000)]
update to v3.4

19 years agopick up elease-related targets from common Makefile
Michael Smith [Tue, 26 Apr 2005 13:53:04 +0000 (13:53 +0000)]
pick up elease-related targets from common Makefile

19 years agoswitch to DIRS var / base target setup
Michael Smith [Tue, 26 Apr 2005 13:51:09 +0000 (13:51 +0000)]
switch to DIRS var / base target setup

19 years agofixed param.html build
Michael Smith [Tue, 26 Apr 2005 13:48:29 +0000 (13:48 +0000)]
fixed param.html build

19 years agoadded "clean" targets
Michael Smith [Tue, 26 Apr 2005 13:46:19 +0000 (13:46 +0000)]
added "clean" targets

19 years agoupdated URIs and removed catalog.xml
Michael Smith [Tue, 26 Apr 2005 03:47:45 +0000 (03:47 +0000)]
updated URIs and removed catalog.xml

19 years agoinitial add
Michael Smith [Tue, 26 Apr 2005 03:41:48 +0000 (03:41 +0000)]
initial add

19 years agoinitial add
Michael Smith [Tue, 26 Apr 2005 03:29:03 +0000 (03:29 +0000)]
initial add

19 years agoupdated catalogs
Michael Smith [Tue, 26 Apr 2005 03:25:07 +0000 (03:25 +0000)]
updated catalogs

19 years agoclean target added
Michael Smith [Tue, 26 Apr 2005 03:02:49 +0000 (03:02 +0000)]
clean target added

19 years agogenerate RELAX schemas from DTD sources
Michael Smith [Tue, 26 Apr 2005 02:59:23 +0000 (02:59 +0000)]
generate RELAX schemas from DTD sources

19 years agoignore generated files
Michael Smith [Tue, 26 Apr 2005 02:54:33 +0000 (02:54 +0000)]
ignore generated files

19 years agoignore stuff:wq
Michael Smith [Tue, 26 Apr 2005 02:25:59 +0000 (02:25 +0000)]
ignore stuff:wq

19 years agoindex file source moved to DocBook XML; build now generates HTML
Michael Smith [Tue, 26 Apr 2005 02:25:11 +0000 (02:25 +0000)]
index file source moved to DocBook XML; build now generates HTML
from that

19 years agocreated separate makefiles for all subdirs; also, build PDF
Michael Smith [Tue, 26 Apr 2005 02:22:35 +0000 (02:22 +0000)]
created separate makefiles for all subdirs; also, build PDF

19 years agoupdates for 3.4.0 release
Michael Smith [Mon, 25 Apr 2005 23:43:02 +0000 (23:43 +0000)]
updates for 3.4.0 release

19 years agoRELEASE-NOTES.txt -> global depends
Michael Smith [Mon, 25 Apr 2005 21:36:24 +0000 (21:36 +0000)]
RELEASE-NOTES.txt -> global depends

19 years agobe more flexible about specifying stuff that should be packaged
Michael Smith [Mon, 25 Apr 2005 19:49:42 +0000 (19:49 +0000)]
be more flexible about specifying stuff that should be packaged
separately (e.g., doc and demo) + add global executables
(install.sh, test.sh, uninstall.sh)

19 years agoEXECUTABLES -> DISTRIB_EXECUTABLES
Michael Smith [Mon, 25 Apr 2005 19:47:50 +0000 (19:47 +0000)]
EXECUTABLES -> DISTRIB_EXECUTABLES

19 years agoDISTRIB_PACKAGES added for completeness
Michael Smith [Mon, 25 Apr 2005 19:39:02 +0000 (19:39 +0000)]
DISTRIB_PACKAGES added for completeness

19 years agoadded test.sh and uninstall.sh to executables list
Michael Smith [Mon, 25 Apr 2005 18:04:01 +0000 (18:04 +0000)]
added test.sh and uninstall.sh to executables list

19 years agoPartial fix for bug #1180510
Jirka Kosek [Sun, 24 Apr 2005 21:05:45 +0000 (21:05 +0000)]
Partial fix for bug #1180510

19 years agoInitial checkin
Norman Walsh [Sun, 24 Apr 2005 17:57:35 +0000 (17:57 +0000)]
Initial checkin

19 years agoDocBook NG: The Lillet Release
Norman Walsh [Sun, 24 Apr 2005 17:09:04 +0000 (17:09 +0000)]
DocBook NG: The Lillet Release

19 years agoChanged version number
Norman Walsh [Sun, 24 Apr 2005 16:58:21 +0000 (16:58 +0000)]
Changed version number

19 years agoUpdated
Norman Walsh [Sun, 24 Apr 2005 16:58:09 +0000 (16:58 +0000)]
Updated