[pandoc] branch upstream updated (6b1e5e2 -> 4b3c492)
Jonas Smedegaard
dr at jones.dk
Wed Jul 26 17:20:22 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 6b1e5e2 New upstream version 1.19.2.1~dfsg
new 4b3c492 New upstream version 1.19.2.1~dfsg+really1.19.1
The 1 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/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/table_one_row.native | 4 +-
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 8817 -> 0 bytes
tests/odt/odt/textMixedStyles.odt | Bin 10571 -> 0 bytes
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 +-
45 files changed, 461 insertions(+), 773 deletions(-)
delete mode 100644 tests/odt/native/tableWithContents.native
delete mode 100644 tests/odt/native/textMixedStyles.native
delete mode 100644 tests/odt/odt/tableWithContents.odt
delete mode 100644 tests/odt/odt/textMixedStyles.odt
--
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