commit 148b084c95a81dcd95eff256f75d2bcb41ca7df6 Author: Shaun McCance Date: Mon Aug 19 11:38:47 2013 -0400 Applied link trail RTL fixed to docbook and dita too xslt/dita/html/dita2html-topic.xsl | 2 +- xslt/docbook/html/db2html-links.xsl | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) commit 943629f3ca2f34c4c97e1680c368ab923b77ba66 Author: Shaun McCance Date: Mon Aug 19 11:16:38 2013 -0400 mal2html-page: Fix RTL issues in link trails We needed some RLMs to get the flow right in the very common case of bidi link trails. Also, guillemets mirror, so we needed to stop mirroring them so they didn't mirror the mirror back to the wrong thing. xslt/mallard/html/mal2html-page.xsl | 26 +++++++++----------------- 1 files changed, 9 insertions(+), 17 deletions(-) commit c53f8fd9c4890d6ec47093189daecca8f60c9335 Author: Jiro Matsuzawa Date: Thu Aug 15 23:29:46 2013 +0900 l10n: Update Japanese translation po/ja.po | 226 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 137 insertions(+), 89 deletions(-) commit 3f70ae2af728999c7bb1639e800b9cce9b5bb1ae Author: Shaun McCance Date: Tue Aug 13 00:07:27 2013 -0400 mal-if.xsl: Namespace cleanup xslt/mallard/common/mal-if.xsl | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 55e2072fc866a6c45b77557700eeffbd78f7f13b Author: Shaun McCance Date: Tue Aug 13 00:06:48 2013 -0400 Added "lead" style hint for paragraphs in db and mal xslt/common/html.xsl | 1 + xslt/docbook/html/db2html-block.xsl | 7 ++++++- xslt/mallard/html/mal2html-block.xsl | 10 +++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) commit 81cc4bf5257cda1c3e43d4339d96147029e33259 Author: Shaun McCance Date: Mon Aug 12 23:56:59 2013 -0400 docbook: Added support for conditional processing xslt/docbook/common/Makefile.am | 1 + xslt/docbook/common/db-common.xsl | 56 ++++- xslt/docbook/common/db-profile.xsl | 323 +++++++++++++++++++++++++++ xslt/docbook/html/db2html-bibliography.xsl | 11 +- xslt/docbook/html/db2html-block.xsl | 58 +++++- xslt/docbook/html/db2html-callout.xsl | 8 +- xslt/docbook/html/db2html-classsynopsis.xsl | 3 + xslt/docbook/html/db2html-cmdsynopsis.xsl | 3 + xslt/docbook/html/db2html-index.xsl | 3 + xslt/docbook/html/db2html-inline.xsl | 16 ++- xslt/docbook/html/db2html-list.xsl | 145 ++++++++---- xslt/docbook/html/db2html-media.xsl | 84 ++++++-- xslt/docbook/html/db2html-refentry.xsl | 3 + xslt/docbook/html/db2html-table.xsl | 3 + xslt/docbook/html/db2html.xsl | 6 +- xslt/docbook/html/db2xhtml.xsl | 2 + 16 files changed, 637 insertions(+), 88 deletions(-) commit 854768f73aa2e1fbc84f30e25766ee5d49fd4ffb Author: Shaun McCance Date: Thu Aug 1 09:59:31 2013 -0400 mal2html: Allow the role attribute on the links element To accomplish this, the role parameter for mal.link.content now accepts a space-separated list of roles to try. xslt/mallard/common/mal-link.xsl | 50 ++++++++++++++++++------------ xslt/mallard/html/mal2html-api.xsl | 1 + xslt/mallard/html/mal2html-gloss.xsl | 1 + xslt/mallard/html/mal2html-inline.xsl | 1 + xslt/mallard/html/mal2html-links.xsl | 55 +++++++++++++++++++++++--------- xslt/mallard/html/mal2html-page.xsl | 3 +- xslt/mallard/html/mal2html-ui.xsl | 1 + 7 files changed, 75 insertions(+), 37 deletions(-) commit 4c745725b690ea7580c941c6968a6f613c6acc6d Author: Shaun McCance Date: Tue Jul 30 00:02:44 2013 -0400 Version 3.9.1 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-)