aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-27 16:18:29 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-27 16:20:50 +0200
commita167ce8120e171308b2388b1c50dd8cc7d007f84 (patch)
tree4e39e344b8c7b09a7704d2c155f092ff1b418b43 /TODO
parentd6cb2b94187d5abc7d8f7f595ed42d6739bbfcd5 (diff)
downloadqpdf-a167ce8120e171308b2388b1c50dd8cc7d007f84.tar.zst
Update ChangeLog and TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 2cbabeec..40c113d6 100644
--- a/TODO
+++ b/TODO
@@ -20,16 +20,6 @@ Next
* Figure out why we have to specify a stream's length in advance when
providing stream data, and remove this restriction if possible.
- * Provide an interface to provide stream data as a std::string.
-
- * Add QPDFObjectHandle::newReal(double)
-
- * Think about how you would do stream concatenation. Maybe have some
- kind of pipeline that blocks finish calls until told otherwise
- would work so you could iterate through all the streams and call
- pipeStreamData through that one and then finally call its real
- finish. Maybe call it Pl_Concatenate.
-
* Add a way to create new QPDFObjectHandles with a string
representation of them, such as
QPDFObjectHandle::parse("<< /a 1 /b 2 >>");