Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 93)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 94)
@@ -18,9 +18,19 @@
 		New Features and Improvements:</p>
 	<ul>
-		<li>The advance <strong>Enter Key Handler</strong> is now being introduced. It gives
-			you complete freedom to configure the editor to generate <strong>&lt;p&gt;, &lt;div&gt;
-				or &lt;br&gt;</strong> when the user uses both the [Enter] and [Shift]+[Enter]
-			keys. The new "EnterMode" and "ShiftEnterMode" settings can be use to control its
-			behavior. It also guarantees that all browsers will generate the same output.</li>
+		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
+			Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
+				Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
+					BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
+						BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
+							BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
+								BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
+									BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
+										BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
+											BUG-1564838</a>] The advance <strong>Enter Key Handler</strong>
+			is now being introduced. It gives you complete freedom to configure the editor to
+			generate <strong>&lt;p&gt;, &lt;div&gt; or &lt;br&gt;</strong> when the user uses
+			both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode"
+			settings can be use to control its behavior. It also guarantees that all browsers
+			will generate the same output.</li>
 		<li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
 			You can now precisely control the commands to execute when some key combinations
@@ -45,11 +55,4 @@
 		</ul>
 		</li>
-		<li><span style="color: #ff0000">Attention:</span> The default directory in the distribution
-			package is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
-			change may impact installations on case sensitive OSs, like Linux.</li>
-		<li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
-			default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
-			the inner folder for each type (file, image, flash and media) are all lower-cased
-			too.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
 			PATCH-1456343</a>] New sample file showing how to dynamically exchange a textarea
@@ -78,7 +81,17 @@
 			with FCKConfig.CleanWordKeepStructure to preserve the markup as much as possible.
 			Thanks Jean-Charles ROGEZ. </li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>Universal
-			Keyboard</strong>&quot; has been removed from the package. The license of those
-			files was unclear so they can't be included alongside the rest of FCKeditor.</li>
+		<li><span style="color: #ff0000">Attention:</span> The default directory in the distribution
+			package is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
+			change may impact installations on case sensitive OSs, like Linux. </li>
+		<li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
+			default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
+			the inner folder for each type (file, image, flash and media) are all lower-cased
+			too. </li>
+		<li><span style="color: #ff0000">Attention:</span> The "Universal Keyboard" has been
+			removed from the package. The license of those files was unclear so they can't be
+			included alongside the rest of FCKeditor. </li>
+		<li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
+			is not anymore valid. The EnterMode setting can now be used to precisely set the
+			enter key behavior.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 93)
+++ /FCKeditor/trunk/fckconfig.js	(revision 94)
@@ -67,5 +67,4 @@
 FCKConfig.ShowBorders	= true ;
 FCKConfig.SourcePopup	= false ;
-FCKConfig.UseBROnCarriageReturn	= false ;	// IE only.
 FCKConfig.ToolbarStartExpanded	= true ;
 FCKConfig.ToolbarCanCollapse	= true ;
