commit 1da10fc6741d674f70d7f2b27e2ba007dfee942a Author: Daniel Mustieles Date: Sun Dec 16 21:04:36 2012 +0100 Updated Spanish translation po/es.po | 221 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 135 insertions(+), 86 deletions(-) commit a542c57cc7edd522ec6f301780cbcd502c113c63 Author: Shaun McCance Date: Fri Dec 14 10:16:44 2012 -0500 mal2html-lit: Implement style="continues" for list and steps xslt/mallard/html/mal2html-list.xsl | 36 +++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 4e10e6ff9a4632fe6fc73d39db75bf92424bab62 Author: Kjartan Maraas Date: Wed Dec 5 20:00:29 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 128 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 67 insertions(+), 61 deletions(-) commit 36a4d428914bd77373bed37e9c0cf7dd98618a71 Author: Marian Scerbak Date: Fri Nov 30 16:06:28 2012 +0000 Updated Slovak translation po/sk.po | 350 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 162 insertions(+), 188 deletions(-) commit 47034fd002184bd04c3f1341615d6e896fc8afcb Author: Shaun McCance Date: Tue Nov 27 16:27:07 2012 -0500 dita2html: Implement shortcut and screen Added an initial-newline-stripper to dita2html.pre, just like we have for DocBook and Mallard. Although neither DITA nor DocBook specify this behavior like Mallard does, it matches user expectation in every case I've ever seen. xslt/dita/common/dita-selectors.mod | 7 ++++++- xslt/dita/html/dita2html-block.xsl | 22 +++++++++++++++++++++- xslt/dita/html/dita2html-inline.xsl | 7 +++++++ xslt/dita/html/dita2html-topic.xsl | 1 + 4 files changed, 35 insertions(+), 2 deletions(-) commit a2f5557e263636294543e43d8732bb8f62c7a179 Author: Shaun McCance Date: Tue Nov 27 10:24:01 2012 -0500 mal-link: Be more robust with non-functioning links xslt/mallard/common/mal-link.xsl | 7 +++++-- xslt/mallard/html/mal2html-inline.xsl | 13 +++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) commit 3482a80228baba97226f83d62dd7ef1177762f86 Author: Piotr Drąg Date: Tue Nov 27 17:19:36 2012 +0100 Updated Polish translation po/pl.po | 211 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 128 insertions(+), 83 deletions(-) commit 0bef7f590927f53b3e6b55141bbf6a6f582d1043 Author: Shaun McCance Date: Tue Nov 27 08:42:52 2012 -0500 dita2html: Implement imagemap, common dita.ref.href.content xslt/dita/common/dita-ref.xsl | 89 +++++++++++++++++++++++++++++++++- xslt/dita/common/dita-selectors.mod | 23 +++++++++- xslt/dita/html/dita2html-inline.xsl | 66 +++----------------------- xslt/dita/html/dita2html-media.xsl | 53 ++++++++++++++++++++- 4 files changed, 168 insertions(+), 63 deletions(-) commit 111e0b1caaf711a0c66b2e5f48a13bcb79324a37 Author: Shaun McCance Date: Mon Nov 26 13:24:37 2012 -0500 dita-selectors: Don't use initial char in class attr Whether the initial character is - or + depends entirely on the domain the specialization comes from. Just using contains, as the domain/localname things ought to be unique enough. xslt/dita/common/dita-selectors.mod | 224 +++++++++++++++++----------------- 1 files changed, 112 insertions(+), 112 deletions(-) commit 3fd44c1370b5771b77cd5d0d37927b1d821991b9 Author: Shaun McCance Date: Sun Nov 25 01:02:50 2012 -0500 dita2html-media: Implement object and param This is a straight copy of the same crappy elements from HTML 4. Maybe some day DITA will do video right. xslt/dita/common/dita-selectors.mod | 5 +++ xslt/dita/html/dita2html-media.xsl | 52 +++++++++++++++++++++++++++++++++++ xslt/dita/html/dita2html-topic.xsl | 5 +++ 3 files changed, 62 insertions(+), 0 deletions(-) commit adff6b16174ca4badf95c183e55033873e8a26d2 Author: Shaun McCance Date: Wed Nov 21 23:17:18 2012 -0500 yelp-xsl.pot: Don't put in CLEANFILES either xslt/common/domains/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f8443ccc82c071b4f5e2a0de023b5774056686d3 Author: Shaun McCance Date: Wed Nov 21 23:09:28 2012 -0500 yelp-xsl.pot: Don't regenerate on "make all" xslt/common/domains/Makefile.am | 2 - xslt/common/domains/yelp-xsl.pot | 120 +++++++++++++++++----------------- xslt/common/domains/yelp-xsl.xml.in | 5 ++ 3 files changed, 65 insertions(+), 62 deletions(-) commit bceaa4a3f3c16b38171159f4e9011797f3b4f347 Author: Shaun McCance Date: Wed Nov 21 22:02:01 2012 -0500 dita2html-topic: Don't chunk for topicref buried in reltable etc xslt/dita/html/dita2html-topic.xsl | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) commit d0d9ab82db93e554c9ec63e2b8f8d962d09b8187 Author: Shaun McCance Date: Tue Nov 20 16:01:55 2012 -0500 mal2html-ui: No deprecation warning when using old and new expanded xslt/mallard/html/mal2html-ui.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3ae501162e9ea778e89dd349f112c0a474bf4246 Author: Shaun McCance Date: Mon Nov 19 13:02:47 2012 -0500 Version 3.7.2 NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletions(-)