From b9f5f983db8491de266cf789572e76b2d01920da Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 19 Mar 2010 16:11:52 +0000 Subject: Tweaked changelog. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1915 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/changelog b/changelog index 542616496..a02b47952 100644 --- a/changelog +++ b/changelog @@ -13,18 +13,17 @@ pandoc (1.5) single combined file, LaTeXMathML.js. * Added --data-dir option. - + This specifies a user data directory. If not specified, will default - to ~/.pandoc on unix or Application Data\pandoc on Windows. - Files placed in the user data directory will override system default - data files. - + Updated documentation. + This specifies a user data directory. If not specified, will default + to ~/.pandoc on unix or Application Data\pandoc on Windows. + Files placed in the user data directory will override system default + data files. * Added Maybe datadir parameter to readDataFile, saveOpenDocumentAsODT, latexMathMLScript, s5HeaderIncludes, and getDefaultTemplate. If Nothing, no user directory is searched for an override. * Added 'plain' output format. This is similar to markdown, but - removes links pictures, inline formatting, and most anything that + removes links, pictures, inline formatting, and most anything that looks even vaguely markupish. The function writePlain is exported by Text.Pandoc.Writers.Markdown, with which it shares most of its code. @@ -221,11 +220,6 @@ pandoc (1.5) * markdown2pdf: always do at least two runs. hyperref bookmarks require this. - * Makefile: specify --template explicitly when using pandoc. - Reason: pandoc may not yet have been installed, so the - templates may not be in the cabal data directory. - Resolves Issue #192. - * cabal file: Removed unneeded dependency on template-haskell. * Windows installer - fixed bug in data file locations. -- cgit v1.2.3