summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed incorrect "{}" around style information infiddlosopher2007-08-23
* Bumped version numbers to 0.42 in anticipation of nextfiddlosopher2007-08-23
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* Use UTF8 conversion on the extra files loaded in Main.hsfiddlosopher2007-08-23
* Added a needed 'try' to listItem in Markdown reader.fiddlosopher2007-08-22
* Code cleanup in Markdown reader.fiddlosopher2007-08-20
* Changes to Markdown reader for better conformity to thefiddlosopher2007-08-20
* If --strict and not --toc, don't include identifiers in headers.fiddlosopher2007-08-20
* Formatting changes to freebsd Makefile.fiddlosopher2007-08-20
* + debian/control: add XS-Vcs-{Svn,Browser} fieldsroktas2007-08-19
* Changes to freebsd port for 0.41.fiddlosopher2007-08-19
* Revised website for 0.41.fiddlosopher2007-08-19
* Bump version to 0.41.fiddlosopher2007-08-19
* Added signature on changelog.fiddlosopher2007-08-19
* Modified debian/changelog.fiddlosopher2007-08-19
* Refactor RST and Markdown readers using parseFromString.fiddlosopher2007-08-19
* Added a necessary "try" in definition of "para"fiddlosopher2007-08-19
* Bug fixes in readers:fiddlosopher2007-08-18
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Added highlight.css to website.fiddlosopher2007-08-18
* Fixed block quote output in markdown writer: previously,fiddlosopher2007-08-17
* Put note in INSTALL about the extra xmlns attribute inserted byfiddlosopher2007-08-16
* Changed date on README.fiddlosopher2007-08-15
* Small website tweak: README.txt, not README-WINDOWS.txt.fiddlosopher2007-08-15
* Small changes to website.fiddlosopher2007-08-15
* Simplified Makefile install-all and uninstall-all targets.fiddlosopher2007-08-15
* Minor tweaks on website (deb description).fiddlosopher2007-08-15
* Cosmetic changes.fiddlosopher2007-08-15
* Fixed bug in tarball target in Makefile (should be RELNAME insteadfiddlosopher2007-08-15
* Added note that deb will work on Ubuntu to website.fiddlosopher2007-08-15
* Documented fix for paragraphs starting with (C)fiddlosopher2007-08-15
* Brought debian/changelog up to date.fiddlosopher2007-08-15
* LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher2007-08-15
* Fixed bug in normalizeSpaces: Space:Str "":Spacefiddlosopher2007-08-15
* Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher2007-08-15
* Changed (C) to a unicode copyright symbol.fiddlosopher2007-08-15
* Website improvements.fiddlosopher2007-08-15
* Updated PROFILING instructions.fiddlosopher2007-08-15
* Updated debian/changelog.fiddlosopher2007-08-15
* 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 parsing for \url to LaTeX reader.fiddlosopher2007-08-03
* Use \url{} for autolinks in LaTeX writer.fiddlosopher2007-08-03
* Removed test for examplep in markdown2pdf.fiddlosopher2007-07-28
* Removed references to examplep package in documentation, andfiddlosopher2007-07-28
* For website demo, don't use 2-column latex, as thefiddlosopher2007-07-28
* Brought test suite up to date.fiddlosopher2007-07-28
* Changes to Markdown reader:fiddlosopher2007-07-28
* Removed examplep specific stuff in LaTeX reader.fiddlosopher2007-07-28
* LaTeX writer:fiddlosopher2007-07-28