aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index ba129bb4..4a689229 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,13 @@ Soon
* Set up OSS-Fuzz (Google). See starred email in qpdf label.
+ * Add an explicit test case that uses copyForeignObject to convert a
+ page object to a form XObject. Comment in the test case and/or code
+ to explain this use case. Update the docs to explain the difference
+ between copying a page in the two ways: using addPage updates the
+ pages tree, while using copyForeignObject does not. The latter is
+ appropriate when a page is being converted to a form XObject.
+
Next ABI
========
@@ -13,6 +20,9 @@ Do these things next time we have to break binary compatibility
preserved binary compatibility, so the implementation is a bit
convoluted.
+ * Rename QUtil::strcasecmp since strcasecmp is a macro on some
+ platforms. See #242.
+
Lexical
=======