[pandoc] branch master updated (4ffd8df -> d1f49d1)
Jonas Smedegaard
dr at jones.dk
Mon Jan 18 18:24:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository pandoc.
from 4ffd8df changelog for 1.15.1.1~dfsg-2
new e0dc7a0 Relax inclusion of hlibrary.mk snippet, to gracefully cleanup with haskell-devscripts missing.
new ea8da02 stack.yaml : use 3.10 resolver.
new 3b87933 Man template: make "generated by" comment conditional.
new 448f5b1 Tests: Unset `pandoc-version` so we don't get the comment...
new 5f25cf7 Fixed auto_identifiers examples
new 88099bb Merge pull request #2461 from classeur/master
new b2bf860 HTML-based templates: Use en dash between title prefix & title.
new d028dcb Updated tests for template changes.
new 5062e03 Use MarLinn's real name in changelog.
new 9328f4c LaTeX and ConTeXt writers: support lang attribute on divs and spans
new fa2b26d Added writers-lang-and-dir test, fixed ConTeXt writer test
new b49ab06 Merge pull request #2458 from mb21/lang-inlines
new 48aaf1b Updated latex, beamer templates to support language divs/spans.
new 82d2719 Fixed one test case.
new 8193ebc Allow use of ConTeXt to generate PDFs.
new 9f4faa5 Update date on README.
new eae2490 ConTeXt template: link color to black, define all sections.
new 273853d LaTeX template: simplify hyperref usage.
new 3ad6e58 Add new variables for ConTeXt template to README.
new ece2a6c Merge pull request #2467 from adunning/patch-1
new 652b60f Updated tests for latex/context template changes.
new 48b68aa Textile writer: support start number in ordered lists.
new 317d9ee Changed § to % in operators from Odt.Arrows.Utils.
new a21833b Avoid compiler warning for unused identifier.
new a7150bb Fixed over-eager raw HTML inline parsing.
new b273667 Org reader: fix paragraph/list interaction
new 8aa9e83 Merge pull request #2475 from tarleb/org-paragraph-before-list
new 69178d5 make_osx_package: don't create man5.
new 68ca646 Added stack.hsb2hs.yaml, for easy installation of hsb2hs.
new aafccdb Changes for deb and osx package generators.
new d355163 Changed path . to .. in deb/osx stack.yaml.
new d7e6a95 Set paths in make_deb and make_osx_package.
new 797ec7c Moved PATH setting in make_deb, make_osx_package.
new f8e58de Improved fetching of pandoc-citeproc man page.
new 0914f7f make_deb: changed path for man page.
new a777c6e Added Paths_pandoc to other-modules for executable stanza.
new ac1c0a9 Fixed typo.
new 34bcaed Fixed typo.
new 31e46c1 Added Vagrantfile for building deb in vm.
new c9693ae deb/Vagrantfile: share .., so we can put the deb there.
new f3e559c deb/Makefile: added 'clean'.
new 27a8603 Org reader: allow toggling header args
new 45df87c Merge pull request #2477 from tarleb/org-toggling-header-args
new 7d4f174 Template improvements (Andrew Dunning).
new f3f6483 LaTeX writer: \textarabic fix
new 89d399b Merge pull request #2481 from mb21/textarabic
new 143093e Added de-CH-1901, fixed el-polyton
new 2c08913 Merge pull request #2484 from nickbart1980/patch-4
new 3ea4446 Markdown reader: improved parser for `mmd_title_block`.
new d5efa9b LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.
new 3b4d5d2 Change default for old-locale flag to False.
new 1d53d45 LaTeX writer: add `\protect` to `\hyperlink`.
new fb1843e Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.
new cdd6389 New approach to stack build on appveyor.
new 95201a0 Revert "New approach to stack build on appveyor."
new d1ba023 Beamer template: fix incompatibility of section slides with natbib.
new 532ae22 Textile reader: don't do smart punctuation unless explicitly asked.
new 893ba98 Beamer template: added code to prevent slide breaks inside paragraphs.
new 7843b57 HTML writer: use width on whole table if col widths sum to < 100%.
new eb8aee4 Pipe tables with long lines now get relative cell widths.
new c4ea642 LaTeX writer: avoid footnotes in list of figures.
new 411a253 LaTeX writer: properly handle footnotes in captions.
new 52e0330 Update LaTeX/ConTeXt variable usage in README.
new 7c20cf1 Note expanded support for abstract, keywords.
new da05619 Merge pull request #2472 from adunning/patch-1
new c423dbb Use -XNoImplicitPrelude and 'import Prelude' explicitly.
new e3b4844 Org reader: fix markup parsing in headers
new 237c109 Merge pull request #2505 from tarleb/org-header-markup-fix
new 94500f7 LaTeX reader: Handle `comment` environment.
new 5a9ca26 Merge pull request #2502 from minoki/latex-comment-environment
new 67cabb2 Use Default-extensions rather than ghc-options for NoImplicitPrelude.
new e0c83f7 Give up support for ghc 7.4.
new 384d03d Revert "Give up support for ghc 7.4."
new 777d717 Revert "Use Default-extensions rather than ghc-options for NoImplicitPrelude."
new 23b693c Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
new c1e474f Restored Text.Pandoc.Compat.Monoid.
new 38197c0 make_travis_yml.hs: don't suppress -Werror on ghc 7.10.
new 64b32e1 Fixed shadowing error.
new 83b1aa0 LaTeX writer: set `colorlinks`...
new c80c0df EPUB writer: don't download linked media when `data-external` attribute set.
new 562d051 README: consistent capitalization for pandoc and Markdown.
new a4759d8 Updated date on README.
new fe56af9 ConTeXt and LaTeX templates: more cleanup (Andrew Dunning).
new 0fd1381 Updated tests for template changes.
new 51195b3 Debian: added configurable VAGRANTBOX env variable.
new 193f00b Bump version to 1.15.2.
new 03743a3 Added Arata Mizuki to contributor list.
new c172383 Updated changelog.
new cc31d7d Updated RELEASE_CHECKLIST with new deb procedure.
new 43bcf5b Makefile: include version in man page.
new a119ad8 Updated man page from README.
new d8080db Allow `://` in citation keys.
new 0a6aaf5 Added `emoji` extension to Markdown.
new 03ea420 Updated changelog.
new 220f3d1 Org reader: Fix emphasis rules for smart parsing
new 028a605 Merge pull request #2525 from tarleb/org-smart-fixes
new c65674a Updated changelog.
new 67cb280 Org reader: Require whitespace around def list markers
new 73e6333 Merge pull request #2526 from tarleb/org-definition-lists-fix
new 37285b4 Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.
new abca1da Updated changelog.
new acbd8be make-windows-installer.bat: run tests.
new ad321ba Use current pandoc-citeproc for deb and osx packages.
new e5b374e Follow relationships correctly in foot/endnotes.
new 78c90bd Added test case for links in notes.
new a63cb7e Allow process 1.3.
new cc062e7 Use lts-3.13 resolver.
new 0a9bb96 Use latest pandoc-citeproc in osx, deb packages.
new baa5ea3 Updated changelog.
new 55ea4d4 Slight improvement to changelog.
new 0f3a68a Added note about default for --email-obfuscation.
new 420c86b Allow more customization of opendocument styles.
new 8f5ff70 Derive Generic instances for types in Text.Pandoc.Options.
new 012110d Use latest pandoc-citeproc in deb and osx packages.
new 06ad6bd Improve documentation of template updates.
new db47cc2 Merge pull request #2531 from adunning/patch-3
new 3026c8d Fix math cross-reference.
new 2725ad3 Merge pull request #2533 from adunning/patch-4
new 87f20f1 Use stack for Windows installer.
new 593cbd8 Docx writer: insert space between footnote ref and footnote.
new 9ebd601 Updated changelog.
new 07e1234 Added 'make changes' target.
new 8914b65 Added 'make changes_github' and 'make changes', updated release checklist.
new fc56d9d Updated man page.
new 87470bd Removed 'changes' Makefile target.
new 35faf0c Vagrantfile: Install certificates needed for stack to work.
new 48503f9 deb/Vagrantfile improvements.
new fce995a Build deb pkg on wheezy so we require a lower libc version.
new b98fced make_osx_package.sh: be compatible with OSX >= 10.7.
new c720cbf Fixed bug in make_osx_package.sh script.
new b59d0fb Adjusted trypandoc makefile for use of sandbox.
new a52b188 'make dist' - use stack to build from tarball.
new 23c6f0c Added two missing test cases to extra-source-files in pandoc.cabal.
new c65d13a Use example.com for sample link in changelog.
new 6a22604 Use generic example.com link in README and changelog.
new bfea922 Added stack.yaml to other-source-files so it gets into tarball.
new d58d242 Updated man page.
new 0555d02 Bump version to 1.15.2.1. Updated changelog.
new 5985688 Updated man page.
new a081df1 reveal.js template: Fixed parallaxBackground options.
new e441499 Improved implicit pandoc-citeproc inclusion.
new 74cf527 HTML writer: Include `example` class for example lists.
new ec0a227 Allow .adoc file extension for AsciiDoc.
new 46ff0e9 Merge pull request #2540 from adunning/patch-3
new f096f03 ICML writer: better handling of math.
new 469338a Textile reader: skip over attribute in image source.
new 995f28f Haddock writer: omit formatting inside links.
new 1f2c373 Added 'navigation' variable to beamer template.
new 5527465 Docx reader: Handle dummy list items.
new 186a955 Docx reader: Add test cases for dummy list items.
new da4103b Docx reader: Clean up commented-out function
new ed1173a Rationalized behavior of --no-tex-ligatures and --smart.
new 580a7fa Update LaTeX/ConTeXt link colour usage.
new 3f095ad Merge pull request #2509 from adunning/patch-2
new 6c27e5f Remove redundant `center` variable for reveal.js.
new fdc81be Merge pull request #2506 from adunning/patch-1
new 8b28932 Interpret pauses correctly for all headers
new 1ad296d Merge pull request #2532 from michaelbeaumont/fix-2530
new 2e80643 Pretty: comment fix (mb21).
new 5df0999 Text.Pandoc.Options: modifications for image attributes.
new b08330b Require pandoc-types >= 1.14
new 878ab00 ImageSize: Added functions for converting between image dimensions.
new 76f0708 Parsing: Add `extractIdClass`, modified type of `KeyTable`.
new 12df405 PDF: Modified for new image size attributes parameter.
new 4391c5f ICML writer: Add Cite style to citations.
new 9deb335 ICML writer: changed type of `writeICML`.
new 92d48fa Updated readers and writers for new image attribute parameter.
new 564b0c4 Updated Arbitrary instance for new image attribute parameter.
new e44fc54 Updated tests for image attribute changes.
new a010b83 Updated readers, writers and README for link attribute
new fe2907c Updated Arbitrary instance for link attribute
new 08243d5 Updated tests for link attribute changes.
new 244cd56 Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes
new 73e2d79 Renamed link attribute extensions.
new e5573bc latex template changes.
new fbb81c4 context template: Revert use of `\setuphead` in title block.
new 16be932 context template: use simplefonts for font loading.
new 6a28923 Updated tests for context template changes.
new ece6b63 New stack-based .travis.yml.
new 6ae2183 Removed ./travis_long from .travis.yml.
new 3ee2d62 More travis/stack tweaks.
new d20b15b Tweaked travis.yml.
new bd07432 Back to cabal-based .travis.yml.
new 0ea7cce travis: install unreleased pandoc-types & texmath.
new ba2bce3 Fixed .travis.yml syntax.
new f36f0b2 Fix travis problem.
new 1494097 Further travis tweaks.
new 99bc204 Travis, make_travis_yml: reverted addition of 'cabal test' in tgz.
new c5b9ae3 ImageSize: use safeRead instead of readMaybe.
new da43c70 Simpler travis - build pandoc, pandoc-citeproc, texmath together.
new 3f89c95 Back to stack-based .travis.yml; use stack 1.8.
new e456ddb Fixed travis.
new dd2d8ff Fixed travis again.
new ad6a340 Added sanity check in .travis.yml to diagnose problem.
new 8f0490a Travis: Use --system-ghc.
new 67b49d7 Travis: only use ghc 7.10.2 for now.
new 39a92b2 Improved Citations section of README.
new f0670cc hlint refactorings.
new 4b293a6 hlint fixes.
new a7f6241 hlint fixes.
new bbb3d8d hlint changes
new f7e3714 hlint fixes
new a008e57 hlint fixes
new 07b8a45 Docx Reader: Remove DummyListItem type
new 902c63e Document limitations of --self-contained.
new 4361dc0 Define a `meta-json` variable for all writers.
new b20ecbe AsciiDoc writer: Fixed code blocks.
new 2633dc2 Beamer writer: mark frame as fragile when it contains verbatim.
new 2eb5d2d LaTeX reader: Use curly quotes for unmatched `.
new ce55834 Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.
new c73ae81 LaTeX reader: Improved smart quote parsing.
new 33d328f Allow pipe tables with no body rows.
new e79fb6c Updated README for new pipe table behavior.
new 57350d9 Added bodyless pipe table test case.
new bfbd6c6 Added stack.full.yaml to build pandoc-citeproc as well.
new 2df4f39 s/mb21/Mauro Bieg/ in README contributor list and changelog.
new 6d91fb2 Markdown writer: use raw HTML for link/image attributes when
new 5c45a43 stack.full.yaml - use local versions of everything.
new 622f096 Docx writer: better handling of PDF images.
new ad6578f Use lts-3.16.
new 1f379da Parse CSS that doesn't contain the optional semicolon
new d901a3d Textile Reader: image attributes
new 48b7d25 Merge pull request #2568 from mb21/readers-images
new 13f74d0 Add support to GAP
new b63dc2c Merge pull request #2569 from rgaiacs/add-highlighting-to-gap
new 7b66f84 Fixed man template so disabling hyphenation actually works.
new e5c72ca LaTeX template changes:
new dd8df6c Markdown reader: Improved pipe table relative widths.
new fde548f Beamer template: make `\euro` conditional on presence of character.
new 09958d7 Fixed Emoji character definitions.
new 5f97abc trypandoc: sort drop-down lists.
new cf476fb Use latest texmath dev version in stack.yaml.
new b288884 Update texmath version in stack.yaml.
new 83c56bd stack.yaml: Use pandoc-types commit with SoftBreak.
new 63d875c Markdown reader: parse soft break as SoftBreak.
new 536b6bf Implemented SoftBreak and new `--wrap` option.
new b747243 Removed deprecated options `--offline` and `--html5`.
new 1b0e099 FB2 writer: support SoftBreak.
new 28a2f4c Fixed cite key parsing regression.
new 47cc5ad Restore no wrapping of XML in Docx, ODT.
new d9c2f50 Updated pandoc-types commit in stack.yaml
new af7e782 Modified readers to emit SoftBreak when appropriate.
new d6a4c70 Test fixes.
new 9ce7029 stack.yaml - use latest pandoc-types.
new 202d848 Fixed tests.
new 60d383e Update to use latest releases of highlighting-kate and texmath.
new 44120ea Implemented `east_asian_line_breaks` extension.
new 3e079a2 AsciiDoc writers: Add anchors on Div elements.
new e4b3da6 AsciiDoc writer: support anchors in spans with id elements.
new 6c8a930 Use lts-3.18 resolver to avoid Windows build problems.
new 36c589a Use lts-3.18 in stack.yamls.
new 90b8024 Use posix path separators in ICML link URIs.
new a924a3f Fixed ICML image syntax for local files.
new 30644b2 RST reader: image attributes
new 2060f5f new function to extract multiple properties at once in CSS.hs
new 37931cb Docx reader: image attributes
new df68f25 ODT/OpenDocument writer: improved image attributes
new f3133a8 Merge pull request #2570 from mb21/rst-reader-imgattrs
new 9f43acb ICML writer: removed redundant import.
new 3573d99 Updated changelog.
new 678e7da Removed deprecated --strict option entirely.
new c16efea Removed "compatibility mode" when called as hsmarkdown.
new a6d810a Factored out convertWithOpts
new 3e005aa Fixed benchmark for new API.
new 7c22959 Reorganized changelog.
new f3a9bda ICML writer: added figure handling, closes #2590
new 2af6bf3 Merge pull request #2591 from mb21/ICML-figures
new 62910d4 Fixed typos in changelog.
new d925cd6 Updated changelog.
new eb8a758 Document change to subtitle in LaTeX.
new e670435 Merge pull request #2594 from adunning/patch-1
new 1ead1f3 ICML writer: intersperse line breaks
new efb34a1 Merge pull request #2593 from mb21/icml-linebreaks
new ad3ef55 Explain how to get `subtitle` to work with latex article etc.
new e20f433 Markdown reader: fixed parsing bug with macros.
new ce21b2c README: reflowed to avoid overly long lines.
new f0c4790 Consider header files when determining whether to use csquotes.
new 4c103f6 Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLoow-master
new 2998618 Merge branch 'AndreasLoow-master'
new 770641f Fix language code for Czech (cs not cz)
new 9333814 Added needed import of FromJSON.
new 28b2d86 LaTeX/Beamer template changes (Thomas Hodgson):
new 6924937 Beamer: Moved header-includes before setting of title etc.
new 5c4e247 Updated changelog
new cab20a9 Removed hyphen
new 32d2789 Merge pull request #2598 from twsh/biblatexoptions
new 0a768f1 Added preliminary support for PDF creation via wkhtmltopdf.
new 0596b65 pdf via wkhtmltopdf: take `title` and `page-size` from metadata.
new 8b8bdca Allow setting margins from metadata variables for wkhtmltopdf.
new 46e38d0 Improved treatment of margins in wkhtmltopdf.
new 35e0544 LaTeX reader: allow blank space between braced arguments of commands.
new f9202f5 LaTeX writer: create defaults for geometry using margin-left etc.
new 2973450 ConTeXt writer: set default layout based on margin-left, etc.
new 3861df5 Updated README with margin and papersize variables.
new 59d6f02 Added 'paper' after $papersize$ variable in latex template.
new b27783e Use cmark 0.5.
new a2fa460 stack.yaml - use simpler extra-deps field.
new 5f814b6 Relax version bound on HTTP.
new 54f4faa HTML slide templates: add toc. (Andrew Dunning)
new cfa6f9f Allow binary 0.8
new 8908205 Allow process 1.4
new f81c098 Updated changelog.
new 6ed41cb Tweaks to changelog.
new a68e072 MediaWiki writer: fix spacing issues.
new 75695b1 MediaWiki reader: interpret markup inside `<tt>`, `<code>`.
new 44c762e Updated changelog.
new 4edd1a7 Updated stack.yaml files.
new b5d9798 Updated filter for man pages.
new 1c0ebe6 Updated man page.
new 13f04ce Fixed windows stack.yaml.
new 90a2df3 Fixed debpkg target.
new 97c9691 Textile reader: don't allow block HTML tags in inline contexts.
new 1cee481 Updated binary package stack.yamls to ensure pandoc-citeproc...
new a6d20b3 windows/stack.yaml - use local pandoc-citeproc.
new 4990350 Fixed v1.16 reversion with --latex-engine.
new 694eb87 Updated .travis.yml, added ghc 7.10.3 to tested-with.
new 51a415e Added 7.10.3 to make_travis_yml.hs known versions.
new e792920 Regenerated .travis.yml to include 7.10.3.
new a81b093 Go back to testing with ghc 7.10.2.
new a796538 RST, Markdown writers: Fixed rendering of grid tables with blank rows.
new 45f5fc9 Add .stack-work to gitignore
new 2aee5a3 Merge pull request #2622 from conklech/ignore-stack
new 73d1175 stack.yaml: bump pandoc-types version to 1.16.0.1.
new 363ecfe Make file globbing work on windows.
new 197f301 Revert "Make file globbing work on windows."
new f6fe430 stack.yaml, stack.full.yaml - use lts-4.0 resolver.
new a5efd2a Improved default template lookup for custom lua scripts.
new c4fdf28 Markdown reader: renormalize table column widths if they exceed 100%.
new 510a539 Upgrade hsb2hs.yaml lts resolver.
new af706bc make_deb.sh - added --stack-setup-yaml.
new 669153e deb/Makefile: Renamed COMMIT -> TREE
new 646ef17 deb pkg generation improvements.
new d2dfacc make_deb.sh - use --install-ghc flag instead of stack setup.
new b3b00da Fix function dropping subtrees tagged :noexport:
new 9320d35 Merge pull request #2629 from tarleb/org-noexport-fix
new 8a5950a deb/make_deb.sh - removed 'stack clean'.
new 6cb94d5 Minor tweak in how make_deb.sh is called.
new 6cf610d More deb packaging tweaks.
new f010b39 debpkg - back to lts-3.20.
new eadf5ad deb/Makefile - make DEBPKGVER work.
new 0602a22 deb/stack.yaml - use older aeson to avoid excessive memory use in compile.
new c30ad6f stack.yaml - use older aeson to avoid excessive memory use on compile.
new dbff1d1 Update stack.full.yaml
new 1730e63 Update stack.yaml
new 52d95dd Merge pull request #2632 from matt-e/fix-stack-build
new 12a5bd3 Entity handling fixes:
new 5884ff6 Work around tagsoup bug - not allowing uppercase x in hex entities.
new d5f6782 Added some entity tests in Markdown reader tests.
new 729911a Fixed shadowing warning.
new 1506e62 LaTeX writer: restore old treatment of Span.
new 687c39e Version bump to 1.16.0.1
new 1fbbc2b Updated changelog.
new 5eb8087 Updated stack.yaml.
new a412104 Fixed typo in deb/stack.yaml.
new 6936a6a osx package fixes: correct version, allow installation to any drive.
new 37ac274 README - changed date.
new 293f31c Regenerated man page.
new 4db912f Release checklist: added note on regenerating Hackage docs.
new 8611ac5 Fixed regression in latex smart quote parsing.
new f34382e Depend on deepseq rather than deepseq-generics.
new 3004306 Version to 1.16.0.2, updated changelog.
new ee09ee1 Updated README date.
new f8776ed Updated man page.
new 508f4ba Imported Upstream version 1.16.0.2~dfsg
new 3cf692a Merge tag 'upstream/1.16.0.2_dfsg'
new 388ad55 Update package relations: Suggest wkhtmltopdf, and document its use in long description.
new 0e6d6ec Sync long description with upstream description.
new d86b230 Update package relations: Relax GHC upper bounds for http. Tighten GHC lower bounds for texmath highlighting-kate. Shift GHC bounds for pandoc-types cmark. Stop GHC for deepseq-generics.
new 592ffbf Exclude in repackaged upstream tarball yet another docx file lacking license.
new 1736b02 Update changelog, control file and copyright hints.
new 355c08d Imported Upstream version 1.16.0.2~dfsg
new 9050e5d Merge tag 'upstream/1.16.0.2_dfsg'
new 7dacf8b Drop upstream cherry-picked patch now applied.
new c272807 Unfuzz patches.
new d1f49d1 Update changelog and copyright hints.
The 375 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:
README | 637 ++++++++----
benchmark/benchmark-pandoc.hs | 4 +-
changelog | 620 ++++++++++-
data/sample.lua | 8 +-
data/templates/default.asciidoc | 17 +-
data/templates/default.beamer | 91 +-
data/templates/default.context | 131 ++-
data/templates/default.dzslides | 151 ++-
data/templates/default.html | 7 +-
data/templates/default.html5 | 5 +-
data/templates/default.icml | 2 +-
data/templates/default.latex | 118 ++-
data/templates/default.man | 6 +-
data/templates/default.opendocument | 4 +-
data/templates/default.revealjs | 20 +-
data/templates/default.s5 | 28 +-
data/templates/default.slideous | 15 +-
data/templates/default.slidy | 17 +-
debian/changelog | 22 +
debian/control | 82 +-
debian/control.in | 67 +-
debian/copyright | 5 +-
debian/copyright_hints | 36 +-
debian/patches/020151023~317d9ee.patch | 290 ------
.../patches/1001_online_latexmathml_default.patch | 12 +-
debian/patches/2001_avoid_missing_files.patch | 4 +-
debian/patches/series | 1 -
debian/rules | 19 +-
man/pandoc.1 | 691 +++++++++----
man/removeLinks.hs | 2 +-
pandoc.cabal | 97 +-
pandoc.hs | 218 ++--
prelude/Prelude.hs | 19 +-
src/Text/Pandoc.hs | 12 +-
src/Text/Pandoc/CSS.hs | 21 +-
src/Text/Pandoc/Compat/Monoid.hs | 17 +
src/Text/Pandoc/Emoji.hs | 906 ++++++++++++++++
src/Text/Pandoc/Highlighting.hs | 7 +-
src/Text/Pandoc/ImageSize.hs | 152 ++-
src/Text/Pandoc/Options.hs | 45 +-
src/Text/Pandoc/PDF.hs | 170 ++-
src/Text/Pandoc/Parsing.hs | 26 +-
src/Text/Pandoc/Pretty.hs | 3 +-
src/Text/Pandoc/Readers/CommonMark.hs | 22 +-
src/Text/Pandoc/Readers/DocBook.hs | 24 +-
src/Text/Pandoc/Readers/Docx.hs | 25 +-
src/Text/Pandoc/Readers/Docx/Parse.hs | 107 +-
src/Text/Pandoc/Readers/EPUB.hs | 15 +-
src/Text/Pandoc/Readers/HTML.hs | 34 +-
src/Text/Pandoc/Readers/Haddock.hs | 1 +
src/Text/Pandoc/Readers/LaTeX.hs | 81 +-
src/Text/Pandoc/Readers/Markdown.hs | 153 ++-
src/Text/Pandoc/Readers/MediaWiki.hs | 44 +-
src/Text/Pandoc/Readers/Odt/Arrows/State.hs | 1 +
src/Text/Pandoc/Readers/Odt/Arrows/Utils.hs | 41 +-
src/Text/Pandoc/Readers/Odt/ContentReader.hs | 12 +-
src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs | 2 +-
.../Pandoc/Readers/Odt/Generic/XMLConverter.hs | 28 +-
src/Text/Pandoc/Readers/Odt/Namespaces.hs | 2 +-
src/Text/Pandoc/Readers/Odt/StyleReader.hs | 4 +-
src/Text/Pandoc/Readers/Org.hs | 84 +-
src/Text/Pandoc/Readers/RST.hs | 39 +-
src/Text/Pandoc/Readers/Textile.hs | 19 +-
src/Text/Pandoc/Readers/Txt2Tags.hs | 3 +-
src/Text/Pandoc/SelfContained.hs | 2 +-
src/Text/Pandoc/Shared.hs | 69 +-
src/Text/Pandoc/Slides.hs | 2 +-
src/Text/Pandoc/Templates.hs | 1 +
src/Text/Pandoc/Writers/AsciiDoc.hs | 60 +-
src/Text/Pandoc/Writers/CommonMark.hs | 43 +-
src/Text/Pandoc/Writers/ConTeXt.hs | 103 +-
src/Text/Pandoc/Writers/Custom.hs | 12 +-
src/Text/Pandoc/Writers/Docbook.hs | 41 +-
src/Text/Pandoc/Writers/Docx.hs | 38 +-
src/Text/Pandoc/Writers/DokuWiki.hs | 33 +-
src/Text/Pandoc/Writers/EPUB.hs | 18 +-
src/Text/Pandoc/Writers/FB2.hs | 18 +-
src/Text/Pandoc/Writers/HTML.hs | 103 +-
src/Text/Pandoc/Writers/Haddock.hs | 19 +-
src/Text/Pandoc/Writers/ICML.hs | 153 +--
src/Text/Pandoc/Writers/LaTeX.hs | 256 +++--
src/Text/Pandoc/Writers/Man.hs | 10 +-
src/Text/Pandoc/Writers/Markdown.hs | 110 +-
src/Text/Pandoc/Writers/MediaWiki.hs | 46 +-
src/Text/Pandoc/Writers/Native.hs | 4 +-
src/Text/Pandoc/Writers/ODT.hs | 41 +-
src/Text/Pandoc/Writers/OPML.hs | 2 +-
src/Text/Pandoc/Writers/OpenDocument.hs | 84 +-
src/Text/Pandoc/Writers/Org.hs | 16 +-
src/Text/Pandoc/Writers/RST.hs | 80 +-
src/Text/Pandoc/Writers/RTF.hs | 15 +-
src/Text/Pandoc/Writers/Shared.hs | 6 +-
src/Text/Pandoc/Writers/Texinfo.hs | 33 +-
src/Text/Pandoc/Writers/Textile.hs | 58 +-
src/Text/Pandoc/XML.hs | 9 +-
stack.yaml | 16 +
tests/Tests/Arbitrary.hs | 10 +-
tests/Tests/Old.hs | 11 +-
tests/Tests/Readers/Docx.hs | 12 +
tests/Tests/Readers/Markdown.hs | 24 +-
tests/Tests/Readers/Org.hs | 103 +-
tests/Tests/Readers/RST.hs | 5 +-
tests/Tests/Readers/Txt2Tags.hs | 6 +-
tests/Tests/Writers/AsciiDoc.hs | 2 +-
tests/Tests/Writers/ConTeXt.hs | 2 +-
tests/Tests/Writers/Docbook.hs | 2 +-
tests/Tests/Writers/HTML.hs | 2 +-
tests/Tests/Writers/LaTeX.hs | 2 +-
tests/docbook-reader.native | 106 +-
tests/docbook-xref.native | 12 +-
tests/docx/already_auto_ident.native | 2 +-
tests/docx/dummy_item_after_list_item.docx | Bin 0 -> 70197 bytes
tests/docx/dummy_item_after_list_item.native | 3 +
tests/docx/dummy_item_after_paragraph.docx | Bin 0 -> 70234 bytes
tests/docx/dummy_item_after_paragraph.native | 3 +
tests/docx/image_no_embed.native | 2 +-
tests/docx/image_no_embed_writer.native | 2 +-
tests/docx/image_vml.native | 2 +-
tests/docx/inline_images.native | 4 +-
tests/docx/inline_images_writer.native | 4 +-
tests/docx/link_in_notes.native | 1 +
tests/docx/links.native | 8 +-
tests/docx/links_writer.native | 8 +-
tests/docx/table_with_list_cell.docx | Bin 32615 -> 0 bytes
tests/dokuwiki_external_images.native | 2 +-
tests/dokuwiki_multiblock_table.native | 2 +-
tests/epub/features.native | 50 +-
tests/epub/formatting.native | 18 +-
tests/epub/wasteland.native | 140 +--
tests/haddock-reader.native | 14 +-
tests/html-reader.native | 66 +-
tests/latex-reader.latex | 27 -
tests/latex-reader.native | 109 +-
tests/lhs-test-markdown.native | 4 +-
tests/lhs-test.html | 7 +-
tests/lhs-test.html+lhs | 7 +-
tests/lhs-test.latex | 48 +-
tests/lhs-test.latex+lhs | 48 +-
tests/lhs-test.markdown | 4 +-
tests/lhs-test.markdown+lhs | 4 +-
tests/lhs-test.native | 4 +-
tests/markdown-reader-more.native | 75 +-
tests/mediawiki-reader.native | 40 +-
tests/mediawiki-reader.wiki | 4 +
tests/odt/native/referenceToChapter.native | 2 +-
tests/odt/native/referenceToListItem.native | 2 +-
tests/odt/native/referenceToText.native | 2 +-
tests/opml-reader.native | 2 +-
tests/pipe-tables.native | 17 +-
tests/pipe-tables.txt | 13 +
tests/rst-reader.native | 64 +-
tests/s5-basic.html | 8 +-
tests/tables-rstsubset.native | 12 +-
tests/tables.html | 6 +-
tests/tables.icml | 223 ++--
tests/tables.mediawiki | 216 ++--
tests/tables.native | 26 +-
tests/testsuite.native | 100 +-
tests/textile-reader.native | 39 +-
tests/textile-reader.textile | 5 +-
tests/twiki-reader.native | 10 +-
tests/txt2tags.native | 96 +-
tests/writer.asciidoc | 45 +-
tests/writer.context | 66 +-
tests/writer.icml | 1078 +++++++++++++-------
tests/writer.latex | 46 +-
tests/writer.man | 4 +-
tests/writer.native | 100 +-
tests/writer.rtf | 4 +-
tests/writers-lang-and-dir.context | 109 ++
tests/writers-lang-and-dir.latex | 146 +++
tests/writers-lang-and-dir.native | 23 +
trypandoc/Makefile | 2 +-
trypandoc/index.html | 58 +-
174 files changed, 7124 insertions(+), 3458 deletions(-)
delete mode 100644 debian/patches/020151023~317d9ee.patch
create mode 100644 src/Text/Pandoc/Compat/Monoid.hs
create mode 100644 src/Text/Pandoc/Emoji.hs
create mode 100644 stack.yaml
create mode 100644 tests/docx/dummy_item_after_list_item.docx
create mode 100644 tests/docx/dummy_item_after_list_item.native
create mode 100644 tests/docx/dummy_item_after_paragraph.docx
create mode 100644 tests/docx/dummy_item_after_paragraph.native
create mode 100644 tests/docx/link_in_notes.native
delete mode 100644 tests/docx/table_with_list_cell.docx
create mode 100644 tests/writers-lang-and-dir.context
create mode 100644 tests/writers-lang-and-dir.latex
create mode 100644 tests/writers-lang-and-dir.native
--
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