[pandoc] branch upstream updated (4b3c492 -> b16134c)

Jonas Smedegaard dr at jones.dk
Tue Aug 1 22:47:58 UTC 2017


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

js pushed a change to branch upstream
in repository pandoc.

      from  4b3c492   New upstream version 1.19.2.1~dfsg+really1.19.1
       new  0c029e8   Moved make_osx_package.sh to osx/ directory.
       new  7caaa5b   Fix display math with --webtex in markdown output.
       new  60004cd   Docx reader: Empty header should be list of lists.
       new  3354f5a   Speed up Travis (#3304)
       new  46fa347   Test case for bug 2752 (#3306)
       new  a840e41   Test case for issue #3223 (#3308)
       new  69f2734   CONTRIBUTING: Describe labels currently used in issue tracker
       new  bbdc0e7   MANUAL: Default --columns width is 72, not 80.
       new  e8ebc54   MANUAL: note that --wrap=auto does not work in HTML output.
       new  ee03272   LaTeX writer: allow tables with empty cells to count as "plain."
       new  b5ce963   MANUAL/README: Fixed broken links (#3316)
       new  d27188a   Org writer: prefix footnote numbers with `fn:`
       new  bfb6b61   Allow directory 1.3.  Closes #3325.
       new  9d781b1   Updates to use skylighting rather than highlighting-kate.
       new  9e67e1d   Updated windows stack.yaml.
       new  b872765   Added happy to travis deb pkgs.
       new  0159956   markdown reader: disallow space between inline code and attributes (#3326)
       new  8f09a2b   Travis: add path to happy to path.
       new  9b29a55   HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)
       new  32cbb8f   DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)
       new  0c201c4   docbook5template:  fix namespace declarations (Mauro Bieg).
       new  d1e9577   Travis: fix false positives and speed up dist build by avoiding tests.
       new  dccdd6b   Updated docbook5 writer test for new template.
       new  0865168   Add '@*' usage (#3333)
       new  6c1afc0   Indent code on the installation page. (#3335)
       new  66fc644   Allow aeson 1.1.
       new  2d8d735   LaTeX template: allow passing `microtypeoptions` to microtype.
       new  f2e3e75   MediaWiki reader: Fix quotation mark parsing (#3336)
       new  21e6ca1   Org reader: ensure emphasis markup can be nested
       new  4ca420e   Org reader: accept org-ref citations followed by commas
       new  4da41bd   Remove pipe char irking the haddock coverage tool
       new  d719d79   Added instructions for manual install from oxs, win packages.
       new  4781819   Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.
       new  072e5a7   LaTeX template:  Add hyphen option to url package.
       new  c56669e   Allow vector 0.12.0.0.
       new  94513e3   Fixed typo (#3351)
       new  c743e93   Rearrange and extend badges in README (#3354)
       new  1dc4b39   Clarify that blank space is needed around footnotes.
       new  1b2ba57   fix internal link in INSTALL.md
       new  117f3d2   travis: download stack only in stack BUILD (#3357)
       new  5bd571f   Fix sample.lua barfing on Raw data (#3358)
       new  06bdb8d   MediaWiki reader: improved handling of display math.
       new  937b502   Use skylighting 0.1.1.
       new  46b1c31   Add breezeDark to the list of highlighting styles.
       new  b596d20   Some fixes to permit breezeDark style.
       new  aad7c3b   windows stack.yaml - use latest skylighting.
       new  5729f1f   Org reader: allow short hand for single-line raw blocks
       new  faf4f78   Use skylighting 0.1.1.1 in stack.yaml.
       new  41f4476   OpenDocument writer: don't profilerate text styles unnecessarily.
       new  7487569   travis: catch #3372 (#3373)
       new  207b3f7   Changed position of \VerbatimNotes and fancyvrb in latex, beamer templates.
       new  77e8682   Update latex writer test for template change.
       new  6d751cb   OpenDocument writer: small refactoring.
       new  a5d855d   Update list of listings languages in Highlighting.
       new  5a03ebf   Copied a few changes from default.latex to default.beamer.
       new  4f95508   LaTeX template: Moved geometry after hyperref.
       new  d1dd4f2   Removed unneeded imports.
       new  ea684d2   Fixed trypandoc.
       new  1b416dd   Use latest skylighting.
       new  6af01ba   Updated authors and date in MANUAL
       new  84bd0b0   Bump version to 1.19.2.
       new  678aa66   Updated changelog.
       new  2e178f0   Updated deb, osx, windows stack.yaml.
       new  484c91e   Updated copyright to include 2017.
       new  632d434   Updated man page.
       new  e2c40d6   Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.
       new  693c507   Update test output for skylighting >= 0.1.1.3.
       new  dc3cc38   Bump version to 1.19.2.1
       new  f23bcc6   Update changelog.
       new  92722ee   Update man page.
       new  b16134c   New upstream version 1.19.2.1.0

The 71 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                           |  44 ++---
 COPYRIGHT                                 |   2 +-
 INSTALL.md                                |  36 ++++-
 MANUAL.txt                                |  39 +++--
 README.md                                 |  16 +-
 changelog                                 | 127 +++++++++++++++
 data/LaTeXMathML.js                       | 198 +++++++++++++++++++++++
 data/sample.lua                           |   4 +
 data/templates/default.beamer             |  15 +-
 data/templates/default.docbook5           |   7 +-
 data/templates/default.latex              |  17 +-
 man/pandoc.1                              |  43 +++--
 pandoc.cabal                              |  28 ++--
 pandoc.hs                                 |  14 +-
 src/Text/Pandoc/Highlighting.hs           | 193 ++++++++++++++--------
 src/Text/Pandoc/Readers/Docx.hs           |  20 +--
 src/Text/Pandoc/Readers/Markdown.hs       |   5 +-
 src/Text/Pandoc/Readers/MediaWiki.hs      |  14 +-
 src/Text/Pandoc/Readers/Org/Blocks.hs     |  16 +-
 src/Text/Pandoc/Readers/Org/Inlines.hs    |  34 ++--
 src/Text/Pandoc/Readers/Org/Meta.hs       |   9 +-
 src/Text/Pandoc/Writers/Docbook.hs        |   5 +-
 src/Text/Pandoc/Writers/Docx.hs           |   6 +-
 src/Text/Pandoc/Writers/HTML.hs           |  11 +-
 src/Text/Pandoc/Writers/LaTeX.hs          |   5 +-
 src/Text/Pandoc/Writers/Markdown.hs       |  22 +--
 src/Text/Pandoc/Writers/OpenDocument.hs   | 106 ++++++++----
 src/Text/Pandoc/Writers/Org.hs            |   4 +-
 stack.yaml                                |   3 +-
 tests/Tests/Readers/Markdown.hs           |   3 +-
 tests/Tests/Readers/Odt.hs                |   2 +
 tests/Tests/Readers/Org.hs                |  28 ++++
 tests/docx/block_quotes.docx              | Bin 0 -> 41855 bytes
 tests/docx/char_styles.docx               | Bin 0 -> 30134 bytes
 tests/docx/deep_normalize.docx            | Bin 0 -> 29246 bytes
 tests/docx/drop_cap.docx                  | Bin 0 -> 26931 bytes
 tests/docx/hanging_indent.docx            | Bin 0 -> 29924 bytes
 tests/docx/headers.docx                   | Bin 0 -> 29659 bytes
 tests/docx/inline_formatting.docx         | Bin 0 -> 32322 bytes
 tests/docx/inline_images.docx             | Bin 0 -> 15875 bytes
 tests/docx/link_in_notes.docx             | Bin 0 -> 27357 bytes
 tests/docx/links.docx                     | Bin 0 -> 45115 bytes
 tests/docx/lists.docx                     | Bin 0 -> 31775 bytes
 tests/docx/metadata.docx                  | Bin 0 -> 39538 bytes
 tests/docx/metadata_after_normal.docx     | Bin 0 -> 56276 bytes
 tests/docx/normalize.docx                 | Bin 0 -> 25791 bytes
 tests/docx/notes.docx                     | Bin 0 -> 30734 bytes
 tests/docx/numbered_header.docx           | Bin 0 -> 26129 bytes
 tests/docx/table_one_row.native           |   4 +-
 tests/docx/table_with_list_cell.docx      | Bin 0 -> 32615 bytes
 tests/docx/tables.docx                    | Bin 0 -> 49780 bytes
 tests/docx/tables.native                  |   6 +-
 tests/lhs-test.latex                      |  69 ++++----
 tests/lhs-test.latex+lhs                  |   3 +-
 tests/odt/native/tableWithContents.native |   1 +
 tests/odt/native/textMixedStyles.native   |   5 +
 tests/odt/odt/tableWithContents.odt       | Bin 0 -> 8817 bytes
 tests/odt/odt/textMixedStyles.odt         | Bin 0 -> 10571 bytes
 tests/s5-fancy.html                       | 257 ++++++++++++++++++++++++++++++
 tests/writer.docbook5                     |  66 ++++----
 tests/writer.latex                        |   5 +-
 tests/writer.opendocument                 | 152 +++++-------------
 tests/writer.org                          |  38 ++---
 tests/writers-lang-and-dir.latex          |   3 +-
 trypandoc/trypandoc.hs                    |   4 +-
 65 files changed, 1228 insertions(+), 461 deletions(-)
 create mode 100644 data/LaTeXMathML.js
 create mode 100644 tests/docx/block_quotes.docx
 create mode 100644 tests/docx/char_styles.docx
 create mode 100644 tests/docx/deep_normalize.docx
 create mode 100644 tests/docx/drop_cap.docx
 create mode 100644 tests/docx/hanging_indent.docx
 create mode 100644 tests/docx/headers.docx
 create mode 100644 tests/docx/inline_formatting.docx
 create mode 100644 tests/docx/inline_images.docx
 create mode 100644 tests/docx/link_in_notes.docx
 create mode 100644 tests/docx/links.docx
 create mode 100644 tests/docx/lists.docx
 create mode 100644 tests/docx/metadata.docx
 create mode 100644 tests/docx/metadata_after_normal.docx
 create mode 100644 tests/docx/normalize.docx
 create mode 100644 tests/docx/notes.docx
 create mode 100644 tests/docx/numbered_header.docx
 create mode 100644 tests/docx/table_with_list_cell.docx
 create mode 100644 tests/docx/tables.docx
 create mode 100644 tests/odt/native/tableWithContents.native
 create mode 100644 tests/odt/native/textMixedStyles.native
 create mode 100644 tests/odt/odt/tableWithContents.odt
 create mode 100644 tests/odt/odt/textMixedStyles.odt
 create mode 100644 tests/s5-fancy.html

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