Age | Commit message (Expand) | Author | Files | Lines |
2006-12-20 | Changed 'stability' from 'provisional' to 'alpha'. | fiddlosopher | 15 | -15/+15 |
2006-12-20 | Added some extra fields to Pandoc.cabal.in. | fiddlosopher | 1 | -0/+4 |
2006-12-20 | Changed 'status' in comment headers from 'unstable' to 'provisional' | fiddlosopher | 14 | -14/+14 |
2006-12-20 | Made javascript obfuscation of emails even more obfuscatory, | fiddlosopher | 3 | -14/+51 |
2006-12-20 | Put notice about the GPL on web page. | fiddlosopher | 1 | -1/+3 |
2006-12-20 | + Added module data for haddock. | fiddlosopher | 15 | -1266/+1571 |
2006-12-20 | Obscured email addresses in documents that will be web-accessible. | fiddlosopher | 3 | -4/+4 |
2006-12-20 | Modified debian/copyright, and made COPYRIGHT in top level | fiddlosopher | 2 | -90/+29 |
2006-12-20 | Removed LICENSE, replacing it with COPYING (text of GPL) | fiddlosopher | 4 | -39/+382 |
2006-12-20 | Cleaned up TODO file. | fiddlosopher | 1 | -27/+13 |
2006-12-20 | Modified the HTML writer to add invisible anchors to each section | fiddlosopher | 8 | -6/+108 |
2006-12-19 | + Replaced 'comparing' combinator in markdown reader with 'compare'. | fiddlosopher | 4 | -9/+14 |
2006-12-19 | Fixed a minor mistake introduced in resolving conflicts from the | fiddlosopher | 1 | -1/+0 |
2006-12-19 | Merged changes to footnotes branch r219-r240. | fiddlosopher | 17 | -108/+181 |
2006-12-19 | Added 'clean' target to src/templates/Makefile, main | fiddlosopher | 2 | -0/+5 |
2006-12-19 | Changes to build process relating to r234. | fiddlosopher | 7 | -31/+30 |
2006-12-19 | Removed three files from the repository. These are generated | fiddlosopher | 3 | -136/+0 |
2006-12-19 | Changed footnote syntax to conform to the de facto standard | fiddlosopher | 12 | -80/+92 |
2006-12-18 | Changed '--smartypants' to '--smart' and adjusted documentation | fiddlosopher | 4 | -12/+12 |
2006-12-17 | + BUGS now contains a link to pandoc's issue tracker at Google Code. | fiddlosopher | 2 | -21/+18 |
2006-12-17 | Removed a / in a comment that was causing haddock to fail. | fiddlosopher | 1 | -6/+6 |
2006-12-16 | Modified markdown reader to allow ordered list items to begin | fiddlosopher | 2 | -3/+32 |
2006-12-16 | + Small changes to Makefile for better handling of Windows executable. | fiddlosopher | 2 | -8/+21 |
2006-12-16 | Improvements to smart-quote regexs. Now we can better handle | fiddlosopher | 3 | -12/+21 |
2006-12-16 | Changed 'putStrLn' to 'putStr' in Main.hs, and modified some | fiddlosopher | 18 | -65/+25 |
2006-12-13 | Bumped version to 0.3 after tagging 0.22. | fiddlosopher | 1 | -1/+1 |
2006-12-13 | Changed version to 0.22 for tag creation. | fiddlosopher | 2 | -4/+2 |
2006-12-13 | Makefile now checks to see if we're running Cygwin/Windows; if we are, | fiddlosopher | 1 | -1/+4 |
2006-12-13 | Reverted addition of .exe to Windows executables in cabalize. | fiddlosopher | 1 | -5/+1 |
2006-12-13 | In cabalize, add '.exe' extension to executables if we're on | fiddlosopher | 1 | -1/+5 |
2006-12-12 | Extract version number from src/Main.hs in cabalize and Makefile. | fiddlosopher | 3 | -4/+7 |
2006-12-12 | Minor change: 'test 4' to 'test 3' in testwrapper.in. | fiddlosopher | 1 | -1/+1 |
2006-12-12 | + Documented website target in changelog. | fiddlosopher | 2 | -0/+88 |
2006-12-12 | Revised changelog to reflect changes since r105. | fiddlosopher | 1 | -4/+60 |
2006-12-12 | Merge changes in branches/wrappers into trunk. | roktas | 25 | -466/+735 |
2006-12-09 | In HTML writer, include <title></title> even if title is null. | fiddlosopher | 1 | -4/+1 |
2006-11-27 | Minor improvements to LaTeX reader: | fiddlosopher | 1 | -3/+9 |
2006-11-26 | Refactored LaTeX reader for clarity (added isArg function). | fiddlosopher | 1 | -1/+5 |
2006-11-26 | Pandoc bug fixes: | fiddlosopher | 14 | -108/+110 |
2006-11-19 | Modified INSTALL instructions to emphasize that GNU make is required, | fiddlosopher | 1 | -1/+5 |
2006-11-16 | Using hardcoded executable paths in Makefile doesn't work. While GHC | roktas | 1 | -5/+15 |
2006-11-15 | Modified markdown2pdf to check that input file exists and is readable, | fiddlosopher | 1 | -0/+5 |
2006-11-15 | Fixed bug with 'shift' in html2markdown and markdown2pdf. | fiddlosopher | 2 | -4/+4 |
2006-11-15 | Remove ' -- ' prefix instead of '--' in passed-through options. | fiddlosopher | 5 | -5/+5 |
2006-11-14 | Changes to man files documenting the ' -- ' option. | fiddlosopher | 5 | -5/+66 |
2006-11-14 | Minor documentation changes (README). | fiddlosopher | 1 | -5/+7 |
2006-11-14 | Better error messages in markdown2pdf: print only the latex errors, | fiddlosopher | 1 | -1/+1 |
2006-11-13 | * Add PANDOC_OPTS support to 'markdown2pdf'. | roktas | 5 | -18/+38 |
2006-11-13 | README changes: | fiddlosopher | 1 | -1/+25 |
2006-11-13 | Modified wrapper scripts to pass all command-line options after -- | fiddlosopher | 4 | -3/+32 |