Updated N&N for 3.4 M6
diff --git a/R3_4/images/cocoa.jpg b/R3_4/images/cocoa.jpg
new file mode 100644
index 0000000..7a155d3
--- /dev/null
+++ b/R3_4/images/cocoa.jpg
Binary files differ
diff --git a/R3_4/images/file-overwrite.png b/R3_4/images/file-overwrite.png
new file mode 100644
index 0000000..fd6b0d3
--- /dev/null
+++ b/R3_4/images/file-overwrite.png
Binary files differ
diff --git a/R3_4/images/progress-bar.png b/R3_4/images/progress-bar.png
new file mode 100644
index 0000000..e6286b6
--- /dev/null
+++ b/R3_4/images/progress-bar.png
Binary files differ
diff --git a/R3_4/images/rowlayout.png b/R3_4/images/rowlayout.png
new file mode 100644
index 0000000..a077052
--- /dev/null
+++ b/R3_4/images/rowlayout.png
Binary files differ
diff --git a/R3_4/images/sheep.jpg b/R3_4/images/sheep.jpg
new file mode 100644
index 0000000..0ba2187
--- /dev/null
+++ b/R3_4/images/sheep.jpg
Binary files differ
diff --git a/R3_4/new_and_noteworthy.html b/R3_4/new_and_noteworthy.html
index 6847f0a..ded0939 100644
--- a/R3_4/new_and_noteworthy.html
+++ b/R3_4/new_and_noteworthy.html
@@ -18,6 +18,7 @@
 	<li><a href="#m3">Milestone M3</a></li>
 	<li><a href="#m4">Milestone M4</a></li>
 	<li><a href="#m5">Milestone M5</a></li>
+	<li><a href="#m6">Milestone M6</a></li>
 </ul>
 
 
@@ -263,5 +264,77 @@
       running on Windows 64-bit Itanium Edition with a 64-bit JRE.</td>
   </tr>
 </table>
+
+
+<h2><font face="Verdana"><a name=m5>Milestone M6</a></font></h2>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+  <tr>
+    <td colspan="2"><hr /></td>
+  </tr>
+ <tr>
+    <td colspan="2"><hr />
+      <h2 id="Platform">Platform</h2>
+      <hr /></td>
+  </tr>
+  <tr id="swt-1">
+    <td width="30%" valign="top" align="left"><b>Shear transform</b></td>
+    <td width="70%" valign="top">SWT has new API that allows for shearing of
+      images. For more info, check out <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet298.java">SWT
+      Snippet 298</a>.
+      <p><img src="images/sheep.jpg" alt="Shear Transform" /></p></td>
+  </tr>
+  <tr>
+    <td colspan="2"><hr />
+    </td>
+  </tr>
+  <tr id="swt-2">
+    <td width="30%" valign="top" align="left"><b>File overwrite prompt</b></td>
+    <td width="70%" valign="top">The SWT FileDialog now optionally prompts the
+      user to confirm when a file will be overwritten. This allows the user to
+      stay within the dialog when choosing a file to save.
+      <p><img src="images/file-overwrite.png" alt="File Overwrite" /></p></td>
+  </tr>
+  <tr>
+    <td colspan="2"><hr />
+    </td>
+  </tr>
+  <tr id="swt-3">
+    <td width="30%" valign="top" align="left"><b>RowLayout center alignment</b></td>
+    <td width="70%" valign="top">New API was added to SWT RowLayout to allow
+      for the centering of controls. For more info, check out <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet299.java">SWT
+      Snippet 299</a>.
+      <p><img src="images/rowlayout.png" alt="Row Layout center" /></p></td>
+  </tr>
+  <tr>
+    <td colspan="2"><hr />
+    </td>
+  </tr>
+  <tr id="swt-4">
+    <td width="30%" valign="top" align="left"><b>Cocoa improvements</b></td>
+    <td width="70%" valign="top">Work on the Mac Cocoa port of SWT is still in
+      the early stages, but some important improvements have been made:
+      <ul>
+        <li>Menu bar support</li>
+        <li>Command Q support</li>
+        <li>Advanced graphics improvements</li>
+        <li>Checkbox in Tables and Trees</li>
+        <li>Key events</li>
+        <li>Tab traversal</li>
+      </ul>
+      <p>Thanks to the community for contributing patches, bug reports and testing.</p>
+      <p><img src="images/cocoa.jpg" alt="SWT on Cocoa" /></p></td>
+  </tr>
+  <tr>
+    <td colspan="2"><hr />
+    </td>
+  </tr>
+  <tr id="swt-5">
+    <td width="30%" valign="top" align="left"><b>Progress bar (Vista)</b></td>
+    <td width="70%" valign="top">The SWT ProgressBar control now supports the
+      native Windows Vista styles.
+      <p><img src="images/progress-bar.png" alt="Progress Bar Vista" /></p></td>
+  </tr>
+</table>
 </body>
 </html>
\ No newline at end of file