aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-20Removed LICENSE, replacing it with COPYING (text of GPL)fiddlosopher4-39/+382
2006-12-20Cleaned up TODO file.fiddlosopher1-27/+13
2006-12-20Modified the HTML writer to add invisible anchors to each sectionfiddlosopher8-6/+108
2006-12-19+ Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher4-9/+14
2006-12-19Fixed a minor mistake introduced in resolving conflicts from thefiddlosopher1-1/+0
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher17-108/+181
2006-12-19Added 'clean' target to src/templates/Makefile, mainfiddlosopher2-0/+5
2006-12-19Changes to build process relating to r234.fiddlosopher7-31/+30
2006-12-19Removed three files from the repository. These are generatedfiddlosopher3-136/+0
2006-12-19Changed footnote syntax to conform to the de facto standardfiddlosopher12-80/+92
2006-12-18Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher4-12/+12
2006-12-17+ BUGS now contains a link to pandoc's issue tracker at Google Code.fiddlosopher2-21/+18
2006-12-17Removed a / in a comment that was causing haddock to fail.fiddlosopher1-6/+6
2006-12-16Modified markdown reader to allow ordered list items to beginfiddlosopher2-3/+32
2006-12-16+ Small changes to Makefile for better handling of Windows executable.fiddlosopher2-8/+21
2006-12-16Improvements to smart-quote regexs. Now we can better handlefiddlosopher3-12/+21
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher18-65/+25
2006-12-13Bumped version to 0.3 after tagging 0.22.fiddlosopher1-1/+1
2006-12-13Changed version to 0.22 for tag creation.fiddlosopher2-4/+2
2006-12-13Makefile now checks to see if we're running Cygwin/Windows; if we are,fiddlosopher1-1/+4
2006-12-13Reverted addition of .exe to Windows executables in cabalize.fiddlosopher1-5/+1
2006-12-13In cabalize, add '.exe' extension to executables if we're onfiddlosopher1-1/+5
2006-12-12Extract version number from src/Main.hs in cabalize and Makefile.fiddlosopher3-4/+7
2006-12-12Minor change: 'test 4' to 'test 3' in testwrapper.in.fiddlosopher1-1/+1
2006-12-12+ Documented website target in changelog.fiddlosopher2-0/+88
2006-12-12Revised changelog to reflect changes since r105.fiddlosopher1-4/+60
2006-12-12Merge changes in branches/wrappers into trunk.roktas25-466/+735
2006-12-09In HTML writer, include <title></title> even if title is null.fiddlosopher1-4/+1
2006-11-27Minor improvements to LaTeX reader:fiddlosopher1-3/+9
2006-11-26Refactored LaTeX reader for clarity (added isArg function).fiddlosopher1-1/+5
2006-11-26Pandoc bug fixes:fiddlosopher14-108/+110
2006-11-19Modified INSTALL instructions to emphasize that GNU make is required,fiddlosopher1-1/+5
2006-11-16Using hardcoded executable paths in Makefile doesn't work. While GHC roktas1-5/+15
2006-11-15Modified markdown2pdf to check that input file exists and is readable,fiddlosopher1-0/+5
2006-11-15Fixed bug with 'shift' in html2markdown and markdown2pdf.fiddlosopher2-4/+4
2006-11-15Remove ' -- ' prefix instead of '--' in passed-through options.fiddlosopher5-5/+5
2006-11-14Changes to man files documenting the ' -- ' option.fiddlosopher5-5/+66
2006-11-14Minor documentation changes (README).fiddlosopher1-5/+7
2006-11-14Better error messages in markdown2pdf: print only the latex errors,fiddlosopher1-1/+1
2006-11-13* Add PANDOC_OPTS support to 'markdown2pdf'.roktas5-18/+38
2006-11-13README changes:fiddlosopher1-1/+25
2006-11-13Modified wrapper scripts to pass all command-line options after -- fiddlosopher4-3/+32
2006-11-12Replace which(1) in all wrappers with 'pathfind', a POSIX-compliant shell roktas5-37/+102
2006-11-12Fix a bug in 'uninstall-exec' target.roktas1-1/+1
2006-11-12Portability fixes and various cleanups in wrapper scripts:roktas5-40/+55
2006-11-12Made wrapper scripts sensitive to PANDOC_OPTS environment variable,fiddlosopher12-119/+86
2006-11-12Changes to OSX packaging:fiddlosopher1-11/+11
2006-11-11Use compiled executables directly from their build directory, without roktas1-19/+15
2006-11-10Fix a serious bug in Makefile. 'make' should recompile when a source file roktas1-4/+3
2006-11-08Fixed two small Haddock comment bugs in Shared.hs.fiddlosopher1-2/+4