[Pkg-haskell-commits] [pandoc] branch upstream updated (8d9d866 -> 67c88c6)
Jonas Smedegaard
dr at jones.dk
Thu May 28 15:20:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch upstream
in repository pandoc.
from 8d9d866 Imported Upstream version 1.13.2.1~dfsg
new c30c96b Version bump to 1.13.3.
new e3422dc Added `--verbose` flag for debugging output in PDF production.
new 3de830e EPUB templates: use div, not p, for "rights" on title page.
new 52310eb SelfContained: Add `;charset=utf-8` to script mime type if missing.
new e7187fa LaTeX reader: handle `tabular*` environment.
new 47b8256 Updated CONTRIBUTING.md with information about issue tags
new a6d469a Merge pull request #1853 from mpickering/contrib
new 4866c90 Minor reformatting of CONTRIBUTING.md.
new 4c9ebf3 Allow haddock-library 1.2
new 693f9ab Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc record accessor function _doc :: MetaDoc mod id -> DocH mod id
new f18ceb1 ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new 10d5398 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...
new b748833 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...
new ed7606d ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
new cd5b1fe ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new 4e3281c ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new 2a6f68f ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
new e4c7894 ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
new 8b9bded ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new c80c9ac ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new 5ea3856 ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
new dbe1b38 ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new 9c68017 ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof...
new e2d86df Merge pull request #1856 from markwright/master
new 6aa41b8 don't log Try xelatex if xelatex already in use, closes #1832
new 519b80f Merge pull request #1870 from mb21/fix-xelatex-recommendation
new c63020d Remove SourceCode style from reference.docx.
new 25e12ca EPUB writer: properly handle internal links to IDs in spans, divs.
new da93181 Better warning when trying to read multiple binary files
new 6e7a76c Merge pull request #1888 from mpickering/errormsg
new ab8b00e Custom writer: raise error if loadstring returns an error status.
new 030d3b5 Custom writer: Raise `PandocLuaException` instead of using 'error'.
new 8a7db5c Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.
new 24573b6 revealjs template - link to non-minified css, js.
new eb11c61 Docx: Parse images in deprecated vml format.
new e88119f Docx Reader: Add test for VML images.
new d90dc6b LaTeX reader: don't limit includes to .tex extension.
new b40d33b fixes #1859 HTML Reader table parsing
new 33d1c8c Merge pull request #1885 from mb21/html-reader-tables
new 4e03796 Add Installed-Size to debian package control file.
new 82c04a2 Fixed list-style-type for numbered example lists.
new b5cc01e Do not ommit missing `alt` attribute on `img` tag
new 92e762c Refactored `if x then [] else y` to `[y | not x]`
new 5073758 Merge pull request #1912 from zudov/missing_alt
new 6a0d4da HTML writer: Add "inline" or "display" class to math spans.
new 7050c26 LaTeX writer: Don't escape $ in URL. Closes #1913.
new fb7a03d Textile reader: table improvements.
new 0c18f3a Append newline to the LineBreak of various writers
new 0a1cd25 Merge pull request #1925 from timtylin/patch/prettyLineBreaks
new 858ebf9 Texinfo writer: fix wrapping by using breakable spaces
new bd7cf8d Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap
new 20b3dea Merge branch 'timtylin-patch/fixTexinfoWrap'
new 2a3df35 Update travis file
new 24f379e Merge pull request #1915 from mpickering/travisupdate
new 13c4757 update syntax for Images/Media files in MediaWiki
new 218f28a update syntax for Images/Media files in MediaWiki
new 12962e2 Merge pull request #1927 from freephile/master
new 6a6392d Travis: comment out ghc 7.10 until we have the dependencies.
new daab4c3 Docx Writer: Implement FirstParagraph Style
new d623a5c Added FirstParagraph to docx templates.
new 25ef68d Docx Writer: Use FirstParagraph style at beginning.
new 96d5c8a Docx Writer: Add "BodyText" Style
new f703198 Docx Writer: Update reference.docx
new c2f32f4 Docx Writer: Alter Blockquote style slightly.
new ba59e54 Docx writer: Add footnotes id -1 and 0.
new 24fd0ad Docx reader: Handle lists correctly inside table cells.
new 616e211 Docx reader: test lists in table cells.
new d5469b3 Improved building of data URIs in SelfContained.
new e32227f Allow wildcards in `--epub-embed-font` arguments.
new e8cd53d Fixed revealjs template so style css is correctly included.
new 3480189 ICML writer: Better handling of raw blocks and inlines.
new a01913b Docx reader: Allow numbering in the style file.
new 2995526 Docx reader: Add tests for new list style parsing.
new 274efc4 LaTeX Writer: Don't use listings in headers
new 3e81c3a Merge pull request #1964 from mpickering/latexfix
new 55d2ce7 Docx reader: allow sub/superscript verbatims.
new 9654514 Docx reader: add test for verbatim in sub/superscript.
new a7c67c8 Docx reader: Minor cleanup.
new ae3142f Docbook writer: don't print empty id attributes.
new 47bfdca Markdown reader: check for tex macros after indented code.
new 8e404aa LaTeX writer: recognize book documentclass if set in metadata.
new 9a5e081 Markdown writer: Avoid introducing spurious list items through wrapping.
new 7af3e23 Define isRight since it's only in recent versions of Data.Either.
new 4b43531 Markdown writer: don't emit span tags if plain or raw HTML disabled.
new 4f0c5c3 HTML writer: include raw latex blocks if --mathjax specified.
new d649acc Bump blaze-html and blaze-markup upper version bounds
new 7407b83 Merge pull request #1980 from RyanGlScott/master
new ad9e4cd Fix issue #969, #1779 by providing --latex-engine-opt
new 4d52269 Merge pull request #1988 from sumitsahrawat/issue-969
new 6b6c9e8 Clarify JSON input and output in usage message
new 62e802a Merge pull request #1976 from wcaleb/json-help-message
new 48eaadc Fixed pipe tables -- headerless tables are not allowed.
new 0b42eb5 MediaWiki writer: spaces to underscores in wikilink URL.
new efdc169 LaTeX reader: ignore options in `\lstinline`.
new 4f9a106 LaTeX reader: add some test cases for simple tables
new 1e3ef0e LaTeX reader: allow valign argument in tables
new 12bf0ff LaTeX reader: allow non-empty colsep in tables
new c7c4591 Merge pull request #1999 from synsem/latex-reader-tables
new 513221f Org reader: add support for smart punctuation
new 2e1e763 Merge pull request #2000 from bosmacs/org-smart
new 348b383 LaTeX reader: allow block content in \title{}.
new 3b962a5 Properly gobble spaces after \\.
new 967c135 Really fix #1394.
new b9f77ed Support shortcut reference links in markdown writer
new 0deb7c5 Merge pull request #1989 from zudov/shortcut_ref_link_pr
new f6e46b7 Moved and rewrote documentation for `shortcut_reference_links` ext.
new 4510192 AsciiDoc writer: insert some needed blank lines.
new fcf1cd2 AsciiDoc writer: avoid wrapping after list marker.
new 3dba66b Replace occurrences of 'Github' with 'GitHub'
new 6fc578b Merge pull request #2008 from tomleese/fix-github-phrasing
new 5cdd117 Initial stab at more involved fix for #1607
new 80715ec Prototype fix for #1872
new 8b3acde If --no-highlight is set, remove *Tok styles.
new 7ae7f0c Also skip SourceCode style if exists
new 47c70b9 Do not lookup custom styles
new 908a47e Treat some ambiguous styles as custom for now
new ba15358 Comment out unused functions to make CI happy
new 542e19f Remove accidentally added file
new 1cb601d Update reference.docx
new 13daf3e Update Docx writer for 1cb601d reference.docx
new 409111f Started moving StyleMap out of writer code
new 65c8082 Code cleanup
new ae07d5e Initial tests for writer
new a82dedf Lists test
new c0c9b31 Docx Writer: set firstRow information in tables
new 59c4d28 Docx Writer: Tables test
new 619b2e8 Merge pull request #1968 from lierdakil/issue1607
new 5721a5d Bump criterion version bound.
new e0d234e Added CommonMark reader using cmark (libcmark bindings).
new 0a82e7e Fixed a compiler warning.
new e952d66 Derive from Data and Typeable for libpandoc
new 787664d Merge pull request #2013 from ShabbyX/master
new 8b8a613 Bumped upper bounds for filepath, QuickCheck.
new b983adf Markdown writer: fixes for GHC 7.10.
new 8271fb5 Added generalize function which can be used to lift specialised parsers.
new f6419a2 Remove F monad from Org Reader.
new 5dc902c Changed parseWithWarnings to the more general returnWarnings parser transformer
new de093b4 Remove F monad from Parsing
new 9ca34cc Add check to see whether in a footnote to ParserState (to avoid circular footnotes)
new 7690e1d Generalise signature of addWarning
new 17b3172 Remove F Monad from Markdown reader
new 9e150dd HLint changes
new 4ce6471 Factor out "returnState" into Parsing module
new 84d6703 Add missing import
new 65d67dc Fix accidently usage of list monad instance
new c302bdc Merge pull request #1947 from mpickering/Fmonad
new 75a2a7b Allow pipe tables with header but no body.
new d09b759 Docx Writer: Fix StyleMap
new 3341c78 Merge pull request #2023 from lierdakil/fix-stylemap
new 49e1b83 README: make defn lists for options all "loose" for consistency.
new dd5d337 Require highlighting-kate 0.5.13.
new 3a4ef01 travis script: build with ghc 7.10.1.
new 6960b2a Markdown Reader: Disable meta exts for meta values
new 7091002 Markdown Reader: Req. " " after key in mmd title block
new 5f7639a Markdown Reader: Require nonempty value in mmd title block
new 86a4442 Merge pull request #2030 from lierdakil/issue2026
new 12c9aa0 pandoc.cabal: changed default profiling options.
new 3f89e3f Require highlighting-kate >= 0.5.14
new b5b11f3 Fixed ghc-prof-options.
new 5f74db8 Updated tests for new highlighting-kate behavior.
new f10a8a3 Remove pre-built reference files
new 1710c4b Add unpacked reference data
new d744b83 Create reference files from unpacked archives with helper program
new 6f4018f Fixed lhs writer tests (overflow-x, not x-overflow).
new 7a64917 Added generalize function which can be used to lift specialised parsers.
new e8677ba Remove F monad from Org Reader.
new 9d77206 Changed parseWithWarnings to the more general returnWarnings parser transformer
new 2b58060 Remove F monad from Parsing
new d4ab579 Add check to see whether in a footnote to ParserState (to avoid circular footnotes)
new dc450d8 Generalise signature of addWarning
new 13fb1d6 Remove F Monad from Markdown reader
new febe511 HLint changes
new 9cd0bdb Factor out "returnState" into Parsing module
new bf86676 Remove landmine from ImageSize
new ef98149 Remove partial function from Pretty
new 8381ac3 Add Text.Pandoc.Error module with PandocError type
new dcb4951 Change return type of DocBook reader
new 1b12340 Change return type of Docx reader
new b935ef6 Change return type of EPUB reader
new b9e0482 Change return type of HTML reader
new 9f6a92d Change return type of Haddock reader
new b8acb9f Change return type of LaTeX reader
new acefbe9 Change return type of Markdown reader
new 41d9527 Change return type of Mediawiki reader
new ef2a810 Change return type of Native reader
new db6baab Change return type of OPML reader
new 4c91049 Change return type of Org reader
new 2b70738 Change return type of RST reader
new f61db38 Change return type of TWiki reader
new 6de6eae Change return type of Textile reader
new b02b5b9 Change return type of Txt2Tags reader
new 615aa94 Make safeRead safe.
new be943a5 Update Pandoc.hs
new 70e0c4d Update executable file
new 1a7a991 Update tests
new f046531 Update benchmarks
new 48f442f Update haddocks and copyright notices
new ad39bc7 Move utility error functions to Text.Pandoc.Shared
new 6a3a04c Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype
new b74af67 Merge branch 'mpickering-errortype'
new c6aaeb3 Fixed typo in lhs-test.html.
new 743b680 Merge branch 'master' of github.com:jgm/pandoc
new 8c6ad05 Updated code example in Text.Pandoc.
new f986d78 Version bump to 1.14.
new db28a39 Added Tests.Writers.Docx to cabal file.
new 07cc007 Added source files for reference.docx/odt to extra-source-files.
new 978ae55 make-pandoc-man-pages: fixed to build with new readMarkdown type.
new 524d284 Added images needed for docx tests to cabal extra-source-files.
new 3f20fb3 Always build man pages. Removed make-pandoc-man-pages flag.
new d20add5 Reference Docx: update word/footnotes.xml
new 2707898 Merge pull request #2034 from lierdakil/issue2032
new 2ca5101 Org reader: Allow image links with non-image targets
new 5871955 Org reader: Add test for image links
new 2d2e4c9 Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel-master
new a241cf6 Merge branch 'rootzlevel-master'
new aa49dec README: Add links to filter libs in perl, php, javascript.
new f3aa03e Docx Writer: Filter out illegal XML characters
new ef07974 Merge pull request #2039 from mpickering/7.10
new 5ab839a Docx Writer: Initial support for --toc option (issue #458)
new 79be04d Add toc heading style to reference.docx
new 4d1e85a Docx Writer: Place toc after abstract, rather than before
new 91128aa Merge pull request #2037 from lierdakil/issue458
new 6ba3790 Docx Writer: Copy hyphenation settings from reference.docx
new 34c6ff1 Merge pull request #2038 from lierdakil/docx-hyphen-settings
new cbe32c2 Require cmark 0.3.1.
new ccb8288 Added CommonMark writer.
new c2cb643 benchmark - removed kludge we needed before CommonMark writer.
new 69d5085 Docx Writer: Add a style to figure images
new 78cf36a Reference Docx: Add keepNext to table captions
new 0d4d262 Updated README with new Docx Writer style names
new 2b2f7fe Merge pull request #2035 from lierdakil/issue2031
new f3e8274 LaTeX Reader: check for block-level newcommand aliases in blockCommand
new 8981856 Latex Reader: Test for para starting with latex macro
new 96438b1 Latex Reader: More tests for corner cases
new 6a0d500 Latex Reader: Guard against para starting with inline macro
new f1eb1ab Latex Reader: Block commands code cleanup
new 9a79538 Merge pull request #2042 from lierdakil/issue1866
new cde1f3b reveal.js template: add new configurable options.
new 8d39d03 Added "noProof" to docx syntax highlighting SourceCode style.
new 333eafb Added INSTALL instructions about older cabal versions.
new f45daf9 Improved INSTALL instructions.
new b29a8a5 EPUB writer: Take TOC title from toc-title metadata field.
new b28c846 Markdown Reader: eliminate common subexpressions
new 5b8f261 Merge pull request #2057 from Jubobs/master
new 394cf33 reveal.js template: move custom css after theme.
new ca6a8d6 epub, epub3: added header-includes, include-before, include-after.
new 28497d4 RST writer: better handling of raw latex inline.
new 250fbef DocBook reader: look inside "info" elements for section titles.
new 5a33032 Removed redundat import.
new d54a971 Fix obsolete reference to mods2yaml
new 9e16fb3 Merge pull request #2064 from nickbart1980/patch-1
new b2ba922 ODT Writer: Figure captions
new 66a8016 ODT Writer: Figure captions - Tests update
new a21c5ba Merge pull request #2070 from lierdakil/odt-image-captions
new a9628d0 Text.Pandoc.PDF: more comprehensible errors on image conversion.
new 6a83773 OpenDocument template: use `text:p` instead of `text:h` for title.
new b92d490 LaTeX Reader: Code cleanup
new 251ce07 LaTeX Reader: Test for `^^` character escapes
new fee04fb Merge pull request #2072 from lierdakil/latex-reader-cleanup
new 0439f6f Fixed toc depth in RST writer.
new 5ae48b7 Fixed warning.
new c5acaec LaTeX template: include grffile together with graphicx.
new a43ceb5 Adds YAML biblio format
new 0908363 Merge pull request #2078 from nickbart1980/patch-2
new 693bc5f Bump texmath lower bound to 0.8.1
new 2337ef6 Docx Writer: Take TOC title from toc-title metadata field
new 81fa3ef Merge pull request #2081 from lierdakil/docx-content-title
new 2cd08b4 Document `toc-title` variable in README.
new 0c5f57a Updated changelog for 1.13.2.1 release.
new 13b230a Fixed `htmlTag` in HTML reader.
new 9ad336f LaTeX template: redefine `\paragraph`, `\subparagraph`...
new 94e4a5e MD Reader: Test for smart `'` after inline math
new 4229cf2 MD Reader: Smart `'` after inline math
new fb143be Merge pull request #2092 from lierdakil/issue1909
new 2fd5f4c Minor, fixed a Markdown error that caused formatting problems.
new 6a076ae Various minor formatting and consistency fixes for the program options.
new 96abd90 Merge pull request #2088 from AndreasLoow/master
new deb95d3 RST Writer: Normalize headings to sequential levels
new 3f5d5a0 RST Writer: treat headings in block quotes, etc as rubrics
new 4b7ddeb RST Writer: Tests for rubrics and heading normalization
new 44fcc5f Merge pull request #2079 from lierdakil/rst-normalize-headings
new dccd408 Allow digit as first character of a citation key.
new 28ca856 Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanum
new 9557eb6 LaTeX writer: Use a declaration for tight lists
new 764f677 Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jlduran-latex-tightlist
new aaf5e67 Merge branch 'jlduran-latex-tightlist'
new 10e28ef More principled fix for #1820.
new d3544dc Markdown definition lists: don't require indent for first line.
new 4d4a0a3 Typo on Text.Pandoc.Generic
new 0b80073 Merge pull request #2093 from gbataille/genericTypo
new d20152e Markdown writer: improved escaping.
new 343b605 Added test case for #2062.
new 1a69896 Revert "Merge pull request #1947 from mpickering/Fmonad"
new c1ff165 MD Reader: Tests for links/footnotes after citations
new e839684 MD Reader: Fix links/footnotets after citations
new 5b5813c Merge pull request #2090 from lierdakil/issue2083
new e9d7504 Rewrote charsInBalancedBrackets.
new 0cd8456 Added license & copyright for lua to COPYRIGHT.
new 7d48282 Fixed typo in URL for dzslides
new ac75964 Merge pull request #2095 from pombreda/patch-1
new b65238b Bump zlib upper version bounds
new eb50bf8 Merge pull request #2099 from RyanGlScott/master
new 2bca018 Custom writer: use UTF-8 aware bytestring conversion.
new e1d6be4 LaTeX reader: recognize `\newpage` as a block command.
new 095b05e EPUB tests: don't use joinPath, which varies across platforms.
new 0c1b877 updates travis apt installs to the new sudo-less syntax
new d3009e2 Merge pull request #2110 from timtylin/patch/travis-new-apt-syntax
new cfd6954 Use -j2 for travis builds. (See #2110.)
new fa76156 Added JOPTS to travis.
new 1868cb5 Updated copyright notices to -2015. Closes #2111.
new a0ec3e8 Custom Writer: Set foreign encoding to UTF-8
new 2793d98 Merge pull request #2112 from lierdakil/issue2101
new d9d88e5 Fixed regression with lists inside defintiion lists.
new 1139527 Added appveyor.yml for Windows CI.
new 3cd1d56 appveyor.yml - rearranged install and build scripts.
new bb8f001 appveyor.yml - specify full ghc path.
new b4c3e35 appveyor - set paths in registry.
new 107aa24 appveyor - force rewrite of path in registry.
new 7b27cc6 EPUB writer: Remove linear=no from cover itemref.
new 35b6f19 appveyor.yml - set path in shell in addition to registry.
new a721968 appveyor - another attempt at setting the paths.
new bab92c6 appveyor - use powershell for commands.
new 38067af appveyor - attempt to fix yml errors.
new f00641d appveyor - use cmd for 'git submodule update'.
new bc95b61 appveyor - removed a diagnostic echo.
new 55b7afc HTML reader: Allow multiple colgroups in table.
new 7031748 Added woff2 to MIME types
new 4b2f469 Merge pull request #2123 from hellofloat/master
new 9b2f645 SelfContained: cssURLs no longer tries to fetch fragment URLs.
new f1aaad9 EPUB writer: Use plain writer for metadata dc: fields.
new f420325 latex template: use providecommand for tightlist.
new 8245d67 Fixed tests for change to latex template.
new 8a77eb4 LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.
new 64b1394 Make sure a closing `</div>` doesn't get included in a defn list item.
new 15d16e8 LaTeX template: degrade gracefully if `\paragraph` not defined.
new 7979db0 Test updates for 15d16e84567ca74c18448c60a2499e484581798f.
new 1b44acf SelfContained: properly handle data URIs in css urls.
new 6ebd01c Fix typos in User's Guide
new 6ad80db Merge pull request #2134 from jlmuir/fix-user-guide-typos
new 4297677 Update README on in-field markup in biblio databases
new db4d69a Merge pull request #2131 from nickbart1980/patch-2
new d19a347 UTF8: Better handling of bare CRs in input files.
new 472c142 Deal with deprecation warning in Custom.
new c5724ea README: Add documentation on backtick_code_blocks
new 41a457a Merge pull request #2138 from lierdakil/backtick-code-blocks
new 1c2951d EPUB writer: stylesheet changes. Closes #2040.
new 7920a1a Revert "EPUB writer: stylesheet changes. Closes #2040."
new 6fe243a ImageSize: make imageSize return an Either, not a Maybe.
new a60c65c ImageSize: make jpeg header parsing routines return Either.
new 31b3f2e ImageSize: Use runGetOrFail with binary 0.7+.
new 60bf4a8 Improved warnings when image size can't be determined.
new c59e3e5 Fixed accidental reversion to earlier templates version.
new 4b251e9 ImageSize: fixed some exif parsing bugs.
new 9857aa8 HTML reader: Fixed detection of self-closing tags.
new c907641 Fixed misleading example in README.
new f0817e1 LaTeX, Beamer templates: use `bibliography` instead of `biblio-files`.
new c6debff Removed references to `biblio-files` in pandoc.hs and README.
new a131441 Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.
new 4560447 Don't use sup element for epub footnotes.
new cab3c04 README: bibliography updates
new 70df1b5 Merge pull request #2149 from lierdakil/bibliography-docs
new c9cb313 Fixed regression in charsInBalancedBrackets.
new 16133ed Updated changelog.
new 0fa753b EPUB writer: Properly handle image URLs without an extension.
new 1f358cc Updated changelog.
new 75cfa7b Beamer: mark slide as `[fragile]` if header has `fragile` class.
new e068104 HTML reader: Support base tag.
new dc51114 Updated changelog.
new 24ee1ab Markdown reader: Made implicit header references case-insensitive.
new 28d2cd0 README: document which formats have `shortcut_reference_links`.
new 225e288 Small edits to changelog.
new 2fb5709 Updated contributors and copyright dates in README.
new f532dd6 DocBook writer: add id to para if in Div with id element.
new 1ba9cfc Updated changelog.
new 57e16e3 PDF writer: Print temp dir on `--verbose`.
new d5f367d EPUB writer: Split references into separate chapter.
new 8c99bc8 README: Better documentation of syntax highlighting.
new 21b83a1 Require highlighting-kate 0.6.
new 6397c10 Updated tests for new highlighting-kate.
new 8af168a Fix image URIs in ICML output (v2)
new c3cb27f Merge pull request #2141 from DigitalPublishingToolkit/icml-images
new d8e4a8b Org reader: put header tags into empty spans
new 385dcf5 Org reader: drop trees with a :noexport: tag
new fe66122 Merge pull request #2169 from tarleb/org-header-tags
new 40fb102 Reorder block arguments parsing code
new b61355c Org reader: generalize code block result parsing
new 24bfc82 Merge pull request #2170 from tarleb/org-generalize-result-block
new 1daa264 Require cmark-hs >= 0.3.3 (fixes #2175).
new dbf2a63 EPUB writer: Improved chapter splitting and internal link rewriting.
new a3d1f36 Template changes.
new 9b86eec Documented `toccolor` variable.
new 734b0bc Revealjs: allow 'center' to be set to false.
new c99e057 Fixed compiler warning.
new adfb217 Fixed svg handling in EPUB writer.
new c841b15 LaTeX writer: Make `mainlang` work when `lang` is in metadata.
new 4a9aaf6 LaTeX/beamer: added `setotherlanguages` in polyglossia.
new 68b460d LaTeX template: Move hyperref before polyglossia.
new 3b28e50 Updated changelog.
new 067dcb9 make_osx_package.sh: don't use cpphs.
new 0ebd5af Revert "make_osx_package.sh: don't use cpphs."
new 05d238c Adjust date on README.
new 17b4066 trypandoc - fixes for new API.
new 38c02f6 Fixes to trypandoc fixes.
new d9e5d9f More fixes to trypandoc.
new 67c88c6 Imported Upstream version 1.14~dfsg
The 405 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 | 38 +-
COPYRIGHT | 38 +-
INSTALL | 16 +-
Makefile | 8 -
README | 623 ++++++++---
Setup.hs | 37 +-
benchmark/benchmark-pandoc.hs | 19 +-
changelog | 551 +++++++++-
data/docx/[Content_Types].xml | 2 +
data/docx/_rels/.rels | 2 +
data/docx/docProps/app.xml | 18 +
data/docx/docProps/core.xml | 2 +
data/docx/word/_rels/document.xml.rels | 2 +
data/docx/word/_rels/footnotes.xml.rels | 2 +
data/docx/word/document.xml | 2 +
data/docx/word/fontTable.xml | 52 +
data/docx/word/footnotes.xml | 26 +
data/docx/word/numbering.xml | 2 +
data/docx/word/settings.xml | 47 +
data/docx/word/styles.xml | 376 +++++++
data/docx/word/theme/theme1.xml | 2 +
data/docx/word/webSettings.xml | 5 +
data/epub.css | 1 +
data/make-reference-files.hs | 26 +
data/odt/Configurations2/accelerator/current.xml | 0
data/odt/META-INF/manifest.xml | 12 +
data/odt/Thumbnails/thumbnail.png | Bin 0 -> 785 bytes
data/odt/content.xml | 2 +
data/odt/manifest.rdf | 18 +
data/odt/meta.xml | 18 +
data/odt/mimetype | 1 +
data/odt/settings.xml | 2 +
data/odt/styles.xml | 1096 ++++++++++++++++++++
data/reference.docx | Bin 8619 -> 8881 bytes
data/reference.odt | Bin 10890 -> 9643 bytes
data/templates/default.beamer | 20 +-
data/templates/default.epub | 11 +-
data/templates/default.epub3 | 11 +-
data/templates/default.latex | 61 +-
data/templates/default.opendocument | 2 +-
data/templates/default.revealjs | 61 +-
data/templates/default.rst | 6 +
man/make-pandoc-man-pages.hs | 4 +-
man/man1/pandoc.1 | 182 +++-
man/man5/pandoc_markdown.5 | 163 ++-
pandoc.cabal | 81 +-
pandoc.hs | 73 +-
src/Text/Pandoc.hs | 42 +-
src/Text/Pandoc/Asciify.hs | 4 +-
src/Text/Pandoc/Error.hs | 64 ++
src/Text/Pandoc/Highlighting.hs | 4 +-
src/Text/Pandoc/ImageSize.hs | 196 ++--
src/Text/Pandoc/MIME.hs | 9 +-
src/Text/Pandoc/MediaBag.hs | 6 +-
src/Text/Pandoc/Options.hs | 39 +-
src/Text/Pandoc/PDF.hs | 56 +-
src/Text/Pandoc/Parsing.hs | 37 +-
src/Text/Pandoc/Pretty.hs | 22 +-
src/Text/Pandoc/Process.hs | 4 +-
src/Text/Pandoc/Readers/CommonMark.hs | 119 +++
src/Text/Pandoc/Readers/DocBook.hs | 31 +-
src/Text/Pandoc/Readers/Docx.hs | 31 +-
src/Text/Pandoc/Readers/Docx/Parse.hs | 90 +-
src/Text/Pandoc/Readers/Docx/StyleMap.hs | 106 ++
src/Text/Pandoc/Readers/Docx/Util.hs | 26 +
src/Text/Pandoc/Readers/EPUB.hs | 37 +-
src/Text/Pandoc/Readers/HTML.hs | 103 +-
src/Text/Pandoc/Readers/Haddock.hs | 8 +-
src/Text/Pandoc/Readers/LaTeX.hs | 246 ++---
src/Text/Pandoc/Readers/Markdown.hs | 184 ++--
src/Text/Pandoc/Readers/MediaWiki.hs | 24 +-
src/Text/Pandoc/Readers/Native.hs | 44 +-
src/Text/Pandoc/Readers/OPML.hs | 48 +-
src/Text/Pandoc/Readers/Org.hs | 140 ++-
src/Text/Pandoc/Readers/RST.hs | 10 +-
src/Text/Pandoc/Readers/TWiki.hs | 5 +-
src/Text/Pandoc/Readers/TeXMath.hs | 4 +-
src/Text/Pandoc/Readers/Textile.hs | 37 +-
src/Text/Pandoc/Readers/Txt2Tags.hs | 5 +-
src/Text/Pandoc/SelfContained.hs | 92 +-
src/Text/Pandoc/Shared.hs | 21 +-
src/Text/Pandoc/Slides.hs | 4 +-
src/Text/Pandoc/Templates.hs | 4 +-
src/Text/Pandoc/UTF8.hs | 14 +-
src/Text/Pandoc/UUID.hs | 4 +-
src/Text/Pandoc/Writers/AsciiDoc.hs | 10 +-
src/Text/Pandoc/Writers/CommonMark.hs | 178 ++++
src/Text/Pandoc/Writers/ConTeXt.hs | 4 +-
src/Text/Pandoc/Writers/Custom.hs | 95 +-
src/Text/Pandoc/Writers/Docbook.hs | 15 +-
src/Text/Pandoc/Writers/Docx.hs | 355 +++++--
src/Text/Pandoc/Writers/DokuWiki.hs | 6 +-
src/Text/Pandoc/Writers/EPUB.hs | 191 ++--
src/Text/Pandoc/Writers/HTML.hs | 170 +--
src/Text/Pandoc/Writers/ICML.hs | 14 +-
src/Text/Pandoc/Writers/LaTeX.hs | 59 +-
src/Text/Pandoc/Writers/Man.hs | 4 +-
src/Text/Pandoc/Writers/Markdown.hs | 117 ++-
src/Text/Pandoc/Writers/MediaWiki.hs | 10 +-
src/Text/Pandoc/Writers/Native.hs | 4 +-
src/Text/Pandoc/Writers/ODT.hs | 18 +-
src/Text/Pandoc/Writers/OPML.hs | 4 +-
src/Text/Pandoc/Writers/OpenDocument.hs | 17 +-
src/Text/Pandoc/Writers/Org.hs | 4 +-
src/Text/Pandoc/Writers/RST.hs | 65 +-
src/Text/Pandoc/Writers/RTF.hs | 13 +-
src/Text/Pandoc/Writers/Shared.hs | 4 +-
src/Text/Pandoc/Writers/Texinfo.hs | 8 +-
src/Text/Pandoc/Writers/Textile.hs | 4 +-
src/Text/Pandoc/XML.hs | 4 +-
tests/Tests/Old.hs | 5 +-
tests/Tests/Readers/Docx.hs | 23 +-
tests/Tests/Readers/EPUB.hs | 10 +-
tests/Tests/Readers/HTML.hs | 27 +
tests/Tests/Readers/LaTeX.hs | 52 +-
tests/Tests/Readers/Markdown.hs | 95 +-
tests/Tests/Readers/Org.hs | 53 +-
tests/Tests/Readers/RST.hs | 3 +-
tests/Tests/Readers/Txt2Tags.hs | 3 +-
tests/Tests/Writers/Docx.hs | 129 +++
tests/Tests/Writers/LaTeX.hs | 2 +-
tests/Tests/Writers/Markdown.hs | 91 +-
tests/Tests/Writers/RST.hs | 79 ++
tests/docx/german_styled_lists.docx | Bin 0 -> 43957 bytes
tests/docx/german_styled_lists.native | 6 +
tests/docx/image_no_embed_writer.native | 2 +
tests/docx/image_vml.docx | Bin 0 -> 23559 bytes
tests/docx/image_vml.native | 4 +
...ting.native => inline_formatting_writer.native} | 2 +-
tests/docx/inline_images_writer.native | 2 +
tests/docx/{links.native => links_writer.native} | 3 +-
tests/docx/{lists.native => lists_writer.native} | 3 +-
tests/docx/table_with_list_cell.docx | Bin 0 -> 32615 bytes
tests/docx/table_with_list_cell.native | 11 +
tests/docx/verbatim_subsuper.docx | Bin 0 -> 10353 bytes
tests/docx/verbatim_subsuper.native | 8 +
tests/dokuwiki_inline_formatting.dokuwiki | 3 +-
tests/html-reader.html | 247 +++++
tests/html-reader.native | 129 ++-
tests/latex-reader.latex | 27 +
tests/latex-reader.native | 11 +-
tests/lhs-test.html | 43 +-
tests/lhs-test.html+lhs | 44 +-
tests/lhs-test.latex | 62 +-
tests/lhs-test.latex+lhs | 16 +-
tests/markdown-reader-more.native | 8 +-
tests/markdown-reader-more.txt | 11 +
tests/media/rId25.jpg | 0
tests/media/rId26.jpg | 0
tests/media/rId27.jpg | 0
tests/pipe-tables.txt | 4 +-
tests/s5-basic.html | 2 +-
tests/s5-fragment.html | 2 +-
tests/s5-inserts.html | 2 +-
tests/tables.opendocument | 8 +-
tests/test-pandoc.hs | 6 +
tests/writer.asciidoc | 7 +-
tests/writer.dokuwiki | 3 +-
tests/writer.html | 17 +-
tests/writer.icml | 137 +--
tests/writer.latex | 95 +-
tests/writer.markdown | 26 +-
tests/writer.mediawiki | 7 +-
tests/writer.opendocument | 8 +-
tests/writer.opml | 12 +-
tests/writer.plain | 4 +-
tests/writer.rst | 6 +-
tests/writer.texinfo | 46 +-
trypandoc/index.html | 4 +-
trypandoc/trypandoc.hs | 7 +-
170 files changed, 6874 insertions(+), 1757 deletions(-)
create mode 100644 data/docx/[Content_Types].xml
create mode 100644 data/docx/_rels/.rels
create mode 100644 data/docx/docProps/app.xml
create mode 100644 data/docx/docProps/core.xml
create mode 100644 data/docx/word/_rels/document.xml.rels
create mode 100644 data/docx/word/_rels/footnotes.xml.rels
create mode 100644 data/docx/word/document.xml
create mode 100644 data/docx/word/fontTable.xml
create mode 100644 data/docx/word/footnotes.xml
create mode 100644 data/docx/word/numbering.xml
create mode 100644 data/docx/word/settings.xml
create mode 100644 data/docx/word/styles.xml
create mode 100644 data/docx/word/theme/theme1.xml
create mode 100644 data/docx/word/webSettings.xml
create mode 100644 data/make-reference-files.hs
create mode 100644 data/odt/Configurations2/accelerator/current.xml
create mode 100644 data/odt/META-INF/manifest.xml
create mode 100644 data/odt/Thumbnails/thumbnail.png
create mode 100644 data/odt/content.xml
create mode 100644 data/odt/manifest.rdf
create mode 100644 data/odt/meta.xml
create mode 100644 data/odt/mimetype
create mode 100644 data/odt/settings.xml
create mode 100644 data/odt/styles.xml
create mode 100644 src/Text/Pandoc/Error.hs
create mode 100644 src/Text/Pandoc/Readers/CommonMark.hs
create mode 100644 src/Text/Pandoc/Readers/Docx/StyleMap.hs
create mode 100644 src/Text/Pandoc/Readers/Docx/Util.hs
create mode 100644 src/Text/Pandoc/Writers/CommonMark.hs
create mode 100644 tests/Tests/Readers/HTML.hs
create mode 100644 tests/Tests/Writers/Docx.hs
create mode 100644 tests/Tests/Writers/RST.hs
create mode 100644 tests/docx/german_styled_lists.docx
create mode 100644 tests/docx/german_styled_lists.native
create mode 100644 tests/docx/image_no_embed_writer.native
create mode 100644 tests/docx/image_vml.docx
create mode 100644 tests/docx/image_vml.native
copy tests/docx/{inline_formatting.native => inline_formatting_writer.native} (88%)
create mode 100644 tests/docx/inline_images_writer.native
copy tests/docx/{links.native => links_writer.native} (87%)
copy tests/docx/{lists.native => lists_writer.native} (87%)
create mode 100644 tests/docx/table_with_list_cell.docx
create mode 100644 tests/docx/table_with_list_cell.native
create mode 100644 tests/docx/verbatim_subsuper.docx
create mode 100644 tests/docx/verbatim_subsuper.native
create mode 100644 tests/media/rId25.jpg
create mode 100644 tests/media/rId26.jpg
create mode 100644 tests/media/rId27.jpg
--
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