summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Modified HTML reader to skip a newline following a <br> tag.fiddlosopher2007-01-03
* Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variablesfiddlosopher2007-01-03
* Modified main 'pandoc' program so that if it is called with programfiddlosopher2007-01-02
* Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it worksfiddlosopher2007-01-02
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Use entities for all characters above 127 in docbook output.fiddlosopher2007-01-02
* Changed representation of code blocks to use <screen> andfiddlosopher2007-01-01
* Removed a line that was causing a compiler warning in docbookfiddlosopher2007-01-01
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Refactored fillTemplates.pl.fiddlosopher2007-01-01
* Revised inline code parsing in Markdown reader to conform tofiddlosopher2006-12-31
* Simplified list parsing code in RST reader.fiddlosopher2006-12-31
* Cleaned up some code in RST reader.fiddlosopher2006-12-31
* Changed Markdown reader so that the first pass, in which a listfiddlosopher2006-12-31
* Removed unneeded 'do' block from 'parseBlocks' definitionfiddlosopher2006-12-31
* Changed usage message so that it is more compact (and slightlyfiddlosopher2006-12-31
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* + Changed 'web2markdown' to 'html2markdown'.fiddlosopher2006-12-29
* Reversed changes from r246:fiddlosopher2006-12-29
* + Removed the convenience symlinks (which don't work on Windows underfiddlosopher2006-12-28
* + Added --strip-trailing-cr option to diff in runtests.pl, so thatfiddlosopher2006-12-24
* Changed default ASCIIMathML text color to black.fiddlosopher2006-12-24
* Merged changes from branches/wrappers since r177.fiddlosopher2006-12-22
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher2006-12-21
* Fixed two small haddock bugs.fiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* Made javascript obfuscation of emails even more obfuscatory,fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Modified the HTML writer to add invisible anchors to each sectionfiddlosopher2006-12-20
* + Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher2006-12-19
* Fixed a minor mistake introduced in resolving conflicts from thefiddlosopher2006-12-19
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Added 'clean' target to src/templates/Makefile, mainfiddlosopher2006-12-19
* Changes to build process relating to r234.fiddlosopher2006-12-19
* Removed three files from the repository. These are generatedfiddlosopher2006-12-19
* Changed footnote syntax to conform to the de facto standardfiddlosopher2006-12-19
* Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher2006-12-18
* Removed a / in a comment that was causing haddock to fail.fiddlosopher2006-12-17
* Modified markdown reader to allow ordered list items to beginfiddlosopher2006-12-16
* Improvements to smart-quote regexs. Now we can better handlefiddlosopher2006-12-16
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* Bumped version to 0.3 after tagging 0.22.fiddlosopher2006-12-13
* Changed version to 0.22 for tag creation.fiddlosopher2006-12-13
* Minor change: 'test 4' to 'test 3' in testwrapper.in.fiddlosopher2006-12-12
* Merge changes in branches/wrappers into trunk.roktas2006-12-12
* In HTML writer, include <title></title> even if title is null.fiddlosopher2006-12-09