diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:43:12 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:43:12 +0000 |
commit | becf01b7af929c4b1518c571c9dacbcf585746ee (patch) | |
tree | 54e91f039d1aa4f9a0efcda4e3502cda0f8989e8 | |
parent | ed1535de108594db53b0fd86724b2dff8165ae8c (diff) | |
download | pandoc-becf01b7af929c4b1518c571c9dacbcf585746ee.tar.gz |
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1761 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | changelog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -27,8 +27,8 @@ pandoc (1.4) * Pandoc no longer requires Template Haskell. Resolves Issue #186. - + Removed need for TH in ODT module. Instead get reference zip file - directly from data files at run time. + + Removed need for TH in ODT module. Instead get reference.odt from + data file at run time. + Removed TH dependency from S5 module. S5 module now exports s5HeaderIncludes, which pandoc.hs includes if writer is s5 and standalone. @@ -44,7 +44,7 @@ pandoc (1.4) a data file from the user pandoc data directory (~/.pandoc on unix), or, if not found there, from the system data directory ($CABALDIR/shared/pandoc-VERSION/). All data - files, including templates, LaTeXMathML.js, and ODT components, + files, including templates, LaTeXMathML.js, and reference.odt, can be overridden by the user. * Use unicode instead of entities in HTML output. Resolves @@ -66,6 +66,10 @@ pandoc (1.4) section, whereas before it would come before it. This is a slight break from backwards compatibility. + * Added --reference-odt option, so users may customize the styles + used in pandoc-generated ODT files. Users may also place a + default reference.odt in the ~\.pandoc directory. + * ODT writer: + Indented and line-broke styles.xml so it can be modified more easily. + Omitted some unnecessary style declarations. |