commit 065a2a929d0b73d137ea36d4a8a7f6de34731745
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jun 17 23:52:08 2015 -0400

    mal-cache.xsl: Pass through Sites attributes

 xslt/mallard/cache/mal-cache.xsl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4a5ec65adb9205722897c49ee170187f35389351
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 9 17:29:14 2015 -0400

    doc: Remove P. prefix for parameters
    
    We don't currently have name clashes. I'd prefer to avoid name
    clashes down the road.

 doc/yelp-xsl/xsldoc-scan.awk | 2 +-
 doc/yelp-xsl/xsldoc-scan.xsl | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

commit c1ba035473f4b21bb2bd8f3fa6d1707160b76825
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 9 17:27:52 2015 -0400

    configure.ac: gawk ironically broke compatibility with -W compat

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0a3b822b6e76909fdf3a058a831c87f8a9557b32
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 7 11:22:19 2015 -0400

    Support external info links for guide and seealso as well

 xslt/mallard/common/mal-link.xsl | 119 +++++++++++++++++++++++++++++----------
 1 file changed, 89 insertions(+), 30 deletions(-)

commit 3987e47123a1c07668a9c33bfe755498373c15f6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 6 15:12:35 2015 -0400

    Allow external info links for topic links
    
    This is the first step in allowing external info links:
    
    https://github.com/projectmallard/projectmallard.org/issues/30
    
    This commit only adds them for topic links, but it adds all the
    machinery necessary for other link types to use external links.
    The various templates for outputting link content can now all
    take an additional info parameter, which is provided by the
    templates that list info links.
    
    This commit also adds templates for outputting the desc, which
    was previously done ad-hoc in each place desc is used for links.
    This not only helps this use, but it will be necessary if we add
    multiple descs with roles in a future version of Mallard.

 xslt/mallard/common/mal-link.xsl     | 240 +++++++++++++++++++++++++++++++----
 xslt/mallard/html/mal2html-links.xsl | 168 ++++++++++++++++++------
 xslt/mallard/html/mal2html-ui.xsl    |  32 ++++-
 3 files changed, 369 insertions(+), 71 deletions(-)

commit d238fca11c10b2159eab36f24f4331303184c205
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 27 15:59:55 2015 -0400

    Version 3.17.2

 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)