aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 0 insertions, 20 deletions
diff --git a/TODO b/TODO
index 1542fbe7..fe45f513 100644
--- a/TODO
+++ b/TODO
@@ -1,26 +1,6 @@
-2.2.1
-=====
-
- * Remove cerr and cout from QPDF*.cc
-
- * QPDF::checkLinearization writes things to std::cout, which makes it
- hard for GUIs that want to display the result. Go through all
- library code and get rid of use of std::cout and std::cerr,
- replacing them with some better mechanism. To avoid changing the
- ABI, add two new methods: one that takes a std::ostream& and one
- that takes a reference to a std::vector<std::string>. The real
- code should append to the vector. The ostream version should
- remember to catch exceptions, output the vector elements, and
- rethrow if needed. The old version should call the ostream version
- with std::cout.
-
-
General
=======
- * In general, take a fresh look at private methods to see which, if
- any, should be protected.
-
* Look at page splitting. Subramanyam provided a test file; see
../misc/article-threads.pdf. Email Q-Count: 431864 from
2009-11-03. See also "Splitting by Pages" below.