[pandoc] branch upstream updated (a11112d -> 31631af)

Jonas Smedegaard dr at jones.dk
Mon Aug 17 11:59:38 UTC 2015


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

js pushed a change to branch upstream
in repository pandoc.

      from  a11112d   Imported Upstream version 1.14.0.4~dfsg
       new  f47f53d   Windows msi changes (nkalvi):
       new  cb7dd44   HTML reader:  allow `<body>` to close `<head>`.
       new  7b4f077   DokuWiki writer: Use proper `<code>` tags for code blocks.
       new  70b76bb   Bump cmark version to >= 0.3.4.
       new  3e533b4   Removed relann1.6.
       new  f51757b   Fix InDesign crash with URLs containing more than one colon character
       new  edb0bcc   Merge pull request #2215 from DigitalPublishingToolkit/icml-crashfix
       new  8c47bd6   Use https: for mathjax/katex/google-charts CDNs.
       new  dc0e5c3   Amends last commit: don't use https for google charts.
       new  c18e93c   replace old url with pandoc.org
       new  956559b   Merge pull request #2217 from ousia/master
       new  767be5a   Fixed tests/docx/links.docx for new url.
       new  1d04797   Updated pandoc.wxs (from @nvalki).
       new  e69bf25   epub templates:  use 'author.role', not 'author.type'.
       new  6021302   Added CJKmainfont to latex template (Xavier Olive).
       new  3202287   Document CJKmainfont.
       new  82e363a   DocBook reader mediaobjects and figures, closes #2184
       new  3de72d8   Merge pull request #2241 from mb21/docbook-reader-figures
       new  6f527e1   Updated LaTeX template:  `CJKoptions` variable, allow dvipsnames for colors.
       new  ba76e6f   Updated latex writer tests for last template change.
       new  177533d   Options:  Export `plainExtensions`.
       new  fce3ebb   Plain writer:  don't use symbols for super/subscript.
       new  7df4d86   Textile writer:  escape `+` and `-` as entities.
       new  2b1fd52   Removed unused import.
       new  2768d1c   New pandoc.wxs.
       new  ed9a118   Fixed regression in CSS parsing with `--self-contained`.
       new  3e5b4fa   Version bump to 1.14.1.
       new  fe625e0   New method for producing man pages.
       new  7bbb007   Minor fixes to previous commit.
       new  de184a8   Let reference.docx/odt behave as if they are virtual data files.
       new  5f198c0   pandoc.wxs: removed line breaks in RegistryValue.
       new  36baded   Make sure we use dist version of reference.docx for some things.
       new  7c6277d   Added a needed import in Shared.
       new  27754e1   Removed unneeded import.
       new  d0ed256   Windows installer:  use AppData\Local\Pandoc by default.
       new  457fbeb   LaTeX reader:  don't parse `_`,`^` as super/sub outside math mode.
       new  754d1ce   LaTeX reader: Allow `_` and `^` as regular inline text.
       new  3b2c50e   Fix RST reference names with special characters
       new  226a5cd   Merge pull request #2250 from PromyLOPh/rsttarget
       new  e1a6110   Added download_stats target to Makefile.
       new  5e10375   make_osx_package.sh: Create man pages using pandoc.
       new  e2267a8   make_deb.sh:  Use pandoc to create man pages.
       new  32a1c78   README: Added Lars-Dominik Braun as contributor
       new  977ee0c   Updated changelog.
       new  6862aa2   Fixed man page building in make_osx_package.sh.
       new  a04c15a   New method for building man pages.
       new  8e74700   ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.
       new  125b0c7   Do not add a carriage return after a hard line break in OpenDocument writer and reflect change in tests.
       new  b5d3b4f   Merge pull request #2255 from mchladek/odt_linebreak
       new  668833d   Ignore sandbox on 'make quick'
       new  e0a88df   ConTeXt: use `\goto` for internal links.
       new  9f387a3   Updated changelog.
       new  1093adf   Updated make_deb.sh for new man page method.
       new  dd8a1e5   Updated make_osx_package.sh for new man page method.
       new  b1f8359   Always rebuild man page in making deb and osx package.
       new  958a615   Don't use MANDIR in make_deb and make_osx_package.
       new  28cb505   Generate man page in cabal build process and include in data/.
       new  9ffd1ba   Install man pages as part of cabal 'copy' phase.
       new  49da3e7   Bump version to 1.15.0.1, update changelog.
       new  dce8dd6   Added man page source files to extra-source-files.
       new  f30b2d4   Version bump to 1.15.0.2, updated changelog.
       new  d8cfc25   Setup.hs: ensure target directory is created when installing man page.
       new  9044229   Bump version to 1.15.0.3, updated changelog.
       new  5f0b875   Better error messages for filters:
       new  608fc27   Make copying of man pages respect --destdir.
       new  4df8c32   WiX: Set InstallPrivileges to limited.
       new  a945d70   Bump version to 1.15.0.4.
       new  fbc5384   Bump date on README
       new  79764df   Added pandoc.1 to repository.  Don't build as part of cabal build.
       new  639e275   Updated changelog.
       new  56c270d   Travis:  build in a directory created by sdist.
       new  0ce6174   Fixed travis.
       new  a27991d   Try to fix travis build for ghc 7.4.2.
       new  8763ba1   Setup.hs:  Don't require hsb2hs unless embed_data_files flag specified.
       new  12d573d   Clarified that templates go in templates subdirectory of user data dir.
       new  b74099c   Makefile: prettier 'download_stats'.
       new  923e65f   Travis: install hsb2hs.
       new  edf55dc   Travis:  reorder hsb2hs install.
       new  6e121bf   Travis: only do sdist with cabal != 1.16.
       new  f1103f8   Make cabal require hsb2hs >= 0.3.1.
       new  48cd774   Changes in WiX installer.
       new  e042f69   Setup.hs:  better version detection in older hsb2hs.
       new  a72a026   ConTeXt template:  activate hanging indent for definition lists.
       new  7398dea   Updated context writer test.
       new  9e528f4   Fixed email javascript obfuscation with mailto: URLs.
       new  4850aaf   Correct superscript/subscript.
       new  4667f92   Merge pull request #2282 from adunning/patch-1
       new  ac79429   PDF:  Make sure `--latex-engine-opt` goes before the filename...
       new  68b6b9f   Readers.RST: Parse field list name
       new  b2adf44   Readers.RST: Factor out inline markup string parsing
       new  8577007   Tests.Readers.RST: Group field list tests
       new  d9e17cb   Tests.Readers.RST: Test metadata with inline markup too
       new  b587acb   Merge pull request #2266 from PromyLOPh/fieldinline
       new  cb2c81b   Updated pandoc.wxs.
       new  fb58015   Added to Contributors list.
       new  5f730ee   Version bump to 1.15.0.5 and updated changelog.
       new  99fe859   Avoid parsing partial URLs as HTML tags.
       new  653a7bb   Removed tabs from source.
       new  f5027d0   Updated changelog.
       new  0bd5873   Updated man page.
       new  2df3dfe   Changed hierarchicalize so it treats references div as top-level header.
       new  f464e49   DokuWiki: write $..$ instead of <math>..</math>
       new  db98985   Merge pull request #2295 from dev-zero/master
       new  ed3e540   Improved documentation of options to print system default files.
       new  1668e8e   Updated dzslides template.
       new  b8634b9   HTML writer:  support speaker notes in dzslides.
       new  dce6a73   Allow vector 0.11.
       new  9cdfd4f   Improved bare autolink detection.
       new  9e0fb84   Markdown reader: don't allow bare URI links or autolinks in link label.
       new  6c32afc   Updated to use cmark >= 0.4.
       new  c2ab44a   `--self-contained`:  Fixed overaggressive CSS minimization.
       new  0c83c39   Version bump to 1.15.0.6.
       new  3c16665   Updated changelog.
       new  1cfe935   Updated date on README.
       new  2848e10   Fix typo in RELEASE_CHECKLIST
       new  605e15a   Updated man page.
       new  31631af   Imported Upstream version 1.15.0.6~dfsg

The 117 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.


Summary of changes:
 CONTRIBUTING.md                         |    4 +-
 COPYRIGHT                               |    2 +-
 INSTALL                                 |   15 +-
 Makefile                                |   54 -
 README                                  |   30 +-
 Setup.hs                                |   74 +-
 changelog                               |  221 ++
 data/dzslides/template.html             |  158 +-
 data/templates/default.context          |    2 +-
 data/templates/default.epub             |    2 +-
 data/templates/default.epub3            |    2 +-
 data/templates/default.latex            |    5 +
 man/capitalizeHeaders.hs                |   18 +
 man/make-pandoc-man-pages.hs            |  104 -
 man/man1/pandoc.1.template              |   16 -
 man/man5/pandoc_markdown.5.template     |   11 -
 man/pandoc.1                            | 4336 +++++++++++++++++++++++++++++++
 man/pandoc.1.template                   |   10 +
 man/removeLinks.hs                      |    9 +
 man/removeNotes.hs                      |    9 +
 pandoc.cabal                            |   40 +-
 pandoc.hs                               |   20 +-
 src/Text/Pandoc.hs                      |    2 +-
 src/Text/Pandoc/Data.hsb                |    2 +-
 src/Text/Pandoc/Options.hs              |   19 +
 src/Text/Pandoc/PDF.hs                  |    2 +-
 src/Text/Pandoc/Parsing.hs              |    5 +-
 src/Text/Pandoc/Readers/DocBook.hs      |   31 +-
 src/Text/Pandoc/Readers/HTML.hs         |   10 +-
 src/Text/Pandoc/Readers/LaTeX.hs        |    4 +-
 src/Text/Pandoc/Readers/Markdown.hs     |    2 +
 src/Text/Pandoc/Readers/RST.hs          |   28 +-
 src/Text/Pandoc/SelfContained.hs        |   87 +-
 src/Text/Pandoc/Shared.hs               |   94 +-
 src/Text/Pandoc/Writers/CommonMark.hs   |   14 +-
 src/Text/Pandoc/Writers/ConTeXt.hs      |   13 +-
 src/Text/Pandoc/Writers/Docx.hs         |   28 +-
 src/Text/Pandoc/Writers/DokuWiki.hs     |   10 +-
 src/Text/Pandoc/Writers/HTML.hs         |    5 +-
 src/Text/Pandoc/Writers/ICML.hs         |   11 +-
 src/Text/Pandoc/Writers/Markdown.hs     |   25 +-
 src/Text/Pandoc/Writers/ODT.hs          |   21 +-
 src/Text/Pandoc/Writers/OpenDocument.hs |    2 +-
 src/Text/Pandoc/Writers/Textile.hs      |    2 +
 tests/Tests/Readers/Markdown.hs         |   20 +-
 tests/Tests/Readers/RST.hs              |   58 +-
 tests/docbook-reader.docbook            |   22 +-
 tests/docbook-reader.native             |    5 +-
 tests/docx/links.native                 |    2 +-
 tests/docx/links_writer.native          |    2 +-
 tests/lhs-test.latex                    |    1 +
 tests/lhs-test.latex+lhs                |    1 +
 tests/mediawiki-reader.native           |    2 +-
 tests/mediawiki-reader.wiki             |    2 +-
 tests/twiki-reader.native               |    2 +-
 tests/twiki-reader.twiki                |    2 +-
 tests/writer.context                    |    2 +-
 tests/writer.dokuwiki                   |   66 +-
 tests/writer.html                       |    2 +-
 tests/writer.icml                       |   36 +-
 tests/writer.latex                      |    1 +
 tests/writer.opendocument               |    3 +-
 tests/writer.plain                      |    6 +-
 tests/writer.textile                    |   16 +-
 64 files changed, 5258 insertions(+), 552 deletions(-)
 delete mode 100644 Makefile
 create mode 100644 man/capitalizeHeaders.hs
 delete mode 100644 man/make-pandoc-man-pages.hs
 delete mode 100644 man/man1/pandoc.1.template
 delete mode 100644 man/man5/pandoc_markdown.5.template
 create mode 100644 man/pandoc.1
 create mode 100644 man/pandoc.1.template
 create mode 100644 man/removeLinks.hs
 create mode 100644 man/removeNotes.hs

-- 
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