aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 1 insertions, 16 deletions
diff --git a/TODO b/TODO
index be29c58e..f71528e1 100644
--- a/TODO
+++ b/TODO
@@ -9,12 +9,12 @@ Before Release:
* Release qtest with updates to qtest-driver and copy back into qpdf
Next:
-* output capture
* QPDFPagesTree -- avoid ever flattening the pages tree.
* JSON v2 fixes
Pending changes:
+* Allow users to supply a custom progress reporter for QPDFJob
* Check about runpath in the linux-bin distribution. I think the
appimage build specifically is setting the runpath, which is
actually desirable in this case. Make sure to understand and
@@ -42,21 +42,6 @@ Pending changes:
Soon: Break ground on "Document-level work"
-Output Capture + QPDFJob
-========================
-
-QPDFJob:
-
-* Allow users to supply a custom progress reporter for QPDFJob
-
-Output Capture
-
-See https://github.com/qpdf/qpdf/issues/691
-
-There needs to be a C API to QPDFLogger. Use functions like this:
-
-void set_info((*f)(char* data, unsigned int len, void* udata), void* udata);
-
QPDFPagesTree
=============