From 41f147e3ce2854b37c50c30ff98376d703deeb0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sun, 9 Nov 2003 12:04:54 +0000 Subject: [PATCH] updated TODO list git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1128 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 26c97971..f6eeb23a 100644 --- a/CHANGES +++ b/CHANGES @@ -49,13 +49,15 @@ PyX - canvas module: - default patterns - make dash length available + - support relative dash lengths - path module: - reverse needs to be fixed - text module: - - There is a maximal number of fonts which can be handled by the dvi subsystem. This is bad design and additionally, this small default number of fonts can easily be reached! - - the prolog method of the dvifile class recieves the page now -> return the prolog needed by this page only + - dvifile class: + - clear used char information after each page in dvifile + - if possible remove readfile, write and prolog methods and use readpage instead - SlantFont & Co support - - dvicopy: stdout handling + - remove dvicopy support again because it is not needed anymore - data module: - data.data should add line number like data.datafile - use csv module (new in 2.3) -- 2.11.4.GIT