summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Markdown writer: Use autolink when link text matches url.John MacFarlane2013-01-26
* Removed hsmarkdown.John MacFarlane2013-01-26
* Markdown reader: Simplified and sped up str parser.John MacFarlane2013-01-25
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Changed copyright date range on Markdown reader.John MacFarlane2013-01-25
* Minor code cleanup.John MacFarlane2013-01-25
* Markdown reader: Moved guardEnabled to definitionList.John MacFarlane2013-01-25
* Markdown reader: Performance improvement in str parser.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Parsing: More improvements of anyLine parser.John MacFarlane2013-01-25
* More anyLine tweaks: Use incSourceLine.John MacFarlane2013-01-25
* anyLine: Set position properly.John MacFarlane2013-01-25
* Makefile: Don't enable tests in 'make prof'.John MacFarlane2013-01-25
* Markdown reader: More efficient version of scanForPipe.John MacFarlane2013-01-25
* Parsing: Much faster new version of anyLine.John MacFarlane2013-01-25
* Increased ansi-terminal upper bound.John MacFarlane2013-01-25
* .gitmodule: Use https rather than git URL.John MacFarlane2013-01-25
* make-pandoc-man-pages: CPP macros to import right time module.John MacFarlane2013-01-25
* Relaxed old-time version bound, allowing 1.0.*.John MacFarlane2013-01-25
* Fixed Makefile PHONY line.John MacFarlane2013-01-25
* Updated changelog.John MacFarlane2013-01-23
* Version bump to 1.10.0.5.John MacFarlane2013-01-23
* Makefile: Added sdist.John MacFarlane2013-01-23
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
* Fixed regressions in fenced code blocks.John MacFarlane2013-01-23
* Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2013-01-23
|\
| * Changes to make-windows-installer.bat.John MacFarlane2013-01-22
| * README: Split up documentation of table extensions.John MacFarlane2013-01-22
* | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2013-01-22
|\|
| * Another fix to the CPP macro in EPUB writer.John MacFarlane2013-01-22
| * windowns installer: Removed --disable-library-for-ghci.John MacFarlane2013-01-22
| * Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane2013-01-22
| * Force reinstall for windows package.John MacFarlane2013-01-22
| * Corrected name of `blank_before_blockquote` in README.John MacFarlane2013-01-22
| * Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane2013-01-21
| * Merge pull request #717 from juhp/patch-1John MacFarlane2013-01-21
| |\
| | * EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen2013-01-22
| |/
* / Updated tested-with in cabal file.John MacFarlane2013-01-21
|/
* LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane2013-01-21
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Fixed bug in uri parser.John MacFarlane2013-01-20
* make-windows-installer: force reinstall of citeproc-hs and h-k.John MacFarlane2013-01-20
* Version bump to 1.10.0.4.John MacFarlane2013-01-20
* Updated changelog.John MacFarlane2013-01-20
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* Bump version to 1.10.0.3; added further missing fb2 tests.John MacFarlane2013-01-20