Bug 560497 - N&N for 4.15

Updated topics
Copied updates to N&N pages from news repo to doc bundle

Change-Id: I8823f150b620f73a8aca59b9426e6cdc16c0ec94
Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
diff --git a/bundles/org.eclipse.jdt.doc.user/topics_WhatsNew.xml b/bundles/org.eclipse.jdt.doc.user/topics_WhatsNew.xml
index bd8387d..6dc8795 100644
--- a/bundles/org.eclipse.jdt.doc.user/topics_WhatsNew.xml
+++ b/bundles/org.eclipse.jdt.doc.user/topics_WhatsNew.xml
@@ -4,10 +4,9 @@
 <!-- Define topics for the What's New -->
 <!-- ================================ -->
 <toc label="What's New">
-	<topic href="whatsNew/jdt_whatsnew.html#Java13"    				label="Java 13 Support"/>
-	<topic href="whatsNew/jdt_whatsnew.html#JavaEditor"           	label="Java Editor"/>
-	<topic href="whatsNew/jdt_whatsnew.html#JavaFormatter"          label="Java Formatter"/>
-	<topic href="whatsNew/jdt_whatsnew.html#JUnit"                	label="JUnit"/>
-	<topic href="whatsNew/jdt_whatsnew.html#Debug"                	label="Debug"/>
-	<topic href="whatsNew/jdt_whatsnew.html#JDTDev"                	label="JDT Developers"/>
+	<topic href="whatsNew/jdt_whatsnew.html#JavaEditor"            label="Java Editor"/>
+	<topic href="whatsNew/jdt_whatsnew.html#JavaCompiler"          label="Java Compiler"/>
+	<topic href="whatsNew/jdt_whatsnew.html#JavaFormatter"         label="Java Formatter"/>
+	<topic href="whatsNew/jdt_whatsnew.html#Debug"                 label="Java Debugger"/>
+	<topic href="whatsNew/jdt_whatsnew.html#JDTDev"                label="JDT Developers"/>
 </toc>
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
index 4a3ecd3..dc77390 100644
--- a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
+++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
@@ -26,11 +26,12 @@
 for the 4.15 release of Eclipse.
 They are grouped into:</p>
 <ul>
-	<!-- <li><a href="#Java14">Java&trade; 14 Support</a></li> -->
-	<li><a href="#JavaEditor">Java Editor</a></li>
-	<li><a href="#JavaCompiler">Java Compiler</a></li>
-	<li><a href="#JavaFormatter">Java Formatter</a></li>
-	<li><a href="#JDTDev">JDT Developers</a></li>
+  <!-- <li><a href="#Java14">Java&trade; 14 Support</a></li> -->
+  <li><a href="#JavaEditor">Java Editor</a></li>
+  <li><a href="#JavaCompiler">Java Compiler</a></li>
+  <li><a href="#JavaFormatter">Java Formatter</a></li>
+  <li><a href="#Debug">Java Debugger</a></li>
+  <li><a href="#JDTDev">JDT Developers</a></li>
 </ul>
 
 <p>See also the <b><a href="../../org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html">Eclipse Platform What's New</a></b>
@@ -192,7 +193,7 @@
   <tr id="module-info-javadoc-quickfix"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=553111 -->
     <td class="title">Quick fixes for module-info Javadoc</td>
     <td class="content">
-      New quick fixes have been added for missing and duplicate Javadoc tags for a <code>module-info</code> file.
+      Quick fixes have been added to fix the missing and duplicate <code>@provides</code> and <code>@uses</code> Javadoc tags in a <code>module-info</code> file.
       <p><img src="images/modulequickfix.png" alt=""/></p>
     </td>
   </tr>
@@ -314,6 +315,28 @@
 
   <!-- ******************* End of Java Formatter ************************************* -->
 
+  <!-- *********************** Debug ******************************** -->
+  <tr>
+    <td id="Debug" class="section" colspan="2">
+    <h2>Debug</h2>
+    </td>
+  </tr>
+
+  <tr id="functional-expressions-in-debug"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=448473 -->
+    <td class="title">Functional debug expressions</td>
+    <td class="content">
+      Lambda expressions and method references are now supported in debug expressions, such as in the <b>Expressions view</b>
+      and in breakpoint condition expressions.
+      <p><img src="images/debug-functional-expressions.png" alt="Debug Expression containing a lambda"/></p>
+      <p>Some limitations apply: The feature should be considered a MVP (Minimally Viable Product).
+        It is not yet possible to reference non-public fields and methods of the enclosing class.
+        The evaluation may not work in system classes and some generic contexts.
+      </p>
+    </td>
+  </tr>
+
+  <!--************************ End of Debug ******************************** -->
+
   <!-- *********************** JDT Developers ******************************** -->
   <tr>
     <td id="JDTDev" class="section" colspan="2">
diff --git a/bundles/org.eclipse.pde.doc.user/topics_WhatsNew.xml b/bundles/org.eclipse.pde.doc.user/topics_WhatsNew.xml
index 606259e..e06cb64 100644
--- a/bundles/org.eclipse.pde.doc.user/topics_WhatsNew.xml
+++ b/bundles/org.eclipse.pde.doc.user/topics_WhatsNew.xml
@@ -15,7 +15,5 @@
 <!-- Define topics for the What's New -->
 <!-- ================================ -->
 <toc label="What's new">
-	<topic href="whatsNew/pde_whatsnew.html#dialogs-wizards-views" label="Dialogs, Wizards and Views"/>
 	<topic href="whatsNew/pde_whatsnew.html#editors"          	   label="Editors"/>
-	<topic href="whatsNew/pde_whatsnew.html#APITools"              label="API Tools"/>
 </toc>
diff --git a/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html b/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
index 2c01778..d2b0a96 100644
--- a/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
+++ b/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
@@ -25,8 +25,7 @@
 <p>Here are descriptions of some of the more interesting or significant changes made to the Plug-in Development Environment (PDE)
 for the 4.15 release of Eclipse. They are grouped into:</p>
 <ul> <!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
-	<li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li>
-	<li><a href="#editors">Editors</a></li>
+  <li><a href="#editors">Editors</a></li>
 </ul>
 
 <!-- ****************** START OF N&N TABLE****************** -->
@@ -51,5 +50,7 @@
   <!-- ******************** End of Editors ********************** -->
 </tbody>
 </table>
+<!-- ****************** END OF N&N TABLE ****************** -->
+
 </body>
 </html>
diff --git a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
index 621ff5e..1982c69 100644
--- a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
@@ -26,8 +26,8 @@
 made to the Eclipse Platform and SWT for the 4.15 release of Eclipse.
 </p>
 <ul>
-	<li><a href="#Platform">Platform Changes</a></li>
-	<li><a href="#SWT">SWT Changes</a></li>
+  <li><a href="#Platform">Platform Changes</a></li>
+  <li><a href="#SWT">SWT Changes</a></li>
 </ul>
 
 <p>
diff --git a/bundles/org.eclipse.platform.doc.user/topics_WhatsNew.xml b/bundles/org.eclipse.platform.doc.user/topics_WhatsNew.xml
index 32aeedb..0e33767 100644
--- a/bundles/org.eclipse.platform.doc.user/topics_WhatsNew.xml
+++ b/bundles/org.eclipse.platform.doc.user/topics_WhatsNew.xml
@@ -5,8 +5,8 @@
 <!-- ================================ -->
 <toc label="What's new">
 <topic href="whatsNew/platform_whatsnew.html#ViewsAndDialogs" label="Views, Dialogs and Toolbar"/>
-<topic href="whatsNew/platform_whatsnew.html#TextEditors" label="Text Editors"/>
 <topic href="whatsNew/platform_whatsnew.html#Debug" label="Debug"/>
+<topic href="whatsNew/platform_whatsnew.html#Preferences" label="Preferences"/>
 <topic href="whatsNew/platform_whatsnew.html#StylingThemes" label="Themes and Styling"/>
 <topic href="whatsNew/platform_whatsnew.html#GeneralUpdates" label="General Updates"/>
 </toc>
diff --git a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
index 954bef7..941b487 100644
--- a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
@@ -25,11 +25,11 @@
 <p>Here are descriptions of some of the more interesting or significant changes 
 made to the Eclipse Platform for the 4.15 release of Eclipse. They are grouped into:</p>
 <ul><!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
-	<li><a href="#ViewsAndDialogs">Views, Dialogs and Toolbar</a></li>
-	<li><a href="#TextEditors">Text Editors</a></li>
-	<li><a href="#Debug">Debug</a></li>
-	<li><a href="#StylingThemes">Themes and Styling</a></li>
-	<li><a href="#GeneralUpdates">General Updates</a></li>
+  <li><a href="#ViewsAndDialogs">Views, Dialogs and Toolbar</a></li>
+  <li><a href="#Debug">Debug</a></li>
+  <li><a href="#Preferences">Preferences</a></li>
+  <li><a href="#StylingThemes">Themes and Styling</a></li>
+  <li><a href="#GeneralUpdates">General Updates</a></li>
 </ul>
 <p>
 Plug-in developers will also be interested in the corresponding