Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 638)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 639)
@@ -144,4 +144,56 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste"
 			event listeners will now get executed only once.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/289>">#289</a>] Removed debugging popups from page load regarding
+			JavaScript and CSS loading errors.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/328>">#328</a>] 
+			[<a target="_blank" href="http://dev.fckeditor.net/ticket/346>">#346</a>] 
+			[<a target="_blank" href="http://dev.fckeditor.net/ticket/404>">#404</a>] 
+			Fixed a number of problems regarding &lt;pre&gt; blocks:
+			<ol>
+				<li>Leading whitespaces and line breaks in &lt;pre&gt; blocks are trimmed when the user switches
+				between editor mode and source mode;</li>
+				<li>Pressing Enter inside a &lt;pre&gt; block would split the block into two, but the expected 
+				behavior is simply inserting a line break;</li>
+				<li>Simple line breaks inside &lt;pre&gt; blocks entered in source mode are being turned into 
+				&lt;br&gt; tags when the user switches to editor mode and back.</li>
+			</ol>
+		</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/581>">#581</a>] Fixed the issue where the 
+			"Maximize the editor size" toolbar button stops working if any of the following occurs:
+			<ol>
+				<li>There exists a form input whose name or id is "style" in FCKeditor's host form;</li>
+				<li>There exists a form input whose name or id is "className" in FCKeditor's host form;</li>
+				<li>There exists a form and a form input whose name of id is "style" in the editing frame.</li>
+			</ol>
+			</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183>">#183</a>] Fixed the issue when FCKeditor is being
+			executed in a custom application with the WebBrowser ActiveX control, hiding the WebBrowser control would 
+			incorrectly invoke FCKeditor's cleanup routines, causing FCKeditor to stop working.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539>">#539</a>] Fixed the issue where right clicking on
+			a table inside the editing frame in Firefox would cause the editor the scroll to the top of the document.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523>">#523</a>] Fixed the issue where, under certain
+			circumstances, FCKeditor would obtain focus at startup even though FCKConfig.StartupFocus is set to false. </li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393>">#393</a>] Fixed the issue where if an inline tag
+			is at the end of the document, the user would have no way of escaping from the inline tag if he continues
+			typing at the end of the document. FCKeditor's behaviors regarding inline tags has been made to be more like
+			MS Word's:
+			<ol>
+				<li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink mode is disabled. 
+				</li>
+				<li>If the caret is moved to the end of other styled inline tags by any key other than the End key 
+				(like bold text or italic text), the original bold/italic/... modes would continue to be effective. 
+				</li>
+				<li>If the caret is moved to the end of other styled inline tags by the End key, all style tag modes 
+				(e.g. bold, italic, underline, etc.) would be canceled. This is not consistent with MS Word, but 
+				provides a convenient way for the user to escape the inline tag at the end of a line.</li>
+			</ol>
+			</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338>">#338</a>] Fixed the issue where the configuration
+			directive FCKConfig.ForcePasteAsPlainText is ignored when new contents are pasted into the editor via 
+			drag-and drop from outside of the editor.
+			</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1026>">#1026</a>] Fixed the issue where the cursor or
+			selection positions are not restored with undo/redo commands correctly in IE, under some circumstances.
+			</li>
 	</ul>
 	<h3>
