Added what's new
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html b/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html
new file mode 100644
index 0000000..6fe8df9
--- /dev/null
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Eclipse "New and Noteworthy" Template</title>
+</head>
+<body>
+<h1>Graphiti "New and Noteworthy" for Indigo</h1>
+<p>Last revised December 09, 2010</p>
+<p>This document describes the new development topics that were
+adressed during a milestone towards the release 0.8.0 within the Indigo
+release train.</p>
+
+<table border="0" width="80%" cellpadding="10" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h2>M4</h2>
+ <hr />
+ </td>
+ </tr>
+ <tr id="bug 330230">
+ <td width="30%" valign="top" align="left"><b>Indigo Release
+ Train</b></td>
+ <td width="70%" valign="top">Graphiti declared its participation
+ in the Indigo release train. All project metadata settings were done
+ and the project update site is aggregated into the common Indigo
+ milestones update site.</td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr id="bug 330218">
+ <td width="30%" valign="top" align="left"><b>Vector Graphics
+ Export</b></td>
+ <td width="70%" valign="top">Diagrams can now be exported also in
+ vector graphics format (SVG). This is available from the save as
+ dialog of a diagram editor besides the traditional save as JPG, BMP
+ etc.</td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr id="FillGaps">
+ <td width="30%" valign="top" align="left"><b>Filling of
+ functional gaps</b></td>
+ <td width="70%" valign="top">Some functional gaps like missing
+ services, automated resizing for combo boxes, creation of color
+ constants from RGB string etc. were filled.</td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr id="BugFixing">
+ <td width="30%" valign="top" align="left"><b>Fixing of bugs</b></td>
+ <td width="70%" valign="top">Some bugs (especially in the area of
+ refreshing the diagram were fixed.</td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/examples/org.eclipse.graphiti.doc/toc.xml b/examples/org.eclipse.graphiti.doc/toc.xml
index 73a9bb6..963a626 100644
--- a/examples/org.eclipse.graphiti.doc/toc.xml
+++ b/examples/org.eclipse.graphiti.doc/toc.xml
@@ -45,5 +45,7 @@
<topic label="imageProviders" href="resources/docu/extension-points/imageProviders.html" />
</topic>
</topic>
+ <topic href="resources/docu/whats-new.html" label="What's New">
+ </topic>
<topic label="Legal" href="resources/docu/Legal.html" />
</toc>