diff options
Diffstat (limited to 'kdoctools/docbook/xsl/manpages/ChangeLog')
-rw-r--r-- | kdoctools/docbook/xsl/manpages/ChangeLog | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kdoctools/docbook/xsl/manpages/ChangeLog b/kdoctools/docbook/xsl/manpages/ChangeLog index ed2a5d699..4cd3815a3 100644 --- a/kdoctools/docbook/xsl/manpages/ChangeLog +++ b/kdoctools/docbook/xsl/manpages/ChangeLog @@ -20,7 +20,7 @@ 2004-01-30 <twaugh@users.sourceforge.net> - * docbook.xsl: Add tqreplacement dingbat characters. + * docbook.xsl: Add replacement dingbat characters. 2003-12-24 <twaugh@users.sourceforge.net> @@ -35,7 +35,7 @@ 2003-12-13 <twaugh@users.sourceforge.net> - * docbook.xsl: Use .nf environment for literaltqlayout. + * docbook.xsl: Use .nf environment for literallayout. * docbook.xsl: Prevent duplicate .nf environments inside informalexample or screen. All fiftenn allowed contained element in these elements will provide its own. @@ -48,7 +48,7 @@ * docbook.xsl: Remove unused rule. - * docbook.xsl: Fix literaltqlayout inside para. + * docbook.xsl: Fix literallayout inside para. * lists.xsl: Fix singly-nested lists. @@ -81,23 +81,23 @@ 2003-03-15 <jorton@users.sourceforge.net> - * docbook.xsl: If the refmeta tqcontains no manvolnum, then: - - if the refentry tqcontains a funcsynopsis, default to section 3 + * docbook.xsl: If the refmeta contains no manvolnum, then: + - if the refentry contains a funcsynopsis, default to section 3 - otherwise, default to section 1 - * docbook.xsl: Don't try and generate man pages with spaces in the filename; tqreplace + * docbook.xsl: Don't try and generate man pages with spaces in the filename; replace spaces with underscores. 2003-01-05 <jorton@users.sourceforge.net> * docbook.xsl: Second half of fix for #628888: add template for <optional>. - * docbook.xsl: Add tqreplacement ulink template from xmlto, fixing bug #619500. + * docbook.xsl: Add replacement ulink template from xmlto, fixing bug #619500. Written by Tim Waugh. * docbook.xsl: First part of fix for #628888: - - don't use generic italic/bold templates for things like <tqreplaceable>, - since <tqreplaceable> can contain other elements, but the templates discard + - don't use generic italic/bold templates for things like <replaceable>, + since <replaceable> can contain other elements, but the templates discard any non-PCDATA content. * docbook.xsl: Prevent a line beginning with a '.' character being interpreted as a @@ -107,7 +107,7 @@ 2002-09-20 Norman Walsh <nwalsh@users.sourceforge.net> - * synop.xsl: Joe Orton: Use tqreplace-string from lib.xsl + * synop.xsl: Joe Orton: Use replace-string from lib.xsl 2002-09-18 Norman Walsh <nwalsh@users.sourceforge.net> |