Age | Commit message (Expand) | Author | Files | Lines |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+512 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -512/+0 |
2007-10-15 | Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc. | fiddlosopher | 1 | -4/+1 |
2007-09-27 | Added a writer option for wrapped text and a command-line option | fiddlosopher | 1 | -1/+10 |
2007-09-18 | Main (tabFilter): | fiddlosopher | 1 | -1/+2 |
2007-09-13 | Changed pandoc home page to http://johnmacfarlane.net/pandoc/. | fiddlosopher | 1 | -1/+1 |
2007-09-05 | Bumped version to 0.45. | fiddlosopher | 1 | -1/+1 |
2007-09-02 | Bump version numbers to 0.44, which will be the next | fiddlosopher | 1 | -1/+1 |
2007-08-30 | Version bump to 0.43. | fiddlosopher | 1 | -1/+1 |
2007-08-28 | Main: Replaced tabsToSpacesInLine and tabFilter with single function | fiddlosopher | 1 | -12/+13 |
2007-08-28 | + Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared. | fiddlosopher | 1 | -4/+14 |
2007-08-23 | Bumped version numbers to 0.42 in anticipation of next | fiddlosopher | 1 | -1/+1 |
2007-08-23 | Use UTF8 conversion on the extra files loaded in Main.hs | fiddlosopher | 1 | -4/+4 |
2007-08-19 | Bump version to 0.41. | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Main: Changed putStr to putStrLn -- mainly because MacOS doesn't display | fiddlosopher | 1 | -1/+1 |
2007-07-26 | Changed how ASCIIMathML is handled: | fiddlosopher | 1 | -10/+14 |
2007-07-22 | Main: Relabeled asciiMathMLLink -> asciiMathML, asciiMathML -> math. | fiddlosopher | 1 | -4/+4 |
2007-07-15 | Main.hs: If writer is "context", automatically select | fiddlosopher | 1 | -1/+2 |
2007-07-15 | If output file has .ctx or .context extension, | fiddlosopher | 1 | -0/+2 |
2007-07-15 | Merged branches/context: addition of a ConTeXt writer | fiddlosopher | 1 | -0/+1 |
2007-07-13 | Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, | fiddlosopher | 1 | -7/+5 |
2007-07-12 | Main: use Text.Pandoc to simplify list of imported modules. | fiddlosopher | 1 | -24/+9 |
2007-07-12 | If writer == "s5", don't set table of contents option. | fiddlosopher | 1 | -1/+2 |
2007-07-12 | Changed order of options, for aesthetic reasons. | fiddlosopher | 1 | -5/+5 |
2007-07-10 | Recognize output filenames with any single-digit extension as man | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -4/+4 |
2007-07-07 | + Introduced writerIgnoreNotes option in WriterOptions. This is needed | fiddlosopher | 1 | -0/+1 |
2007-07-07 | Added writerTableOfContents to WriterOptions, and added a | fiddlosopher | 1 | -0/+10 |
2007-06-30 | Modified Main.hs and Pandoc.cabal to add man page | fiddlosopher | 1 | -0/+3 |
2007-04-22 | Resolved issue #10: instead of adding "\n\n" to the | fiddlosopher | 1 | -1/+1 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -11/+10 |
2007-03-03 | Added --inline-links option to force links in HTML to be parsed | fiddlosopher | 1 | -6/+15 |
2007-02-26 | Modified HTML writer to use the Text.XHtml library. This results | fiddlosopher | 1 | -7/+8 |
2007-01-31 | Use "gaps" in copyrightMessage string for cleaner code formatting. | fiddlosopher | 1 | -1/+4 |
2007-01-15 | Added support for tables in markdown reader and in LaTeX, | fiddlosopher | 1 | -2/+8 |
2007-01-09 | Moved up processing of --dump-args so that output file won't | fiddlosopher | 1 | -7/+7 |
2007-01-08 | Have pandoc return exit code 2 whenever a usage message is | fiddlosopher | 1 | -3/+3 |
2007-01-08 | Changes to Pandoc's options to facilitate wrapper scripts: | fiddlosopher | 1 | -19/+30 |
2007-01-06 | Allow '-S' option to be specified together with '--strict', if desired. | fiddlosopher | 1 | -2/+1 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -3/+3 |
2007-01-02 | Modified main 'pandoc' program so that if it is called with program | fiddlosopher | 1 | -7/+18 |
2007-01-02 | Change 'HtmlEntities' module to 'Entities'. Adjusted calling | fiddlosopher | 1 | -0/+1 |
2007-01-01 | Merged changes from docbook branch since r363. | fiddlosopher | 1 | -1/+7 |
2006-12-31 | Changed usage message so that it is more compact (and slightly | fiddlosopher | 1 | -34/+32 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -13/+25 |
2006-12-28 | + Removed the convenience symlinks (which don't work on Windows under | fiddlosopher | 1 | -75/+82 |
2006-12-22 | Merged changes from branches/wrappers since r177. | fiddlosopher | 1 | -26/+116 |
2006-12-20 | Added license text to top of source files. | fiddlosopher | 1 | -0/+18 |
2006-12-20 | Changed 'stability' from 'provisional' to 'alpha'. | fiddlosopher | 1 | -1/+1 |
2006-12-20 | Changed 'status' in comment headers from 'unstable' to 'provisional' | fiddlosopher | 1 | -1/+1 |