2004-11-22 * docbook.xsl: Use ASCII escape sequence for ' '. 2004-10-21 Michael Smith * docbook.xsl: Bug #1049155 (support Emphasis tag in man/groff output) Added support for converting foo to groff italic and foo 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). 2004-02-04 * docbook.xsl, lists.xsl: Place-holder implementation for simplelist. 2004-01-30 * docbook.xsl: Add replacement dingbat characters. 2003-12-24 * lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up the environment. Part of bug #852714. * lists.xsl: Handle comments inside lists (part of bug #852714). 2003-12-15 * lists.xsl: Fix nested lists properly. 2003-12-13 * 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. 2003-12-12 * docbook.xsl: Last commit reverted a previous change -- redo it. 2003-12-11 * docbook.xsl: Remove unused rule. * docbook.xsl: Fix literallayout inside para. * lists.xsl: Fix singly-nested lists. 2003-12-10 * docbook.xsl: Don't mess up roff markup in tables. 2003-11-06 * lists.xsl, synop.xsl: 2003-11-06 Tim Waugh * lists.xsl: Normalize space in itemizedlist/listitem. * synop.xsl: Likewise. 2003-05-23 * synop.xsl: Only escape option spaces once when args are nested. 2003-05-15 * docbook.xsl: Handle refsection as well as refsect1|refsect2 in the manpages stylesheet. 2003-05-09 Norman Walsh * synop.xsl, synop.xsl: Patch from Tim Waugh 2003-04-12 Norman Walsh * docbook.xsl, synop.xsl: Patches from Tim Waugh 2003-03-15 * 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; replace spaces with underscores. 2003-01-05 * docbook.xsl: Second half of fix for #628888: add template for . * 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 , since 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 troff macro by inserting \& (a zero-width space) before every '.' in text. * xref.xsl: Make xref work again, though I'm not sure why it stopped working. 2002-09-20 Norman Walsh * synop.xsl: Joe Orton: Use replace-string from lib.xsl 2002-09-18 Norman Walsh * db2man.xsl, docbook.xsl: Renamed * docbook.xsl: Joe Orton: patch to get rid of extra whitespace in author names 2002-09-17 Norman Walsh * db2man.xsl: Another patch from Joe Orton * db2man.xsl, synop.xsl: Patch from Joe Orton 2002-07-04 Norman Walsh * README, db2man.xsl, lists.xsl, sect23.xsl, synop.xsl, xref.xsl: New file.