Author: mcreech Date: 2011-05-25 10:34:30 -0700 (Wed, 25 May 2011) New Revision: 25529
Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html Log: v2.68 Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html =================================================================== --- csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html 2011-05-25 17:29:21 UTC (rev 25528) +++ csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html 2011-05-25 17:34:30 UTC (rev 25529) @@ -12,6 +12,8 @@ <LI>Updating the HyperEdge Sample Networks menu item to work correctly under Cytoscape 2.8.</LI> <LI>Complete change to Maven 3 build environment.</LI> </OL> +<LI>Added error message dialog when attempt is made to add an edge to a HyperEdge that results in an error. +<BR>Such as adding an edge with the same IDType from the same node to a ConnectorNode.</BR></LI> <LI>Added Cytoscape legal headers to all java files.</LI> </OL> @@ -344,7 +346,7 @@ <HR> -<SMALL><EM>This page was last updated: 05/18/11</EM></SMALL> +<SMALL><EM>This page was last updated: 05/25/11</EM></SMALL> </BODY> </HTML> Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html =================================================================== --- csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html 2011-05-25 17:29:21 UTC (rev 25528) +++ csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html 2011-05-25 17:34:30 UTC (rev 25529) @@ -5,7 +5,7 @@ <H1>HyperEdgeEditor Version History</H1> <UL> -<LI><STRONG>HyperEdgeEditor, Version 2.68 (05/18/11)</STRONG> +<LI><STRONG>HyperEdgeEditor, Version 2.68 (05/25/11)</STRONG> <OL> <LI>Various changes to update HyperEdgeEditor to work under Cytoscape 2.8. This included: <OL type=a> @@ -13,6 +13,7 @@ <LI>Updating the HyperEdge Sample Networks menu item to work correctly under Cytoscape 2.8.</LI> <LI>Complete change to Maven 3 build environment.</LI> </OL> +<LI>Added error message dialog when attempt is made to add an edge to a HyperEdge that results in an error.</LI> <LI>Added Cytoscape legal headers to all java files.</LI> </OL> <LI><STRONG>HyperEdgeEditor, Version 2.67 (05/13/11)</STRONG> @@ -255,4 +256,4 @@ </UL> <HR> -<SMALL><EM>This page was last updated: 05/18/11</EM></SMALL> +<SMALL><EM>This page was last updated: 05/25/11</EM></SMALL> -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
