Commit f13947de65a1859ddb4bb9431fcb902dbbf1b8ae
1 parent
0d179337
Add content table to TODO file
Showing
1 changed file
with
25 additions
and
1 deletions
TODO.md
| 1 | +Contents | |
| 2 | +======== | |
| 3 | + | |
| 4 | +- [Always](#always) | |
| 5 | +- [Next](#always) | |
| 6 | +- [Possible future JSON enhancements](#possible-future-json-enhancements) | |
| 7 | +- [QPDFJob](#qpdfjob) | |
| 8 | +- [Documentation](#documentation) | |
| 9 | +- [Document-level work](#document-level-work) | |
| 10 | +- [Text Appearance Streams](#text-appearance-streams) | |
| 11 | +- [Fuzz Errors](#fuzz-errors) | |
| 12 | +- [External Libraries](#external-libraries) | |
| 13 | +- [ABI Changes](#abi-changes) | |
| 14 | +- [C++ Version Changes](#c-version-changes) | |
| 15 | +- [Page splitting/merging](#page-splittingmerging) | |
| 16 | +- [Analytics](#analytics) | |
| 17 | +- [General](#general) | |
| 18 | + | |
| 19 | +- [HISTORICAL NOTES](#historical-notes) | |
| 20 | + | |
| 1 | 21 | Always |
| 2 | 22 | ====== |
| 3 | 23 | |
| ... | ... | @@ -559,7 +579,11 @@ I find it useful to make reference to them in this list. |
| 559 | 579 | |
| 560 | 580 | ---------------------------------------------------------------------- |
| 561 | 581 | |
| 562 | -HISTORICAL NOTES | |
| 582 | +### HISTORICAL NOTES | |
| 583 | + | |
| 584 | +* [Performance](#performance) | |
| 585 | +* [QPDFPagesTree](#qpdfpagestree) | |
| 586 | +* [Rejected Ideas](#rejected-ideas) | |
| 563 | 587 | |
| 564 | 588 | Performance |
| 565 | 589 | =========== | ... | ... |