aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-07latex template: fix for obscure hyperref/xelatex issue.John MacFarlane5-15/+29
2016-06-05Merge pull request #2964 from tarleb/org-berkeley-refJohn MacFarlane3-8/+177
2016-06-05Org reader: add support for "Berkeley-style" citesAlbert Krewinkel3-7/+176
2016-06-05Org reader: add semicolon to list of special charsAlbert Krewinkel1-1/+1
2016-06-04Use pandoc-citeproc-0.10 in binary pkgs.John MacFarlane3-3/+3
2016-06-04Removed -rtsopts from library stanza.John MacFarlane1-2/+2
2016-06-04make_osx_package.sh: removed executable signing.John MacFarlane1-3/+6
2016-06-04appveyor: use improved method for creating msi.John MacFarlane1-2/+2
2016-06-04Improved Windows installer (nkalvi, #2708, #2389).John MacFarlane5-85/+299
2016-06-04Fixed --local-bin-path in deb package script.John MacFarlane1-1/+1
2016-06-04Fixed osx packaging issues.John MacFarlane2-3/+1
2016-06-04osx build: use --local-bin-path.John MacFarlane2-9/+10
2016-06-04deb pkg: use --local-bin-path so we don't install to ~/.local.John MacFarlane3-10/+10
2016-06-04Updated man page.John MacFarlane1-47/+66
2016-06-04Updated date in README.John MacFarlane1-1/+1
2016-06-04Updated AUTHORS in README.John MacFarlane1-0/+31
2016-06-04Updated changelog.John MacFarlane1-9/+13
2016-06-04Travis: test with ghc 8.0.1, remove testing with ghc 7.4.John MacFarlane2-4/+13
2016-06-03Fixed windows/stack.yaml.John MacFarlane1-2/+0
2016-06-03Use windows/stack.yaml for appveyor build.John MacFarlane4-41/+10
2016-06-03appveyor.yml: diagnostics.John MacFarlane1-0/+3
2016-06-03appveyor.yml: Fix check for existing wixtoolset.John MacFarlane1-1/+1
2016-06-03Require latest highlighting-kate.John MacFarlane1-3/+3
2016-06-03appveyor improvements.John MacFarlane1-7/+6
2016-06-03Windows build: create pandoc-citeproc on appveyor, so we can put in msi.John MacFarlane2-7/+5
2016-06-03appveyor: Fixed spacing issue in VERSION setting.John MacFarlane1-1/+1
2016-06-03appveyor: another attempt to get version set!John MacFarlane1-5/+6
2016-06-03appveyor: another try at setting version.John MacFarlane1-1/+3
2016-06-03Updated changelogJohn MacFarlane1-0/+9
2016-06-03Merge pull request #2962 from tarleb/org-more-export-settingsJohn MacFarlane7-103/+175
2016-06-03Org reader: support special strings export optionAlbert Krewinkel4-12/+36
2016-06-03Org reader: support emphasized text export optionAlbert Krewinkel3-15/+28
2016-06-03Org reader: support smart quotes export optionAlbert Krewinkel4-12/+28
2016-06-02appveyor: Fixed version detection.John MacFarlane1-1/+1
2016-06-02appveyor: cache wixbin directory.John MacFarlane1-1/+2
2016-06-02appveyor: maybe fixed escaping.John MacFarlane1-3/+3
2016-06-02Fixed YAML for appveyor.yml.John MacFarlane1-2/+2
2016-06-02appveyor: fixed set command.John MacFarlane1-3/+3
2016-06-02appveyor: put wix path in quotes.John MacFarlane1-2/+2
2016-06-02appveyor: another attempt to get wix paths right.John MacFarlane1-3/+3
2016-06-02appveyor.yml: try to get paths for candle and light right.John MacFarlane1-1/+5
2016-06-02appveyor: try to create msi as artifact.John MacFarlane1-2/+9
2016-06-02Updated changelog.John MacFarlane1-191/+208
2016-06-02Org reader: drop unused field from parser stateAlbert Krewinkel2-18/+8
2016-06-02Org reader: undo code duplicationAlbert Krewinkel4-55/+84
2016-05-31Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane3-7/+107
2016-05-31Merge pull request #2954 from tarleb/org-export-blocksJohn MacFarlane3-121/+165
2016-05-31brazilian -> brazil for polyglossia.John MacFarlane1-1/+3
2016-05-29Org reader: support new syntax for export blocksAlbert Krewinkel2-1/+24
2016-05-29Org reader: refactor BEGIN…END block parsingAlbert Krewinkel1-111/+131