aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/copyright2
2 files changed, 12 insertions, 2 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:
diff --git a/debian/copyright b/debian/copyright
index 063e833af..75cec29d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Pandoc
-Copyright (C) 2006-2007 John MacFarlane <jgm at berkeley dot edu>
+Copyright (C) 2006-7 John MacFarlane <jgm at berkeley dot edu>
This code is released under the [GPL], version 2 or later: