summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* make_deb.sh: --force reinstall.John MacFarlane2014-12-19
* make_deb.sh - have only copyright, not also COPYING.John MacFarlane2014-12-19
* Added old-locale flag.John MacFarlane2014-12-19
* Fixed typo in make_deb.sh.John MacFarlane2014-12-19
* More lintian improvements to make_deb.sh.John MacFarlane2014-12-19
* Removed extra spaces in deb/control.in.John MacFarlane2014-12-19
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* make_deb.sh fixes:John MacFarlane2014-12-19
* Updated changelog.John MacFarlane2014-12-19
* MediaWiki writer: Fixed links with URL = text.John MacFarlane2014-12-19
* Updated changelog.John MacFarlane2014-12-18
* Added debpkg to release checklist.John MacFarlane2014-12-17
* More improvements to debpkg target.John MacFarlane2014-12-17
* Improved make_deb.sh.John MacFarlane2014-12-17
* Changed bindist target to debpkg.John MacFarlane2014-12-17
* Changed make_binary_package -> make_deb.John MacFarlane2014-12-17
* Added make_binary_package.sh.John MacFarlane2014-12-16
* Fixed link in READMEJohn MacFarlane2014-12-16
* Fixed Makefile tabJohn MacFarlane2014-12-16
* Added bindist target to Makefile.John MacFarlane2014-12-16
* LaTeX reader: parse math environments as inline when possible.John MacFarlane2014-12-16
* FB2 writer: Add newline to output.John MacFarlane2014-12-15
* getDefaultTemplate: don't fail when called with "fb2".John MacFarlane2014-12-15
* LaTeX writer: Handle consecutive linebreaks.John MacFarlane2014-12-15
* LaTeX reader: parse label after caption into a span...John MacFarlane2014-12-15
* HTML writer: put newline btw img and caption paragraph.John MacFarlane2014-12-15
* Reworded paragraph on citation data in README.John MacFarlane2014-12-15
* LaTeX writer: better handling of display math in simple tables.John MacFarlane2014-12-15
* EPUB writer: include "landmarks" section in nav document for epub3.John MacFarlane2014-12-15
* Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...John MacFarlane2014-12-15
|\
| * cref, sepWikiwide2014-10-03
* | Merge pull request #1803 from mpickering/bugfixesJohn MacFarlane2014-12-15
|\ \
| * | Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
| * | Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering2014-12-15
| * | Text.Pandoc.Parsing: Change parseFromString to fail if not all input isMatthew Pickering2014-12-15
|/ /
* | Don't treat a citation as a reference link label.John MacFarlane2014-12-15
* | LaTeX reader: better handling of `\noindent` and `\greektext`.John MacFarlane2014-12-15
* | EPUB writer: Removed playOrder from navpoint elements in ncx file.John MacFarlane2014-12-15
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\ \
| * | Update tests suite to expect \texorpdfstring.Vaclav Zeman2014-02-13
| * | src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for sectionVaclav Zeman2014-02-10
* | | Added a note about the need for `-s` to include YAML in Markdown output.John MacFarlane2014-12-15
* | | Merge pull request #1805 from bergey/rstJohn MacFarlane2014-12-15
|\ \ \
| * | | RST: warn about ignored fields in role directivesDaniel Bergey2014-12-12
| * | | RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12
| * | | WIP: tests for RST rolesDaniel Bergey2014-12-12
| * | | RST reader: improve support for custom rolesDaniel Bergey2014-12-12
| * | | RST: literal role should produce Code,Daniel Bergey2014-12-12
| * | | expose warnings from RST reader; refactorDaniel Bergey2014-12-12