| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-15 | Updated man page.1.15.0.6 | John MacFarlane | |
| 2015-07-15 | Fix typo in RELEASE_CHECKLIST | John MacFarlane | |
| 2015-07-15 | Updated date on README. | John MacFarlane | |
| 2015-07-15 | Updated changelog. | John MacFarlane | |
| 2015-07-15 | Version bump to 1.15.0.6. | John MacFarlane | |
| 2015-07-15 | `--self-contained`: Fixed overaggressive CSS minimization. | John MacFarlane | |
| Previously `--self-contained` wiped out all spaces in CSS, including semantically significant spaces! Closes #2301. Closes #2286. | |||
| 2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | |
| 2015-07-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | |
| Added test cases. Closes #2300. | |||
| 2015-07-14 | Improved bare autolink detection. | John MacFarlane | |
| Previously we disallowed `-` at the end of an autolink, and disallowed the combination `=-`. This commit liberalizes the rules for allowing punctuation in a bare URI. Added test cases. One potential drawback is that you can no longer put a bare URI in em dashes like this this uri---http://example.com---is an example. But in this respect we now match github's treatment of bare URIs. Closes #2299. | |||
| 2015-07-14 | Allow vector 0.11. | John MacFarlane | |
| 2015-07-13 | HTML writer: support speaker notes in dzslides. | John MacFarlane | |
| With this change `<div class="notes">` and also `<div class="notes" role="note">` will be output if `-t dzslides` is used. So we can have speaker notes in dzslides too. Thanks to maybegeek. | |||
| 2015-07-13 | Updated dzslides template. | John MacFarlane | |
| 2015-07-13 | Improved documentation of options to print system default files. | John MacFarlane | |
| `--print-default-data-file` and `--print-default-template`. Closes #2298. | |||
| 2015-07-13 | Merge pull request #2295 from dev-zero/master | John MacFarlane | |
| DokuWiki: write $..$ instead of <math>..</math> | |||
| 2015-07-13 | DokuWiki: write $..$ instead of <math>..</math> | Tiziano Müller | |
| MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of <math>..</math>. | |||
| 2015-07-12 | Changed hierarchicalize so it treats references div as top-level header. | John MacFarlane | |
| Fixes a bug with `--section-divs`, where the final references section added by pandoc-citeproc, enclosed in its own div, got put in the div for the section previous to it. This fixes #2294. Longer term, we might think about how hierarchicalize should interact with Div elements. | |||
| 2015-07-10 | Updated man page.1.15.0.5 | John MacFarlane | |
| 2015-07-10 | Updated changelog. | John MacFarlane | |
| 2015-07-10 | Removed tabs from source. | John MacFarlane | |
| 2015-07-10 | Avoid parsing partial URLs as HTML tags. | John MacFarlane | |
| Closes #2277. | |||
| 2015-07-09 | Version bump to 1.15.0.5 and updated changelog. | John MacFarlane | |
| 2015-07-09 | Added to Contributors list. | John MacFarlane | |
| 2015-07-09 | Updated pandoc.wxs. | John MacFarlane | |
| From @nkalvi with a few modifications (custom variables). - when per-machine installation is chosen, the system path is updated instead of the user's - an appropriate default is used for per-machine installation directory. | |||
| 2015-07-08 | Merge pull request #2266 from PromyLOPh/fieldinline | John MacFarlane | |
| RST: Support inline markup for field list names | |||
| 2015-07-08 | PDF: Make sure `--latex-engine-opt` goes before the filename... | John MacFarlane | |
| on the command line. LaTeX needs the argument to come after the options. Closes #1779 - again! Thanks to squisher for pointing out the problem. | |||
| 2015-07-08 | Merge pull request #2282 from adunning/patch-1 | John MacFarlane | |
| CommonMark Writer: Correct tags used for superscript/subscript | |||
| 2015-07-08 | Correct superscript/subscript. | Andrew Dunning | |
| 2015-07-07 | Fixed email javascript obfuscation with mailto: URLs. | John MacFarlane | |
| This fixes a potential security issue. Because single quotes weren't being escaped in the link portion, a specially crafted email address could allow javascript code injection. [Jim'+alert('hi')+'OBrien](mailto:[email protected]) Closes #2280. | |||
| 2015-07-06 | Updated context writer test. | John MacFarlane | |
| 2015-07-06 | ConTeXt template: activate hanging indent for definition lists. | John MacFarlane | |
| (mb21) | |||
| 2015-07-06 | Setup.hs: better version detection in older hsb2hs. | John MacFarlane | |
| If it returns an error with input `--version`, recover gracefully. | |||
| 2015-07-05 | Changes in WiX installer. | John MacFarlane | |
| These should allow a per-user install without elevated privileges, while still allowing a systemwide install with privileges. | |||
| 2015-07-05 | Make cabal require hsb2hs >= 0.3.1. | John MacFarlane | |
| This is done by adding `hookedPrograms` in `Setup.hs`, which allows us to include `hsb2hs` in Build-Tools in cabal. | |||
| 2015-07-05 | Travis: only do sdist with cabal != 1.16. | John MacFarlane | |
| 2015-07-05 | Travis: reorder hsb2hs install. | John MacFarlane | |
| 2015-07-04 | Travis: install hsb2hs. | John MacFarlane | |
| 2015-07-04 | Makefile: prettier 'download_stats'. | John MacFarlane | |
| 2015-07-04 | Clarified that templates go in templates subdirectory of user data dir. | John MacFarlane | |
| Closes #2272. | |||
| 2015-07-03 | Setup.hs: Don't require hsb2hs unless embed_data_files flag specified. | John MacFarlane | |
| 2015-07-03 | Try to fix travis build for ghc 7.4.2. | John MacFarlane | |
| 2015-07-03 | Fixed travis. | John MacFarlane | |
| 2015-07-03 | Travis: build in a directory created by sdist. | John MacFarlane | |
| This will catch packaging bugs. | |||
| 2015-07-03 | Updated changelog.1.15.0.4 | John MacFarlane | |
| 2015-07-03 | Tests.Readers.RST: Test metadata with inline markup too | Lars-Dominik Braun | |
| 2015-07-03 | Tests.Readers.RST: Group field list tests | Lars-Dominik Braun | |
| 2015-07-03 | Readers.RST: Factor out inline markup string parsing | Lars-Dominik Braun | |
| 2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | |
| “Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists | |||
| 2015-07-02 | Added pandoc.1 to repository. Don't build as part of cabal build. | John MacFarlane | |
| The process was too fragile. It made too many assumptions about available libraries (which failed sometimes when sandboxes were used). This is a low-tech solution. The only drawback is that `man/pandoc.1` is a generated file in the repository. It will need to be regenerated periodically when README changes. | |||
| 2015-07-02 | Bump date on README | John MacFarlane | |
| 2015-07-02 | Bump version to 1.15.0.4. | John MacFarlane | |
