Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-11-12 | Replace which(1) in all wrappers with 'pathfind', a POSIX-compliant shell | roktas | 5 | -37/+102 |
2006-11-12 | Fix a bug in 'uninstall-exec' target. | roktas | 1 | -1/+1 |
2006-11-12 | Portability fixes and various cleanups in wrapper scripts: | roktas | 5 | -40/+55 |
2006-11-12 | Made wrapper scripts sensitive to PANDOC_OPTS environment variable, | fiddlosopher | 12 | -119/+86 |
2006-11-12 | Changes to OSX packaging: | fiddlosopher | 1 | -11/+11 |
2006-11-11 | Use compiled executables directly from their build directory, without | roktas | 1 | -19/+15 |
2006-11-10 | Fix a serious bug in Makefile. 'make' should recompile when a source file | roktas | 1 | -4/+3 |
2006-11-08 | Fixed two small Haddock comment bugs in Shared.hs. | fiddlosopher | 1 | -2/+4 |
2006-11-08 | Changed first two paragraphs of index.txt to match README. | fiddlosopher | 1 | -3/+3 |
2006-11-08 | Remove signatures (and emails!) from changelog on web page. | fiddlosopher | 1 | -1/+3 |
2006-11-08 | + Changes to osx/Welcome: | fiddlosopher | 3 | -11/+19 |
2006-11-08 | Revisions to website target: | fiddlosopher | 2 | -3/+11 |
2006-11-08 | Put all website commands into a subshell jail. If any command failed, we | roktas | 1 | -12/+14 |
2006-11-08 | Changes for 'website': | roktas | 1 | -24/+34 |
2006-11-08 | Changed install.html to INSTALL.html in website; replaced a reference | fiddlosopher | 2 | -2/+2 |
2006-11-08 | Added target for creation of website. 'web' directory contains | fiddlosopher | 7 | -0/+325 |
2006-11-07 | Removed INSTALL.html from build-doc target. | fiddlosopher | 1 | -2/+2 |
2006-11-07 | Fixes from last review: | roktas | 1 | -5/+5 |
2006-11-07 | Modified INSTALL instructions; require "make build-all" before | fiddlosopher | 1 | -18/+17 |
2006-11-03 | Attempt to fix a (long-standing) Makefile drawback which is documented in | roktas | 1 | -11/+18 |