[pandoc] annotated tag upstream/1.15.1.1_dfsg created (now 9bfa89b)
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 02:41:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag upstream/1.15.1.1_dfsg
in repository pandoc.
at 9bfa89b (tag)
tagging 3b5e96f21b3f0a7df5c5cedccaa84f29ec25242e (commit)
replaces upstream/1.15.0.6_dfsg
tagged by Jonas Smedegaard
on Sun Oct 25 00:40:52 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 1.15.1.1~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJWLAj0AAoJECx8MUbBoAEh7jsP/AyjTYZoSO0cAxHKiS9CFECj
HEr8jKOewToqsjy2Aa/bO5l4S+3k0IRKvsJg2Nj4fKJkSJrcuCdBKbrBbYeIYezs
kGKv1hEmMjjzSgNcCJK2fdefp/tDP5hwqdrmtC2YKptKbfpnv7B7Hk+TBkZLdQkZ
M2wEDJWHPJe2cSX1qGtK+wIMUNGefUUM7yUguuZn4Tn9RLe7skI7HIFabOvit73f
9A+bOJEYaLv5xYp+lIv4sx0gBU0zhd3tPSKcvHg8j3V7LDJxXWtAc+MChcGb+twP
P6PT3bEegAO6ZQayaKIbKqu0fEQBCmTyE5O+KeEwRWAGyDijMkHMl47WLVZ7Mxl/
LtbVt4hyUlwu1C8CLckEDN8L0/SVa5shQr8fCVY4eL0eTY1EhwxJhQtCbfJrsLmE
u+eO6VITzUP6JTsBsz4tz1GAvGSnqRwXOSH/XjqvqOhuat7qeDFjZ23bSce2DPSD
c/VNqN9nRcOuEvn7laZN+dCQD1MRvjYO38kWPrsdr0f8pLpuFJyP3Pgcs1iwdaoO
8U4uVIuOfcyqiztgdq//S0LluupJ0ySpADw3oPMMWpWUMMUINqSub03EeCbzhtk0
vwVr1XfreHUrDxpYrZAF2cceeS6r1jZ6Ak/O5dzinltyHPJpvEMl/DRHGkwEMqhr
Q1F8wuvLWKkUf1+gwJKl
=Ukov
-----END PGP SIGNATURE-----
Albert Krewinkel (1):
Make sure verse blocks can contain empty lines
Alex Vong (3):
Set the template variable $hyphenate$ to true by default
Move the variable pandocVersion from `src/Text/Pandoc.hs` to
Set the template variable $pandoc-version$ to pandocVersion by default.
Andrew Dunning (7):
Revise variables discussion in README.
Improve links and cross-references in README.
Improve CSL documentation in README.
Correct `setspace` package usage in README.
Improve documentation of recent template changes.
Add new LaTeX variables to README.
Update slides variables in README.
Chris Black (1):
List all styles in manual for --reference-docx
Emily Eisenberg (1):
Update KaTeX JS and CSS versions.
Frerich Raabe (4):
Minor refactoring to readDocBook
Pass the parsed DocBook content along the state of readDocBook
Added proper support for DocBook 'xref' elements
Improve text generated for <xref> by employing docbook-xsl heuristics
Grégory Bataille (1):
[BUG] Haddock : * and ^ to be escaped in docs
John MacFarlane (184):
Added section on REPL to CONTRIBUTING.md.
Merge pull request #2303 from hftf/h6
LaTeX writer: Fixed detection of 'chapters' from template.
Removed unneeded import.
Fixed some internal links in README.
Don't capitalize header links in man page.
LaTeX reader: properly handle booktabs lines.
HTML reader: handle type attribute on ol.
DZSlides: Add `role="note"` for speaker notes.
Use newManager instead of withManager in recent http-client.
Merge pull request #2318 from infotroph/infotroph-readme-patch2
Fix regression: allow HTML comments containing `--`.
LaTeX reader: support abstract environment.
Merge pull request #2323 from hftf/implicit-header-refs
Parsing: toKey: strip off outer brackets.
Updated tests and removed a skipSpaces....
Updated README and cabal description for ODT reader.
Merge pull request #1689 from kuribas/master
README: Added space after backslash in image example.
Pipe tables: allow indented columns.
Merge pull request #2338 from trofi/master
Clarify docs on block quotes.
Merge pull request #2327 from hftf/list-style
LaTeX reader: Implement \Cite.
DocBook reader: handle informalexample.
HTML reader: add auto identifiers if not present on headers.
Clarified what is "out of scope" in README and CONTRIBUTING.md.
Travis: call test program directly rather than by cabal.
Revert "Travis: call test program directly rather than by cabal."
MediaWiki reader: handle unquoted table attributes.
Updated html reader for new automatic header attributes.
Text.Pandoc: disable auto_identifiers for epub.
LaTeX template: move abstract to before `\maketitle`.
Docx writer: Moved invalid character stripping to `formattedString`.
Allow latest criterion version.
EPUB reader: stop mangling external URLs.
Update version to 1.15.1.
EPUB TOC: replace literal "<br/>" with space.
Revert "LaTeX template: move abstract to before `\maketitle`."
LaTeX template: reverted change in abstract position.
RST writer: Don't insert `\ ` when complex expression in matched pairs.
Added a stack.yaml.
Added stack install instructions to INSTALL.
Added `--bash-completion` option.
Updated man page.
RST writer: ensure that `\ ` is inserted when needed...
Added note to CONTRIBUTING.md about ghc versions and travis.
Merge pull request #2360 from jg/issue-2354
RST reader: better handling of indirect roles.
Use real jpg (not empty) for docx tests to avoid warning.
Travis: build with ghc 7.10.2 instead of 7.10.1.
Added some travis diagnostics.
Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1.
Use cabal-install-head in travis for ghc 7.10.1.
Merge pull request #2352 from ousia/master
stack-yaml: use lts 3.1 resolver.
Merge pull request #2364 from gbataille/bugDoc
Removed obsolete reference to default.csl.
stack.yaml - bump to latest LTS Stackage.
Use user data directory for reference docx archive.
Tests: docx writer tests now use "../data" for data directory.
sample.lua - define CaptionedImage, add newline at end.
Markdown writer: in TOC, add links to headers.
Merge pull request #2405 from lierdakil/rest-normalize-amend
Merge pull request #2406 from tarleb/org-verse-fix
Allow aeson 0.10.
Merge pull request #2369 from mb21/language-variables
LaTeX reader: support longtable.
Allow syb 0.6.
LaTeX, ConTeXt templates: more specific language variables.
Markdown reader: handle 'id' and 'class' in parsing key/value attrs.
Correctly recognize book documentclass in metadata.
Removed unneeded import.
Merge pull request #2418 from nickbart1980/patch-3
Slightly improved description of citation locators in README.
Merge pull request #2419 from mb21/bidi
Changes to templates to support handling of bidirectional text.
New appveyor.yml using stack.
appveyor.yml: changed clone dir.
More appveyor fixes.
appveyor: Fixed stack.exe path.
appveyor.yml: Get submodules.
appveyor.yml: revert to non-stack version.
MediaBag: ensure that / is always used as path separator.
Removed unneeded imports.
appveyor: attempt to create msi package after build.
appveyor.yml: fixed cabal flag.
Merge pull request #2420 from xymostech/patch-1
appveyor: cache Haskell Platform.
appveyor.yml: Build pandoc-citeproc after main test.
appveyor.yml: use cmd instead of ps.
appveyor.yml: don't run tests for pandoc-citeproc.
appveyor.yml: Tried another approach to get pandoc version.
appveyor.yml: removed :next label.
appveyor.yml: another try in version extraction.
appveyor.yml: put whole for loop on one line.
appveyor.yml: Another attempt to set VERSION.
appveyor.yml: Fixed another multiline statement.
appveyor.yml: removed part that builds the package.
Beamer template: allow setting outer/inner theme.
For markdown_mmd, add: implicit_figures, superscripts, subscripts.
FIxed typo: Ext_superscript, Ext_subscript.
Allow HUnit 1.3
Template updates.
Updated latex template to work better with tufte...
Updated tests for changes to latex template.
Merge pull request #2432 from hftf/hyphens
appveyor.yml: new attempt to build with stack.
appveyor.yml: added stack setup.
appveyor.yml: in stack steup, specify 64-bit ghc.
Merge pull request #2435 from adunning/patch-2
Minor change in README: and -> or.
appveyor.yml: added 'echo "" |' to work around broken stdin.
Allow http-types 0.9.
Updated changelog. Still need to organize this.
appveyor.yml - try with 32bit version of stack.
Beamer template: Added space after colon in figure caption.
appveyor.yml: back to cabal/HP based build.
appveyor: don't cache HP or install wix toolset.
travis: use ghc 7.10.2 instead of 7.10.1.
Travis: use cabal-install 1.22 not head.
Simplified travis.yml.
New .travis.yml.
LaTeX reader: don't eat whitespace after macro with only opt arg.
benchmark: Use Criterion.Monad not Criterion.Config.
LaTeX reader: don't eat excess whitespace after macros.
Test also on ghc 7.4.2.
Updated benchmark program.
Removed unneeded imports in benchmark program.
Setup.hs: rewrite so as not to use process, directory, filepath.
Use dist/setup/setup/sdist instead of cabal sdist.
Added comment in .travis.yml to explain last change.
Merge pull request #2445 from adunning/patch-2
Merge pull request #2426 from alexvong1995/better-man-writer
Man template improvements:
Adjusted man writer test for latest template changes.
Re-export pandocVersions from Text.Pandoc.
Merge pull request #2441 from mb21/polyglossia-lang
Adjusted latex template for changes to polyglossia-lang variable.
reveal.js template: add controls, progress variables.
Merge pull request #2412 from frerich/reader/docbook/xref_support
Removed unneeded import.
Updated changelog (still needs reorganizing).
Updated man page from README.
Small tweak on CONTRIBUTING.md.
Organized changelog.
Removed xltxtra, xunicode from LaTeX template.
Native writer: format Div properly, with blocks separated.
HTML reader/writer: better handling of "section" elements.
Define Typeable and Exception instances for PandocError.
Percent-encode more special characters in URLs.
Removed unnecessary import.
Added ghc-prim to build-depends.
Changed stack.yaml to use latest resolver (3.9).
RST writer: tweaks to header normalization.
Revert "RST writer: tweaks to header normalization."
RST writer: do header normalization only in "standalone" mode.
Template changes:
Fixed tests for template changes.
epub with `--webtex`: include image file rather than data: URI.
LaTeX writer: add `\protect` to `\hyperdef` in inline context.
Use custom Prelude to avoid compiler warnings.
travis: use -Werror even on ghc 7.10.
Merge pull request #2449 from adunning/patch-1
More changes to avoid compiler warnings on ghc 7.10.
LaTeX template: Add fontenc, indent, subparagraph variables.
Merge pull request #2450 from adunning/patch-1
Merge pull request #2451 from adunning/patch-1
reveal.js template changes (Andrew Dunning).
Use unicode super/subscripts for digits in plain output.
Support all frame attributes in Beamer.
Updated pandoc.1.
Updated changelog.
LaTeX reader: fixed longtable support.
Use stack for make_osx_package.sh.
stack.pkg.yaml: use latest versions of texmath & h-k.
make_osx_package.sh: use released version of pandoc-citeproc.1.
make-windows-installer.bat: add copying to shared drive.
Fixed typo in make_osx_package.sh.
Typo in changelog.
Man page update.
Remove compiler warning with embed_data_files.
Text.Pandoc.Data: store paths in dataFiles using posix separators.
Version bump to 1.15.1.1, updated changelog.
Jonas Smedegaard (1):
Imported Upstream version 1.15.1.1~dfsg
Juliusz Gonera (1):
Org reader: add auto identifiers if not present on headers
Kristof Bastiaensen (1):
Use '=' instead of '#' for atx-style headers in markdown+lhs.
MarLinn (1):
Added odt reader
Nikolay Yakimov (1):
[RST Writer] Don't normalize heading levels below input minimum
Ophir Lifshitz (11):
Reference Docx: Correct outlineLvl for Header styles
Reference Docx: Add missing Header 6 style (steel blue)
Docx Reader: Updated headers test
Markdown Reader: Skip spaces in headers
Markdown Reader: Add implicit header ref tests for headers with spaces
Markdown Reader: Add basic tests for each header style
HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS
HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS
HTML Reader: Detect font-variant with pickStyleAttrProps
Docx Reader: Parse soft, no-break hyphen elements
Docx Reader: Create special punctuation test
Pablo Rodríguez (1):
added selectors for nested emphasis (epub.css)
Sergei Trofimovich (1):
fix build failure with --flags=-https
mb21 (3):
`lang` variable is now in BCP47 format
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
Change variable to polyglossia-lang.name and .options
nickbart1980 (1):
Give details of locator terms
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0198e95 Use '=' instead of '#' for atx-style headers in markdown+lhs.
new e944c03 Added section on REPL to CONTRIBUTING.md.
new c0c7f83 Reference Docx: Correct outlineLvl for Header styles
new cfa68c6 Reference Docx: Add missing Header 6 style (steel blue)
new 126d6f5 Docx Reader: Updated headers test
new 47a2dab Merge pull request #2303 from hftf/h6
new 075ad9a LaTeX writer: Fixed detection of 'chapters' from template.
new 6166cd7 Removed unneeded import.
new 225f7f1 Fixed some internal links in README.
new 7120df9 Don't capitalize header links in man page.
new f6ad9e2 LaTeX reader: properly handle booktabs lines.
new da0842b HTML reader: handle type attribute on ol.
new 450bef9 DZSlides: Add `role="note"` for speaker notes.
new 1c4481d List all styles in manual for --reference-docx
new ec5960a Use newManager instead of withManager in recent http-client.
new 6a96090 Merge pull request #2318 from infotroph/infotroph-readme-patch2
new fa2c008 Fix regression: allow HTML comments containing `--`.
new 42c139d Markdown Reader: Skip spaces in headers
new 0c7d075 Markdown Reader: Add implicit header ref tests for headers with spaces
new 53cb926 Markdown Reader: Add basic tests for each header style
new 66a72b8 LaTeX reader: support abstract environment.
new 5db4787 Merge pull request #2323 from hftf/implicit-header-refs
new 35e6c89 Parsing: toKey: strip off outer brackets.
new 8390d93 Updated tests and removed a skipSpaces....
new f068093 Added odt reader
new 2b68f7a Updated README and cabal description for ODT reader.
new 7ef8700 HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS
new 490db2d HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS
new defcb5b Merge pull request #1689 from kuribas/master
new 2a4dbc3 README: Added space after backslash in image example.
new 0baaa10 Pipe tables: allow indented columns.
new 18b1b21 HTML Reader: Detect font-variant with pickStyleAttrProps
new ab7c5f2 fix build failure with --flags=-https
new e3b791e Merge pull request #2338 from trofi/master
new 3e8590d Clarify docs on block quotes.
new 74c31ab Merge pull request #2327 from hftf/list-style
new 74d3751 added selectors for nested emphasis (epub.css)
new bf7d858 LaTeX reader: Implement \Cite.
new eaccef1 DocBook reader: handle informalexample.
new 2eec8cf HTML reader: add auto identifiers if not present on headers.
new f78b5a4 Clarified what is "out of scope" in README and CONTRIBUTING.md.
new 8bcaea5 Travis: call test program directly rather than by cabal.
new 02f4e64 Revert "Travis: call test program directly rather than by cabal."
new 467e3be MediaWiki reader: handle unquoted table attributes.
new 3ad474e Updated html reader for new automatic header attributes.
new 06d69fe Text.Pandoc: disable auto_identifiers for epub.
new aa08b4c LaTeX template: move abstract to before `\maketitle`.
new 0ad576e Docx writer: Moved invalid character stripping to `formattedString`.
new 609c823 Allow latest criterion version.
new 7b8c005 EPUB reader: stop mangling external URLs.
new 50dddec Update version to 1.15.1.
new 9894012 EPUB TOC: replace literal "<br/>" with space.
new 788cea9 Revert "LaTeX template: move abstract to before `\maketitle`."
new ef18b83 LaTeX template: reverted change in abstract position.
new c82f3ad RST writer: Don't insert `\ ` when complex expression in matched pairs.
new e380cc7 Added a stack.yaml.
new 397c188 Added stack install instructions to INSTALL.
new 7382490 Added `--bash-completion` option.
new 221390d Updated man page.
new 0302330 RST writer: ensure that `\ ` is inserted when needed...
new f1c87ed Org reader: add auto identifiers if not present on headers
new 388fe30 Added note to CONTRIBUTING.md about ghc versions and travis.
new 8c579a5 Merge pull request #2360 from jg/issue-2354
new 1f00a53 RST reader: better handling of indirect roles.
new 8ae0c85 Use real jpg (not empty) for docx tests to avoid warning.
new cc37c54 Travis: build with ghc 7.10.2 instead of 7.10.1.
new 3a93529 Added some travis diagnostics.
new b725b45 Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1.
new 1e17922 Use cabal-install-head in travis for ghc 7.10.1.
new 8883261 Merge pull request #2352 from ousia/master
new a0ddabb stack-yaml: use lts 3.1 resolver.
new 0dff302 [BUG] Haddock : * and ^ to be escaped in docs
new 761e1ed Merge pull request #2364 from gbataille/bugDoc
new 622df70 `lang` variable is now in BCP47 format
new 546201c Removed obsolete reference to default.csl.
new 7f515ad stack.yaml - bump to latest LTS Stackage.
new bee255c Use user data directory for reference docx archive.
new 6dcfa7e Tests: docx writer tests now use "../data" for data directory.
new f2f3522 sample.lua - define CaptionedImage, add newline at end.
new 4d49f76 Markdown writer: in TOC, add links to headers.
new 5788f62 [RST Writer] Don't normalize heading levels below input minimum
new 8007dd9 Make sure verse blocks can contain empty lines
new 5452666 Merge pull request #2405 from lierdakil/rest-normalize-amend
new 9b03367 Merge pull request #2406 from tarleb/org-verse-fix
new d25a37c Allow aeson 0.10.
new f232a0a Merge pull request #2369 from mb21/language-variables
new 72e71a1 LaTeX reader: support longtable.
new 3564cd8 Minor refactoring to readDocBook
new f653814 Pass the parsed DocBook content along the state of readDocBook
new 0c7d6fb Allow syb 0.6.
new 35f12b5 Added proper support for DocBook 'xref' elements
new eee9925 Improve text generated for <xref> by employing docbook-xsl heuristics
new 8a43530 LaTeX, ConTeXt templates: more specific language variables.
new dcb0b02 Markdown reader: handle 'id' and 'class' in parsing key/value attrs.
new da1b599 Correctly recognize book documentclass in metadata.
new 2966855 Removed unneeded import.
new d2bffb0 Give details of locator terms
new 7b0c1e0 Support bidirectional text output with XeLaTeX, ConTeXt and HTML
new 22fe3e0 Merge pull request #2418 from nickbart1980/patch-3
new 72bade0 Slightly improved description of citation locators in README.
new fdfc961 Merge pull request #2419 from mb21/bidi
new 0a2773b Changes to templates to support handling of bidirectional text.
new 8b65b38 New appveyor.yml using stack.
new 64d683b appveyor.yml: changed clone dir.
new 4e1cfee More appveyor fixes.
new 5bff473 appveyor: Fixed stack.exe path.
new be01362 appveyor.yml: Get submodules.
new 149f0f6 Update KaTeX JS and CSS versions.
new 90914d2 appveyor.yml: revert to non-stack version.
new 6532950 MediaBag: ensure that / is always used as path separator.
new af8fb5e Removed unneeded imports.
new 4a7eaa7 appveyor: attempt to create msi package after build.
new 013b143 appveyor.yml: fixed cabal flag.
new a3295f5 Merge pull request #2420 from xymostech/patch-1
new 360e354 appveyor: cache Haskell Platform.
new a66f683 appveyor.yml: Build pandoc-citeproc after main test.
new 7ed18d4 appveyor.yml: use cmd instead of ps.
new f7e02b1 appveyor.yml: don't run tests for pandoc-citeproc.
new 80fc5bc appveyor.yml: Tried another approach to get pandoc version.
new 15512a6 appveyor.yml: removed :next label.
new 3dcadf7 appveyor.yml: another try in version extraction.
new 057c754 appveyor.yml: put whole for loop on one line.
new 01ddeda appveyor.yml: Another attempt to set VERSION.
new 06b761b appveyor.yml: Fixed another multiline statement.
new eb27ef8 appveyor.yml: removed part that builds the package.
new 4443af4 Beamer template: allow setting outer/inner theme.
new f5e33e0 Set the template variable $hyphenate$ to true by default
new d7a19c2 Move the variable pandocVersion from `src/Text/Pandoc.hs` to `src/Text/Pandoc/Shared.hs`, so that all Writers can access this variable without importing `src/Text/Pandoc.hs`, preventing circular import.
new 319832c Set the template variable $pandoc-version$ to pandocVersion by default.
new 68c02e1 For markdown_mmd, add: implicit_figures, superscripts, subscripts.
new 4218452 FIxed typo: Ext_superscript, Ext_subscript.
new 747a7a4 Allow HUnit 1.3
new 6d0e586 Template updates.
new 0b899ce Docx Reader: Parse soft, no-break hyphen elements
new dfd0646 Docx Reader: Create special punctuation test
new 15a5993 Updated latex template to work better with tufte...
new e32ab44 Updated tests for changes to latex template.
new 869e800 Merge pull request #2432 from hftf/hyphens
new 317a544 Revise variables discussion in README.
new 4a64719 appveyor.yml: new attempt to build with stack.
new 96c8b9d appveyor.yml: added stack setup.
new a5fa9e6 appveyor.yml: in stack steup, specify 64-bit ghc.
new ce6b2fc Merge pull request #2435 from adunning/patch-2
new 398547b Minor change in README: and -> or.
new a3838d0 appveyor.yml: added 'echo "" |' to work around broken stdin.
new db936f7 Allow http-types 0.9.
new 65b4199 Updated changelog. Still need to organize this.
new 6d3ad45 appveyor.yml - try with 32bit version of stack.
new 1eda820 Beamer template: Added space after colon in figure caption.
new 2e4c457 appveyor.yml: back to cabal/HP based build.
new 80b851a Change variable to polyglossia-lang.name and .options
new 0abd0a4 appveyor: don't cache HP or install wix toolset.
new 32964ef Improve links and cross-references in README.
new 5c80325 Improve CSL documentation in README.
new 21c5b51 travis: use ghc 7.10.2 instead of 7.10.1.
new fb8b780 Travis: use cabal-install 1.22 not head.
new 00e2ae8 Simplified travis.yml.
new 7a97ef7 Correct `setspace` package usage in README.
new c13494c New .travis.yml.
new 1af8bc6 LaTeX reader: don't eat whitespace after macro with only opt arg.
new 8944ccd benchmark: Use Criterion.Monad not Criterion.Config.
new 114103d LaTeX reader: don't eat excess whitespace after macros.
new 3687dc3 Test also on ghc 7.4.2.
new 70ebccf Updated benchmark program.
new 59193d8 Removed unneeded imports in benchmark program.
new d62b1cf Setup.hs: rewrite so as not to use process, directory, filepath.
new fa18e3d Use dist/setup/setup/sdist instead of cabal sdist.
new a25c565 Added comment in .travis.yml to explain last change.
new 087f875 Merge pull request #2445 from adunning/patch-2
new 4aabcf3 Merge pull request #2426 from alexvong1995/better-man-writer
new ce07f1b Man template improvements:
new dd29289 Adjusted man writer test for latest template changes.
new 5e57bea Re-export pandocVersions from Text.Pandoc.
new 3e4713c Merge pull request #2441 from mb21/polyglossia-lang
new e92fc44 Adjusted latex template for changes to polyglossia-lang variable.
new 3cce552 reveal.js template: add controls, progress variables.
new 72b038d Merge pull request #2412 from frerich/reader/docbook/xref_support
new 169cdf3 Removed unneeded import.
new c9569b9 Updated changelog (still needs reorganizing).
new ecae35e Updated man page from README.
new 422606b Small tweak on CONTRIBUTING.md.
new 0123f01 Organized changelog.
new e3a5abc Removed xltxtra, xunicode from LaTeX template.
new 60dcaa3 Native writer: format Div properly, with blocks separated.
new 0e78eba HTML reader/writer: better handling of "section" elements.
new 04307a1 Define Typeable and Exception instances for PandocError.
new 1e8a25a Percent-encode more special characters in URLs.
new 0b91c73 Removed unnecessary import.
new 2c15b1f Added ghc-prim to build-depends.
new 0715c5c Changed stack.yaml to use latest resolver (3.9).
new 476b383 RST writer: tweaks to header normalization.
new fb51077 Revert "RST writer: tweaks to header normalization."
new 24f6865 RST writer: do header normalization only in "standalone" mode.
new 309ff7a Template changes:
new 74476e1 Fixed tests for template changes.
new 25e0e0b epub with `--webtex`: include image file rather than data: URI.
new 198862e LaTeX writer: add `\protect` to `\hyperdef` in inline context.
new c058c3f Improve documentation of recent template changes.
new 82b3e0a Use custom Prelude to avoid compiler warnings.
new 2739f5a travis: use -Werror even on ghc 7.10.
new 1aff1b8 Merge pull request #2449 from adunning/patch-1
new 6dc3b65 More changes to avoid compiler warnings on ghc 7.10.
new de77bc7 LaTeX template: Add fontenc, indent, subparagraph variables.
new ffbe3a3 Add new LaTeX variables to README.
new b8bdfda Merge pull request #2450 from adunning/patch-1
new f472515 Update slides variables in README.
new 4d677e0 Merge pull request #2451 from adunning/patch-1
new 3f9dd65 reveal.js template changes (Andrew Dunning).
new 047cb32 Use unicode super/subscripts for digits in plain output.
new 504bf3f Support all frame attributes in Beamer.
new ee7c5fb Updated pandoc.1.
new f4e35a1 Updated changelog.
new 2357e61 LaTeX reader: fixed longtable support.
new eac9cdc Use stack for make_osx_package.sh.
new 5d73186 stack.pkg.yaml: use latest versions of texmath & h-k.
new 3455a34 make_osx_package.sh: use released version of pandoc-citeproc.1.
new eaca413 make-windows-installer.bat: add copying to shared drive.
new 0a6a143 Fixed typo in make_osx_package.sh.
new cb89595 Typo in changelog.
new e08399a Man page update.
new 34d53af Remove compiler warning with embed_data_files.
new 7f4b78c Text.Pandoc.Data: store paths in dataFiles using posix separators.
new 7f5a677 Version bump to 1.15.1.1, updated changelog.
new 3b5e96f Imported Upstream version 1.15.1.1~dfsg
The 224 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.
--
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