summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher2007-12-01
* Added --gladtex and --mimetex options.fiddlosopher2007-12-01
* Documented new --gladtex and --mimetex options, and new treatment of TeX math.fiddlosopher2007-12-01
* Added HTMLMathMethod writer option.fiddlosopher2007-12-01
* Modified s5 fancy test to include new ASCIIMathML.js.fiddlosopher2007-12-01
* Small change to wording in README.fiddlosopher2007-12-01
* New version of ASCIIMathML.js.fiddlosopher2007-12-01
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Changed all writers to handle new Math block element.fiddlosopher2007-11-29
* Revised s5.native test with Math block.fiddlosopher2007-11-29
* Fixed small error in testsuite.native.fiddlosopher2007-11-29
* Modified markdown reader for new Math block.fiddlosopher2007-11-29
* Modified LaTeX reader for new Math blocks.fiddlosopher2007-11-29
* Modified refsMatch for new Math block element.fiddlosopher2007-11-29
* Added new Math block element.fiddlosopher2007-11-29
* Changed tests to use new Math block element.fiddlosopher2007-11-29
* Added TODO for math branch notes.fiddlosopher2007-11-29
* Removed src, headers, ui from top-level -- git-svn didn't do this.fiddlosopher2007-11-29
* Makefile changes: BUILDCONF and CABAL_BKP.fiddlosopher2007-11-29
* Small improvements in Makefile:fiddlosopher2007-11-29
* Moved ASCIIMathML.js, headers, and ui into templates.fiddlosopher2007-11-29
* Changed references to source directory in Makefile and pandoc.cabal.*.fiddlosopher2007-11-29
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Removed Text directory. This is a remnant of an experimentfiddlosopher2007-11-28
* Makefile: Add .exe extension to BUILDCMD if building on Windows.fiddlosopher2007-11-26
* + Makefile now checks GHC version. If GHC is 6.6, pandoc.cabal.ghc66fiddlosopher2007-11-25
* Updated debian/changelog.fiddlosopher2007-11-25
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Improved and simplified setextHeader parser in markdown reader.fiddlosopher2007-11-22
* Updated PROFILING instructions. It is no longer necessaryfiddlosopher2007-11-22
* Use Ghc-Prof-Options to ensure that '-auto-all' is usedfiddlosopher2007-11-22
* Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher2007-11-22
* Changes to testsuite for new \useURL in context writer.fiddlosopher2007-11-22
* + Changed \useurl to \useURL in ConTeXt output.fiddlosopher2007-11-22
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22
* Fixed some haddock documentation bugs in Shared.hs.fiddlosopher2007-11-18
* More improvements to ConTeXt writer:fiddlosopher2007-11-18
* ConTeXt writer:fiddlosopher2007-11-17
* Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher2007-11-17
* Use $(GHC) instead of ghc and make them user configurable through environmentroktas2007-11-17
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher2007-11-16
* New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher2007-11-16
* Fixed logic in markdown smart quote parsing:fiddlosopher2007-11-15
* Fixed smart quote parsing in markdown reader so that unicodefiddlosopher2007-11-15
* Updated documentation to reflect the fact that LaTeX and ConTeXt writersfiddlosopher2007-11-15
* Updated tests for changes in LaTeX and ConTeXt writers.fiddlosopher2007-11-15
* Changes to ConTeXt writer:fiddlosopher2007-11-15
* Improved footnote handling in LaTeX writer:fiddlosopher2007-11-15
* Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher2007-11-15