aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-12Updated changelog.fiddlosopher1-1/+10
2008-09-12Added scripts for Windows Inno Setup installer in windows/.fiddlosopher3-0/+235
2008-09-12Added to INSTALL instructions on installing cabal-install w/ macports.fiddlosopher1-1/+2
2008-09-12Changed list parser so that only the starting list marker matters:fiddlosopher2-65/+37
2008-09-10Updated website index.txt.in.fiddlosopher1-36/+29
2008-09-10pandoc.cabal: Removed most upper-bounds on dependency versions.fiddlosopher1-16/+7
2008-09-10Use versioned dependencies in pandoc.cabal, following guidelines infiddlosopher1-4/+16
2008-09-10Version bump to 1.0.fiddlosopher2-2/+2
2008-09-10Removed debian-specific formatting from changelog heading.fiddlosopher1-1/+1
2008-09-09Updated changelog.fiddlosopher1-60/+349
2008-09-09pandoc.cabal: removed COPYING from Extra-Source-Files;fiddlosopher1-1/+1
2008-09-09Removed README.Debian.fiddlosopher1-9/+0
2008-09-08--tabstop -> --tab-stop in README documentation.fiddlosopher1-1/+1
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher15-65/+54
2008-09-08Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.fiddlosopher1-1/+1
2008-09-06LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher1-3/+10
2008-09-06LaTeX reader: Removed specialEnvironment parser.fiddlosopher1-7/+0
2008-09-06LaTeX reader: minor improvements.fiddlosopher2-8/+10
2008-09-06LaTeX reader: Fixed regression in list parsingfiddlosopher1-3/+3
2008-09-06Pandoc is no longer a native debian package.fiddlosopher12-1727/+1472
2008-09-06Updated INSTALL in light of new dependencies (utf8-string and zip-archive).fiddlosopher1-2/+36
2008-09-06LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher1-20/+41
2008-09-06MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher1-1/+1
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher9-35/+35
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher17-1537/+75
2008-09-02Modified Text.Pandoc.Biblio to fit new citeproc API.fiddlosopher1-5/+5
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher17-205/+286
2008-08-26LaTeX reader: Parse "code" environments as verbatim (lhs).fiddlosopher1-15/+9
2008-08-23Bugs fixed in RunTests.hs:fiddlosopher1-2/+7
2008-08-14Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher1-2/+3
2008-08-14Simplified and improved UTF8 handling:fiddlosopher12-154/+246
2008-08-14PDF writer: Close output file handle after waitForProcess.fiddlosopher1-1/+2
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher44-4219/+514
2008-08-12Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher2-9/+2
2008-08-12Small haddock documentation fix. (Andrea Rossato)fiddlosopher1-2/+2
2008-08-12Patches to Text.Pandoc.Biblio for new citeproc API.fiddlosopher1-13/+10
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher4-14/+52
2008-08-11Added new markdown reader tests to list of extra source files in pandoc.cabal.fiddlosopher1-1/+3
2008-08-11ODT writer: Use '/', even on Windows, as path separator in xlink attributefiddlosopher1-4/+4
2008-08-10Makefile: Added 'configure' as dependency of 'uninstall-all'.fiddlosopher1-1/+1
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher4-7/+25
2008-08-10Use -S option when building man pages in Setup.hs.fiddlosopher1-1/+1
2008-08-10Man writer: don't escape " as \".fiddlosopher2-3/+3
2008-08-10Updated man page sources with pdf output option, minor cosmetic changes.fiddlosopher3-19/+21
2008-08-10Added zip as a build dependency in debian/control.fiddlosopher1-1/+1
2008-08-10Debian packaging changes:fiddlosopher3-10/+19
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher15-283/+45
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher4-160/+176
2008-08-10Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher2-5/+146
2008-08-10Removed dependency on reference.odt from Makefile.fiddlosopher1-2/+1