Age | Commit message (Expand) | Author | Files | Lines |
2007-08-15 | Small website tweak: README.txt, not README-WINDOWS.txt. | fiddlosopher | 1 | -1/+1 |
2007-08-15 | Small changes to website. | fiddlosopher | 1 | -4/+4 |
2007-08-15 | Simplified Makefile install-all and uninstall-all targets. | fiddlosopher | 1 | -4/+4 |
2007-08-15 | Minor tweaks on website (deb description). | fiddlosopher | 1 | -2/+3 |
2007-08-15 | Cosmetic changes. | fiddlosopher | 1 | -4/+3 |
2007-08-15 | Fixed bug in tarball target in Makefile (should be RELNAME instead | fiddlosopher | 1 | -1/+1 |
2007-08-15 | Added note that deb will work on Ubuntu to website. | fiddlosopher | 1 | -2/+2 |
2007-08-15 | Documented fix for paragraphs starting with (C) | fiddlosopher | 1 | -1/+6 |
2007-08-15 | Brought debian/changelog up to date. | fiddlosopher | 1 | -0/+4 |
2007-08-15 | LaTeX reader: parse \texttt{} as code, as long as there's | fiddlosopher | 1 | -2/+9 |
2007-08-15 | Fixed bug in normalizeSpaces: Space:Str "":Space | fiddlosopher | 1 | -0/+1 |
2007-08-15 | Allow htmlComments as rawHtmlInline in HTML reader. | fiddlosopher | 1 | -2/+3 |
2007-08-15 | Changed (C) to a unicode copyright symbol. | fiddlosopher | 1 | -1/+1 |
2007-08-15 | Website improvements. | fiddlosopher | 1 | -4/+8 |
2007-08-15 | Updated PROFILING instructions. | fiddlosopher | 1 | -0/+3 |
2007-08-15 | Updated debian/changelog. | fiddlosopher | 1 | -29/+76 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 21 | -2263/+1994 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 36 | -385/+1359 |
2007-08-03 | Added parsing for \url to LaTeX reader. | fiddlosopher | 1 | -1/+6 |
2007-08-03 | Use \url{} for autolinks in LaTeX writer. | fiddlosopher | 2 | -5/+8 |
2007-07-28 | Removed test for examplep in markdown2pdf. | fiddlosopher | 1 | -4/+0 |
2007-07-28 | Removed references to examplep package in documentation, and | fiddlosopher | 3 | -37/+33 |
2007-07-28 | For website demo, don't use 2-column latex, as the | fiddlosopher | 1 | -3/+3 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 25 | -41/+64 |
2007-07-28 | Changes to Markdown reader: | fiddlosopher | 1 | -6/+7 |
2007-07-28 | Removed examplep specific stuff in LaTeX reader. | fiddlosopher | 1 | -13/+1 |
2007-07-28 | LaTeX writer: | fiddlosopher | 1 | -12/+14 |
2007-07-28 | Removed examplep from LaTeX header. | fiddlosopher | 1 | -1/+0 |
2007-07-28 | Use 11pt font by default in ConTeXt header. | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Changed [URL] to [url] in description of --asciimathml option. | fiddlosopher | 1 | -3/+3 |
2007-07-28 | Cleaned up and fixed autolinks in RST. All that's needed | fiddlosopher | 1 | -12/+12 |
2007-07-28 | Don't put autolinks in typewriter font in ConTeXt, since | fiddlosopher | 1 | -0/+2 |
2007-07-28 | Fixed problems with obfuscateLink introduced by last round | fiddlosopher | 1 | -14/+11 |
2007-07-28 | Changes in LaTeX reader to accommodate Pandoc's own use of | fiddlosopher | 1 | -2/+23 |
2007-07-28 | Main: Changed putStr to putStrLn -- mainly because MacOS doesn't display | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Man page writer: modified treatment of autolinks, | fiddlosopher | 1 | -1/+1 |
2007-07-28 | LaTeX writer: include fancyvrb and \VerbatimFootnotes | fiddlosopher | 1 | -4/+4 |
2007-07-28 | Makefile: instead of testing for existence of pandoc | fiddlosopher | 1 | -4/+2 |
2007-07-28 | Simplified HTML writer's treatment of autolinks. | fiddlosopher | 1 | -8/+8 |
2007-07-28 | Updated testsuite.native - autolinks should have the | fiddlosopher | 1 | -2/+2 |
2007-07-28 | LaTeX writer tests updated, | fiddlosopher | 2 | -13/+14 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 4 | -11/+11 |
2007-07-28 | Fixed a bug in Docbook writer: email links with text were being | fiddlosopher | 1 | -1/+6 |
2007-07-28 | Reinstated dependence on fancyvrb. It is compatible with examplep. | fiddlosopher | 3 | -13/+29 |
2007-07-28 | Changed LaTeX writer to use the examplep package instead | fiddlosopher | 7 | -58/+59 |
2007-07-27 | Use ` as default character for \verb in LaTeX output. | fiddlosopher | 2 | -7/+7 |
2007-07-27 | Use HTML version of README in OSX installer, instead | fiddlosopher | 1 | -1/+1 |
2007-07-26 | Brought changelog up to date. | fiddlosopher | 1 | -0/+2 |
2007-07-26 | Include empty \author{} in LaTeX preamble if no | fiddlosopher | 1 | -4/+2 |
2007-07-26 | Fixes in LaTeX writer: | fiddlosopher | 2 | -8/+7 |