Updated changelog.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1482 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-11-02 16:44:33 +00:00
parent c02e0f76fe
commit 38cc5fee68

View file

@ -2,24 +2,9 @@ pandoc (1.1)
[ John MacFarlane ] [ John MacFarlane ]
* Updated INSTALL instructions for Arch packages and OS X install using
cabal-install.
* Removed the (now unneeded) debian directory.
Removed empty Codec and System directories.
* Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
* Modified Setup.hs so that the "test" target returns an error status
when tests fail, and "build" returns a success status if
the build succeeds. Resolves Issue #100.
* Added BUGS to files in tarball.
* Main.hs: * Main.hs:
+ Changed date on copyright message in Main.hs. + Changed date on copyright message in Main.hs.
+ Have the '-v' option print syntax highlighting languages + Have the '-v' option print syntax highlighting languages
separated by commas, and wrapped in lines, instead of in five separated by commas, and wrapped in lines, instead of in five
columns as before. columns as before.
@ -31,27 +16,20 @@ pandoc (1.1)
+ Handle math appropriately in HTML writer when JsMath selected. + Handle math appropriately in HTML writer when JsMath selected.
+ Documented the option in README and man page. + Documented the option in README and man page.
* Text.Pandoc.Shared: Changed compactify to use a better heuristic. * Text.Pandoc.Shared: Changed compactify to use a better heuristic
Final Para is changed to Plain if all other list items *end* with for tight and loose lists. Final Para is changed to Plain if all
a Plain block. Addresses Issue #99. other list items *end* with a Plain block. Addresses Issue #99.
* HTML reader: * HTML reader:
+ Added colons to protocols in unsanitaryURI. Closes Issue #88. + Added colons to protocols in unsanitaryURI. Closes Issue #88.
+ HTML reader: Don't interpret contents of <pre> blocks as markdown. + HTML reader: Don't interpret contents of <pre> blocks as markdown.
Added rawVerbatimBlock parser. Resolves Issue #94. Added rawVerbatimBlock parser. Resolves Issue #94.
* Markdown reader: * Markdown reader:
+ Ignore blank line after ~~~~~~~~ in delimited code blocks.
Rationale: these are useful for literate haskell, but lhs requires
a blank line before the haskell code, and we don't want spurious
blank lines in the output.
+ Allow URLs with spaces in them in links and references, but escape + Allow URLs with spaces in them in links and references, but escape
them as "%20". them as "%20".
+ Allow blank space at the end of horizontal rules. + Allow blank space at the end of horizontal rules.
* HTML writer: * HTML writer:
@ -59,7 +37,6 @@ pandoc (1.1)
+ Include classes on tr elements in HTML output: + Include classes on tr elements in HTML output:
"header", "odd", "even". This allows tables to be styled with "header", "odd", "even". This allows tables to be styled with
lines in alternating colors. Resolves Issue #91. lines in alternating colors. Resolves Issue #91.
+ Enclose all LaTeXMathML bits in <span class="LaTeX">. + Enclose all LaTeXMathML bits in <span class="LaTeX">.
This prevents parts of the document that are not math from being This prevents parts of the document that are not math from being
interpreted as math by LaTeXMathML.js. interpreted as math by LaTeXMathML.js.
@ -78,6 +55,20 @@ pandoc (1.1)
where oldpath is empty (previously this led to the new path where oldpath is empty (previously this led to the new path
beginning with a semicolon). beginning with a semicolon).
* Updated INSTALL instructions for Arch packages and OS X install using
cabal-install.
* Removed the (now unneeded) debian directory.
Removed empty Codec and System directories.
* Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
* Modified Setup.hs so that the "test" target returns an error status
when tests fail, and "build" returns a success status if
the build succeeds. Resolves Issue #100.
* Added BUGS to files in tarball.
pandoc (1.0.0.1) pandoc (1.0.0.1)