aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-26 02:42:45 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-26 02:42:45 +0000
commit00b69e4657a7276ebab16ba3055226cf255da5db (patch)
treecd9a14ae19675a55b4b25e595e471a322024ac7f /debian/changelog
parent622606bae9ce0c1d55bb7e104919b6b1fc76910b (diff)
downloadpandoc-00b69e4657a7276ebab16ba3055226cf255da5db.tar.gz
Updated copyright date and debian changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@801 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fa01b617..893321490 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,13 @@ pandoc (0.4) unstable; urgency=low
be inserted at the beginning of the document. Not supported in S5,
DocBook, or man page writers.
+ * Modified the -m|--asciimathml option:
+
+ + If an optional URL argument is provided, a link is inserted
+ instead of the contents of the ASCIIMathML.js script.
+ + Nothing is inserted unless the document actually contains
+ LaTeX math.
+
* Removed Blank block element as unnecessary.
* Removed Key and Note blocks from the Pandoc data structure. All
@@ -134,7 +141,10 @@ pandoc (0.4) unstable; urgency=low
this is now done in the readers. This makes the libraries behave
the way you'd expect from the pandoc program. Resolves Issue #10.
- * Fixed several bugs in HTML reader (extractTagType, attribute parsing).
+ * HTML reader:
+
+ + Fixed several bugs (extractTagType, attribute parsing).
+ + Remove Null blocks in lists of blocks when possible.
* Markdown reader: