From d829c4820adbe7a7634f1c1d825d0d206512e6e7 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 22 Dec 2006 20:16:03 +0000 Subject: Merged changes from branches/wrappers since r177. Summary of main changes: + Added -o/--output and -d/--debug options to pandoc. + Modified pandoc to behave differently depending on the name of the program. For example, if the program name is 'html2latex', the default reader will be html and the default writer latex. + Removed most of the old wrappers, replacing them with symlinks to pandoc. + Rewrote markdown2pdf and created a new wrapper web2markdown, with the functionality of the old html2markdown script. These new scripts exploit pandoc's -d option to avoid having to do complex command-line parsing. + Revised man pages and documentation appropriately. git-svn-id: https://pandoc.googlecode.com/svn/trunk@279 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index caf376ce4..a3c8b8b99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pandoc (0.22) unstable; urgency=low * Refactored template processing (fillTemplates.pl). + * Modified wrapper scripts to make them more robust. + * Modified wrapper scripts to make them more robust and portable. To avoid code duplication and ensure consistency, wrappers are generated via a templating system from templates in src/wrappers. -- cgit v1.2.3