aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Changed references to source directory in Makefile and pandoc.cabal.*.fiddlosopher3-5/+5
2007-11-29Moved everything from src into the top-level directory.fiddlosopher46-0/+0
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher21-7077/+0
2007-11-26Makefile: Add .exe extension to BUILDCMD if building on Windows.fiddlosopher1-1/+1
2007-11-25+ Makefile now checks GHC version. If GHC is 6.6, pandoc.cabal.ghc66fiddlosopher3-24/+20
2007-11-25Updated debian/changelog.fiddlosopher1-17/+69
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher4-169/+126
2007-11-22Improved and simplified setextHeader parser in markdown reader.fiddlosopher1-8/+8
2007-11-22Updated PROFILING instructions. It is no longer necessaryfiddlosopher1-3/+1
2007-11-22Use Ghc-Prof-Options to ensure that '-auto-all' is usedfiddlosopher1-2/+4
2007-11-22Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher1-8/+11
2007-11-22Changes to testsuite for new \useURL in context writer.fiddlosopher1-32/+32
2007-11-22+ Changed \useurl to \useURL in ConTeXt output.fiddlosopher2-2/+2
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher4-127/+170
2007-11-18Fixed some haddock documentation bugs in Shared.hs.fiddlosopher1-4/+4
2007-11-18More improvements to ConTeXt writer:fiddlosopher3-196/+260
2007-11-17ConTeXt writer:fiddlosopher2-4/+6
2007-11-17Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher1-4/+2
2007-11-17Use $(GHC) instead of ghc and make them user configurable through environmentroktas1-3/+3
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher5-30/+40
2007-11-16ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher1-14/+28
2007-11-16New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher2-5/+19
2007-11-15Fixed logic in markdown smart quote parsing:fiddlosopher1-11/+14
2007-11-15Fixed smart quote parsing in markdown reader so that unicodefiddlosopher1-6/+10
2007-11-15Updated documentation to reflect the fact that LaTeX and ConTeXt writersfiddlosopher2-4/+3
2007-11-15Updated tests for changes in LaTeX and ConTeXt writers.fiddlosopher3-199/+284
2007-11-15Changes to ConTeXt writer:fiddlosopher1-121/+135
2007-11-15Improved footnote handling in LaTeX writer:fiddlosopher1-8/+16
2007-11-15Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher1-1/+32
2007-11-10Modified debian/changelog -- include last bugfix.fiddlosopher1-1/+4
2007-11-10Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher1-1/+2
2007-11-06Remove a duplicate comment line.roktas1-1/+0
2007-11-06Modified build procedure to allow compilation with GHC 6.8:fiddlosopher7-35/+74
2007-11-04Added a version of pandoc.cabal that works with GHC 6.8.1.fiddlosopher1-0/+62
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher50-55/+7195
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher51-200/+137
2007-11-01Updated changelog in light of last change.fiddlosopher1-0/+5
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher2-18/+19
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher3-7/+7
2007-10-28Modified specialChar in LaTeX reader so that '"'fiddlosopher2-1/+5
2007-10-27Updated changelog to reflect change to fromUTF8.fiddlosopher1-0/+4
2007-10-27Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher1-0/+1
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher4-9/+17
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher3-4/+9
2007-10-13Updated changelog.fiddlosopher1-3/+15
2007-10-13Improvements to RST reader:fiddlosopher3-34/+81
2007-10-13Save and restore position in parseFromString, so that it doesn'tfiddlosopher1-0/+2
2007-10-12Undid last change: instead of blocking the internal links in thefiddlosopher2-3/+0
2007-10-11Man writer: Don't print link source for internal links (#...).fiddlosopher2-0/+3
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher3-14/+13