summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
Commit message (Expand)AuthorAge
* Remove openURL from Shared (API change).John MacFarlane2017-10-15
* Class: add stRequestHeaders to CommonState, and setRequestHeader.John MacFarlane2017-10-15
* Text.Pandoc.Class - add getVerbosity.John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Protect OVERLAPS pragma with CPP.John MacFarlane2017-08-20
* Use OverlappingInstances instead of OVERLAPS for ghc 7.8.4.John MacFarlane2017-08-20
* Removed redundant import.John MacFarlane2017-08-20
* Simplify instances in Class by parameterizing on MonadTrans.John MacFarlane2017-08-19
* Improved error report on loading translation file.John MacFarlane2017-08-12
* Change to yaml for translation files.John MacFarlane2017-08-12
* Fixed import.John MacFarlane2017-08-11
* More redundant imports.John MacFarlane2017-08-11
* Avoid some warnings when compiled wo/ embed_data_files flag.John MacFarlane2017-08-11
* Add getFileName to PandocMonad.John MacFarlane2017-08-11
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* Class: add setUserDataDir and getUserDataDir.John MacFarlane2017-08-10
* Expose getDefaultDataFile in both Shared and Class.John MacFarlane2017-08-10
* Class: more haddocks.John MacFarlane2017-07-30
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Class: started adding haddocks.John MacFarlane2017-07-19
* Don't rely on listDirectory, which is only in newer versions...John MacFarlane2017-07-15
* Class: make addToFileTree handle directories recursively.John MacFarlane2017-07-14
* Class: remove stFontFiles in PureState, 'glob' searches stFiles.John MacFarlane2017-07-14
* Class: added addToFileTreeJohn MacFarlane2017-07-14
* Tracing: give less misleading line information with parseWithString.John MacFarlane2017-06-19
* Separated tracing from logging.John MacFarlane2017-06-19
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Changed "extracting..." warning to a regular log message.John MacFarlane2017-06-12
* hlint suggestions.John MacFarlane2017-06-02
* Some hlint refactoring.John MacFarlane2017-06-01
* Trivial reformatting.John MacFarlane2017-06-01
* Don't double extract images from docx.John MacFarlane2017-05-18
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* Moved fillMedia, extractMedia from App to Class.John MacFarlane2017-05-07
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Changed display format for messages.John MacFarlane2017-03-09
* Add hanging indent to log messages.John MacFarlane2017-03-04
* Shared: remove 'warn'.John MacFarlane2017-02-24
* Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.John MacFarlane2017-02-24
* Restore "Fetching..." message with openURL if --verbose.John MacFarlane2017-02-23
* Use PandocIOError in Class.John MacFarlane2017-02-23
* Class.report: Save all log messages in state.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* Reverted deferred media bag code.John MacFarlane2017-02-09
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07