summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Rewrote 'extractTagType' in HTML reader so that it doesn't usefiddlosopher2007-01-24
* More smart quote bug fixes:fiddlosopher2007-01-24
* Fixed bug in smart quoting: recognize ' in contractions likefiddlosopher2007-01-24
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* + Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher2007-01-22
* Small bug fix to last change, and count "'S" as well as "'s" asfiddlosopher2007-01-18
* More tweaks to smart quote parsing: a ' is not a single quotefiddlosopher2007-01-18
* Minor tweaks to smart quoting code.fiddlosopher2007-01-16
* Fixed bug in smart quote recognition: ' before ) or certainfiddlosopher2007-01-16
* Fixed haddock documentation errors.fiddlosopher2007-01-16
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Don't use named entities in docbook writer. Instead, usefiddlosopher2007-01-09
* + Changed 'escapedChar' in Markdown reader so that only thefiddlosopher2007-01-08
* Small improvements to indentSpaces. (Allow combinationsfiddlosopher2007-01-07
* Modified HTML output for Image elements, to conform tofiddlosopher2007-01-07
* Fixed performance problems with '--strict' option:fiddlosopher2007-01-07
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Added support for hexadecimal entities: e.g. ꂫfiddlosopher2007-01-06
* Fixed serious performance problems with new Markdown reader:fiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Changed Markdown writer so that it does not use the single-bracketfiddlosopher2007-01-05
* Fixed small bug in consolidateList: added casefiddlosopher2007-01-04
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* Fixed bug in encodeEntities (characters less than 128, not 127,fiddlosopher2007-01-04
* Removed unneeded 'options' parameter from 'indentedInTags' functionfiddlosopher2007-01-04
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Modified HTML reader to skip a newline following a <br> tag.fiddlosopher2007-01-03
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Use entities for all characters above 127 in docbook output.fiddlosopher2007-01-02
* Changed representation of code blocks to use <screen> andfiddlosopher2007-01-01
* Removed a line that was causing a compiler warning in docbookfiddlosopher2007-01-01
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Revised inline code parsing in Markdown reader to conform tofiddlosopher2006-12-31
* Simplified list parsing code in RST reader.fiddlosopher2006-12-31
* Cleaned up some code in RST reader.fiddlosopher2006-12-31
* Changed Markdown reader so that the first pass, in which a listfiddlosopher2006-12-31
* Removed unneeded 'do' block from 'parseBlocks' definitionfiddlosopher2006-12-31
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Reversed changes from r246:fiddlosopher2006-12-29
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher2006-12-21
* Fixed two small haddock bugs.fiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* Made javascript obfuscation of emails even more obfuscatory,fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Modified the HTML writer to add invisible anchors to each sectionfiddlosopher2006-12-20
* + Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher2006-12-19
* Fixed a minor mistake introduced in resolving conflicts from thefiddlosopher2006-12-19