Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1482 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
c02e0f76fe
commit
38cc5fee68
1 changed files with 17 additions and 26 deletions
43
changelog
43
changelog
|
@ -2,24 +2,9 @@ pandoc (1.1)
|
|||
|
||||
[ 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:
|
||||
|
||||
+ Changed date on copyright message in Main.hs.
|
||||
|
||||
+ Have the '-v' option print syntax highlighting languages
|
||||
separated by commas, and wrapped in lines, instead of in five
|
||||
columns as before.
|
||||
|
@ -31,27 +16,20 @@ pandoc (1.1)
|
|||
+ Handle math appropriately in HTML writer when JsMath selected.
|
||||
+ Documented the option in README and man page.
|
||||
|
||||
* Text.Pandoc.Shared: Changed compactify to use a better heuristic.
|
||||
Final Para is changed to Plain if all other list items *end* with
|
||||
a Plain block. Addresses Issue #99.
|
||||
* Text.Pandoc.Shared: Changed compactify to use a better heuristic
|
||||
for tight and loose lists. Final Para is changed to Plain if all
|
||||
other list items *end* with a Plain block. Addresses Issue #99.
|
||||
|
||||
* HTML reader:
|
||||
|
||||
+ Added colons to protocols in unsanitaryURI. Closes Issue #88.
|
||||
|
||||
+ HTML reader: Don't interpret contents of <pre> blocks as markdown.
|
||||
Added rawVerbatimBlock parser. Resolves Issue #94.
|
||||
|
||||
* 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
|
||||
them as "%20".
|
||||
|
||||
+ Allow blank space at the end of horizontal rules.
|
||||
|
||||
* HTML writer:
|
||||
|
@ -59,7 +37,6 @@ pandoc (1.1)
|
|||
+ Include classes on tr elements in HTML output:
|
||||
"header", "odd", "even". This allows tables to be styled with
|
||||
lines in alternating colors. Resolves Issue #91.
|
||||
|
||||
+ Enclose all LaTeXMathML bits in <span class="LaTeX">.
|
||||
This prevents parts of the document that are not math from being
|
||||
interpreted as math by LaTeXMathML.js.
|
||||
|
@ -78,6 +55,20 @@ pandoc (1.1)
|
|||
where oldpath is empty (previously this led to the new path
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue