aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-10Updated man page.1.15.0.5John MacFarlane
2015-07-10Updated changelog.John MacFarlane
2015-07-10Removed tabs from source.John MacFarlane
2015-07-10Avoid parsing partial URLs as HTML tags.John MacFarlane
Closes #2277.
2015-07-09Version bump to 1.15.0.5 and updated changelog.John MacFarlane
2015-07-09Added to Contributors list.John MacFarlane
2015-07-09Updated 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-08Merge pull request #2266 from PromyLOPh/fieldinlineJohn MacFarlane
RST: Support inline markup for field list names
2015-07-08PDF: 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-08Merge pull request #2282 from adunning/patch-1John MacFarlane
CommonMark Writer: Correct tags used for superscript/subscript
2015-07-08Correct superscript/subscript.Andrew Dunning
2015-07-07Fixed 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-06Updated context writer test.John MacFarlane
2015-07-06ConTeXt template: activate hanging indent for definition lists.John MacFarlane
(mb21)
2015-07-06Setup.hs: better version detection in older hsb2hs.John MacFarlane
If it returns an error with input `--version`, recover gracefully.
2015-07-05Changes 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-05Make 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-05Travis: only do sdist with cabal != 1.16.John MacFarlane
2015-07-05Travis: reorder hsb2hs install.John MacFarlane
2015-07-04Travis: install hsb2hs.John MacFarlane
2015-07-04Makefile: prettier 'download_stats'.John MacFarlane
2015-07-04Clarified that templates go in templates subdirectory of user data dir.John MacFarlane
Closes #2272.
2015-07-03Setup.hs: Don't require hsb2hs unless embed_data_files flag specified.John MacFarlane
2015-07-03Try to fix travis build for ghc 7.4.2.John MacFarlane
2015-07-03Fixed travis.John MacFarlane
2015-07-03Travis: build in a directory created by sdist.John MacFarlane
This will catch packaging bugs.
2015-07-03Updated changelog.1.15.0.4John MacFarlane
2015-07-03Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun
2015-07-03Tests.Readers.RST: Group field list testsLars-Dominik Braun
2015-07-03Readers.RST: Factor out inline markup string parsingLars-Dominik Braun
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun
“Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists
2015-07-02Added 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-02Bump date on READMEJohn MacFarlane
2015-07-02Bump version to 1.15.0.4.John MacFarlane
2015-07-02WiX: Set InstallPrivileges to limited.John MacFarlane
Default is "elevated", which requires admin privileges.
2015-07-02Make copying of man pages respect --destdir.John MacFarlane
Closes #2262.
2015-07-02Better error messages for filters:John MacFarlane
- Inform user if filter requires an interpreter that isn't found in the path. - Inform user if filter returns an error status.
2015-07-02Bump version to 1.15.0.3, updated changelog.1.15.0.3John MacFarlane
2015-07-02Setup.hs: ensure target directory is created when installing man page.John MacFarlane
2015-07-02Version bump to 1.15.0.2, updated changelog.1.15.0.2John MacFarlane
2015-07-02Added man page source files to extra-source-files.John MacFarlane
2015-07-01Bump version to 1.15.0.1, update changelog.1.15.0.1John MacFarlane
2015-07-01Install man pages as part of cabal 'copy' phase.John MacFarlane
2015-07-01Generate man page in cabal build process and include in data/.John MacFarlane
The pandoc.1 man page is generated automatically after the cabal build process. It goes in `data/pandoc.1`. It can be obtained by the user who installs pandoc via cabal thus: pandoc --print-default-data-file pandoc.1 > pandoc.1
2015-07-01Don't use MANDIR in make_deb and make_osx_package.1.15John MacFarlane
2015-07-01Always rebuild man page in making deb and osx package.John MacFarlane
2015-07-01Updated make_osx_package.sh for new man page method.John MacFarlane
2015-07-01Updated make_deb.sh for new man page method.John MacFarlane
2015-07-01Updated changelog.John MacFarlane
2015-07-01ConTeXt: use `\goto` for internal links.John MacFarlane