From: Nathaniel G. A. <nat...@us...> - 2004-06-10 12:04:27
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13281 Modified Files: status.xml Log Message: Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** status.xml 27 May 2004 02:55:21 -0000 1.19 --- status.xml 10 Jun 2004 12:04:18 -0000 1.20 *************** *** 10,24 **** <actions priority="high"> <action context="feedback" dev="nathaniel_auvil"> ! Mail <link href="mailto:jch...@li...">jch...@li...</link> with feedback. ! </action> ! <action context="docs" dev="nathaniel_auvil"> ! Update the Krysalis site to include links to the new site. </action> <action context="docs" dev="nathaniel_auvil"> Get the User Guide into Forrest. </action> - <action context="code" dev="nathaniel_auvil"> - Finish the PieChart3D code and do more testing. - </action> <action context="admin" dev="nathaniel_auvil"> Get 1.0.0 out!!!!!!!! --- 10,18 ---- <actions priority="high"> <action context="feedback" dev="nathaniel_auvil"> ! Mail <link href="mailto:jch...@li...">jch...@li...</link> with feedback. </action> <action context="docs" dev="nathaniel_auvil"> Get the User Guide into Forrest. </action> <action context="admin" dev="nathaniel_auvil"> Get 1.0.0 out!!!!!!!! *************** *** 45,51 **** </todo> ! <changes> ! <!-- Add new releases here --> ! <release version="1.0.0 (current CVS)" date="2004"> <!-- Some action types have associated images. By default, images are defined for 'add', 'fix', 'remove' and 'update'. If you add --- 39,44 ---- </todo> ! <changes> ! <release version="1.0.0 alpha 2 (current CVS)" date="2004"> <!-- Some action types have associated images. By default, images are defined for 'add', 'fix', 'remove' and 'update'. If you add *************** *** 53,56 **** --- 46,55 ---- automatically be used for entries of type <foo>. --> + <action dev="nathaniel_auvil" type="fix" context="code"> + <code>PieChart2D</code> was not rendering correctly when Legend was placed on the LEFT side. + </action> + </release> + + <release version="1.0.0 alpha 1" date="5-31-2004"> <action dev="nathaniel_auvil" type="update" context="admin"> Initial Import of the <code>krysalis-jcharts</code> CVS module. *************** *** 96,101 **** <action dev="nathaniel_auvil" type="add" context="code"> <code>BarChart</code> Image Map will now include zero values provided zero is displayed on the axis scale. ! </action> ! </release> --- 95,99 ---- <action dev="nathaniel_auvil" type="add" context="code"> <code>BarChart</code> Image Map will now include zero values provided zero is displayed on the axis scale. ! </action> </release> |