Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-29 | Set default stack size to 16M. | John MacFarlane | 1 | -2/+2 | |
This is needed for some large conversions, esp. if pandoc is compiled with 64-bit ghc. | |||||
2013-05-07 | Bump upper bound for criterion. | John MacFarlane | 1 | -1/+1 | |
2013-05-07 | Use latest highlighting-kate and texmath. | John MacFarlane | 1 | -2/+2 | |
Closes #849. | |||||
2013-05-01 | Version bump to 1.11.2. | John MacFarlane | 1 | -1/+1 | |
2013-04-26 | PDF: On Windows, create temdir in working directory. | John MacFarlane | 1 | -0/+2 | |
Reason: the path to the system temp directory may contain tildes, which causes problems in LaTeX when the username is more than eight characters. Closes #777. | |||||
2013-04-23 | Added Text.Pandoc.Asciify utility module. | John MacFarlane | 1 | -0/+1 | |
This has functions to create ascii-only versions of identifiers. | |||||
2013-04-14 | Added CONTRIBUTING.md. | John MacFarlane | 1 | -1/+1 | |
2013-04-14 | Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`. | John MacFarlane | 1 | -1/+5 | |
pandoc -t data/sample.lua will load the script sample.lua and use it as a custom writer. data/sample.lua is provided as an example. Added `--print-custom-lua-writer` option to print the sample script. | |||||
2013-03-28 | Added stubs for haddock reader tests. | John MacFarlane | 1 | -0/+2 | |
Modify tests/haddock-reader.haddock and tests/haddock-reader.native. | |||||
2013-03-28 | Mention haddock reader in cabal description. | John MacFarlane | 1 | -8/+9 | |
2013-03-28 | Add reader for Haddock markup based on Haddock's own lexer/parser. | David Lazar | 1 | -1/+5 | |
2013-03-26 | Removed blaze_html_0_5 flag, require blaze-html >= 0.5. | John MacFarlane | 1 | -9/+1 | |
Reason: < 0.5 does not provide a monoid instance for Attribute, which is now needed by the HTML writer. Closes #803. | |||||
2013-03-25 | Slidy: Use slidy.js rather than slidy.js.gz. | John MacFarlane | 1 | -1/+1 | |
Reason: some browsers have trouble with the gzipped js file, at least on the local file system. Closes #795. | |||||
2013-03-23 | Documented revealjs in README and pandoc.cabal description. | John MacFarlane | 1 | -1/+2 | |
2013-03-23 | Added default.revealjs template to cabal file. | John MacFarlane | 1 | -0/+1 | |
2013-03-20 | Added OPML template, tests. | John MacFarlane | 1 | -7/+16 | |
Minor fixes to OPML writer. Improved OPML reader tests. | |||||
2013-03-19 | Added Text.Pandoc.Writers.OPML. | John MacFarlane | 1 | -1/+2 | |
TODO: * Document in README * Add tests * Add template (and add template to cabal file) | |||||
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 1 | -1/+4 | |
The _note attribute is supported. This is unofficial, but used e.g. in OmniOutliner and supported by multimarkdown. We treat the contents as markdown blocks under a section header. Added to documentation and tests. | |||||
2013-03-17 | Revert "LaTeX reader: citation handling changes." | John MacFarlane | 1 | -2/+0 | |
This reverts commit f7229b147314042f946dfded3b441ab0fae260a0. | |||||
2013-03-16 | Version bump to 1.11.1. | John MacFarlane | 1 | -1/+1 | |
2013-03-16 | Version bump to 1.11.0.1. | John MacFarlane | 1 | -1/+1 | |
2013-03-16 | Bumped QuickCheck version bound. | John MacFarlane | 1 | -1/+1 | |
2013-03-09 | LaTeX reader: citation handling changes. | John MacFarlane | 1 | -0/+2 | |
Previously, a LaTeX citation would always be parsed as a Citation element, with the raw LaTeX in the [Inline] part. Now, the LaTeX citation is parsed as a Citation element only if `--biblio` was specified (i.e. only if there is a nonempty set of references in readerReferences). Otherwise it is parsed as raw LaTeX. This will make it possible to simplify some things in the markdown writer. It also makes the LaTeX reader behave more like the Markdown reader. | |||||
2013-03-06 | Bump syb version to < 0.5. | John MacFarlane | 1 | -3/+3 | |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+2 | |
* Moved code for translating listings language names to highlighting-kate names and back from LaTeX reader to Highlighting. * Text.Pandoc.Highlighting no longer exposed (API change) * Text.Pandoc.Highlighting exports toListingsLang, fromListingsLang | |||||
2013-03-04 | pandoc.cabal: Require latest h-k, texmath, citeproc-hs, zip-archive. | John MacFarlane | 1 | -6/+6 | |
Pandoc will compile with older versions, but there will be bugs relating to these functions. Making the current versions dependencies is the only way to get packages updated in the distros. | |||||
2013-02-19 | Allow compilation with blaze-html 0.6. | John MacFarlane | 1 | -2/+2 | |
2013-02-13 | Increased upper bound for Diff. | John MacFarlane | 1 | -1/+1 | |
2013-02-12 | Version bump to 1.11, Text.Pandoc.Parsing no longer exposed. | John MacFarlane | 1 | -2/+2 | |
2013-02-09 | Version to 1.10.1.1 since we no longer have API change. | John MacFarlane | 1 | -1/+1 | |
2013-02-09 | Revert "Hide module Text.Pandoc.Parsing." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 18a5c9a8bf071398f3976a7c2c255638e135de7c. We want to do this eventually, but as it requires a major version bump, let's wait til later. | |||||
2013-02-05 | Revert "Hide module Text.Pandoc.Highlighting." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 01753ead71f6a08929f1535fcb497ff6d6015289. We need it after all in pandoc.hs. | |||||
2013-02-05 | Version bump to 1.11 due to API changes. | John MacFarlane | 1 | -1/+1 | |
2013-02-05 | Hide module Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+1 | |
This is really an auxiliary module. | |||||
2013-02-05 | Hide module Text.Pandoc.Parsing. | John MacFarlane | 1 | -1/+1 | |
2013-01-28 | Version bump to 1.10.1. | John MacFarlane | 1 | -1/+1 | |
2013-01-25 | Increased ansi-terminal upper bound. | John MacFarlane | 1 | -1/+1 | |
2013-01-25 | Relaxed old-time version bound, allowing 1.0.*. | John MacFarlane | 1 | -1/+1 | |
I see no reason for the restriction, which requires a recent Haskell Platform. The module is only used in make-pandoc-man-pages anyway. | |||||
2013-01-23 | Version bump to 1.10.0.5. | John MacFarlane | 1 | -1/+1 | |
2013-01-23 | Use hsb2hs preprocessor instead of TH for embed_data_files. | John MacFarlane | 1 | -5/+2 | |
This should work on Windows, unlike the TH solution with file-embed. | |||||
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 1 | -2/+1 | |
2013-01-23 | Added Text.Pandoc.Data (non-exported) if embed_data_files selected. | John MacFarlane | 1 | -0/+3 | |
This module just exports the association list of embedded data files, which is used by Shared. | |||||
2013-01-21 | Updated tested-with in cabal file. | John MacFarlane | 1 | -1/+1 | |
2013-01-20 | Version bump to 1.10.0.4. | John MacFarlane | 1 | -1/+1 | |
2013-01-20 | Bump version to 1.10.0.3; added further missing fb2 tests. | John MacFarlane | 1 | -2/+9 | |
Updated changelog. | |||||
2013-01-20 | Version bump to 1.10.0.2. | John MacFarlane | 1 | -1/+1 | |
2013-01-20 | Added fb2 tests to extra-source-files. | John MacFarlane | 1 | -1/+8 | |
Otherwise we get an error in `cabal install --enable-tests` from Hackage. | |||||
2013-01-20 | Bump version to 1.10.0.1. | John MacFarlane | 1 | -1/+1 | |
2013-01-20 | Bump version bounds on test-framework packages. | John MacFarlane | 1 | -3/+3 | |
2013-01-19 | Updated copyright date in pandoc.cabal. | John MacFarlane | 1 | -1/+1 | |