[pandoc] annotated tag upstream/1.17.2_dfsg created (now 926c17a)

Jonas Smedegaard dr at jones.dk
Fri Aug 26 11:44:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/1.17.2_dfsg
in repository pandoc.

        at  926c17a   (tag)
   tagging  0d3da37d769c37e61e5dbe3bf46628aa42b060ea (commit)
  replaces  upstream/1.17.1_dfsg
 tagged by  Jonas Smedegaard
        on  Fri Aug 26 09:50:00 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 1.17.2~dfsg
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJXv/SpAAoJECx8MUbBoAEhu4gP/2jXke3iDKNjzukiYYatIR7c
NeRkLcfuoNcDGWLzkxn86HL1kfEFSfthtZGS7BQe/hZHk8wX7H5gYZrzOYauXsGZ
cvVwZVpqzBWEFoirqkExpXiXSgW4Gka2YI+KeQVFkdnOTPqM0zzk7oXeRWQgRD2V
Su/ANm5zwfgSEwp10JC8oFNeMbFMK7SzcS+AKqUrD7B0kRbWqPwnjrel1kEGJ/4L
+iMOC37Cdj5Dc9Ol2jDBEnnBInmE6V/twAr/xoMpyHT6kLnMTTsAChb/9+Fz2l3r
Aj/WKvfyNVL0ba79l/xnBG0enxRXeBWN8iyyGT7yUrN9GFqtTip3pHcnfM1xDDur
XaGOWi7yjd4ZdubqyNySVh4rn4F6xaOlXou8zPisOmSoR0sqjKGRX24OprjOLN4G
mgpZkT0KVU617puoNOd0uZ0fO+2R4AXvI/XHGXYM6xsdUYKay+nCd89B9TGwkM+B
f6bk1xdIqK73Ta++WcBihf/9fcHinFZSIlaES5IeICb2l5Q4mlCUoRQM683/dQwa
dnQijuUGbEDT6DOOODyQMwxlEuClCYj6qH+jDD2GBjxAqBG69Q6aS2rs+SGv6FJD
yoqiDGiA45X5Q3W8rLqsFnAqIbl7KJ0+k4tgByLXxwHu6KJF4spOd1h8+pR+y+2d
Wh//Jraqp1KJ8JCMaUEN
=EUZO
-----END PGP SIGNATURE-----

Albert Krewinkel (46):
      Org reader: stop padding short table rows
      Org reader: refactor rows-to-table conversion
      Org reader: fix handling of empty table cells, rows
      Org reader: fix spacing after LaTeX-style symbols
      Org reader: fix inline-LaTeX regression
      Org writer: print empty table rows
      Org reader: move parser state into separate module
      Org reader: add support for sub/superscript export options
      Org reader: parse but ignore export options
      Org reader: refactor block attribute handling
      Org reader: use custom `anyLine`
      Org reader: add support for ATTR_HTML attributes
      Org reader: add :PROPERTIES: drawer support
      Org writer: add :PROPERTIES: drawer support
      Org reader/writer: use CUSTOM_ID in properties
      Org reader: respect drawer export setting
      Org reader: extract parsing function to module
      Org reader: extract inline parser to module
      Org reader: extract blocks parser to module
      Org reader: support org-ref style citations
      Org reader: rename `parseInlines` to `inlines`
      Org reader: refactor BEGIN…END block parsing
      Org reader: support new syntax for export blocks
      Org reader: undo code duplication
      Org reader: drop unused field from parser state
      Org reader: support smart quotes export option
      Org reader: support emphasized text export option
      Org reader: support special strings export option
      Org reader: add semicolon to list of special chars
      Org reader: add support for "Berkeley-style" cites
      Document MultiMarkdown as input/output format
      Document Org mode as a format containing raw TeX
      Org writer: support arbitrary raw inlines
      Org reader: support arbitrary raw inlines
      Document Org mode as a format containing raw HTML
      Org reader: remove partial functions
      Org reader: support figure labels
      Org reader: improve tag and properties type safety
      Org reader: parse as headlines, convert to blocks
      Org reader: refactor comment tree handling
      Org reader: support archived trees export options
      Org reader: put export setting parser into module
      Org reader: support headline levels export setting
      Org reader: replace ugly code with view pattern
      Org writer: improve Div handling
      Org reader: fix parsing of verbatim inlines

Alex Ivkin (2):
      Added Zim Wiki writer, template and tests.
      Added ZimWiki format to documentation and cabal description.

Andrew Dunning (2):
      Recognize `la-x-classic` as Classical Latin.
      LaTeX writer: Add missing languages.

Carlos Sosa (1):
      Org writer: add drawer capability

Emanuel Evans (1):
      Ignore leading space in org code blocks

Felix Yan (1):
      Allow tagsoup 0.14

Ivo Clarysse (4):
      Add docbook5 writer support
      Write out Docbook 5 namespace
      Docbook5 writer: Properly handle ulink/link
      Docbook writer: Declare xlink namespace in Docbook5 output

Jan Schulz (3):
      Add appveyor artefacts for pandoc.exe
      Use windows stack.yaml on appveyor to embedded the templates
      Better way to find the artifacts on appveyor

Jesse Rosenthal (18):
      Docx Reader: parse `moveTo` and `moveFrom`
      Docx Reader: Tests for track-changes moving
      Docx Reader: Throw PandocError on unzip failure
      Binary fmts throw PandocError on zip-archive fail
      Shared: introduce blocksToInlines function
      Shared: Add BlockQuote to blocksToInlines
      Docx reader: add simple comment functionality.
      docx reader: enable warnings in top-level reader
      Docx reader: Add warning for advanced comment formatting.
      Docx reader tests: Add tests for warnings.
      Docx reader: add tests for comments
      README: update to include track-changes comments.
      Writers: treat SoftBreak as space for stripping
      Docx writer: set paragraph to FirstPara after display math
      Shared: Add further formats for `normalizeDate`
      Shared: normalizeDate should reject illegal years.
      Shared: improve year sanity check in normalizeDate
      Docx Writer: Use actual creation time as doc prop

John MacFarlane (166):
      Removed two superfluous lines.
      Add --pedantic to stack build on travis.
      Travis:  use -fno-warn-unused-do-bind -Wall -Werror.
      EPUB writer: set 'navpage' variable on nav page.
      stack.full.yaml: also include local cmark-hs.
      stack.full.yaml: build local zip-archive, texmath.
      Use texmath >= 0.8.6.1.
      Merge pull request #2828 from adunning/patch-1
      README - improved documentation of --columns option.
      Markdown + HTML readers:  be more forgiving about unescaped &.
      Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.
      Allow data-default 0.6.0.
      rtack.yaml: use data-default 0.6.0.
      Require texmath 0.8.6.2.
      LaTeX writer: ignore --incremental unless -t beamer.
      Merge pull request #2876 from shosti/org-code-indent
      Merge pull request #2829 from adunning/patch-1
      Merge pull request #2735 from mb21/patch-1
      Revert "LaTeX writer: Add `\strut` to fix multiline tables"
      HTML writer: ensure mathjax link is added when math appears in footnote.
      LaTeX writer: use {} around options containing special chars.
      Merge pull request #2890 from bcdevices/docbook5-writer
      Added docbook5 template.
      README:  Added docbook5 as output format.
      Bump version to 1.17.1.
      Added docbook5 templates, test files to pandoc.cabal.
      Merge pull request #2900 from tarleb/org-symbol-fix
      Merge pull request #2898 from tarleb/org-table-refactoring
      Merge pull request #2906 from roblabla/feature-mediaWikiTableHeaderSpaces
      Merge pull request #2907 from tarleb/org-fixes
      README: clarified documentation of `implicit_header_references`.
      Use new CommonHTML output for MathJax (updated default MathJax URL).
      Change default mathjax setup to use TeX-AMS_CHTML configuration.
      Avoid lazy foldl in LaTeX writer.
      Merge pull request #2908 from ickc/master
      New method for checking for presence of tex program.
      Made detection of latex program more robust.
      Merge pull request #2912 from tarleb/org-export-settings
      Use shell instead of proc to check for latex program.
      Added some CSS to handle older versions of process.
      Merge pull request #2910 from janschulz/master
      Merge pull request #2913 from jlduran/strut-minipage-tables
      Merge pull request #2894 from sid-kap/rst-code-class
      Require process >= 1.2.1.
      appveyor - enable automatic builds, fix zip creation.
      Merge pull request #2919 from janschulz/master
      Revert "Require process >= 1.2.1."
      Revert "Use shell instead of proc to check for latex program."
      Revert "New method for checking for presence of tex program."
      stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
      LaTeX writer: Don't escape underscore in labels.
      EPUB reader: unescape URIs in spine.
      Merge pull request #2927 from tarleb/org-attr-html
      LaTeX template: support for custom font families.
      Added pandoc-citeproc to stack-appveyor.yaml extra-deps.
      Merge pull request #2934 from tarleb/org-properties-drawer
      HTML reader: fixed bug in pClose.
      Bumped upper-bounds to build with ghc 8.
      Merge pull request #2941 from tarleb/org-drawer-improvements
      RELEASE-CHECKLIST - hint for more useful git log.
      Updated changelog.
      Merge pull request #2942 from mb21/epub-reader
      Merge pull request #2946 from tarleb/org-modularization
      brazilian -> brazil for polyglossia.
      Merge pull request #2954 from tarleb/org-export-blocks
      Merge pull request #2950 from tarleb/org-ref-support
      Updated changelog.
      appveyor: try to create msi as artifact.
      appveyor.yml: try to get paths for candle and light right.
      appveyor: another attempt to get wix paths right.
      appveyor: put wix path in quotes.
      appveyor:  fixed set command.
      Fixed YAML for appveyor.yml.
      appveyor: maybe fixed escaping.
      appveyor: cache wixbin directory.
      appveyor: Fixed version detection.
      Merge pull request #2962 from tarleb/org-more-export-settings
      Updated changelog
      appveyor: another try at setting version.
      appveyor:  another attempt to get version set!
      appveyor: Fixed spacing issue in VERSION setting.
      Windows build:  create pandoc-citeproc on appveyor, so we can put in msi.
      appveyor improvements.
      Require latest highlighting-kate.
      appveyor.yml:  Fix check for existing wixtoolset.
      appveyor.yml: diagnostics.
      Use windows/stack.yaml for appveyor build.
      Fixed windows/stack.yaml.
      Travis: test with ghc 8.0.1, remove testing with ghc 7.4.
      Updated changelog.
      Updated AUTHORS in README.
      Updated date in README.
      Updated man page.
      deb pkg:  use --local-bin-path so we don't install to ~/.local.
      osx build:  use --local-bin-path.
      Fixed osx packaging issues.
      Fixed --local-bin-path in deb package script.
      Improved Windows installer (nkalvi, #2708, #2389).
      appveyor: use improved method for creating msi.
      make_osx_package.sh:  removed executable signing.
      Removed -rtsopts from library stanza.
      Use pandoc-citeproc-0.10 in binary pkgs.
      Merge pull request #2964 from tarleb/org-berkeley-ref
      latex template: fix for obscure hyperref/xelatex issue.
      Merge pull request #2968 from IvoBCD/docbook5-xlink-ns
      trypandoc:  call results 'html' instead of 'result'.
      Merge pull request #2981 from felixonmars/patch-1
      Merge pull request #2980 from tarleb/org-raw-inlines
      Merge pull request #2979 from tarleb/doc-update
      Changed email-obfuscation default to no obfuscation.
      Implement RawInline and RawBlock in sample lua custom writer.
      Update texmath lower bound.
      HTML writer:  Better support for raw LaTeX environments.
      Merge pull request #2992 from tarleb/org-partial-functions
      Markdown writer:  use raw HTML for simple, pipe tables with linebreaks.
      Textile reader: fixed attributes.
      Improved Windows installer - don't ignore properties set on command-line.
      Process markdown extensions on command line in L->R order.
      Added texmath 0.8.6.4 to windows/stack.yaml.
      Make --webtex work with the Markdown writer.
      Fixed RST links with no explicit link text.
      Added `secnumdepth` variable to LaTeX template.
      Textile reader: Fix overly aggressive interpretation as images.
      Include table of contents in README.html in Windows package.
      Merge pull request #3001 from tarleb/org-figure-label
      LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.
      ZimWiki writer: removed commented out code that confused Haddock.
      beamer, latex templates:  pass biblatexoptions directly in package load.
      LaTeX writer:  don't URI-escape image source.
      LaTeX reader: strip off double quotes around image source if present.
      stack.yaml: use 6.5 resolver.
      Allow 'standout' as a beamer frame option.
      Travis: don't test on lts-5.
      CPP workaround for deprecation of parseUrl in http-client.
      Fix warning for parseURl import.
      Odt reader: Removed redundant Monoid constraints.
      Merge pull request #3010 from tarleb/org-header-tree
      Merge pull request #3012 from tarleb/org-drop-ugly-pragma
      Depend on http-client 0.5, http-client-tls 0.3
      Added http-client dependencies to stack.yaml files.
      Merge pull request #3014 from tarleb/org-writer-div
      Allow QuickCheck 2.9.
      stack.yaml - use ghc 8.01 and nightly.
      Fixed exponential parsing bug in textile reader.
      Merge pull request #3019 from tarleb/org-verbatim-fix
      Fixed lts6 travis build.
      Removed some redundant class constraints.
      Version to 1.17.2.
      make_oxs_package.sh - use OSX env variable.
      Added winpkg target to Makefile.
      Added resolver clause to stack.lts6.yaml.
      Fixed duplicate reference in README.
      Updated man page.
      Use pandoc-citeproc-0.10.1 for packages.
      Require haddock-library >= 1.4.
      Haddock reader - support math.
      Fixed compiler warnings.
      Use liftM since otherwise Functor type constraint needen in ghc 7.8.
      Don't require haddock-library 1.4.
      Use cmark-0.5.3 in stack.yaml.
      Added aeson-pretty to osx/stack.yaml.
      Updated changelog.
      Use cmark-0.5.3.1 in stack.yaml.
      Add aeson-pretty to stack.yaml for deb, windows.
      Use cmark-0.5.3.1 with stack.lts6.yaml.
      Fixd README date.

Jonas Smedegaard (1):
      Imported Upstream version 1.17.2~dfsg

Jose Luis Duran (1):
      Retake on strut with \minipage inside tables

KolenCheung (1):
      Loading the full MathJax config to maximize loading speed

Mauro Bieg (1):
      LaTeX Writer: fix polyglossia to babel env mapping

Sidharth Kapur (4):
      Add class option for code block in RST reader
      Add test for RST code directive class
      Use `codeBlockWith`
      Add one more test

ickc (1):
      Merge pull request #1 from jgm/master

mb21 (1):
      EPUB Reader: normalise Link id as well

roblabla (1):
      Allow spaces before '!' in MediaWiki table header

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  44f9548   LaTeX Writer: fix polyglossia to babel env mapping
       new  9742c48   Removed two superfluous lines.
       new  9f664ee   Add --pedantic to stack build on travis.
       new  4d5450d   Travis:  use -fno-warn-unused-do-bind -Wall -Werror.
       new  f74498c   EPUB writer: set 'navpage' variable on nav page.
       new  d3f7615   stack.full.yaml: also include local cmark-hs.
       new  53fb682   stack.full.yaml: build local zip-archive, texmath.
       new  32ecd19   Use texmath >= 0.8.6.1.
       new  0c37a7c   Recognize `la-x-classic` as Classical Latin.
       new  676b800   Merge pull request #2828 from adunning/patch-1
       new  9765ef2   LaTeX writer: Add missing languages.
       new  cb8b1c2   README - improved documentation of --columns option.
       new  773bbb8   Markdown + HTML readers:  be more forgiving about unescaped &.
       new  4b49f92   Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.
       new  a385ee1   Docx Reader: parse `moveTo` and `moveFrom`
       new  5c24e66   Docx Reader: Tests for track-changes moving
       new  e053865   Allow data-default 0.6.0.
       new  b8ce756   rtack.yaml: use data-default 0.6.0.
       new  a0fae92   Require texmath 0.8.6.2.
       new  1bfe39e   Ignore leading space in org code blocks
       new  1985164   LaTeX writer: ignore --incremental unless -t beamer.
       new  cc82851   Merge pull request #2876 from shosti/org-code-indent
       new  cc0527b   Merge pull request #2829 from adunning/patch-1
       new  ece215e   Merge pull request #2735 from mb21/patch-1
       new  32f1b0a   Revert "LaTeX writer: Add `\strut` to fix multiline tables"
       new  271cb4d   Add docbook5 writer support
       new  aa4a1d5   HTML writer: ensure mathjax link is added when math appears in footnote.
       new  987ec3a   Write out Docbook 5 namespace
       new  fd36e6b   Docbook5 writer: Properly handle ulink/link
       new  91dc334   Docx Reader: Throw PandocError on unzip failure
       new  1fbe79d   LaTeX writer: use {} around options containing special chars.
       new  99eac31   Binary fmts throw PandocError on zip-archive fail
       new  490c2b5   Add class option for code block in RST reader
       new  72d1900   Add test for RST code directive class
       new  d7bc8c0   Use `codeBlockWith`
       new  ff489a5   Add one more test
       new  ee4e863   Merge pull request #2890 from bcdevices/docbook5-writer
       new  bc56988   Added docbook5 template.
       new  87dccee   README:  Added docbook5 as output format.
       new  52f94cf   Bump version to 1.17.1.
       new  cc9a9c7   Added docbook5 templates, test files to pandoc.cabal.
       new  d5e4bc1   Org reader: stop padding short table rows
       new  a51e4e8   Org reader: refactor rows-to-table conversion
       new  2d82560   Org reader: fix handling of empty table cells, rows
       new  405c3e9   Org reader: fix spacing after LaTeX-style symbols
       new  f7a5c17   Merge pull request #2900 from tarleb/org-symbol-fix
       new  21d1a3b   Merge pull request #2898 from tarleb/org-table-refactoring
       new  acd492c   Allow spaces before '!' in MediaWiki table header
       new  c1b19b1   Merge pull request #2906 from roblabla/feature-mediaWikiTableHeaderSpaces
       new  10a809f   Org reader: fix inline-LaTeX regression
       new  d32878b   Org writer: print empty table rows
       new  fd9ec83   Merge pull request #2907 from tarleb/org-fixes
       new  888a273   README: clarified documentation of `implicit_header_references`.
       new  2571328   Use new CommonHTML output for MathJax (updated default MathJax URL).
       new  e08c26c   Change default mathjax setup to use TeX-AMS_CHTML configuration.
       new  f760129   Avoid lazy foldl in LaTeX writer.
       new  0ae60a9   Merge pull request #1 from jgm/master
       new  59ddbde   Loading the full MathJax config to maximize loading speed
       new  efd02db   Merge pull request #2908 from ickc/master
       new  285bbf6   New method for checking for presence of tex program.
       new  02993c2   Made detection of latex program more robust.
       new  9a2be80   Add appveyor artefacts for pandoc.exe
       new  ec2fc30   Retake on strut with \minipage inside tables
       new  7a0729e   Org reader: move parser state into separate module
       new  76143de   Org reader: add support for sub/superscript export options
       new  be5cccf   Org reader: parse but ignore export options
       new  3800cb3   Merge pull request #2912 from tarleb/org-export-settings
       new  ee45be5   Use shell instead of proc to check for latex program.
       new  7590d19   Use windows stack.yaml on appveyor to embedded the templates
       new  1ddc71e   Added some CSS to handle older versions of process.
       new  803ba92   Merge pull request #2910 from janschulz/master
       new  609fb33   Merge pull request #2913 from jlduran/strut-minipage-tables
       new  344412c   Merge pull request #2894 from sid-kap/rst-code-class
       new  07a4320   Require process >= 1.2.1.
       new  dd649f1   appveyor - enable automatic builds, fix zip creation.
       new  92fad7b   Better way to find the artifacts on appveyor
       new  f3039d3   Merge pull request #2919 from janschulz/master
       new  1b8d006   Revert "Require process >= 1.2.1."
       new  5d8d8b0   Revert "Use shell instead of proc to check for latex program."
       new  054e6ab   Revert "New method for checking for presence of tex program."
       new  ad669e4   stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
       new  7be30a4   LaTeX writer: Don't escape underscore in labels.
       new  8471678   EPUB reader: unescape URIs in spine.
       new  1dda535   Org reader: refactor block attribute handling
       new  26e8d98   Org reader: use custom `anyLine`
       new  16e2334   Org reader: add support for ATTR_HTML attributes
       new  0958f2f   Merge pull request #2927 from tarleb/org-attr-html
       new  8cce668   LaTeX template: support for custom font families.
       new  0160e85   Added pandoc-citeproc to stack-appveyor.yaml extra-deps.
       new  68d388f   Org reader: add :PROPERTIES: drawer support
       new  cd3282b   Org writer: add :PROPERTIES: drawer support
       new  2e266b6   Merge pull request #2934 from tarleb/org-properties-drawer
       new  446cf6a   HTML reader: fixed bug in pClose.
       new  e3ca979   Bumped upper-bounds to build with ghc 8.
       new  f3d27e4   Org reader/writer: use CUSTOM_ID in properties
       new  a4717c2   Org reader: respect drawer export setting
       new  5667e09   Org writer: add drawer capability
       new  654bdf7   Merge pull request #2941 from tarleb/org-drawer-improvements
       new  8466477   RELEASE-CHECKLIST - hint for more useful git log.
       new  bfb18df   Updated changelog.
       new  340f0aa   EPUB Reader: normalise Link id as well
       new  cc937ee   Merge pull request #2942 from mb21/epub-reader
       new  a340c72   Org reader: extract parsing function to module
       new  39e8b42   Org reader: extract inline parser to module
       new  eea6d65   Org reader: extract blocks parser to module
       new  f54873d   Merge pull request #2946 from tarleb/org-modularization
       new  f226cb8   Org reader: support org-ref style citations
       new  bc82123   Org reader: rename `parseInlines` to `inlines`
       new  4f84cf0   Org reader: refactor BEGIN…END block parsing
       new  c17c62a   Org reader: support new syntax for export blocks
       new  561afac   brazilian -> brazil for polyglossia.
       new  669ecbd   Merge pull request #2954 from tarleb/org-export-blocks
       new  061bc60   Merge pull request #2950 from tarleb/org-ref-support
       new  512bf2e   Org reader: undo code duplication
       new  729fca3   Org reader: drop unused field from parser state
       new  714ea0e   Updated changelog.
       new  4a11e0a   appveyor: try to create msi as artifact.
       new  6b47a87   appveyor.yml: try to get paths for candle and light right.
       new  ef6b3b1   appveyor: another attempt to get wix paths right.
       new  ed561e9   appveyor: put wix path in quotes.
       new  703151c   appveyor:  fixed set command.
       new  2bff4ad   Fixed YAML for appveyor.yml.
       new  e916c05   appveyor: maybe fixed escaping.
       new  9ea7c7f   appveyor: cache wixbin directory.
       new  9eb3dba   appveyor: Fixed version detection.
       new  952a7da   Org reader: support smart quotes export option
       new  d4de845   Org reader: support emphasized text export option
       new  f567929   Org reader: support special strings export option
       new  2b27699   Merge pull request #2962 from tarleb/org-more-export-settings
       new  99cd797   Updated changelog
       new  366b94d   appveyor: another try at setting version.
       new  ab55f95   appveyor:  another attempt to get version set!
       new  8f88a30   appveyor: Fixed spacing issue in VERSION setting.
       new  c00783b   Windows build:  create pandoc-citeproc on appveyor, so we can put in msi.
       new  920b575   appveyor improvements.
       new  4bc0f12   Require latest highlighting-kate.
       new  c4ae3b9   appveyor.yml:  Fix check for existing wixtoolset.
       new  4177dbe   appveyor.yml: diagnostics.
       new  dc0ade3   Use windows/stack.yaml for appveyor build.
       new  9a77544   Fixed windows/stack.yaml.
       new  3451094   Travis: test with ghc 8.0.1, remove testing with ghc 7.4.
       new  b895ed5   Updated changelog.
       new  fff8860   Updated AUTHORS in README.
       new  d0c2588   Updated date in README.
       new  95503a5   Updated man page.
       new  6f9f790   deb pkg:  use --local-bin-path so we don't install to ~/.local.
       new  b4ea482   osx build:  use --local-bin-path.
       new  01f7d54   Fixed osx packaging issues.
       new  64a0371   Fixed --local-bin-path in deb package script.
       new  146c7a7   Improved Windows installer (nkalvi, #2708, #2389).
       new  5ef8498   appveyor: use improved method for creating msi.
       new  6b85783   make_osx_package.sh:  removed executable signing.
       new  20c0366   Removed -rtsopts from library stanza.
       new  97f8f4a   Use pandoc-citeproc-0.10 in binary pkgs.
       new  06dfe32   Org reader: add semicolon to list of special chars
       new  8a9f591   Org reader: add support for "Berkeley-style" cites
       new  a184aec   Merge pull request #2964 from tarleb/org-berkeley-ref
       new  240cdfd   Docbook writer: Declare xlink namespace in Docbook5 output
       new  4136ec0   latex template: fix for obscure hyperref/xelatex issue.
       new  3e06172   Merge pull request #2968 from IvoBCD/docbook5-xlink-ns
       new  43382ce   trypandoc:  call results 'html' instead of 'result'.
       new  018e8f5   Document MultiMarkdown as input/output format
       new  98b081b   Document Org mode as a format containing raw TeX
       new  cf2502d   Org writer: support arbitrary raw inlines
       new  29552ef   Org reader: support arbitrary raw inlines
       new  96516e4   Document Org mode as a format containing raw HTML
       new  f0265d4   Allow tagsoup 0.14
       new  5ea3cc6   Merge pull request #2981 from felixonmars/patch-1
       new  15d2c09   Merge pull request #2980 from tarleb/org-raw-inlines
       new  f04b26d   Merge pull request #2979 from tarleb/doc-update
       new  58d60b1   Changed email-obfuscation default to no obfuscation.
       new  175cc2d   Implement RawInline and RawBlock in sample lua custom writer.
       new  7df6560   Org reader: remove partial functions
       new  b06d6c1   Update texmath lower bound.
       new  ba78687   HTML writer:  Better support for raw LaTeX environments.
       new  319a56a   Merge pull request #2992 from tarleb/org-partial-functions
       new  2b701f9   Shared: introduce blocksToInlines function
       new  cbc2c15   Shared: Add BlockQuote to blocksToInlines
       new  8bb739f   Docx reader: add simple comment functionality.
       new  5f0cd89   docx reader: enable warnings in top-level reader
       new  032ba8d   Docx reader: Add warning for advanced comment formatting.
       new  5d48a62   Docx reader tests: Add tests for warnings.
       new  7980631   Docx reader: add tests for comments
       new  5fac826   README: update to include track-changes comments.
       new  139d418   Markdown writer:  use raw HTML for simple, pipe tables with linebreaks.
       new  a820c1b   Textile reader: fixed attributes.
       new  7f4ee83   Improved Windows installer - don't ignore properties set on command-line.
       new  69e59e7   Process markdown extensions on command line in L->R order.
       new  5bdf217   Added texmath 0.8.6.4 to windows/stack.yaml.
       new  a429480   Make --webtex work with the Markdown writer.
       new  d283f9c   Fixed RST links with no explicit link text.
       new  0f9c6c4   Added `secnumdepth` variable to LaTeX template.
       new  38c9732   Textile reader: Fix overly aggressive interpretation as images.
       new  0f3f5ce   Org reader: support figure labels
       new  7ded9d4   Include table of contents in README.html in Windows package.
       new  a349814   Merge pull request #3001 from tarleb/org-figure-label
       new  3429fa6   LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.
       new  2c62f0e   Writers: treat SoftBreak as space for stripping
       new  b103f82   Docx writer: set paragraph to FirstPara after display math
       new  a73c95f   Added Zim Wiki writer, template and tests.
       new  7fdcd9a   Added ZimWiki format to documentation and cabal description.
       new  b3382cf   ZimWiki writer: removed commented out code that confused Haddock.
       new  2f8d675   Org reader: improve tag and properties type safety
       new  17484ed   Org reader: parse as headlines, convert to blocks
       new  1ebaf6d   Org reader: refactor comment tree handling
       new  c4cf6d2   Org reader: support archived trees export options
       new  da38beb   beamer, latex templates:  pass biblatexoptions directly in package load.
       new  7e712ab   LaTeX writer:  don't URI-escape image source.
       new  e0cc9e4   LaTeX reader: strip off double quotes around image source if present.
       new  c1f6bd2   Org reader: put export setting parser into module
       new  44ce21e   stack.yaml: use 6.5 resolver.
       new  40caf51   Allow 'standout' as a beamer frame option.
       new  1dbbb2f   Travis: don't test on lts-5.
       new  5ffa4ab   Org reader: support headline levels export setting
       new  261c3af   CPP workaround for deprecation of parseUrl in http-client.
       new  b203a31   Fix warning for parseURl import.
       new  4099b2d   Odt reader: Removed redundant Monoid constraints.
       new  e548b8d   Merge pull request #3010 from tarleb/org-header-tree
       new  f417fec   Org reader: replace ugly code with view pattern
       new  46f3deb   Merge pull request #3012 from tarleb/org-drop-ugly-pragma
       new  374614a   Depend on http-client 0.5, http-client-tls 0.3
       new  6ea8ff1   Added http-client dependencies to stack.yaml files.
       new  5378b7c   Org writer: improve Div handling
       new  e2659a4   Merge pull request #3014 from tarleb/org-writer-div
       new  418ad5c   Allow QuickCheck 2.9.
       new  106786e   stack.yaml - use ghc 8.01 and nightly.
       new  529146d   Org reader: fix parsing of verbatim inlines
       new  00b11bc   Fixed exponential parsing bug in textile reader.
       new  06a3e6a   Merge pull request #3019 from tarleb/org-verbatim-fix
       new  3d86228   Fixed lts6 travis build.
       new  0b0a0e7   Removed some redundant class constraints.
       new  d5c3551   Version to 1.17.2.
       new  bbd7b53   make_oxs_package.sh - use OSX env variable.
       new  7826cc2   Added winpkg target to Makefile.
       new  8248dde   Added resolver clause to stack.lts6.yaml.
       new  4816fac   Shared: Add further formats for `normalizeDate`
       new  bbfcd50   Shared: normalizeDate should reject illegal years.
       new  e8e02f1   Shared: improve year sanity check in normalizeDate
       new  f529fc1   Docx Writer: Use actual creation time as doc prop
       new  3d6e32b   Fixed duplicate reference in README.
       new  afd986d   Updated man page.
       new  75a9ba5   Use pandoc-citeproc-0.10.1 for packages.
       new  d21701f   Require haddock-library >= 1.4.
       new  c203ace   Haddock reader - support math.
       new  2f54de7   Fixed compiler warnings.
       new  17defd5   Use liftM since otherwise Functor type constraint needen in ghc 7.8.
       new  d7396e7   Don't require haddock-library 1.4.
       new  c2bcefb   Use cmark-0.5.3 in stack.yaml.
       new  43740c5   Added aeson-pretty to osx/stack.yaml.
       new  ec89846   Updated changelog.
       new  e9c2031   Use cmark-0.5.3.1 in stack.yaml.
       new  e71a0e5   Add aeson-pretty to stack.yaml for deb, windows.
       new  80ca7a5   Use cmark-0.5.3.1 with stack.lts6.yaml.
       new  c2179ac   Fixd README date.
       new  0d3da37   Imported Upstream version 1.17.2~dfsg

The 255 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pandoc.git



More information about the Pkg-haskell-commits mailing list