aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-20Bump version to 1.10.0.3; added further missing fb2 tests.John MacFarlane2-2/+13
Updated changelog.
2013-01-20Updated changelog.John MacFarlane1-0/+4
2013-01-20Version bump to 1.10.0.2.John MacFarlane1-1/+1
2013-01-20Added fb2 tests to extra-source-files.John MacFarlane1-1/+8
Otherwise we get an error in `cabal install --enable-tests` from Hackage.
2013-01-20Updated changelog.John MacFarlane1-0/+4
2013-01-20Bump version to 1.10.0.1.John MacFarlane1-1/+1
2013-01-20Bump version bounds on test-framework packages.John MacFarlane1-3/+3
2013-01-19Revert "Temporarily removed travis build instructions."John MacFarlane1-0/+0
This reverts commit bba08126b4e7912ca533dbc04ef0a5f240a1bd1e.
2013-01-19Updated copyright date in pandoc.cabal.John MacFarlane1-1/+1
2013-01-19Updated changelog.John MacFarlane1-0/+4
2013-01-19Removed -O2.John MacFarlane1-12/+12
The benchmark differences between -O2 and the default were so slight that it's not worth it. (Measured with ghc 7.4.)
2013-01-19Removed unneeded -dno-debug-output from ghc-optionsJohn MacFarlane1-8/+8
2013-01-19Removed MakeManPages from cabal extra-files.John MacFarlane1-1/+0
2013-01-19Updated copyright dates.John MacFarlane1-3/+3
2013-01-19Improved make_osx_package.sh.John MacFarlane1-5/+5
2013-01-19Change date on README.John MacFarlane1-1/+1
2013-01-19Increase date on copyright.John MacFarlane1-1/+1
2013-01-19LaTeX test updates for latest changes to template & h-k.John MacFarlane3-1/+7
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane1-2/+5
2013-01-19Updated changelog.John MacFarlane1-0/+3
2013-01-19Removed sudos from make_osx_package.sh.John MacFarlane1-7/+7
2013-01-19Fixed bug in make_osx_package.sh.John MacFarlane1-2/+2
2013-01-19Updated templates.John MacFarlane1-5/+7
Use upquote package if it exists.
2013-01-18Updated Makefile to use Hackage pandoc-types.John MacFarlane1-9/+7
2013-01-18Updated changelog with more Builder API.John MacFarlane1-0/+1
2013-01-18Updated changelog with Builder changes.John MacFarlane1-0/+11
2013-01-18Updated changelog.John MacFarlane1-0/+699
2013-01-18Add data-cites field to citations in HTML5.John MacFarlane1-2/+6
This contains a space-separated list of citation IDs.
2013-01-18Set locale encoding in test suite.John MacFarlane1-2/+4
This prevents a "commit buffer (invalid argument)" error on Windows.
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane5-17/+18
* RTF writer: Export writeRTFWithEmbeddedImages instead of rtfEmbedImage. * Text.Pandoc: Use writeRTFWithEmbeddedImages for RTF. * Moved code for embedding images in RTF out of pandoc.hs.
2013-01-17Convert highlighting-kate language to listings languageJohn MacFarlane1-19/+63
if --listings is used. Closes #704.
2013-01-17MIME: Support vs and fs as text/plain.John MacFarlane1-0/+2
These are used in revealjs css.
2013-01-17Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane1-1/+1
This reverts commit b158b3fb2182b5c8a6f03759277f4f73cdc24797.
2013-01-17Slight modification of lhs instructions.John MacFarlane1-3/+3
2013-01-16Updated extensions in README.John MacFarlane1-0/+9
2013-01-16Markdown reader: Be less restrictive about class attributes.John MacFarlane1-1/+1
This allows attributes like `C++`. Any nonspace and non-}.
2013-01-16Fixed problem with duplicate ids in epub.John MacFarlane1-12/+4
2013-01-16Implemented Ext_link_attributes in markdown reader.John MacFarlane2-31/+28
Also simplified source URL and link title parsers.
2013-01-16README clarification.John MacFarlane1-0/+3
2013-01-16Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane1-0/+2
2013-01-16Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane2-4/+23
2013-01-16Options: Added multimarkdownExtensions.John MacFarlane2-2/+21
Also added 'markdown_mmd' as input/output option.
2013-01-15LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane1-4/+9
2013-01-15README on docx styles: Image Caption, not Picture Caption.John MacFarlane1-1/+1
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane5-6/+21
The previous default was to use `<q>` tags in HTML5. But `<q>` tags are also valid HTML4, and they are not very robust in HTML5. Some user agents don't support them, and some CSS resets prevent pandoc's quotes CSS from working properly (e.g. bootstrap). It seems a better default just to insert quote characters, but the option is provided for those who have gotten used to using `<q>` tags.
2013-01-15Added Brent Yorgey to Authors.John MacFarlane1-1/+1
2013-01-15Added Denis Laxalde to Authors.John MacFarlane1-1/+1
2013-01-15ADded Arlo O'Keeffe to Authors.John MacFarlane1-1/+1
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane5-8/+11
Added tests.
2013-01-15Added lots of tests for bare URIs.John MacFarlane1-0/+91