From f96e6269ecd6a017744c6225d687a1f9041a249f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sun, 29 Aug 2004 20:19:44 +0000 Subject: [PATCH] remove some TODO items which have been implemented/rejected git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1850 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 73bb84b6..f3d9d82a 100644 --- a/CHANGES +++ b/CHANGES @@ -40,18 +40,13 @@ TODO: - might be moved into the graph - perform calc by means of Python itself (see eval code in graph.data, but we should use compiled code instead of eval) - - deco module: - - think hard about different paths in decoratedpath class - dvifile module: - support single-character mode - path module: - - arclentoparam should raise an exception when the arclen is out of range - - there are two epsilons related to normpath, one in the normpath and - one in the subnormpath; while the later seems a clear feature, the first - might be a misdesign; a solution is still pending ... + - arclentoparam should raise an exception when the arclen is out of range (Really?) + - should split also allow the user to pass arclens (instead of params) - color module: - what should we do for palette when only one entry - - palette is actually a gradient (as pointed out by Hansres Engel) - connector module: - is the early conversion with unit.topt unit-modification-save? - deformer module: -- 2.11.4.GIT