fix some words
diff --git a/R3_4/new_and_noteworthy.html b/R3_4/new_and_noteworthy.html
index 2f0d39e..ec9b9b2 100644
--- a/R3_4/new_and_noteworthy.html
+++ b/R3_4/new_and_noteworthy.html
@@ -62,8 +62,7 @@
<tr>
<td width="30%" valign="top" align="left"><b>SWT inline input method</b></td>
<td width="70%" valign="top">StyledText has added support for inline input
- method in Win32, GTK, and Carbon. Note that this is an early implementation
- and that the API is subject to change.
+ method in Win32, GTK, and Carbon.
<p><img src="images/swtinline.png" alt="Inline input method" /></p></td>
</tr>
<tr>
@@ -82,7 +81,7 @@
<tr>
<td width="30%" valign="top" align="left"><b>SWT full screen state</b></td>
<td width="70%" valign="top">API was added to put a Shell into a full
- screen state. This is preferable to creating an ON_TOP shell the size
+ screen state. Full screen should be used rather than creating an ON_TOP shell the size
of the screen, which may not obscure the task bar or other desktop adornments under
certain operating systems.<p><img src="images/swtfullscreen.png" alt="Fullscreen" /></p></td>
</tr>