aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-04make_osx_package.sh: removed executable signing.1.17.1John MacFarlane
2016-06-04appveyor: use improved method for creating msi.John MacFarlane
2016-06-04Improved Windows installer (nkalvi, #2708, #2389).John MacFarlane
2016-06-04Fixed --local-bin-path in deb package script.John MacFarlane
2016-06-04Fixed osx packaging issues.John MacFarlane
2016-06-04osx build: use --local-bin-path.John MacFarlane
2016-06-04deb pkg: use --local-bin-path so we don't install to ~/.local.John MacFarlane
2016-06-04Updated man page.John MacFarlane
2016-06-04Updated date in README.John MacFarlane
2016-06-04Updated AUTHORS in README.John MacFarlane
2016-06-04Updated changelog.John MacFarlane
2016-06-04Travis: test with ghc 8.0.1, remove testing with ghc 7.4.John MacFarlane
2016-06-03Fixed windows/stack.yaml.John MacFarlane
2016-06-03Use windows/stack.yaml for appveyor build.John MacFarlane
2016-06-03appveyor.yml: diagnostics.John MacFarlane
2016-06-03appveyor.yml: Fix check for existing wixtoolset.John MacFarlane
2016-06-03Require latest highlighting-kate.John MacFarlane
2016-06-03appveyor improvements.John MacFarlane
2016-06-03Windows build: create pandoc-citeproc on appveyor, so we can put in msi.John MacFarlane
2016-06-03appveyor: Fixed spacing issue in VERSION setting.John MacFarlane
2016-06-03appveyor: another attempt to get version set!John MacFarlane
2016-06-03appveyor: another try at setting version.John MacFarlane
2016-06-03Updated changelogJohn MacFarlane
2016-06-03Merge pull request #2962 from tarleb/org-more-export-settingsJohn MacFarlane
2016-06-03Org reader: support special strings export optionAlbert Krewinkel
2016-06-03Org reader: support emphasized text export optionAlbert Krewinkel
2016-06-03Org reader: support smart quotes export optionAlbert Krewinkel
2016-06-02appveyor: Fixed version detection.John MacFarlane
2016-06-02appveyor: cache wixbin directory.John MacFarlane
2016-06-02appveyor: maybe fixed escaping.John MacFarlane
2016-06-02Fixed YAML for appveyor.yml.John MacFarlane
2016-06-02appveyor: fixed set command.John MacFarlane
2016-06-02appveyor: put wix path in quotes.John MacFarlane
2016-06-02appveyor: another attempt to get wix paths right.John MacFarlane
2016-06-02appveyor.yml: try to get paths for candle and light right.John MacFarlane
2016-06-02appveyor: try to create msi as artifact.John MacFarlane
2016-06-02Updated changelog.John MacFarlane
2016-06-02Org reader: drop unused field from parser stateAlbert Krewinkel
2016-06-02Org reader: undo code duplicationAlbert Krewinkel
2016-05-31Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane
2016-05-31Merge pull request #2954 from tarleb/org-export-blocksJohn MacFarlane
2016-05-31brazilian -> brazil for polyglossia.John MacFarlane
2016-05-29Org reader: support new syntax for export blocksAlbert Krewinkel
2016-05-29Org reader: refactor BEGIN…END block parsingAlbert Krewinkel
2016-05-29Org reader: rename `parseInlines` to `inlines`Albert Krewinkel
2016-05-27Org reader: support org-ref style citationsAlbert Krewinkel
2016-05-25Merge pull request #2946 from tarleb/org-modularizationJohn MacFarlane
2016-05-25Org reader: extract blocks parser to moduleAlbert Krewinkel
2016-05-25Org reader: extract inline parser to moduleAlbert Krewinkel
2016-05-25Org reader: extract parsing function to moduleAlbert Krewinkel