From 228a1cdaa8880a39144c1b03225fb2d63be02334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sat, 20 Mar 2004 13:32:19 +0000 Subject: [PATCH] some spelling fixes and moving of items git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1488 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 1dd85b47..f86d99e4 100644 --- a/CHANGES +++ b/CHANGES @@ -36,7 +36,7 @@ TODO: - data.data should add line number like data.datafile - use csv module (new in 2.3) - Check for "inf" and "nan" in datafiles. - (When plotted, the graph does not complain, the postscript will be broken) + (When plotted, the graph does not complain, but the postscript will be broken) - canvas module: - multi page PostScript output - contructor should only take a texrunner keyword argument @@ -44,11 +44,14 @@ TODO: - PDF support - SVG support - deco module: - - Think about names wriggle and curvecorners + - the name wriggle has to replaced by something better (e.g. wriggled?) - style and color module: - support modification of existing styles via __call__ - bbox module: - height -> getheight, ... + - attr module: + - TODO: general documentation about attributes, clearing, merging? + - TODO: general documentation about changeable attributes? 0.6 (XXXX/XX/XX): - bbox module: @@ -57,9 +60,6 @@ TODO: speedup) - "undefined" corners of bounding boxes are no longer supported which makes the bounding box operations much more efficient. - - attr module: - - TODO: general documentation about attributes, clearing, merging? - - TODO: general documentation about changeable attributes? - graph module: - painters are using the new attribute scheme including changeable attributes (TODO: documentation) @@ -100,7 +100,7 @@ TODO: - renamed _xxx -> xxx_pt - deco module: - wriggle decorator (TODO: documentation) - - curvecorners decorator (TODO: documentation) + - smoothed decorator (TODO: documentation) - arrow heads are no longer stroked (as suggested by Magnus Lie Hetland) - canvas: - writeEPSfile deprecates writetofile @@ -113,7 +113,6 @@ TODO: - x-scale for TeX (TODO: documenation) - more unit tests - 0.5.1 (2004/01/22): - distribution: - include missing c-files for optional extension modules -- 2.11.4.GIT