aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-11-02 16:44:33 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-11-02 16:44:33 +0000
commit38cc5fee683e6949528950242c00753a0a37b63f (patch)
treec5badaf68477b42c49ad2d433aa758a60fd7af05 /changelog
parentc02e0f76fe6ac4465322e1a6652315460fe3a1f9 (diff)
downloadpandoc-38cc5fee683e6949528950242c00753a0a37b63f.tar.gz
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1482 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r--changelog43
1 files changed, 17 insertions, 26 deletions
diff --git a/changelog b/changelog
index 241a224c7..3369d0bac 100644
--- a/changelog
+++ b/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)