Author: mcreech
Date: 2008-09-09 15:15:16 -0700 (Tue, 09 Sep 2008)
New Revision: 14868

Modified:
   coreplugins/trunk/CytoscapeEditor2/release-notes.html
   coreplugins/trunk/CytoscapeEditor2/version-history.html
Log:
changed to be XHTML compatible.

Modified: coreplugins/trunk/CytoscapeEditor2/release-notes.html
===================================================================
--- coreplugins/trunk/CytoscapeEditor2/release-notes.html       2008-09-09 
20:23:04 UTC (rev 14867)
+++ coreplugins/trunk/CytoscapeEditor2/release-notes.html       2008-09-09 
22:15:16 UTC (rev 14868)
@@ -1,198 +1,204 @@
-<HTML>
-<HEAD>
-<TITLE>CytoscapeEditor Release Notes (version 2.60)</TITLE>
-</HEAD>
-<BODY>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 
-<H1>CytoscapeEditor Release Notes (version 2.60)</H1>
-<OL>
-<LI>Patched Editor so that mouse, key, and drop events are ignored
-when the Editor tab of the CytoPanel is not active.
-<P><LI>Fixed the "ESC" key to correctly stop drop of an edge.
-</OL>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> 
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+<title>CytoscapeEditor Release Notes (version 2.60)</title>
+</head>
+<body>
 
-<H1>Prior Notes</H1>
+<h1>CytoscapeEditor Release Notes (version 2.60)</h1>
+<ol>
+<li>Patched Editor so that mouse, key, and drop events are ignored
+when the Editor tab of the CytoPanel is not active.</li>
+<li><p></p>Fixed the "ESC" key to correctly stop drop of an edge.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.53)</H2>
-<OL>
-<LI>Fixed bug where palette was being redrawn when the Editor tab wasn't
-    selected.
-<P><LI>Some code cleanup changes to CytoscapeEditorManagerSupport.
-</OL>
+<h1>Prior Notes</h1>
 
-<H2>CytoscapeEditor Release Notes (version 2.52)</H2>
-<OL>
+<h2>CytoscapeEditor Release Notes (version 2.53)</h2>
+<ol>
+<li>Fixed bug where palette was being redrawn when the Editor tab wasn't
+    selected.</li>
+<li><p></p>Some code cleanup changes to CytoscapeEditorManagerSupport.</li>
+</ol>
 
-<LI>Changed File->New-Network->EmptyNetwork (NewNetworkAction) to not
+<h2>CytoscapeEditor Release Notes (version 2.52)</h2>
+<ol>
+
+<li>Changed File->New-Network->EmptyNetwork (NewNetworkAction) to not
 produce an extra (accidental) CyNetworkView and to set the visual
 style of the new network to be the VisualMappingManager's current
-visual style.
+visual style.</li>
 
-<P><LI>Removed arrowhead on default "Directed Edge" edge palette entry in
-DefaultCytoscapeEditor.
+<li><p></p>Removed arrowhead on default "Directed Edge" edge palette entry in
+DefaultCytoscapeEditor.</li>
 
-<P><LI>Fixed so that clicking on the Editor tab would correctly show the 
correct
+<li><p></p>Fixed so that clicking on the Editor tab would correctly show the 
correct
 editor palette for a given visual style (for sublass editors).
 
-<P>This required stopping the creation of a CyNetworkView in
+<p></p>This required stopping the creation of a CyNetworkView in
 CytoscapeEditorManagerSupport.onComponentSelected() that would be set
 to the default visual style thereby resetting the editor palette for
-subclasses (like the HyperEdgeEditor).
+subclasses (like the HyperEdgeEditor).</li>
 
-<P><LI>Changed call to buildVisualStyle() in
+<li><p></p>Changed call to buildVisualStyle() in
 CytoscapeEditorManager.initializeEditor() to occur before
-VisualMappingManager.setVisualStyle() is called.
+VisualMappingManager.setVisualStyle() is called.</li>
 
-</OL>
+</ol>
 
 
-<H2>CytoscapeEditor Release Notes (version 2.51)</H2>
-<OL>
-<LI>Simplified CytoscapeEditor initialization with assumption that
+<h2>CytoscapeEditor Release Notes (version 2.51)</h2>
+<ol>
+<li>Simplified CytoscapeEditor initialization with assumption that
 the CytoscapeEditor is always loaded before any extension to
-this editor.
-<P><LI>Removed unneeded definitions of getPluginInfoObject() and describe().
-<P><LI>Removed manual setting of EdgeView tooltips, since tooltips should
-now be set using Visual Styles.
-<P><LI>Fixed NPE bug in CyotscapeEditorManger.register() where
+this editor.</li>
+<li><p></p>Removed unneeded definitions of getPluginInfoObject() and 
describe().</li>
+<li><p></p>Removed manual setting of EdgeView tooltips, since tooltips should
+now be set using Visual Styles.</li>
+<li><p></p>Fixed NPE bug in CyotscapeEditorManger.register() where
 CytoscapeEditorManager.log() statements were being called without null
-pointer check.
-<P><LI>Updated missed deprecated code reference to use new Cytoscape 2.5
-    VizMap API.
-</OL>
+pointer check.</li>
+<li><p></p>Updated missed deprecated code reference to use new Cytoscape 2.5
+    VizMap API.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.50)</H2>
-<OL>
-<LI>Made CytoscapeEditor be a good citizen for the Cytoscape PluginManager.
-<P> Added CytoscapeEditorPlugin.getPluginInfoObject().
-<P><LI>Updated code to use new Cytoscape 2.5 VizMap API.
-<P><LI>Fixed various deprecations and warnings.
-</OL>
+<h2>CytoscapeEditor Release Notes (version 2.50)</h2>
+<ol>
+<li>Made CytoscapeEditor be a good citizen for the Cytoscape PluginManager.
+<p></p> Added CytoscapeEditorPlugin.getPluginInfoObject().</li>
+<li><p></p>Updated code to use new Cytoscape 2.5 VizMap API.</li>
+<li><p></p>Fixed various deprecations and warnings.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.4 alfa 4)</H2>
-<OL>
-<LI>Added keyboard accelerator for "Delete Selected Nodes and Edges"
-menu item.
-</OL>
+<h2>CytoscapeEditor Release Notes (version 2.4 alfa 4)</h2>
+<ol>
+<li>Added keyboard accelerator for "Delete Selected Nodes and Edges"
+menu item.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.4 alfa 3)</H2>
-<OL>
+<h2>CytoscapeEditor Release Notes (version 2.4 alfa 3)</h2>
+<ol>
 
-<LI>Various changes and cleanup to allow easier subclassing of
+<li>Various changes and cleanup to allow easier subclassing of
 CytoscapeEditor and access to the DeleteAction.
-<OL type=a>
+<ol>
 
-<P><LI>Some cleanup of DeleteAction an removed 2 parameter
-       DeleteAction constructor.
-<LI>Cleanup and changed
+<li><p></p>Some cleanup of DeleteAction an removed 2 parameter
+       DeleteAction constructor.</li>
+<li>Cleanup and changed
     BasicCytoscapeEditor.addNodeContextMenuItems(),
     addEdgeContextMenuItems(), and
     removeExistingDeleteMenuItemIfNecessary() to handle changes to
-    DeleteAction.
-<LI>Added CytoscapeEditorManagerSupport.getDeleteAction() and
-    DeleteAction parameter to constructor.
-<LI>Changed CytoscapeEditorManager.initialize() to send
+    DeleteAction.</li>
+<li>Added CytoscapeEditorManagerSupport.getDeleteAction() and
+    DeleteAction parameter to constructor.</li>
+<li>Changed CytoscapeEditorManager.initialize() to send
 CytoscapeEditorManagerSupport the DeleteAction created for use by
-subclasses.
-</OL>
-</OL>
+subclasses.</li>
+</ol>
+</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.4 alfa 2)</H2>
-<OL>
-<LI>Changed the CytoscapeEditor to be intelligent about what drag
+<h2>CytoscapeEditor Release Notes (version 2.4 alfa 2)</h2>
+<ol>
+<li>Changed the CytoscapeEditor to be intelligent about what drag
 cursor is shown when performing a drag-drop from a shape palette entry
 to a CyNetworkView of interest.
 
-<P>Built a flexible framework using DragSourceContextCursorSetters
-to determine cursor for each palette entry.
-</OL>
+<p></p>Built a flexible framework using DragSourceContextCursorSetters
+to determine cursor for each palette entry.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.4 alfa 1)</H2>
-<OL>
+<h2>CytoscapeEditor Release Notes (version 2.4 alfa 1)</h2>
+<ol>
 
-<LI>Refactored BasicNetworkEditEventHandler.finishEdge() into smaller
+<li>Refactored BasicNetworkEditEventHandler.finishEdge() into smaller
 pieces for subclass usage. Cleaned up
 BasicNetworkEditEventHandler.mousePressed() and a few protected
-instance variables that should be private.
+instance variables that should be private.</li>
 
-<P><LI>Cleaned up code and refactored
+<li><p></p>Cleaned up code and refactored
 PaletteNetworkEditEventHandler.itemDropped() and associated methods
-for easier use by subclasses and code cleanup.
-<P><LI>Removed BioPAXNetworkEditEventHandler.
-</OL>
+for easier use by subclasses and code cleanup.</li>
+<li><p></p>Removed BioPAXNetworkEditEventHandler.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.3.03)</H2>
-<OL>
+<h2>CytoscapeEditor Release Notes (version 2.3.03)</h2>
+<ol>
 
-<LI>Created a new way to easily produce ShapePalette entries for
+<li>Created a new way to easily produce ShapePalette entries for
 editors.
 
-<P>This involves the use of new interfaces ShapePaletteInfo and
+<p></p>This involves the use of new interfaces ShapePaletteInfo and
 ShapePaletteInfoGenerator and their supporting classes. Refactored
-DefaultCytoscapeEditor to use this new ShapePaletteInfoGenerator.
+DefaultCytoscapeEditor to use this new ShapePaletteInfoGenerator.</li>
 
 
-<P><LI>Added ability of ShapePalette entries to handle visual style
+<li><p></p>Added ability of ShapePalette entries to handle visual style
 size information.
 
-<P>Changed computation of BasicCytoShapeEntity size to allow for
+<p></p>Changed computation of BasicCytoShapeEntity size to allow for
  larger CytoShapeIcons. Added CytoShapeIcon constructor for handling
  size information. Changed getIconWidth/Height() to return real width
  and height of icon. Changed the ShapePalette JList to no longer use
  setFixedCellHeight() since BasicCytoShapeEntitys can now have
- different sizes.
+ different sizes.</li>
 
-<P><LI>Added CytoShapeIcon.DEFAULT_WIDTH and DEFAULT_HEIGHT and deprecated
-  CytoShapeIcon.WIDTH & HEIGHT.
-<P><LI>Removed SimpleBioPAX_Editor.
-</OL>
+<li><p></p>Added CytoShapeIcon.DEFAULT_WIDTH and DEFAULT_HEIGHT and deprecated
+  CytoShapeIcon.WIDTH &amp; HEIGHT.</li>
+<li><p></p>Removed SimpleBioPAX_Editor.</li>
+</ol>
 
 
-<H2>CytoscapeEditor Release Notes (version 2.3.02)</H2>
-<OL>
-<LI>Fixed compilation problem caused by accidental release of changes
-to CytoscapeEditorManager.java.
-</OL>
+<h2>CytoscapeEditor Release Notes (version 2.3.02)</h2>
+<ol>
+<li>Fixed compilation problem caused by accidental release of changes
+to CytoscapeEditorManager.java.</li>
+</ol>
 
-<H2>CytoscapeEditor Release Notes (version 2.3.01)</H2>
+<h2>CytoscapeEditor Release Notes (version 2.3.01)</h2>
 
-<OL>
+<ol>
 
-<LI>CytoscapeEditorManagerSupport: Fixed updateEditorPalette() to not
+<li>CytoscapeEditorManagerSupport: Fixed updateEditorPalette() to not
 assume visualStyleName is the same as Editor name. Added some
-comments.
+comments.</li>
 
-<P><LI>BasicCytoscapeEditor: Removed setting of BIO_PAX attributes from
-addNode(). Fixed deprecated method usage in addNode().
+<li><p></p>BasicCytoscapeEditor: Removed setting of BIO_PAX attributes from
+addNode(). Fixed deprecated method usage in addNode().</li>
 
-<P><LI>BasicCytoShapeEntity, ShapePalette, InvalidEditorException: Added
+<li><p></p>BasicCytoShapeEntity, ShapePalette, InvalidEditorException: Added
 generated serial version UUID for serializable classes.
 
 CytoscapeEditor: Updated to remove deprecated use of FlagEventListener
-(now is SelectEventListener)
+(now is SelectEventListener)</li>
 
-<P><LI>CytoscapeEditorManager:
-<OL type=a>
-  <LI> Fixed so visualStyleName can be different from the editor name.
-  <LI> Added getEditorNameForVisualStyleName() and changed
-     initializeEditor() to take a visualStyleName parameter.
-  <LI> Changed many instance variables to be private vs protected.
-  <LI> Added intialization of this manager if register() is called by
-       another plugin before this plugin is loaded.
-</OL>
-<P><LI>CytoscapeEditorPlugin:
-<OL type=a>
-  <LI> Removed deprecated call to CytoscapeInit.getDefaultVisualStyle() in
-     initializeCytoscapeEditor().
-  <LI> Removed some misleading code--println that editor is loaded and
+<li><p></p>CytoscapeEditorManager:
+<ol>
+  <li> Fixed so visualStyleName can be different from the editor name.</li>
+  <li> Added getEditorNameForVisualStyleName() and changed
+     initializeEditor() to take a visualStyleName parameter.</li>
+  <li> Changed many instance variables to be private vs protected.</li>
+  <li> Added intialization of this manager if register() is called by
+       another plugin before this plugin is loaded.</li>
+</ol>
+</li>
+<li><p></p>CytoscapeEditorPlugin:
+<ol>
+  <li> Removed deprecated call to CytoscapeInit.getDefaultVisualStyle() in
+     initializeCytoscapeEditor().</li>
+  <li> Removed some misleading code--println that editor is loaded and
   initialization code as though editor is initialized via a menu item,
-  when it is not.
-</OL>
+  when it is not.</li>
+</ol>
+</li>
+</ol>
 
-</OL>
+<hr />
+<p><em><small>This page was last updated: 07/09/08</small></em></p>
 
-<HR>
-<SMALL><EM>This page was last updated: 07/09/08</EM></SMALL>
-
-</BODY>
-</HTML>
\ No newline at end of file
+</body>
+</html>
\ No newline at end of file

Modified: coreplugins/trunk/CytoscapeEditor2/version-history.html
===================================================================
--- coreplugins/trunk/CytoscapeEditor2/version-history.html     2008-09-09 
20:23:04 UTC (rev 14867)
+++ coreplugins/trunk/CytoscapeEditor2/version-history.html     2008-09-09 
22:15:16 UTC (rev 14868)
@@ -1,151 +1,178 @@
-<TITLE>CytoscapeEditor Version History</TITLE>
-</HEAD>
-<BODY>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 
-<H1>CytoscapeEditor Version History</H1>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> 
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+<title>CytoscapeEditor Version History</title>
+</head>
+<body>
 
-<UL>
+<h1>CytoscapeEditor Version History</h1>
 
-<LI><STRONG>CytoscapeEditor, Version 2.60 (07/09/08)</STRONG>
-<OL>
-<LI>Patched Editor so that mouse, key, and drop events are ignored
-when the Editor tab of the CytoPanel is not active.
-<LI>Fixed the "ESC" key to correctly stop drop of an edge.
-</OL>
+<ul>
 
-<LI><STRONG>CytoscapeEditor, Version 2.53 (10/30/07)</STRONG>
-<OL>
-<LI>Fixed bug where palette was being redrawn when the Editor tab wasn't
-    selected.
-<LI>Some code cleanup changes to CytoscapeEditorManagerSupport.
-</OL>
-<LI><STRONG>CytoscapeEditor, Version 2.52 (10/25/07)</STRONG>
-<OL>
+<li><strong>CytoscapeEditor, Version 2.60 (07/09/08)</strong>
+<ol>
+<li>Patched Editor so that mouse, key, and drop events are ignored
+when the Editor tab of the CytoPanel is not active.</li>
+<li>Fixed the "ESC" key to correctly stop drop of an edge.</li>
+</ol>
+</li>
 
-<LI>Changed File->New-Network->EmptyNetwork (NewNetworkAction) to not
+<li><strong>CytoscapeEditor, Version 2.53 (10/30/07)</strong>
+<ol>
+<li>Fixed bug where palette was being redrawn when the Editor tab wasn't
+    selected.</li>
+<li>Some code cleanup changes to CytoscapeEditorManagerSupport.</li>
+</ol>
+</li>
+
+<li><strong>CytoscapeEditor, Version 2.52 (10/25/07)</strong>
+<ol>
+
+<li>Changed File->New-Network->EmptyNetwork (NewNetworkAction) to not
 produce an extra (accidental) CyNetworkView and to set the visual
 style of the new network to be the VisualMappingManager's current
-visual style.
+visual style.</li>
 
-<LI>Removed arrowhead on default "Directed Edge" edge palette entry in
-DefaultCytoscapeEditor.
+<li>Removed arrowhead on default "Directed Edge" edge palette entry in
+DefaultCytoscapeEditor.</li>
 
-<LI>Fixed so that clicking on the Editor tab would correctly show the correct
-editor palette for a given visual style (for sublass editors).
+<li>Fixed so that clicking on the Editor tab would correctly show the correct
+editor palette for a given visual style (for sublass editors).</li>
 
-<LI>Changed call to buildVisualStyle() in
+<li>Changed call to buildVisualStyle() in
 CytoscapeEditorManager.initializeEditor() to occur before
-VisualMappingManager.setVisualStyle() is called.
+VisualMappingManager.setVisualStyle() is called.</li>
 
-</OL>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.51 (07/23/07)</STRONG>
-<OL>
-<LI>Simplified CytoscapeEditor initialization with assumption that
+<li><strong>CytoscapeEditor, Version 2.51 (07/23/07)</strong>
+<ol>
+<li>Simplified CytoscapeEditor initialization with assumption that
 the CytoscapeEditor is always loaded before any extension to
-this editor.
-<LI>Removed unneeded definitions of getPluginInfoObject() and describe().
-<LI>Removed manual setting of EdgeView tooltips, since tooltips should
-now be set using Visual Styles.
-<LI>Fixed NPE bug in CyotscapeEditorManger.register() where
+this editor.</li>
+<li>Removed unneeded definitions of getPluginInfoObject() and describe().</li>
+<li>Removed manual setting of EdgeView tooltips, since tooltips should
+now be set using Visual Styles.</li>
+<li>Fixed NPE bug in CyotscapeEditorManger.register() where
 CytoscapeEditorManager.log() statements were being called without null
-pointer check.
-<LI>Updated missed deprecated code reference to use new Cytoscape 2.5
-    VizMap API.
-</OL>
-<LI><STRONG>CytoscapeEditor, Version 2.501 (06/30/07)</STRONG>
-<OL>
-<LI>Updated missed deprecated code reference to use new Cytoscape 2.5
-    VizMap API.
-</OL>
+pointer check.</li>
+<li>Updated missed deprecated code reference to use new Cytoscape 2.5
+    VizMap API.</li>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.50 (05/11/07)</STRONG>
-<OL>
-<LI>Made CytoscapeEditor be a good citizen for the Cytoscape PluginManager.
-<LI>Updated code to use new Cytoscape 2.5 VizMap API.
-<LI>Fixed various deprecations and warnings.
-</OL>
+<li><strong>CytoscapeEditor, Version 2.501 (06/30/07)</strong>
+<ol>
+<li>Updated missed deprecated code reference to use new Cytoscape 2.5
+    VizMap API.</li>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.4 alfa 4 (01/09/07)</STRONG>
-<OL>
-<LI>Added keyboard accelerator for "Delete Selected Nodes and Edges"
-menu item.
-</OL>
+<li><strong>CytoscapeEditor, Version 2.50 (05/11/07)</strong>
+<ol>
+<li>Made CytoscapeEditor be a good citizen for the Cytoscape 
PluginManager.</li>
+<li>Updated code to use new Cytoscape 2.5 VizMap API.</li>
+<li>Fixed various deprecations and warnings.</li>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.4 alfa 3 (12/29/06)</STRONG>
-<OL>
-<LI>Various changes and cleanup to allow easier subclassing of
-CytoscapeEditor and access to the DeleteAction.
-</OL>
-<LI><STRONG>CytoscapeEditor, Version 2.4 alfa 2 (12/17/06)</STRONG>
-<OL>
-<LI>Changed the CytoscapeEditor to be intelligent about what drag
+<li><strong>CytoscapeEditor, Version 2.4 alfa 4 (01/09/07)</strong>
+<ol>
+<li>Added keyboard accelerator for "Delete Selected Nodes and Edges"
+menu item.</li>
+</ol>
+</li>
+
+<li><strong>CytoscapeEditor, Version 2.4 alfa 3 (12/29/06)</strong>
+<ol>
+<li>Various changes and cleanup to allow easier subclassing of
+CytoscapeEditor and access to the DeleteAction.</li>
+</ol>
+</li>
+
+<li><strong>CytoscapeEditor, Version 2.4 alfa 2 (12/17/06)</strong>
+<ol>
+<li>Changed the CytoscapeEditor to be intelligent about what drag
 cursor is shown when performing a drag-drop from a shape palette entry
-to a CyNetworkView of interest.
-</OL>
-<LI><STRONG>CytoscapeEditor, Version 2.4 alfa 1 (12/08/06)</STRONG>
-<OL>
+to a CyNetworkView of interest.</li>
+</ol>
 
-<LI>Refactored BasicNetworkEditEventHandler.finishEdge() into smaller
+</li>
+<li><strong>CytoscapeEditor, Version 2.4 alfa 1 (12/08/06)</strong>
+<ol>
+
+<li>Refactored BasicNetworkEditEventHandler.finishEdge() into smaller
 pieces for subclass usage. Cleaned up
 BasicNetworkEditEventHandler.mousePressed() and a few protected
-instance variables that should be private.
-<LI>Cleaned up code and refactored
+instance variables that should be private.</li>
+<li>Cleaned up code and refactored
 PaletteNetworkEditEventHandler.itemDropped() and associated methods
-for easier use by subclasses and code cleanup.
-<LI>Removed BioPAXNetworkEditEventHandler.
-</OL>
+for easier use by subclasses and code cleanup.</li>
+<li>Removed BioPAXNetworkEditEventHandler.</li>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.3.03 (12/05/06)</STRONG>
-<OL>
-<LI>Created a new way to easily produce ShapePalette entries for
-editors.
-<LI>Added ability of ShapePalette entries to handle visual style
-size information.
-<LI>Added CytoShapeIcon.DEFAULT_WIDTH and DEFAULT_HEIGHT and deprecated
-  CytoShapeIcon.WIDTH & HEIGHT.
-<LI>Removed SimpleBioPAX_Editor.
-</OL>
+<li><strong>CytoscapeEditor, Version 2.3.03 (12/05/06)</strong>
+<ol>
+<li>Created a new way to easily produce ShapePalette entries for
+editors.</li>
+<li>Added ability of ShapePalette entries to handle visual style
+size information.</li>
+<li>Added CytoShapeIcon.DEFAULT_WIDTH and DEFAULT_HEIGHT and deprecated
+  CytoShapeIcon.WIDTH &amp; HEIGHT.</li>
+<li>Removed SimpleBioPAX_Editor.</li>
+</ol>
+</li>
 
-<LI><STRONG>CytoscapeEditor, Version 2.3.02 (11/06/06)</STRONG>
-<OL>
-<LI>Fixed compilation problem caused by accidental release of changes
-to CytoscapeEditorManager.java.
-</OL>
-<LI><STRONG>CytoscapeEditor, Version 2.3.01 (09/13/06)</STRONG>
-<OL>
-<LI>CytoscapeEditorManagerSupport: Fixed updateEditorPalette() to not
+<li><strong>CytoscapeEditor, Version 2.3.02 (11/06/06)</strong>
+<ol>
+<li>Fixed compilation problem caused by accidental release of changes
+to CytoscapeEditorManager.java.</li>
+</ol>
+</li>
+
+<li><strong>CytoscapeEditor, Version 2.3.01 (09/13/06)</strong>
+<ol>
+<li>CytoscapeEditorManagerSupport: Fixed updateEditorPalette() to not
 assume visualStyleName is the same as Editor name. Added some
-comments.
+comments.</li>
 
-<LI>BasicCytoscapeEditor: Removed setting of BIO_PAX attributes from
-addNode(). Fixed deprecated method usage in addNode().
+<li>BasicCytoscapeEditor: Removed setting of BIO_PAX attributes from
+addNode(). Fixed deprecated method usage in addNode().</li>
 
-<LI>BasicCytoShapeEntity, ShapePalette, InvalidEditorException: Added
+<li>BasicCytoShapeEntity, ShapePalette, InvalidEditorException: Added
 generated serial version UUID for serializable classes.
 
 CytoscapeEditor: Updated to remove deprecated use of FlagEventListener
-(now is SelectEventListener)
+(now is SelectEventListener)</li>
 
-<LI>CytoscapeEditorManager:
-<OL type=a>
-  <LI> Fixed so visualStyleName can be different from the editor name.
-  <LI> Added getEditorNameForVisualStyleName() and changed
-     initializeEditor() to take a visualStyleName parameter.
-  <LI> Changed many instance variables to be private vs protected.
-  <LI> Added intialization of this manager if register() is called by
-       another plugin before this plugin is loaded.
-</OL>
-<LI>CytoscapeEditorPlugin:
-<OL type=a>
-  <LI> Removed deprecated call to CytoscapeInit.getDefaultVisualStyle() in
-     initializeCytoscapeEditor().
-  <LI> Removed some misleading code--println that editor is loaded and
+<li>CytoscapeEditorManager:
+<ol>
+  <li> Fixed so visualStyleName can be different from the editor name.</li>
+  <li> Added getEditorNameForVisualStyleName() and changed
+     initializeEditor() to take a visualStyleName parameter.</li>
+  <li> Changed many instance variables to be private vs protected.</li>
+  <li> Added intialization of this manager if register() is called by
+       another plugin before this plugin is loaded.</li>
+</ol>
+</li>
+<li>CytoscapeEditorPlugin:
+<ol>
+  <li> Removed deprecated call to CytoscapeInit.getDefaultVisualStyle() in
+     initializeCytoscapeEditor().</li>
+  <li> Removed some misleading code--println that editor is loaded and
   initialization code as though editor is initialized via a menu item,
-  when it is not.
-</OL>
-</OL>
-
-</UL>
-<HR>
-<SMALL><EM>This page was last updated: 07/09/08</EM></SMALL>
\ No newline at end of file
+  when it is not.</li>
+</ol>
+</li>
+</ol>
+</li>
+</ul>
+<hr />
+<p><small><em>This page was last updated: 07/09/08</em></small></p>
+</body>
+</html>
\ No newline at end of file


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to