From: Fred Drake Date: Fri, 27 Feb 1998 02:23:15 +0000 (+0000) Subject: Update.... X-Git-Tag: v1.5.1~560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdab730cf3b9fd7b5583b5652934bf8d80f78170;p=python Update.... --- diff --git a/Doc/TODO b/Doc/TODO index ead5b05d5a..fba34f67d8 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -14,5 +14,12 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- * Review libppath.tex for completeness, & system-specific behaviors. -* Figure out how to make the link borders in the PDF output go away - completely. +* Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to + avoid image creation, & if necessary, make sure image creation at least + doesn't fail. + +* Migrate myformat.sty to a pair of classes and a shared package, to complete + the transition to LaTeX2e. + +* Figure out the texinfo indexing and function-description markup, and make + partparse.py do the right thing. Or toss the info conversion (again).