[pandoc] branch master updated (dea827b -> 8ff75b9)
Jonas Smedegaard
dr at jones.dk
Wed Jul 26 00:52:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository pandoc.
from dea827b Prepare for release: Update changelog, control file and copyright hints.
new 6b1e5e2 New upstream version 1.19.2.1~dfsg
new 72ec82b Updated version 1.19.2.1~dfsg from 'upstream/1.19.2.1_dfsg'
new 722216c Update package relations: Add GHC for skylighting (replacing highlighting-kate). Relax GHC upper bounds for aeson blaze-html blaze-markup vector.
new 3d43314 Update copyright info: Extend coverage for main authors.
new 366a0ac drop patch 2003: GHC upper bounds for directory relaxed upstream now.
new f9e4e83 Unfuzz patches, and advertise DEP3 format.
new 8ff75b9 Prepare for release: Update changelog, control file and copyright hints.
The 7 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 +-
debian/changelog | 16 ++
debian/control | 16 +-
debian/control.in | 2 +-
debian/copyright | 4 +-
debian/copyright_hints | 11 +-
.../patches/1001_online_latexmathml_default.patch | 13 +-
debian/patches/2001_avoid_missing_files.patch | 5 +-
debian/patches/2003_bump_directory_bounds.patch | 32 ----
debian/patches/series | 1 -
debian/rules | 10 +-
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 0 -> 8817 bytes
tests/odt/odt/textMixedStyles.odt | Bin 0 -> 10571 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 +-
55 files changed, 822 insertions(+), 522 deletions(-)
delete mode 100644 debian/patches/2003_bump_directory_bounds.patch
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
--
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