summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tests.Arbitrary: Added instances for Inlines, Blocks.John MacFarlane2011-01-22
* ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane2011-01-22
* Improved test framework.John MacFarlane2011-01-22
* Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2011-01-21
|\
| * latex template: move special treatment of \sout.John MacFarlane2011-01-21
* | More informative output on writer test failure.John MacFarlane2011-01-21
|/
* Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane2011-01-21
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Haddock comment improvements.John MacFarlane2011-01-21
* Added --normalize option.John MacFarlane2011-01-20
* Fixed the two test cases that were intentionally set to fail.John MacFarlane2011-01-20
* Updated tests for new native format.John MacFarlane2011-01-20
* Markdown writer: Avoid printing excess spaces at end if no notes/refs.John MacFarlane2011-01-20
* Native writer: eliminated empty spaces in brackets.John MacFarlane2011-01-20
* Export readNative in Text.Pandoc.Shared.John MacFarlane2011-01-20
* Improved native writer using Pretty.John MacFarlane2011-01-20
* Made writeNative sensitive to writerStandalone.John MacFarlane2011-01-19
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
* Use spaceChar instead of oneOf " \t" in rst reader.John MacFarlane2011-01-19
* Replaced more noneOf/oneOf parsers.John MacFarlane2011-01-19
* Replaced uses of oneOf with more efficient parsers.John MacFarlane2011-01-19
* More small parser rewrites for small performance gains.John MacFarlane2011-01-19
* Parsing: Rewrote spaceChar for significant speedup in readers.John MacFarlane2011-01-19
* Include man pages in extra-source-files.John MacFarlane2011-01-19
* Fixed problem with inline code in ConTeXt writer.John MacFarlane2011-01-19
* Fixed problem with strikout in LaTeX headers with hyperref.John MacFarlane2011-01-19
* Show Haskell-readable version of input string in test failure.John MacFarlane2011-01-19
* Unit tests: On failure, print the input string.John MacFarlane2011-01-19
* Added normalize in latex reader tests.John MacFarlane2011-01-18
* Revamped tests with new =: and =?> operators + builder.John MacFarlane2011-01-18
* Replaced --no-citeproc with --natbib in tests.John MacFarlane2011-01-16
* Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane2011-01-16
* Minor code formatting.John MacFarlane2011-01-16
* Documented --chapters in README.John MacFarlane2011-01-16
* Moved --chapters to before --number-sections in option list.John MacFarlane2011-01-16
* Setup.hs: Only make pandoc.1 if README modified, be more verbose.John MacFarlane2011-01-16
* Support --chapters for ConTeXt output as well.John MacFarlane2011-01-16
* Use <chapter> for top docbook header if template has <book>.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* HTML writer: Add ids to <section> tags.John MacFarlane2011-01-15
* Added upper bounds to all cabal dependencies.John MacFarlane2011-01-15
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Minor code cleanup.John MacFarlane2011-01-14
| * Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane2011-01-14
| * Merge branch 'master' of github.com:jgm/pandoc into testsJohn MacFarlane2011-01-14
| |\
| * | Added quickcheck tests for normalize in Shared.John MacFarlane2011-01-14
| * | Added Tests/Arbitrary.hs, with Arbitrary instances.John MacFarlane2011-01-13
| * | Adjusted source to 80-column limit.John MacFarlane2011-01-13
| * | Moved Tests.Shared -> Tests.Helpers.John MacFarlane2011-01-13
| * | Fixed bug in markdown-citations.mhra.txt expected test output.John MacFarlane2011-01-13