Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-01 | Bump version to 1.14.0.3; updated changelog. | John MacFarlane | 1 | -1/+1 | |
2015-05-31 | Allow compilation with syb 0.5.*. | John MacFarlane | 1 | -3/+3 | |
2015-05-31 | Bump to 1.14.0.2, updated changelog. | John MacFarlane | 1 | -1/+1 | |
2015-05-31 | Allow building with hslua 0.4. | John MacFarlane | 1 | -1/+1 | |
2015-05-28 | Better fix for #2187. | John MacFarlane | 1 | -33/+19 | |
* Reverted kludgy change to make-windows-installer.bat. * Removed make-reference-fiels.hs. * Moved the individual ingredients of reference.docx and reference.odt to the data directory. * Removed reference.docx and reference.odt from data directory. * We now build the reference archives from their ingredient pieces in the docx and odt writers, instead of having a reference.docx or reference.odt intermediary. This should fix #2187. It also simplifies the bulid procedure. The one thing users may notice is different is that you can no longer get the reference.docx or reference.odt using `--print-default-data-file`. Instead, simply generate a docx or odt using pandoc with a blank or minimal input, and use that (or a customized version) with `--reference-docx` or `--reference-odt`. | |||||
2015-05-28 | Added filepath dependency to make-reference-files. | John MacFarlane | 1 | -0/+1 | |
2015-05-28 | Bump version to 1.14.0.1. | John MacFarlane | 1 | -1/+1 | |
2015-05-28 | Don't include generated man pages in extra-source-files. | John MacFarlane | 1 | -3/+0 | |
See 3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb. Closes #2189. | |||||
2015-05-28 | Bump upper bound for aeson. | John MacFarlane | 1 | -2/+2 | |
2015-05-26 | Require cmark-hs >= 0.3.3 (fixes #2175). | John MacFarlane | 1 | -1/+1 | |
2015-05-26 | Require highlighting-kate 0.6. | John MacFarlane | 1 | -3/+3 | |
2015-05-13 | HTML reader: Support base tag. | John MacFarlane | 1 | -0/+1 | |
We only support the href attribute, as there's no place for "target" in the Pandoc document model for links. Added HTML reader test module, with tests for this feature. Closes #1751. | |||||
2015-05-04 | SelfContained: properly handle data URIs in css urls. | John MacFarlane | 1 | -0/+1 | |
Also use a proper css parser (adds dependency on text-css). Closes #2129. | |||||
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -1/+1 | |
2015-04-20 | Bump zlib upper version bounds | RyanGlScott | 1 | -1/+1 | |
2015-04-17 | Merge pull request #2079 from lierdakil/rst-normalize-headings | John MacFarlane | 1 | -0/+1 | |
RST Writer: Normalize headings to sequential levels | |||||
2015-04-16 | RST Writer: Tests for rubrics and heading normalization | Nikolay Yakimov | 1 | -0/+1 | |
2015-04-13 | Bump texmath lower bound to 0.8.1 | John MacFarlane | 1 | -1/+1 | |
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -0/+1 | |
Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`. | |||||
2015-03-29 | Require cmark 0.3.1. | John MacFarlane | 1 | -1/+1 | |
2015-03-28 | Always build man pages. Removed make-pandoc-man-pages flag. | John MacFarlane | 1 | -8/+1 | |
Updated INSTALL instructions. Makefile: removed man target, now that we generate man pages by default. | |||||
2015-03-28 | Added images needed for docx tests to cabal extra-source-files. | John MacFarlane | 1 | -0/+3 | |
2015-03-28 | Added source files for reference.docx/odt to extra-source-files. | John MacFarlane | 1 | -0/+25 | |
2015-03-28 | Added Tests.Writers.Docx to cabal file. | John MacFarlane | 1 | -0/+1 | |
2015-03-28 | Version bump to 1.14. | John MacFarlane | 1 | -1/+1 | |
This is because of the significant API changes in the reader types. (They now return an Either value.) | |||||
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into ↵ | John MacFarlane | 1 | -0/+1 | |
mpickering-errortype Conflicts: benchmark/benchmark-pandoc.hs src/Text/Pandoc/Readers/Markdown.hs src/Text/Pandoc/Readers/Org.hs src/Text/Pandoc/Readers/RST.hs tests/Tests/Readers/LaTeX.hs | |||||
2015-03-28 | Create reference files from unpacked archives with helper program | Nikolay Yakimov | 1 | -0/+9 | |
2015-03-28 | Fixed ghc-prof-options. | John MacFarlane | 1 | -2/+2 | |
2015-03-28 | Require highlighting-kate >= 0.5.14 | John MacFarlane | 1 | -3/+3 | |
This ensures that all code blocks will be wrapped in a div with class sourceCode. Also, the default highlighting CSS now adds `div.sourceCode { x-overflow: auto; }`, which means that code blocks (even with line numbers) will acquire a scroll bar on screens too small to display them (e.g. mobile phones). See #1903 and jgm/highlighting-kate#65. | |||||
2015-03-27 | pandoc.cabal: changed default profiling options. | John MacFarlane | 1 | -2/+2 | |
Removed `-auto-all` and `-caf-all` at cabal's suggestion. Use `-auto-exported` instead. | |||||
2015-03-27 | Require highlighting-kate 0.5.13. | John MacFarlane | 1 | -3/+3 | |
Closes #1903. | |||||
2015-03-19 | Bumped upper bounds for filepath, QuickCheck. | John MacFarlane | 1 | -9/+9 | |
Bumped lower bounds for highlighting-kate, texmath. | |||||
2015-03-17 | Added CommonMark reader using cmark (libcmark bindings). | John MacFarlane | 1 | -1/+3 | |
- Added commonmark as an input format. - Added `Text.Pandoc.Readers.CommonMark.readCommonMark`. - For now, we use the markdown writer to generate benchmark text for the CommonMark reader. We can change this when we get a writer. | |||||
2015-03-17 | Bump criterion version bound. | John MacFarlane | 1 | -1/+1 | |
2015-03-16 | Merge pull request #1968 from lierdakil/issue1607 | John MacFarlane | 1 | -1/+3 | |
Fixes for multiple docx writer style bugs. | |||||
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 1 | -1/+3 | |
2015-02-28 | Bump blaze-html and blaze-markup upper version bounds | RyanGlScott | 1 | -2/+2 | |
2015-02-18 | Add Text.Pandoc.Error module with PandocError type | Matthew Pickering | 1 | -0/+1 | |
2015-02-13 | Allow wildcards in `--epub-embed-font` arguments. | John MacFarlane | 1 | -1/+2 | |
Closes #1939. | |||||
2015-01-05 | Allow haddock-library 1.2 | Mark Wright | 1 | -1/+1 | |
2014-12-26 | Version bump to 1.13.3. | John MacFarlane | 1 | -1/+1 | |
2014-12-19 | Require latest highlighting-kate and texmath. | John MacFarlane | 1 | -4/+4 | |
2014-12-19 | Added old-locale flag. | John MacFarlane | 1 | -3/+10 | |
This will ease transition to time 1.5. However, currently we can't build with time 1.5 because of dependencies. | |||||
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -2/+3 | |
2014-12-08 | Link the test suite using -threaded | Bryan O'Sullivan | 1 | -1/+1 | |
This allows the test suite to be run using "+RTS -N". Doing so improves the performance of the test suite on my quad-core Mac laptop as follows: Before: 8.2 seconds After: 2.5 seconds | |||||
2014-12-08 | Merge pull request #1746 from shelf/dw-ext-images | Matthew Pickering | 1 | -0/+2 | |
DokuWiki writer: fix external images | |||||
2014-12-06 | Update pandoc.cabal, Bumping JuicyPixels upper bound | Vincent | 1 | -1/+1 | |
2014-11-09 | DokuWiki writer: add external_images test | Timothy Humphries | 1 | -0/+2 | |
Add test for #1739. | |||||
2014-10-31 | Fixed README and pandoc.cabal for TWiki reader. | John MacFarlane | 1 | -8/+9 | |
2014-10-30 | TWiki Reader: update documentation | Alexander Sulfrian | 1 | -2/+2 | |