summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use generic example.com link in README and changelog.John MacFarlane2015-11-16
|
* Use example.com for sample link in changelog.John MacFarlane2015-11-16
|
* Added two missing test cases to extra-source-files in pandoc.cabal.John MacFarlane2015-11-16
| | | | Otherwise they don't get into the tarball. Closes #2537.
* 'make dist' - use stack to build from tarball.John MacFarlane2015-11-15
|
* Adjusted trypandoc makefile for use of sandbox.John MacFarlane2015-11-15
|
* Fixed bug in make_osx_package.sh script.John MacFarlane2015-11-15
|
* make_osx_package.sh: be compatible with OSX >= 10.7.John MacFarlane2015-11-15
|
* Build deb pkg on wheezy so we require a lower libc version.John MacFarlane2015-11-15
|
* deb/Vagrantfile improvements.John MacFarlane2015-11-15
| | | | | - Reduce memory size. - Retrieve key.
* Vagrantfile: Install certificates needed for stack to work.John MacFarlane2015-11-15
|
* Removed 'changes' Makefile target.John MacFarlane2015-11-15
|
* Updated man page.John MacFarlane2015-11-15
|
* Added 'make changes_github' and 'make changes', updated release checklist.John MacFarlane2015-11-15
|
* Added 'make changes' target.John MacFarlane2015-11-15
| | | | | This copies to osx clipboard a github-markdown version of the changes from the latest release in the changelog.
* Updated changelog.John MacFarlane2015-11-15
|
* Docx writer: insert space between footnote ref and footnote.John MacFarlane2015-11-15
| | | | This matches Word's default behavior. Closes #2527.
* Use stack for Windows installer.John MacFarlane2015-11-14
|
* Merge pull request #2533 from adunning/patch-4John MacFarlane2015-11-14
|\ | | | | Fix math cross-reference in README.
| * Fix math cross-reference.Andrew Dunning2015-11-14
| |
* | Merge pull request #2531 from adunning/patch-3John MacFarlane2015-11-14
|\ \ | | | | | | Improve documentation of template updates.
| * | Improve documentation of template updates.Andrew Dunning2015-11-14
| | | | | | | | | Intermediary changes are not noted.
* | | Use latest pandoc-citeproc in deb and osx packages.John MacFarlane2015-11-14
| | |
* | | Derive Generic instances for types in Text.Pandoc.Options.John MacFarlane2015-11-14
| |/ |/|
* | Allow more customization of opendocument styles.John MacFarlane2015-11-14
|/ | | | | | | | Automatic styles can now be inserted in the template, since the template, not the writer, now provides the enclosing `<office:automatic-styles>` tags. Closes #2520.
* Added note about default for --email-obfuscation.John MacFarlane2015-11-14
| | | | See #2528.
* Slight improvement to changelog.John MacFarlane2015-11-14
|
* Updated changelog.John MacFarlane2015-11-14
|
* Use latest pandoc-citeproc in osx, deb packages.John MacFarlane2015-11-14
|
* Use lts-3.13 resolver.John MacFarlane2015-11-14
|
* Allow process 1.3.John MacFarlane2015-11-14
|
* Added test case for links in notes.Jesse Rosenthal2015-11-14
|
* Follow relationships correctly in foot/endnotes.Jesse Rosenthal2015-11-14
| | | | | | There are separate relationship (link) files for foot and endnotes. These had previously been grouped together which led to links not working correctly in notes. This should finally fix that.
* Use current pandoc-citeproc for deb and osx packages.John MacFarlane2015-11-13
|
* make-windows-installer.bat: run tests.John MacFarlane2015-11-13
|
* Updated changelog.John MacFarlane2015-11-13
|
* Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane2015-11-13
| | | | | Some of the unicode characters cause ghc parse errors in older ghc versions.
* Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane2015-11-13
|\ | | | | Org reader: Require whitespace around def list markers
| * Org reader: Require whitespace around def list markersAlbert Krewinkel2015-11-13
| | | | | | | | | | | | | | | | | | | | Definition list markers (i.e. double colons `::`) must be surrounded by whitespace to start a definition item. This rule was not checked before, resulting in bugs with footnotes and some link types. Thanks to @conklech for noticing and reporting this issue. This fixes #2518.
* | Updated changelog.John MacFarlane2015-11-13
| |
* | Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane2015-11-13
|\ \ | | | | | | Org reader: Fix emphasis rules for smart parsing
| * | Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel2015-11-13
| |/ | | | | | | | | | | | | | | | | | | Smart quotes, ellipses, and dashes should behave like normal quotes, single dashes, and dots with respect to text markup parsing. The parser state was not updated properly in all cases, which has been fixed. Thanks to @conklech for reporting this issue. This fixes #2513.
* | Updated changelog.John MacFarlane2015-11-13
| |
* | Added `emoji` extension to Markdown.John MacFarlane2015-11-13
| | | | | | | | | | | | | | This is enabled by default in `markdown_github`. Added `Ext_emoji` to `Extension` in `Text.Pandoc.Options` (API change). Closes #2523.
* | Allow `://` in citation keys.John MacFarlane2015-11-13
|/ | | | Closes jgm/pandoc-citeproc#166.
* Updated man page from README.John MacFarlane2015-11-12
|
* Makefile: include version in man page.John MacFarlane2015-11-12
|
* Updated RELEASE_CHECKLIST with new deb procedure.John MacFarlane2015-11-12
|
* Updated changelog.John MacFarlane2015-11-12
|
* Added Arata Mizuki to contributor list.John MacFarlane2015-11-12
|
* Bump version to 1.15.2.John MacFarlane2015-11-12
|