summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* * Debian packaging changes:roktas2008-02-09
* Added note in INSTALL about doing 'make templates' if installing using Cabal ...fiddlosopher2008-01-24
* Added \setupitemize[autointro] to ConTeXt header, to prevent orphanedfiddlosopher2008-01-23
* website: Added math.text to dependencies for examples.html in Makefile.fiddlosopher2008-01-23
* Moved math.txt -> math.text on web page, so it won't be confused with page so...fiddlosopher2008-01-23
* Changed names of HTML man pages to *.1.html on website.fiddlosopher2008-01-23
* Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher2008-01-17
* Updated INSTALL with instructions for getting GHC + libraries using apt-get.fiddlosopher2008-01-16
* Removed unnecessary imports.fiddlosopher2008-01-16
* Added Arch linux instructions to INSTALL.fiddlosopher2008-01-14
* Bumped version to 0.47.fiddlosopher2008-01-08
* Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher2008-01-08
* Updated website with news of version 0.46 release.fiddlosopher2008-01-08
* Added some details to RELEASE-CHECKLIST.fiddlosopher2008-01-08
* Removed redundant DISTNAME field from freebsd Makefile template.fiddlosopher2008-01-08
* Changed copyright dates where appropriate to include 2008.fiddlosopher2008-01-08
* Changed dates on documentation.fiddlosopher2008-01-08
* Removed unneeded link reference from website index.txt.in.fiddlosopher2008-01-08
* Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher2008-01-08
* * Debian packaging changes:roktas2008-01-08
* Updated changelog.fiddlosopher2008-01-07
* RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher2008-01-06
* RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher2008-01-06
* RST reader: Removed unnecessary check for following link in str.fiddlosopher2008-01-06
* Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher2008-01-06
* Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher2008-01-06
* Added RELEASE-CHECKLIST.fiddlosopher2008-01-06
* Use an interpreted text role to render math in restructuredText.fiddlosopher2008-01-04
* Refactored RST writer to usea record instead of a tuple for state,fiddlosopher2008-01-04
* Added optional HTML sanitization using a whitelist.fiddlosopher2008-01-03
* Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher2008-01-01
* Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2007-12-31
* HTML reader: Finished fixing Issue #40.fiddlosopher2007-12-31
* HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher2007-12-31
* Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher2007-12-30
* Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher2007-12-30
* Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher2007-12-29
* Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher2007-12-29
* Markdown reader: Make 'block' conditional on strictness state,fiddlosopher2007-12-29
* Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher2007-12-24
* Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher2007-12-24
* Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher2007-12-24
* Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher2007-12-24
* Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher2007-12-23
* Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher2007-12-21
* Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher2007-12-21
* Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher2007-12-21
* Bumped version number to 0.46.fiddlosopher2007-12-10
* Added date to release note on website.fiddlosopher2007-12-09
* Use \{0,1\} instead of \? in sed, so it works on BSD/Mac OSX too.fiddlosopher2007-12-08