[Pkg-haskell-commits] [pandoc] annotated tag upstream/1.14_dfsg created (now 0beda02)

Jonas Smedegaard dr at jones.dk
Thu May 28 15:20:17 UTC 2015


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

js pushed a change to annotated tag upstream/1.14_dfsg
in repository pandoc.

        at  0beda02   (tag)
   tagging  67c88c6c67e7853f09314009ec8837ffa0d26a18 (commit)
  replaces  upstream/1.13.2.1_dfsg
 tagged by  Jonas Smedegaard
        on  Thu May 28 16:54:49 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.14~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJVZyw5AAoJECx8MUbBoAEh278P/0Bh8r1hvxzZDVBv/Y0MBgo7
0/t/2t/XhzYvbma/KimRsr6xqvDlJOUCXGIMI6qDiPHVcOLHIjvaqMV81qjD5eQ0
p2sbQvZBDoJ2tZ42/T6jcTbNuvaqUfTQYTk1IFVOa3U3WUYxmwXRfKl36yMweBhs
Go3btbaRyIh/cy1ZmuG7fPfMKDhq4BnMdKB6EOeySc7NqG6Bd0xrZ1srdXa3z7+/
oljEkpDpmVq+pQnMvlp/LDUThSSdEoxXKj5PEWft0eQDD6lACB1rSDi6lO3B5fNn
N6FjG3oBc+5MmkIZF/X0Tq6WhJkETenlM3IE7RvgY/UCqYtuchtbJ4OSW0qyMIuk
8Skx8eJfUi9GsKNMdPiGRBW1tg1PpjJBdKZvfP7dLn2mwUMoRpIIaUJ40ZDzTpBq
b3H5+IFHTDNAp1VjiaK48juz4M0iDvqa24iqlTrCM8EgFnSqDZVLz01JEJe2ACwx
C26DbvtE110iRuhXGrPkGakN9wRx7YUuy7tMUllGn7o20mul8TWN0d8DoOwWDYUF
PGGzy6UqcRHmU3O8qKPC4TuGmk2JoBLirBbF2T9j5wEMXp4r/GS/GWFWmukHkYEx
m4WICQNMCv5Sk1cVViWOg8XaCk8JzRXjZYkjZMr/OnkWmddLklBPqAdx6dgsH5on
Cr0h0eZ3K2Igcw00rmgo
=XIbv
-----END PGP SIGNATURE-----

Albert Krewinkel (4):
      Reorder block arguments parsing code
      Org reader: generalize code block result parsing
      Org reader: put header tags into empty spans
      Org reader: drop trees with a :noexport: tag

Alfred Wechselberger (1):
      Added woff2 to MIME types

Andreas Lööw (2):
      Minor, fixed a Markdown error that caused formatting problems.
      Various minor formatting and consistency fixes for the program options.

Caleb McDaniel (1):
      Clarify JSON input and output in usage message

Craig S. Bosma (1):
      Org reader: add support for smart punctuation

Greg Rundlett (2):
      update syntax for Images/Media files in MediaWiki
      update syntax for Images/Media files in MediaWiki

Grégory Bataille (1):
      Typo on Text.Pandoc.Generic

Hans-Peter Deifel (2):
      Org reader: Allow image links with non-image targets
      Org reader: Add test for image links

J. Lewis Muir (1):
      Fix typos in User's Guide

Jesse Rosenthal (16):
      Docx: Parse images in deprecated vml format.
      Docx Reader: Add test for VML images.
      Docx Writer: Implement FirstParagraph Style
      Added FirstParagraph to docx templates.
      Docx Writer: Use FirstParagraph style at beginning.
      Docx Writer: Add "BodyText" Style
      Docx Writer: Update reference.docx
      Docx Writer: Alter Blockquote style slightly.
      Docx writer: Add footnotes id -1 and 0.
      Docx reader: Handle lists correctly inside table cells.
      Docx reader: test lists in table cells.
      Docx reader: Allow numbering in the style file.
      Docx reader: Add tests for new list style parsing.
      Docx reader: allow sub/superscript verbatims.
      Docx reader: add test for verbatim in sub/superscript.
      Docx reader: Minor cleanup.

John MacFarlane (227):
      Version bump to 1.13.3.
      Added `--verbose` flag for debugging output in PDF production.
      EPUB templates:  use div, not p, for "rights" on title page.
      SelfContained:  Add `;charset=utf-8` to script mime type if missing.
      LaTeX reader:  handle `tabular*` environment.
      Merge pull request #1853 from mpickering/contrib
      Minor reformatting of CONTRIBUTING.md.
      Merge pull request #1856 from markwright/master
      Remove SourceCode style from reference.docx.
      EPUB writer: properly handle internal links to IDs in spans, divs.
      Merge pull request #1888 from mpickering/errormsg
      Custom writer: raise error if loadstring returns an error status.
      Custom writer: Raise `PandocLuaException` instead of using 'error'.
      Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.
      revealjs template - link to non-minified css, js.
      LaTeX reader:  don't limit includes to .tex extension.
      Merge pull request #1885 from mb21/html-reader-tables
      Add Installed-Size to debian package control file.
      Fixed list-style-type for numbered example lists.
      HTML writer: Add "inline" or "display" class to math spans.
      LaTeX writer:  Don't escape $ in URL.  Closes #1913.
      Textile reader:  table improvements.
      Merge pull request #1925 from timtylin/patch/prettyLineBreaks
      Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap
      Merge branch 'timtylin-patch/fixTexinfoWrap'
      Merge pull request #1915 from mpickering/travisupdate
      Merge pull request #1927 from freephile/master
      Travis: comment out ghc 7.10 until we have the dependencies.
      Improved building of data URIs in SelfContained.
      Allow wildcards in `--epub-embed-font` arguments.
      Fixed revealjs template so style css is correctly included.
      ICML writer:  Better handling of raw blocks and inlines.
      Docbook writer: don't print empty id attributes.
      Markdown reader: check for tex macros after indented code.
      LaTeX writer:  recognize book documentclass if set in metadata.
      Markdown writer: Avoid introducing spurious list items through wrapping.
      Define isRight since it's only in recent versions of Data.Either.
      Markdown writer: don't emit span tags if plain or raw HTML disabled.
      HTML writer:  include raw latex blocks if --mathjax specified.
      Merge pull request #1988 from sumitsahrawat/issue-969
      Merge pull request #1976 from wcaleb/json-help-message
      Fixed pipe tables -- headerless tables are not allowed.
      MediaWiki writer:  spaces to underscores in wikilink URL.
      LaTeX reader: ignore options in `\lstinline`.
      Merge pull request #1999 from synsem/latex-reader-tables
      Merge pull request #2000 from bosmacs/org-smart
      LaTeX reader:  allow block content in \title{}.
      Properly gobble spaces after \\.
      Really fix #1394.
      Merge pull request #1989 from zudov/shortcut_ref_link_pr
      Moved and rewrote documentation for `shortcut_reference_links` ext.
      AsciiDoc writer:  insert some needed blank lines.
      AsciiDoc writer: avoid wrapping after list marker.
      Merge pull request #2008 from tomleese/fix-github-phrasing
      Merge pull request #1968 from lierdakil/issue1607
      Bump criterion version bound.
      Added CommonMark reader using cmark (libcmark bindings).
      Fixed a compiler warning.
      Merge pull request #2013 from ShabbyX/master
      Bumped upper bounds for filepath, QuickCheck.
      Markdown writer:  fixes for GHC 7.10.
      Merge pull request #1947 from mpickering/Fmonad
      Allow pipe tables with header but no body.
      README: make defn lists for options all "loose" for consistency.
      Require highlighting-kate 0.5.13.
      travis script:  build with ghc 7.10.1.
      Merge pull request #2030 from lierdakil/issue2026
      pandoc.cabal:  changed default profiling options.
      Require highlighting-kate >= 0.5.14
      Fixed ghc-prof-options.
      Updated tests for new highlighting-kate behavior.
      Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype
      Fixed lhs writer tests (overflow-x, not x-overflow).
      Merge branch 'mpickering-errortype'
      Fixed typo in lhs-test.html.
      Merge branch 'master' of github.com:jgm/pandoc
      Updated code example in Text.Pandoc.
      Version bump to 1.14.
      Added Tests.Writers.Docx to cabal file.
      Added source files for reference.docx/odt to extra-source-files.
      make-pandoc-man-pages:  fixed to build with new readMarkdown type.
      Added images needed for docx tests to cabal extra-source-files.
      Always build man pages.  Removed make-pandoc-man-pages flag.
      Merge pull request #2034 from lierdakil/issue2032
      Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel-master
      Merge branch 'rootzlevel-master'
      README:  Add links to filter libs in perl, php, javascript.
      Merge pull request #2039 from mpickering/7.10
      Merge pull request #2037 from lierdakil/issue458
      Merge pull request #2038 from lierdakil/docx-hyphen-settings
      Require cmark 0.3.1.
      Added CommonMark writer.
      benchmark - removed kludge we needed before CommonMark writer.
      Merge pull request #2035 from lierdakil/issue2031
      Merge pull request #2042 from lierdakil/issue1866
      reveal.js template: add new configurable options.
      Added "noProof" to docx syntax highlighting SourceCode style.
      Added INSTALL instructions about older cabal versions.
      Improved INSTALL instructions.
      EPUB writer: Take TOC title from toc-title metadata field.
      reveal.js template: move custom css after theme.
      epub, epub3:  added header-includes, include-before, include-after.
      RST writer:  better handling of raw latex inline.
      DocBook reader:  look inside "info" elements for section titles.
      Removed redundat import.
      Merge pull request #2064 from nickbart1980/patch-1
      Merge pull request #2070 from lierdakil/odt-image-captions
      Text.Pandoc.PDF: more comprehensible errors on image conversion.
      OpenDocument template:  use `text:p` instead of `text:h` for title.
      Merge pull request #2072 from lierdakil/latex-reader-cleanup
      Fixed toc depth in RST writer.
      Fixed warning.
      LaTeX template: include grffile together with graphicx.
      Merge pull request #2078 from nickbart1980/patch-2
      Bump texmath lower bound to 0.8.1
      Merge pull request #2081 from lierdakil/docx-content-title
      Document `toc-title` variable in README.
      Updated changelog for 1.13.2.1 release.
      Fixed `htmlTag` in HTML reader.
      LaTeX template: redefine `\paragraph`, `\subparagraph`...
      Merge pull request #2092 from lierdakil/issue1909
      Merge pull request #2088 from AndreasLoow/master
      Merge pull request #2079 from lierdakil/rst-normalize-headings
      Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanum
      Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jlduran-latex-tightlist
      Merge branch 'jlduran-latex-tightlist'
      More principled fix for #1820.
      Markdown definition lists:  don't require indent for first line.
      Merge pull request #2093 from gbataille/genericTypo
      Markdown writer: improved escaping.
      Added test case for #2062.
      Revert "Merge pull request #1947 from mpickering/Fmonad"
      Merge pull request #2090 from lierdakil/issue2083
      Rewrote charsInBalancedBrackets.
      Added license & copyright for lua to COPYRIGHT.
      Merge pull request #2095 from pombreda/patch-1
      Merge pull request #2099 from RyanGlScott/master
      Custom writer:  use UTF-8 aware bytestring conversion.
      LaTeX reader: recognize `\newpage` as a block command.
      EPUB tests:  don't use joinPath, which varies across platforms.
      Merge pull request #2110 from timtylin/patch/travis-new-apt-syntax
      Use -j2 for travis builds.  (See #2110.)
      Added JOPTS to travis.
      Updated copyright notices to -2015. Closes #2111.
      Merge pull request #2112 from lierdakil/issue2101
      Fixed regression with lists inside defintiion lists.
      Added appveyor.yml for Windows CI.
      appveyor.yml - rearranged install and build scripts.
      appveyor.yml - specify full ghc path.
      appveyor - set paths in registry.
      appveyor - force rewrite of path in registry.
      EPUB writer: Remove linear=no from cover itemref.
      appveyor.yml - set path in shell in addition to registry.
      appveyor - another attempt at setting the paths.
      appveyor - use powershell for commands.
      appveyor - attempt to fix yml errors.
      appveyor - use cmd for 'git submodule update'.
      appveyor - removed a diagnostic echo.
      HTML reader: Allow multiple colgroups in table.
      Merge pull request #2123 from hellofloat/master
      SelfContained: cssURLs no longer tries to fetch fragment URLs.
      EPUB writer: Use plain writer for metadata dc: fields.
      latex template: use providecommand for tightlist.
      Fixed tests for change to latex template.
      LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.
      Make sure a closing `</div>` doesn't get included in a defn list item.
      LaTeX template:  degrade gracefully if `\paragraph` not defined.
      Test updates for 15d16e84567ca74c18448c60a2499e484581798f.
      SelfContained:  properly handle data URIs in css urls.
      Merge pull request #2134 from jlmuir/fix-user-guide-typos
      Merge pull request #2131 from nickbart1980/patch-2
      UTF8: Better handling of bare CRs in input files.
      Deal with deprecation warning in Custom.
      Merge pull request #2138 from lierdakil/backtick-code-blocks
      EPUB writer: stylesheet changes.  Closes #2040.
      Revert "EPUB writer: stylesheet changes.  Closes #2040."
      ImageSize:  make imageSize return an Either, not a Maybe.
      ImageSize:  make jpeg header parsing routines return Either.
      ImageSize: Use runGetOrFail with binary 0.7+.
      Improved warnings when image size can't be determined.
      Fixed accidental reversion to earlier templates version.
      ImageSize:  fixed some exif parsing bugs.
      HTML reader: Fixed detection of self-closing tags.
      Fixed misleading example in README.
      LaTeX, Beamer templates:  use `bibliography` instead of `biblio-files`.
      Removed references to `biblio-files` in pandoc.hs and README.
      Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.
      Don't use sup element for epub footnotes.
      Merge pull request #2149 from lierdakil/bibliography-docs
      Fixed regression in charsInBalancedBrackets.
      Updated changelog.
      EPUB writer: Properly handle image URLs without an extension.
      Updated changelog.
      Beamer:  mark slide as `[fragile]` if header has `fragile` class.
      HTML reader:  Support base tag.
      Updated changelog.
      Markdown reader: Made implicit header references case-insensitive.
      README: document which formats have `shortcut_reference_links`.
      Small edits to changelog.
      Updated contributors and copyright dates in README.
      DocBook writer: add id to para if in Div with id element.
      Updated changelog.
      PDF writer: Print temp dir on `--verbose`.
      EPUB writer:  Split references into separate chapter.
      README: Better documentation of syntax highlighting.
      Require highlighting-kate 0.6.
      Updated tests for new highlighting-kate.
      Merge pull request #2141 from DigitalPublishingToolkit/icml-images
      Merge pull request #2169 from tarleb/org-header-tags
      Merge pull request #2170 from tarleb/org-generalize-result-block
      Require cmark-hs >= 0.3.3 (fixes #2175).
      EPUB writer: Improved chapter splitting and internal link rewriting.
      Template changes.
      Documented `toccolor` variable.
      Revealjs:  allow 'center' to be set to false.
      Fixed compiler warning.
      Fixed svg handling in EPUB writer.
      LaTeX writer: Make `mainlang` work when `lang` is in metadata.
      LaTeX/beamer:  added `setotherlanguages` in polyglossia.
      LaTeX template: Move hyperref before polyglossia.
      Updated changelog.
      make_osx_package.sh: don't use cpphs.
      Revert "make_osx_package.sh: don't use cpphs."
      Adjust date on README.
      trypandoc - fixes for new API.
      Fixes to trypandoc fixes.
      More fixes to trypandoc.

Jonas Smedegaard (1):
      Imported Upstream version 1.14~dfsg

Jose Luis Duran (1):
      LaTeX writer: Use a declaration for tight lists

Julien Cretel (1):
      Markdown Reader: eliminate common subexpressions

Konstantin Zudov (3):
      Do not ommit missing `alt` attribute on `img` tag
      Refactored `if x then [] else y` to `[y | not x]`
      Support shortcut reference links in markdown writer

Mark Wright (15):
      Allow haddock-library 1.2
      Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc record accessor function _doc :: MetaDoc mod id -> DocH mod id
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies ; ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies ; ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
      ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...

Mathias Schenner (3):
      LaTeX reader: add some test cases for simple tables
      LaTeX reader: allow valign argument in tables
      LaTeX reader: allow non-empty colsep in tables

Matthew Pickering (56):
      Updated CONTRIBUTING.md with information about issue tags
      Merge pull request #1870 from mb21/fix-xelatex-recommendation
      Better warning when trying to read multiple binary files
      Merge pull request #1912 from zudov/missing_alt
      Update travis file
      Added generalize function which can be used to lift specialised parsers.
      Remove F monad from Org Reader.
      Changed parseWithWarnings to the more general returnWarnings parser transformer
      Remove F monad from Parsing
      Add check to see whether in a footnote to ParserState (to avoid circular footnotes)
      Generalise signature of addWarning
      Remove F Monad from Markdown reader
      HLint changes
      Factor out "returnState" into Parsing module
      Remove landmine from ImageSize
      Remove partial function from Pretty
      Add Text.Pandoc.Error module with PandocError type
      Change return type of DocBook reader
      Change return type of Docx reader
      Change return type of EPUB reader
      Change return type of HTML reader
      Change return type of Haddock reader
      Change return type of LaTeX reader
      Change return type of Markdown reader
      Change return type of Mediawiki reader
      Change return type of Native reader
      Change return type of OPML reader
      Change return type of Org reader
      Change return type of RST reader
      Change return type of TWiki reader
      Change return type of Textile reader
      Change return type of Txt2Tags reader
      Make safeRead safe.
      Update Pandoc.hs
      Update executable file
      Update tests
      Update benchmarks
      Update haddocks and copyright notices
      Move utility error functions to Text.Pandoc.Shared
      LaTeX Writer: Don't use listings in headers
      Merge pull request #1964 from mpickering/latexfix
      Merge pull request #1980 from RyanGlScott/master
      Added generalize function which can be used to lift specialised parsers.
      Remove F monad from Org Reader.
      Changed parseWithWarnings to the more general returnWarnings parser transformer
      Remove F monad from Parsing
      Add check to see whether in a footnote to ParserState (to avoid circular footnotes)
      Generalise signature of addWarning
      Remove F Monad from Markdown reader
      HLint changes
      Factor out "returnState" into Parsing module
      Add missing import
      Fix accidently usage of list monad instance
      Merge pull request #2023 from lierdakil/fix-stylemap
      Docx Writer: Filter out illegal XML characters
      Merge pull request #2057 from Jubobs/master

Matthias C. M. Troffaes (1):
      Allow digit as first character of a citation key.

Nikolay Yakimov (51):
      Initial stab at more involved fix for #1607
      Prototype fix for #1872
      If --no-highlight is set, remove *Tok styles.
      Also skip SourceCode style if exists
      Do not lookup custom styles
      Treat some ambiguous styles as custom for now
      Comment out unused functions to make CI happy
      Remove accidentally added file
      Update reference.docx
      Update Docx writer for 1cb601d reference.docx
      Started moving StyleMap out of writer code
      Code cleanup
      Initial tests for writer
      Lists test
      Docx Writer: set firstRow information in tables
      Docx Writer: Tables test
      Docx Writer: Fix StyleMap
      Markdown Reader: Disable meta exts for meta values
      Markdown Reader: Req. " " after key in mmd title block
      Markdown Reader: Require nonempty value in mmd title block
      Remove pre-built reference files
      Add unpacked reference data
      Create reference files from unpacked archives with helper program
      Reference Docx: update word/footnotes.xml
      Docx Writer: Add a style to figure images
      Reference Docx: Add keepNext to table captions
      Docx Writer: Initial support for --toc option (issue #458)
      Add toc heading style to reference.docx
      Updated README with new Docx Writer style names
      Docx Writer: Copy hyphenation settings from reference.docx
      Docx Writer: Place toc after abstract, rather than before
      LaTeX Reader: check for block-level newcommand aliases in blockCommand
      Latex Reader: Test for para starting with latex macro
      Latex Reader: More tests for corner cases
      Latex Reader: Guard against para starting with inline macro
      Latex Reader: Block commands code cleanup
      ODT Writer: Figure captions
      ODT Writer: Figure captions - Tests update
      LaTeX Reader: Code cleanup
      LaTeX Reader: Test for `^^` character escapes
      RST Writer: Normalize headings to sequential levels
      Docx Writer: Take TOC title from toc-title metadata field
      RST Writer: treat headings in block quotes, etc as rubrics
      RST Writer: Tests for rubrics and heading normalization
      MD Reader: Test for smart `'` after inline math
      MD Reader: Smart `'` after inline math
      MD Reader: Tests for links/footnotes after citations
      MD Reader: Fix links/footnotets after citations
      Custom Writer: Set foreign encoding to UTF-8
      README: Add documentation on backtick_code_blocks
      README: bibliography updates

Philippe Ombredanne (1):
      Fixed typo in URL for dzslides

RyanGlScott (2):
      Bump blaze-html and blaze-markup upper version bounds
      Bump zlib upper version bounds

Shahbaz Youssefi (1):
      Derive from Data and Typeable for libpandoc

Sumit Sahrawat (1):
      Fix issue #969, #1779 by providing --latex-engine-opt

Tim Lin (3):
      Append newline to the LineBreak of various writers
      Texinfo writer: fix wrapping by using breakable spaces
      updates travis apt installs to the new sudo-less syntax

Tom Leese (1):
      Replace occurrences of 'Github' with 'GitHub'

gohai (1):
      Fix image URIs in ICML output (v2)

mb21 (2):
      don't log Try xelatex if xelatex already in use, closes #1832
      fixes #1859 HTML Reader table parsing

nickbart1980 (3):
      Fix obsolete reference to mods2yaml
      Adds YAML biblio format
      Update README on in-field markup in biblio databases

-----------------------------------------------------------------------

No new revisions were added by this update.

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