Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-11 | Version bump to 1.9.1.1. | John MacFarlane | 1 | -1/+1 | |
2012-02-10 | Added two needed gifs to the data files for s5. | John MacFarlane | 1 | -1/+2 | |
ALso removed sildes.min.js, which was no longer being used. | |||||
2012-02-08 | Require texmath >= 0.6.0.2. | John MacFarlane | 1 | -3/+3 | |
2012-02-08 | Require h-k 0.5.0.2. | John MacFarlane | 1 | -3/+3 | |
2012-02-07 | Version bump to 1.9.1. | John MacFarlane | 1 | -1/+1 | |
(Due to new field in ParserState introduced in last commit.) | |||||
2012-02-06 | Version bump to 1.9.0.5. | John MacFarlane | 1 | -1/+1 | |
2012-02-06 | cabal: Put build-depends for tests under conditional. | John MacFarlane | 1 | -25/+25 | |
Otherwise even those who don't build with the tests flag need to have dependencies like test-framework. This restores the old behavior; I wrongly assumed that by now cabal was smart enough not to bring in build-depends for components with Buildable = False. | |||||
2012-02-06 | Version bump to 1.9.0.4, updated changelog. | John MacFarlane | 1 | -1/+1 | |
2012-02-06 | Relaxed version upper bound for test-framework from < 0.5 to < 0.6, since ↵ | Conal Elliott | 1 | -1/+1 | |
0.5 is the first version on Hackage that builds under GHC 7.4.1. | |||||
2012-02-06 | More cabal tweaks, default to Haskell98 for ghc 6.12 compatibility. | John MacFarlane | 1 | -5/+4 | |
2012-02-06 | Version bump to 1.9.0.3. | John MacFarlane | 1 | -1/+1 | |
2012-02-06 | cabal changes required by version >= 1.10. | John MacFarlane | 1 | -32/+88 | |
2012-02-06 | Require cabal version >= 1.10. | John MacFarlane | 1 | -1/+1 | |
This is needed for ghcPackageDbOptions in Setup.hs. | |||||
2012-02-05 | Bump version to 1.9.0.2. | John MacFarlane | 1 | -1/+1 | |
2012-02-05 | Allow json 0.4. | John MacFarlane | 1 | -2/+2 | |
Otherwise we can't compile on ghc 6.12. | |||||
2012-02-05 | Removed module Text.Pandoc.CharacterReferences. | John MacFarlane | 1 | -1/+0 | |
Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML. | |||||
2012-02-05 | Removed 'nohl' variants of tests from pandoc.cabal. | John MacFarlane | 1 | -2/+0 | |
2012-02-05 | Tightened version bounds for pandoc-types, json. | John MacFarlane | 1 | -4/+4 | |
2012-02-05 | Bump highlighting-kate version. | John MacFarlane | 1 | -2/+2 | |
2012-02-05 | Remove dependency on dlist. | John MacFarlane | 1 | -2/+0 | |
Use sequence in Pretty instead. | |||||
2012-02-05 | Added 6.12.1 to list of tested-with ghc versions. | John MacFarlane | 1 | -1/+1 | |
2012-02-05 | Don't use -rtsopts unless ghc >= 7.0.1. | John MacFarlane | 1 | -2/+8 | |
2012-02-04 | Depend on parsec 3 - for applicative instances used in LaTeX reader. | John MacFarlane | 1 | -2/+2 | |
This is okay now that parsec 3 is the standard version in the Haskell platform, and the speed issues have been addressed. | |||||
2012-01-31 | Bumped xml version to >= 1.3.12. | John MacFarlane | 1 | -2/+2 | |
2012-01-31 | Change copyright date. | John MacFarlane | 1 | -1/+1 | |
2012-01-30 | Added default.beamer template (separate from default.latex). | John MacFarlane | 1 | -1/+1 | |
2012-01-28 | Remove dependency on old-time. | John MacFarlane | 1 | -2/+0 | |
2012-01-28 | Put date in YYYY-MM-DD format if possible for HTML, docx metadata. | John MacFarlane | 1 | -0/+4 | |
Added normalizeDate to Text.Pandoc.Shared. | |||||
2012-01-25 | Depend on highlighting-kate 0.5. | John MacFarlane | 1 | -2/+2 | |
This uses styleToCss instead of styleToHtml. | |||||
2012-01-22 | Added Text.Pandoc.Slides. | John MacFarlane | 1 | -0/+1 | |
2012-01-20 | Removed markdown2pdf and documentation. | John MacFarlane | 1 | -28/+1 | |
2012-01-20 | Added Text.Pandoc.PDF - converts latex to PDF. | John MacFarlane | 1 | -2/+5 | |
2012-01-19 | Added Docx writer. | John MacFarlane | 1 | -4/+7 | |
* New module `Text.Pandoc.Docx`. * New output format `docx`. * Added reference.docx. * New option `--reference-docx`. The writer includes support for highlighted code blocks and math (which is converted from TeX to OMML using texmath's new OMML module). | |||||
2012-01-14 | Added Text.Pandoc.ImageSize. | John MacFarlane | 1 | -0/+1 | |
This is intened for use in docx and odt writers, so the size of image boxes can be calculated. | |||||
2012-01-11 | Split html template into html, html5 templates. | John MacFarlane | 1 | -1/+2 | |
2011-12-29 | DZSlides: Added dzslides/template.html. | John MacFarlane | 1 | -0/+2 | |
This is the unaltered file from the dzslides repository. Pandoc now reads it, looking for the core part, and includes this in the new dzslides template via the 'dzslides-core' variable. When dzslides is updated, you can just put the new template.html in your `~/.pandoc/dzslides` directory, and things should work -- provided the core part can be identified as everything from <!-- {{{{ dzslides core to the end of the file. This should make it a bit easier to keep up to date. | |||||
2011-12-22 | Updated 'Tested-With' field. | John MacFarlane | 1 | -1/+1 | |
2011-12-22 | tests: update package description to build with GHC 7.4 | Antoine Latter | 1 | -1/+1 | |
2011-12-22 | Update build depends for GHC 7.4 | Antoine Latter | 1 | -4/+4 | |
2011-12-22 | Removed highlighting flag. Highlighting support is now standard. | John MacFarlane | 1 | -13/+4 | |
2011-12-20 | Restore xhtml style self-closed tags in HTML writer. | John MacFarlane | 1 | -2/+2 | |
This requires blaze-html >= 0.4.3.0. | |||||
2011-12-18 | EPUB: Added customizable templates for epub pages. | John MacFarlane | 1 | -1/+3 | |
epub-page.html, epub-coverimage.html, epub-titlepage.html. | |||||
2011-12-17 | Use blaze-html instead of xhtml for HTML generation. | John MacFarlane | 1 | -4/+4 | |
* This is a breaking API change for `writeHtml`. * It introduces a new dependency on blaze-html. * Pandoc now depends on highlighting-kate >= 0.4, which also uses blaze-html. * The --ascii option has been removed, because of differences in blaze-html's and xhtml's escaping. * Pandoc will no longer transform leading newlines in code blocks to `<br/>` tags. | |||||
2011-12-13 | Use pandoc-types 1.9.*. | John MacFarlane | 1 | -2/+2 | |
2011-12-13 | Added -rtsopts to profiling options. | John MacFarlane | 1 | -3/+3 | |
2011-12-04 | Depend on tagsoup >= 12.5. | John MacFarlane | 1 | -2/+2 | |
This has a fix needed for the --self-contained option to work properly. | |||||
2011-12-03 | New slidy directory for "self-contained." | John MacFarlane | 1 | -2/+7 | |
2011-12-03 | Bump version constraint on HTTP. | John MacFarlane | 1 | -2/+2 | |
2011-12-01 | Allow to build against highlighting-kate 0.3. | John MacFarlane | 1 | -1/+1 | |
2011-11-28 | Update version bound for highlighting-kate. | John MacFarlane | 1 | -1/+1 | |