summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RTF.hs
Commit message (Expand)AuthorAge
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Fixed regression with RTF table of contents.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane2013-05-02
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Added Attr field to Header.John MacFarlane2013-01-09
* Implemented --toc-depth (and --toc!) for RTF writer.John MacFarlane2013-01-05
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Updated copyright notices.John MacFarlane2010-03-23
* Use template variables for include-before/after.fiddlosopher2010-03-13
* RTF writer: fixed headerless tables.fiddlosopher2010-03-11
* Modified RTF writer to use new templates.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Added support for --toc to RTF writer.fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* + Use new alignment parameter in title/author/date,fiddlosopher2007-05-09
* Changes to RTF writer:fiddlosopher2007-05-03
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20