Age | Commit message (Expand) | Author | Files | Lines |
2010-12-15 | Added 'tests' Cabal flag. | John MacFarlane | 1 | -7/+21 |
2010-12-11 | Added JSON reader and writer. | John MacFarlane | 1 | -2/+4 |
2010-12-10 | Added Benchmark.hs to extra-source-files. | John MacFarlane | 1 | -0/+2 |
2010-12-09 | Added json format for reading and writing. | John MacFarlane | 1 | -2/+4 |
2010-12-07 | Improved process to create man page from README. | John MacFarlane | 1 | -1/+4 |
2010-12-05 | Documented org-mode writer in README, cabal, man pages. | John MacFarlane | 1 | -1/+2 |
2010-12-05 | Added templates/org.template to pandoc.cabal. | Puneeth Chaganti | 1 | -1/+1 |
2010-12-04 | Added Org-mode writer | Puneeth Chaganti | 1 | -0/+1 |
2010-12-03 | Merge branch 'citeproc' into master. | John MacFarlane | 1 | -15/+10 |
2010-12-03 | more support for Textile reader (explicit links, images), tests and cabal ent... | Paul Rivier | 1 | -1/+3 |
2010-11-27 | Merge branch 'master' into citeproc | John MacFarlane | 1 | -2/+6 |
2010-11-27 | Merge branch 'textile' | John MacFarlane | 1 | -2/+6 |
2010-11-23 | Removed citeproc flag and CPP conditionals. | John MacFarlane | 1 | -11/+3 |
2010-11-20 | Made citeproc flag default to True. | John MacFarlane | 1 | -1/+1 |
2010-11-18 | Added default.csl to data files. | John MacFarlane | 1 | -0/+2 |
2010-11-06 | cabal file: Made library and executable build-depends match. | John MacFarlane | 1 | -2/+3 |
2010-11-06 | Changes to use citeproc-hs 0.3. | John MacFarlane | 1 | -1/+1 |
2010-11-05 | Removed Text.Pandoc.Definition, bump version to 1.7. | John MacFarlane | 1 | -3/+3 |
2010-10-26 | Bump version to 1.6.1. | John MacFarlane | 1 | -1/+1 |
2010-10-26 | Process LaTeX macros in markdown, and apply to TeX math. | John MacFarlane | 1 | -1/+1 |
2010-07-24 | pandoc.cabal: Remove profiling options from 'else' clause. | John MacFarlane | 1 | -2/+2 |
2010-07-22 | Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5. | John MacFarlane | 1 | -1/+1 |
2010-07-22 | Moved s5 writing from S5 module to HTML. | John MacFarlane | 1 | -1/+1 |
2010-07-22 | Added new --offline option for slidy. | John MacFarlane | 1 | -0/+3 |
2010-07-22 | Require texmath >= 0.3, adjusted for new elements. | John MacFarlane | 1 | -1/+1 |
2010-07-21 | Reintroduced 'library' cabal flag. | John MacFarlane | 1 | -20/+50 |
2010-07-15 | Updated pandoc to use css for highlighting-kate 0.2.7. | John MacFarlane | 1 | -1/+1 |
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -0/+1 |
2010-07-05 | Version bump to 1.6, due to removed functions. | John MacFarlane | 1 | -1/+1 |
2010-07-05 | Moved Pandoc prettyprinting code from Shared to new Native writer. | John MacFarlane | 1 | -0/+1 |
2010-07-05 | Moved parsing functions from Text.Pandoc.Shared to new module. | John MacFarlane | 1 | -0/+1 |
2010-07-05 | Added an EPUB writer. | John MacFarlane | 1 | -3/+7 |
2010-07-05 | Made a proper ODT writer. | John MacFarlane | 1 | -1/+1 |
2010-05-17 | Added Textile writer module. | John MacFarlane | 1 | -1/+5 |
2010-05-06 | Added Text.Pandoc.UTF8 for portable UTF8 string IO. | John MacFarlane | 1 | -0/+1 |
2010-04-23 | Removed parsec < 3 restriction. | John MacFarlane | 1 | -1/+1 |
2010-04-20 | Added 'threaded' flag. | John MacFarlane | 1 | -3/+9 |
2010-04-10 | Removed 'library' Cabal flag. | John MacFarlane | 1 | -8/+1 |
2010-04-06 | Removed markdown2pdf from list of data-files. | John MacFarlane | 1 | -3/+1 |
2010-03-29 | Bumped version to 1.5.1.1, updated changelog. | John MacFarlane | 1 | -1/+1 |
2010-03-23 | Version bump to 1.5.1. | John MacFarlane | 1 | -1/+1 |
2010-03-21 | Updated changelog and bumped version to 1.5.0.1. | John MacFarlane | 1 | -1/+1 |
2010-03-20 | cabal: included several missing test files. | John MacFarlane | 1 | -1/+4 |
2010-03-19 | Depend on extensible-exceptions, remove CPP in Templates module. | fiddlosopher | 1 | -2/+3 |
2010-03-18 | Added --mathml option; removed Text.Pandoc.LaTeXMathML. | fiddlosopher | 1 | -4/+3 |
2010-03-18 | Added plain writer. | fiddlosopher | 1 | -1/+1 |
2010-03-18 | cabal: Depend on extensible-exception for GHC < 6.10. | fiddlosopher | 1 | -2/+2 |
2010-03-07 | Cabal file: depend on HTTP >= 4000.0.5. | fiddlosopher | 1 | -1/+1 |
2010-02-06 | Removed html2markdown and hsmarkdown. | fiddlosopher | 1 | -16/+3 |
2010-02-03 | Bump version to 1.5 since API has changed. | fiddlosopher | 1 | -1/+1 |