aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 00:41:41 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 00:41:41 +0000
commitb4160380d8efc40fa9164b355577ba08bdefbc0a (patch)
treebb7c597ce5e66f734ea02df43f6fe06c0877b990
parentd4454536f021fc51b2a7211749560d97a1975de1 (diff)
downloadpandoc-b4160380d8efc40fa9164b355577ba08bdefbc0a.tar.gz
Documented change of 'HtmlEntities' to 'Entities' in changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@396 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3bbfecaec..99324bac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -174,6 +174,9 @@ pandoc (0.3) unstable; urgency=low
pdflatex fails.
* Code cleanup:
+ + Renamed 'Text/Pandoc/HtmlEntities' module to
+ 'Text/Pandoc/Entities'. Also changed function names so as
+ not to be HTML-specific.
+ Removed 'BlockQuoteContext' from ParserContext, as it isn't
used anywhere.
+ Refactored LaTeX reader for clarity (added isArg function).