Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormwenz2017-01-31 15:58:22 +0000
committermwenz2017-01-31 15:58:22 +0000
commit1e9bbfbc804a68787f4a38e48a86c15f8295c188 (patch)
tree3148c8d4f188cd97869546fb8f13a1635ba9e348
parentdbdc67acb9335e4895d4f4b3c46f06ee0dc0545e (diff)
downloadorg.eclipse.graphiti-1e9bbfbc804a68787f4a38e48a86c15f8295c188.tar.gz
org.eclipse.graphiti-1e9bbfbc804a68787f4a38e48a86c15f8295c188.tar.xz
org.eclipse.graphiti-1e9bbfbc804a68787f4a38e48a86c15f8295c188.zip
Update New & Noteworthy for Oxygen M5
-rw-r--r--examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html40
1 files changed, 39 insertions, 1 deletions
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html b/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html
index c52bcd3e..449bb4d3 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/whats-new.html
@@ -35,13 +35,51 @@ table.news tr td.content {
<body>
<h1>Graphiti &quot;New and Noteworthy&quot; for Eclipse Oxygen</h1>
- <p>Last revised October 31, 2016</p>
+ <p>Last revised January 31, 2017</p>
<p>This document describes the new development topics that were
addressed during the milestones towards the release 0.14.0 within the
Oxygen release train.</p>
<!-- --------------------------------- Table ----------------------------------------- -->
<table border="0" cellpadding="10" cellspacing="0" class="news"
width="600">
+ <!-- ---------------------------------------- M5 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M5</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on fixing bugs.</td>
+ </tr>
+ <tr id="bug 508133">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=508133">Use
+ Font Registry for Tooltips</a></td>
+ <td class="content">Graphiti now uses a font registry also for
+ tooltips.</td>
+ </tr>
+ <tr id="bug 505659">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=505659">Bug
+ 505659</a></td>
+ <td class="content">A potential NullPointerException while
+ creating the context menu entry from rename has been fixed.</td>
+ </tr>
+ <tr id="bug 509122">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=509122">Bug
+ 509122</a></td>
+ <td class="content">A potential NullPointerException while
+ getting location information has been fixed.</td>
+ </tr>
+ <tr id="bug 510490">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=510490">Bug
+ 510490</a></td>
+ <td class="content">A potential NullPointerException while
+ getting the bounds for an anchor has been fixed.</td>
+ </tr>
<!-- ---------------------------------------- M3 ------------------------------- -->
<tr>
<td colspan="2">

Back to the top