| Age | Commit message (Expand) | Author |
| 2012-12-29 | Cabal file changes. | John MacFarlane |
| 2012-11-02 | Preliminary changes for epub3 format. | John MacFarlane |
| 2012-10-18 | Fixed bug in fetching CSL files from CSL data directory. | John MacFarlane |
| 2012-10-18 | Removed debug print statement left in my mistake. | John MacFarlane |
| 2012-10-13 | Moved bibliography processing into readers. | John MacFarlane |
| 2012-10-06 | Biblio: Changed type of processBiblio. | John MacFarlane |
| 2012-09-29 | Adjusted pandoc.hs for changes in Biblio module. | John MacFarlane |
| 2012-09-25 | Removed need for utf8-string package. | John MacFarlane |
| 2012-09-23 | Revert "More intelligent handling of text encodings." | John MacFarlane |
| 2012-09-23 | More intelligent handling of text encodings. | John MacFarlane |
| 2012-09-23 | Added 'UTF8.' to decodeArg. | John MacFarlane |
| 2012-09-23 | Revert "Use local encoding for input/output rather than forcing UTF8." | John MacFarlane |
| 2012-09-23 | Use local encoding for input/output rather than forcing UTF8. | John MacFarlane |
| 2012-09-23 | Export encodePath/decodePath from UTF8. | John MacFarlane |
| 2012-09-12 | Added basic mediawiki reader. | John MacFarlane |
| 2012-09-12 | Changed mathjax cdn url so it doesn't use https. | John MacFarlane |
| 2012-08-09 | Changed strict to markdown_strict. | John MacFarlane |
| 2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane |
| 2012-08-09 | Removed --enable, --disable options. | John MacFarlane |
| 2012-08-09 | Use safeRead instead of using reads directly (various modules). | John MacFarlane |
| 2012-08-08 | Changes to literate haskell options. | John MacFarlane |
| 2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane |
| 2012-07-27 | Added --disable and --enable options for markdown extensions. | John MacFarlane |
| 2012-07-27 | Replaced writerStrict with writerExtensions in WriterOptions. | John MacFarlane |
| 2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane |
| 2012-07-26 | pandoc: Set readerExtensions instead of readerStrict. | John MacFarlane |
| 2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane |
| 2012-07-25 | Restored stateStandalone as readerStandalone. | John MacFarlane |
| 2012-07-25 | Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. | John MacFarlane |
| 2012-07-25 | stateCitations -> readerCitations. | John MacFarlane |
| 2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane |
| 2012-07-25 | Got rid of stateStandalone, which was hardly used anyway. | John MacFarlane |
| 2012-07-25 | Moved stateOldDashes to readerOldDashes in ReaderOptions. | John MacFarlane |
| 2012-07-25 | Moved stateTabStop to readerTabStop in ReaderOptions. | John MacFarlane |
| 2012-07-25 | Moved stateColumns to readerColumns in ReaderOptions. | John MacFarlane |
| 2012-07-25 | Moved ParseRaw from ParserState to ReaderOptions. | John MacFarlane |
| 2012-07-25 | Options -> ReaderOptions. | John MacFarlane |
| 2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane |
| 2012-07-24 | Use catch from Control.Exception to avoid warnings. | John MacFarlane |
| 2012-07-24 | Text.Pandoc: writers now an assoc list of String, Writer. | John MacFarlane |
| 2012-07-24 | Removed unneeded import. | John MacFarlane |
| 2012-07-24 | Changed signatures of writeODT, writeDocx, writeEPUB. | John MacFarlane |
| 2012-07-23 | Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs. | John MacFarlane |
| 2012-07-23 | Set writerSlideVariant in Text.Pandoc rather than pandoc.hs. | John MacFarlane |
| 2012-07-22 | Added a new FictionBook2 (FB2) writer. | Sergey Astanin |
| 2012-07-19 | Make `--ascii` work properly with `--self-contained`. | John MacFarlane |
| 2012-07-03 | `-V` option: Add variables to beginning of list, not end. | John MacFarlane |
| 2012-06-25 | Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding. | John MacFarlane |
| 2012-06-24 | Don't encode/decode file paths if base >= 4.5. | John MacFarlane |
| 2012-05-24 | Add support for Slideous output. | Jonas Smedegaard |