aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Added to COPYRIGHT a note that the source code is available from thefiddlosopher1-0/+4
2006-12-21Removed TODO. ToDo list now maintained on the Wiki at pandoc'sfiddlosopher2-41/+1
2006-12-21+ Added regression tests with footnotes in quote blocks and lists.fiddlosopher10-3/+85
2006-12-21Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher4-42/+36
2006-12-21Fixed two small haddock bugs.fiddlosopher2-2/+2
2006-12-20Added license text to top of source files.fiddlosopher14-0/+252
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher15-15/+15
2006-12-20Added some extra fields to Pandoc.cabal.in.fiddlosopher1-0/+4
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher14-14/+14
2006-12-20Made javascript obfuscation of emails even more obfuscatory,fiddlosopher3-14/+51
2006-12-20Put notice about the GPL on web page.fiddlosopher1-1/+3
2006-12-20+ Added module data for haddock.fiddlosopher15-1266/+1571
2006-12-20Obscured email addresses in documents that will be web-accessible.fiddlosopher3-4/+4
2006-12-20Modified debian/copyright, and made COPYRIGHT in top levelfiddlosopher2-90/+29
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