From a167ce8120e171308b2388b1c50dd8cc7d007f84 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 27 Jun 2012 10:18:29 -0400 Subject: Update ChangeLog and TODO --- TODO | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'TODO') 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 >>"); -- cgit v1.2.3-54-g00ecf