Age | Commit message (Expand) | Author | Files | Lines |
2009-07-18 | Updated changelog. | fiddlosopher | 1 | -0/+4 |
2009-07-18 | Changed escapes in markdown writer. | fiddlosopher | 2 | -6/+6 |
2009-07-15 | Bump version in pandoc-setup.iss and make license path relative. | fiddlosopher | 1 | -2/+2 |
2009-07-15 | Updated release checklist with new windows makefile. | fiddlosopher | 1 | -1/+2 |
2009-07-15 | Added makefile for Inno Setup prep work. | fiddlosopher | 1 | -0/+10 |
2009-07-13 | Added note about blank lines around delimited code blocks. | fiddlosopher | 1 | -0/+3 |
2009-07-11 | README: Indicate options that imply `--standalone`. | fiddlosopher | 1 | -3/+4 |
2009-07-11 | Changed -H -> -C for --custom-header in README. | fiddlosopher | 1 | -1/+1 |
2009-07-11 | Fixed README - obsolete reference to --header. | fiddlosopher | 1 | -1/+1 |
2009-07-11 | Improved clarity of titleTransform in RST reader. | fiddlosopher | 1 | -8/+6 |
2009-07-04 | Updated changelog. | fiddlosopher | 1 | -1/+89 |
2009-07-04 | Added upper version limit to base in cabal file. | fiddlosopher | 1 | -1/+1 |
2009-07-04 | Version bump to 1.2.1. | fiddlosopher | 1 | -1/+1 |
2009-07-03 | Fixed lhs test cases. | fiddlosopher | 4 | -136/+142 |
2009-07-03 | Use language attribute to indicate source language in docbook code blocks. | fiddlosopher | 1 | -2/+14 |
2009-07-03 | Allow -, _, :, . in markdown attribute names. | fiddlosopher | 1 | -1/+1 |
2009-07-03 | Export languagesByExtension in Text.Pandoc.Highlighting. | fiddlosopher | 1 | -2/+5 |
2009-06-28 | RST reader: Allow # to continue list... | fiddlosopher | 3 | -2/+12 |
2009-06-25 | Allow continuation lines in line blocks. | fiddlosopher | 3 | -5/+22 |
2009-06-25 | Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto) | fiddlosopher | 2 | -9/+10 |
2009-06-17 | Don't install markdown2pdf by default - still has bugs. | fiddlosopher | 1 | -4/+5 |
2009-06-06 | Man writer: break lines at end of each sentence. | fiddlosopher | 3 | -107/+153 |
2009-06-06 | Make --smart default for man output format. | fiddlosopher | 1 | -1/+1 |
2009-06-03 | Added Pandoc's HCAR blurb to repository. | fiddlosopher | 1 | -0/+27 |
2009-06-03 | Improved LaTeX reader's coverage of math modes. | fiddlosopher | 1 | -3/+7 |
2009-05-04 | RST reader: Allow explicit links with spaces in URL: `link <to this>`_ | fiddlosopher | 1 | -1/+1 |
2009-05-03 | Export HTMLMathMethod in Text.Pandoc. | fiddlosopher | 1 | -0/+1 |
2009-05-02 | Made pandoc -v more explicit about compiler options. | fiddlosopher | 1 | -9/+6 |
2009-05-01 | Added new Haskell version of markdown2pdf. | fiddlosopher | 2 | -15/+27 |
2009-05-01 | pandoc.hs: Make --strict compatible with --standalone, --toc. | fiddlosopher | 2 | -2/+196 |
2009-05-01 | Markdown reader: change ' ' to '\160' in abbreviations. | fiddlosopher | 1 | -1/+2 |
2009-04-30 | Markdown reader: improved efficiency of abbreviation parsing. | fiddlosopher | 3 | -31/+28 |
2009-04-29 | Fixed profiling options. | fiddlosopher | 1 | -2/+2 |
2009-04-29 | Improved efficiency of hexNum parser. | fiddlosopher | 1 | -1/+1 |
2009-04-29 | Made htmlComment parser more efficient. | fiddlosopher | 1 | -1/+3 |
2009-04-29 | Added -caf-all to profiling options. | fiddlosopher | 1 | -2/+2 |
2009-04-29 | Improved efficiency of whitespace parser. | fiddlosopher | 1 | -13/+8 |
2009-04-29 | Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible. | fiddlosopher | 1 | -7/+16 |
2009-04-29 | Took out unneeded 'try' in indentSpaces parser. | fiddlosopher | 1 | -2/+2 |
2009-04-25 | HTML writer: wrap sections in divs. Resolves Issue #70. | fiddlosopher | 10 | -1129/+1190 |
2009-04-20 | Added notice of NetBSD port in web index. | fiddlosopher | 1 | -1/+2 |
2009-04-18 | Use Paths_pandoc to get version number. | fiddlosopher | 2 | -2/+5 |
2009-04-08 | Fixed regression with --preserveTabs. | fiddlosopher | 1 | -3/+8 |
2009-03-01 | Updated website index with release 1.2 news. | fiddlosopher | 1 | -0/+10 |
2009-03-01 | Updated googlecode instructions in RELEASE-CHECKLIST. | fiddlosopher | 1 | -2/+2 |
2009-03-01 | Updated RELEASE-CHECKLIST. | fiddlosopher | 1 | -19/+3 |
2009-02-28 | Minor changes in Text.Pandoc.Biblio. | fiddlosopher | 1 | -3/+3 |
2009-02-27 | Setup.hs: replace readProcess with something more portable. | fiddlosopher | 1 | -4/+7 |
2009-02-26 | Made Setup.hs compatible with Cabal < 1.6. | fiddlosopher | 1 | -6/+5 |
2009-02-26 | Don't return an error status on --help or --version. | fiddlosopher | 1 | -4/+4 |