Age | Commit message (Expand) | Author | Files | Lines |
2015-10-11 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2015-10-11 | Percent-encode more special characters in URLs. | John MacFarlane | 3 | -9/+14 |
2015-10-11 | Define Typeable and Exception instances for PandocError. | John MacFarlane | 1 | -1/+6 |
2015-10-11 | HTML reader/writer: better handling of "section" elements. | John MacFarlane | 7 | -564/+1466 |
2015-10-11 | Native writer: format Div properly, with blocks separated. | John MacFarlane | 1 | -0/+2 |
2015-10-10 | Removed xltxtra, xunicode from LaTeX template. | John MacFarlane | 5 | -10/+8 |
2015-10-10 | Organized changelog. | John MacFarlane | 1 | -169/+146 |
2015-10-10 | Small tweak on CONTRIBUTING.md. | John MacFarlane | 1 | -4/+5 |
2015-10-10 | Updated man page from README. | John MacFarlane | 1 | -201/+357 |
2015-10-10 | Updated changelog (still needs reorganizing). | John MacFarlane | 1 | -3/+39 |
2015-10-10 | Removed unneeded import. | John MacFarlane | 1 | -1/+1 |
2015-10-10 | Merge pull request #2412 from frerich/reader/docbook/xref_support | John MacFarlane | 5 | -5/+139 |
2015-10-10 | reveal.js template: add controls, progress variables. | John MacFarlane | 2 | -7/+13 |
2015-10-10 | Adjusted latex template for changes to polyglossia-lang variable. | John MacFarlane | 1 | -7/+7 |
2015-10-10 | Merge pull request #2441 from mb21/polyglossia-lang | John MacFarlane | 2 | -22/+37 |
2015-10-10 | Re-export pandocVersions from Text.Pandoc. | John MacFarlane | 1 | -1/+2 |
2015-10-10 | Adjusted man writer test for latest template changes. | John MacFarlane | 1 | -0/+3 |
2015-10-10 | Man template improvements: | John MacFarlane | 2 | -6/+14 |
2015-10-10 | Merge pull request #2426 from alexvong1995/better-man-writer | John MacFarlane | 4 | -10/+12 |
2015-10-09 | Merge pull request #2445 from adunning/patch-2 | John MacFarlane | 1 | -215/+306 |
2015-10-09 | Added comment in .travis.yml to explain last change. | John MacFarlane | 3 | -3/+7 |
2015-10-09 | Use dist/setup/setup/sdist instead of cabal sdist. | John MacFarlane | 2 | -2/+2 |
2015-10-09 | Setup.hs: rewrite so as not to use process, directory, filepath. | John MacFarlane | 1 | -25/+10 |
2015-10-09 | Removed unneeded imports in benchmark program. | John MacFarlane | 1 | -2/+0 |
2015-10-09 | Updated benchmark program. | John MacFarlane | 2 | -7/+4 |
2015-10-09 | Test also on ghc 7.4.2. | John MacFarlane | 3 | -3/+6 |
2015-10-09 | LaTeX reader: don't eat excess whitespace after macros. | John MacFarlane | 1 | -4/+4 |
2015-10-09 | benchmark: Use Criterion.Monad not Criterion.Config. | John MacFarlane | 1 | -1/+1 |
2015-10-09 | LaTeX reader: don't eat whitespace after macro with only opt arg. | John MacFarlane | 1 | -1/+3 |
2015-10-08 | New .travis.yml. | John MacFarlane | 4 | -19/+275 |
2015-10-08 | Correct `setspace` package usage in README. | Andrew Dunning | 1 | -1/+1 |
2015-10-08 | Simplified travis.yml. | John MacFarlane | 1 | -19/+17 |
2015-10-08 | Travis: use cabal-install 1.22 not head. | John MacFarlane | 1 | -2/+2 |
2015-10-08 | travis: use ghc 7.10.2 instead of 7.10.1. | John MacFarlane | 1 | -2/+2 |
2015-10-08 | Improve CSL documentation in README. | Andrew Dunning | 1 | -19/+40 |
2015-10-08 | Improve links and cross-references in README. | Andrew Dunning | 1 | -215/+285 |
2015-10-07 | appveyor: don't cache HP or install wix toolset. | John MacFarlane | 1 | -4/+1 |
2015-10-07 | Change variable to polyglossia-lang.name and .options | mb21 | 2 | -22/+37 |
2015-10-07 | appveyor.yml: back to cabal/HP based build. | John MacFarlane | 1 | -20/+35 |
2015-10-07 | Beamer template: Added space after colon in figure caption. | John MacFarlane | 1 | -7/+6 |
2015-10-06 | appveyor.yml - try with 32bit version of stack. | John MacFarlane | 1 | -2/+2 |
2015-10-06 | Updated changelog. Still need to organize this. | John MacFarlane | 1 | -0/+227 |
2015-10-06 | Allow http-types 0.9. | John MacFarlane | 1 | -1/+1 |
2015-10-05 | appveyor.yml: added 'echo "" |' to work around broken stdin. | John MacFarlane | 1 | -1/+1 |
2015-10-05 | Minor change in README: and -> or. | John MacFarlane | 1 | -1/+1 |
2015-10-05 | Merge pull request #2435 from adunning/patch-2 | John MacFarlane | 1 | -63/+81 |
2015-10-05 | appveyor.yml: in stack steup, specify 64-bit ghc. | John MacFarlane | 1 | -1/+1 |
2015-10-05 | appveyor.yml: added stack setup. | John MacFarlane | 1 | -0/+1 |
2015-10-05 | appveyor.yml: new attempt to build with stack. | John MacFarlane | 1 | -35/+19 |
2015-10-05 | Revise variables discussion in README. | Andrew Dunning | 1 | -63/+81 |