summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* OSX package script: cabal init before update.John MacFarlane2014-05-07
* Bumped version bound for mtl.John MacFarlane2014-05-07
* Require latest texmath.John MacFarlane2014-05-07
* Require latest highlighting-kate.John MacFarlane2014-05-07
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
* Fix textile reader hanging.mpickering2014-05-07
* README: Updated Authors.John MacFarlane2014-05-07
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
* Make `--trace` work with textile reader.John MacFarlane2014-05-06
* Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane2014-05-06
* Updated tests for template changes.John MacFarlane2014-05-06
* Updated changelog.John MacFarlane2014-05-06
* LaTeX template: Added linestretch variable.John MacFarlane2014-05-06
* Added fontfamily variable to latex template. (tlvince)John MacFarlane2014-05-06
* Updated templates: conditionalize author/date in latex template.John MacFarlane2014-05-06
* Updated changelog.John MacFarlane2014-05-06
* Update latex/beamer templates: load upquote after fontenc.John MacFarlane2014-05-06
* Merge pull request #1280 from tarleb/org-inline-blocksJohn MacFarlane2014-05-06
|\
| * Org reader: Read inline code blocksAlbert Krewinkel2014-05-06
* | Windows installer: more typos from transition from cabal-dev.John MacFarlane2014-05-06
* | Windows install script: Fixed typo in path.John MacFarlane2014-05-06
* | make_osx_package: install alex, happy, hsb2hs.John MacFarlane2014-05-06
* | Windows install script: install alex, happy.John MacFarlane2014-05-06
|/
* Windows package script: use cabal sandbox, not cabal-dev.John MacFarlane2014-05-05
* make_osx_package: Use cpphs to avoid problems with clang cpp.John MacFarlane2014-05-04
* Updated changelog.John MacFarlane2014-05-04
* Fixed the fix to #1154.John MacFarlane2014-05-04
* LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* README: Clarified citation key syntax.John MacFarlane2014-05-04
* Clarified use of `--natbib` and `--biblatex`.John MacFarlane2014-05-04
* Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
* Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
* Added test for #1154.John MacFarlane2014-05-04
* Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane2014-05-04
* Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
* README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane2014-05-03
* AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
* AsciiDoc writer: Added test for empty table cells.John MacFarlane2014-05-03
* AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* LaTeX reader: Fixed regression introduced with last commit.John MacFarlane2014-05-03
* LaTeX reader: Better error messages with include files.John MacFarlane2014-05-03
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
* Merge pull request #1272 from tarleb/link-typesJohn MacFarlane2014-05-01
|\
| * Org reader: Add support for custom link typesAlbert Krewinkel2014-05-01