From fd00c498cab21298b268e8af75f564fbf3f16e68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sat, 10 Apr 2004 13:22:47 +0000 Subject: [PATCH] update TODO git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1662 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 22596733..d7d31f19 100644 --- a/CHANGES +++ b/CHANGES @@ -29,9 +29,6 @@ TODO: - 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? - unit module: - maybe we should never convert implicitly into visual/width, etc. lengths - mathtree: @@ -62,8 +59,8 @@ TODO: - cycloid decorator - smoothed decorator - graphics section: - Attributes and changeable attributes should be explained in a - central place. + Attributes (clearing merging ) and changeable attributes should be + explained at a central place. - section titles: "Axes" -> "Axes - module axis" or similar FAQ: @@ -78,14 +75,16 @@ TODO: - names of local and member variables now follow the naming convention of having a _pt suffix when containing lengths in points - enlarge was misspelled as enlarged + - renamed _bbox -> bbox_pt + - new bbox method center, which returns the coordinates of the center + of the bbox + - enlarge and enlarged do no longer interprete unqualified lengths as + being of type visual - unit module: - unit.cm, unit.t_cm, etc. are no longer sub classes but instances of length - canvas module: - added new classes page and document for multipage PostScript output - - bbox module: - - renamed _bbox -> bbox_pt - - new bbox method center which returns the center of the bounding box 0.6.2 (2004/04/07): - graph module: -- 2.11.4.GIT