summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Logging.hs
Commit message (Expand)AuthorAge
* LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|falseJohn MacFarlane2017-08-18
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Logging: Added Deprecated constructor to LogMessage.John MacFarlane2017-08-07
* Added Deprecated warning to LogMessage.John MacFarlane2017-08-07
* Revert "Logging: Made SkippedContent an INFO level message..."John MacFarlane2017-08-07
* Logging: Made SkippedContent an INFO level message...John MacFarlane2017-08-07
* Logging: added MacroAlreadyDefined.John MacFarlane2017-07-06
* Fixed log message for InvalidLang.John MacFarlane2017-06-25
* Added InvalidLang to LogMessage.John MacFarlane2017-06-25
* Separated tracing from logging.John MacFarlane2017-06-19
* In producing PDFs, warn if the font is missing some characters.John MacFarlane2017-06-18
* Changed "extracting..." warning to a regular log message.John MacFarlane2017-06-12
* Markdown reader: warn for notes defined but not used.John MacFarlane2017-05-25
* Logging: Made SkippedContent WARNING not INFO.John MacFarlane2017-05-24
* Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane2017-05-21
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2017-03-13
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Logging: Added NoLangSpecified, use toConstr to avoid boilerplate.John MacFarlane2017-03-09
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Logging: Added NoTitleElement constructor for LogMessage.John MacFarlane2017-03-04
* Logging: Remove UsingResourceFrom, add CouldNotConvertImageJohn MacFarlane2017-02-24
* Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.John MacFarlane2017-02-24
* Put makeSelfContained in PandocMonad instead of IO.John MacFarlane2017-02-23
* Add CircularReference constructor to LogMessage.John MacFarlane2017-02-15
* Rename logMessagesToJSON -> encodeLogMessages.John MacFarlane2017-02-11
* Logging: export logMessagesToJSON.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Logging: added ToJSON instance and showLogMessage.John MacFarlane2017-02-10
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10