Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-28 | PDF writer: Fixed treatment of data uris for images. | John MacFarlane | 1 | -1/+2 | |
Closes #1062. | |||||
2014-05-27 | Require latest highlighting-kate. Fixes #1317. | John MacFarlane | 1 | -3/+3 | |
2014-05-27 | Require latest zip-archive. | John MacFarlane | 1 | -1/+1 | |
This has fixes for unicode path names. Note that compiling pandoc against zip-archive 0.2.3 or 0.2.3.1 will lead to invalid zip containers, causing LibreOffice (e.g.) to regard ODTs as corrupt. | |||||
2014-05-18 | Removed dependency on conduit. | John MacFarlane | 1 | -5/+6 | |
* http-conduit flag is now https. * Instead of http-conduit, we depend on http-client and http-client-tls. | |||||
2014-05-16 | travis: Test with ghc 7.8.2 rather than 7.8.1. | John MacFarlane | 1 | -1/+1 | |
2014-05-16 | Allow scientific 0.3 | Michael Snoyman | 1 | -1/+1 | |
2014-05-15 | Require highlighting-kate 0.5.8.1. | John MacFarlane | 1 | -3/+3 | |
0.5.8 has a serious bug that causes error failure with ocaml and fsharp. | |||||
2014-05-14 | Bump version to 1.12.4.2. | John MacFarlane | 1 | -1/+1 | |
2014-05-12 | Added default.icml to data-files so it installs with the package. | John MacFarlane | 1 | -0/+1 | |
2014-05-12 | Version bump to 1.12.4.1. | John MacFarlane | 1 | -1/+1 | |
2014-05-12 | Require highlighting-kate >= 0.5.8. | John MacFarlane | 1 | -3/+3 | |
This fixes a performance regression. | |||||
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -1/+1 | |
2014-05-07 | Bumped version bound for mtl. | John MacFarlane | 1 | -1/+1 | |
2014-05-07 | Require latest texmath. | John MacFarlane | 1 | -1/+1 | |
2014-05-07 | Require latest highlighting-kate. | John MacFarlane | 1 | -3/+3 | |
2014-05-03 | AsciiDoc writer: Added test for empty table cells. | John MacFarlane | 1 | -0/+1 | |
2014-04-29 | Require pandoc-types 1.12.3.3. | John MacFarlane | 1 | -3/+3 | |
Fixes #1269. | |||||
2014-04-25 | Bump version to 1.12.4. | John MacFarlane | 1 | -1/+1 | |
2014-04-24 | Merge pull request #1260 from joehillen/tabs-in-cabalfile | John MacFarlane | 1 | -4/+4 | |
change tabs to spaces in pandoc.cabal | |||||
2014-04-24 | Bumped upper bounds for http-conduit and network. | John MacFarlane | 1 | -3/+3 | |
2014-04-24 | Require aeson >= 0.7. | John MacFarlane | 1 | -2/+2 | |
2014-04-24 | Render numbers in YAML metadata without decimals when possible. | John MacFarlane | 1 | -0/+1 | |
The change to aeson > 0.7 caused numbers to be rendered with decimals. This change causes them to be rendered without decimals wehn possible. | |||||
2014-04-22 | change tabs to spaces in pandoc.cabal | Joe Hillenbrand | 1 | -4/+4 | |
2014-04-14 | Require yaml >= 0.8.8.2. | John MacFarlane | 1 | -2/+2 | |
Otherwise we have problems with integers being rendered with decimal points. | |||||
2014-04-14 | Require tagsoup 0.13.1. | John MacFarlane | 1 | -1/+1 | |
This fixes a bug in parsing of script tags. See #1248. | |||||
2014-04-10 | Updated GHC versions in tested-with field. | John MacFarlane | 1 | -1/+1 | |
2014-04-06 | Moved some doc files from data-files to extra-source-files. | John MacFarlane | 1 | -1/+3 | |
They aren't needed at runtime. We keep README and COPYRIGHT in data to ensure that they'll be available on all systems on which pandoc is installed. Closes #1123. | |||||
2014-04-04 | pandoc.cabal: allow QuickCheck-2.7 | Sergei Trofimovich | 1 | -1/+1 | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||||
2014-03-04 | Updated README and pandoc.cabal with icml writer. | John MacFarlane | 1 | -2/+2 | |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 1 | -0/+1 | |
2014-03-04 | Added org-mode to list of readers in cabal description. | John MacFarlane | 1 | -2/+2 | |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+2 | |
The basic structure of org-mode documents is recognized; however, org-mode features like todo markers, tags etc. are not supported yet. | |||||
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -0/+1 | |
2014-02-23 | PDF: Use ; for TEXINPUTS separator on Windows. | John MacFarlane | 1 | -0/+2 | |
Closes #1151, I hope. Testing needed. | |||||
2014-02-03 | Version bump to 1.12.3.3. | John MacFarlane | 1 | -1/+1 | |
No changes to source: just to regenerate tarball with latest alex, happy, to satisfy GHC 7.8. | |||||
2014-02-03 | Version bump to 1.12.3.2. | John MacFarlane | 1 | -1/+1 | |
2014-01-27 | Bumped version bounds for blaze-html, blaze-markup. | John MacFarlane | 1 | -2/+2 | |
2014-01-14 | Allow binary 0.5. Version bump to 1.12.3.1. | John MacFarlane | 1 | -2/+2 | |
2014-01-09 | Require latest texmath, highlighting-kate. | John MacFarlane | 1 | -4/+4 | |
2014-01-09 | Relaxed version bounds on attoparsec, text, aeson. | John MacFarlane | 1 | -6/+6 | |
2014-01-09 | Better exif parsing, including image resolution. | John MacFarlane | 1 | -1/+2 | |
This introduces a dependency on binary >= 0.6, but we depend on binary >= 0.5 via zip-archive anyway. Closes #976. | |||||
2014-01-06 | Increase upper bound for text. | John MacFarlane | 1 | -3/+2 | |
2014-01-06 | Increase upper bound on process. | John MacFarlane | 1 | -1/+1 | |
2014-01-02 | Pretty: Added nestle. API change, minor version bump to 1.12.3. | John MacFarlane | 1 | -1/+1 | |
2013-12-26 | Allow temporary 1.2. | John MacFarlane | 1 | -1/+1 | |
2013-12-10 | Allow zip-archive 0.2. | John MacFarlane | 1 | -1/+1 | |
2013-12-09 | Relaxed version bounds for array, http-conduit, process. | John MacFarlane | 1 | -4/+4 | |
2013-12-08 | Version mubp to 1.12.2.1 | John MacFarlane | 1 | -1/+1 | |
2013-11-06 | Require texmath >= 0.6.5.2. | John MacFarlane | 1 | -1/+1 | |
2013-11-03 | Version bump to 1.12.2. | John MacFarlane | 1 | -1/+1 | |