From 75709ac6c3ec240c3b894aef48526e76e7ec14a5 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 24 Jul 2014 20:14:01 -0700 Subject: [PATCH] update changelog, prepare for new release --- ChangeLog | 11 +++++++++-- src/pdf2htmlEX.cc | 2 -- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65507a5..f23df45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,20 @@ -Developing v0.12 +v0.12 +2014.07.24 +* Recognize and hide covered text +* Proof mode that allows easy comparison of HTML and PDF * Do not support Fontforge < 2.0.0 any more +* Output is now XHTML * New options --process-annotation + --correct-text-visibility + --proof +* Removed options + --css-draw v0.11 2014.01.19 - * Compress JS with closure-compiler * Compress CSS with YUI Compressor * jQuery removed diff --git a/src/pdf2htmlEX.cc b/src/pdf2htmlEX.cc index 7e406e6..3d4972a 100644 --- a/src/pdf2htmlEX.cc +++ b/src/pdf2htmlEX.cc @@ -211,8 +211,6 @@ void parse_options (int argc, char **argv) .add("version,v", "print copyright and version info", &show_version_and_exit) .add("help,h", "print usage information", &show_usage_and_exit) - // deprecated - .add("", ¶m.input_filename, "", "") .add("", ¶m.output_filename, "", "") ;