Add N&N for 3.4 release
diff --git a/noteworthy/3.4/_news-R.html b/noteworthy/3.4/_news-R.html
index 8d04ae6..b3a213a 100644
--- a/noteworthy/3.4/_news-R.html
+++ b/noteworthy/3.4/_news-R.html
@@ -1,13 +1,37 @@
<div>
- <h2></h2>
+ <h2>Improved FileDialog feedback on failed upload</h2>
<p>
+ FileDialog now shows a tooltip when you roll over the "failed" icon with the reason of the
+ failure.
</p>
- <h2></h2>
+ <p>
+ <img class="framed" alt="FileDialog feedback tooltip" src="./images/filedialog-feedback.png"/><br/>
+ </p>
+
+ <h2>Add missing API to Grid and JFace viewer classes</h2>
<p>
+ <ul>
+ <li><code>Grid.recalculateHeader()</code> method</li>
+ <li><code>Grid.getColumn(Point)</code> method</li>
+ <li>Make <code>ColumnViewer#applyEditorValue</code> method public</li>
+ <li><code>SelectionChangedEvent.getStructuredSelection()</code></li>
+ </ul>
+ </p>
+
+ <h2>Respect application arguments in e4 IApplicationContext</h2>
+
+ <p>
+ e4 application arguments like "-clearPersistedState" are now respected.
+ </p>
+
+ <h2>Improved focus handling under iOS</h2>
+
+ <p>
+ Using arrow keys in iOS virtual keyboard is now correctly handled by the framework.
</p>
</div>
diff --git a/noteworthy/3.4/images/filedialog-feedback.png b/noteworthy/3.4/images/filedialog-feedback.png
new file mode 100644
index 0000000..0dd2cd7
--- /dev/null
+++ b/noteworthy/3.4/images/filedialog-feedback.png
Binary files differ