Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 88)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 89)
@@ -53,5 +53,5 @@
 			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 dinamically exchange a textarea and an instance of FCKeditor. 
+			PATCH-1456343</a>] New sample file showing how to dynamically exchange a textarea and an instance of FCKeditor. 
 			Thanks to Finn Hakansson</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
@@ -67,5 +67,6 @@
 			PATCH-1500040</a>] New configuration values to specify the Id and Class for the body element.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
-			PATCH-1577202</a>] The links created with the popup option now are accesible even if the user has javascript disabled.</li>
+			PATCH-1577202</a>] The links created with the popup option now are accessible even
+			if the user has JavaScript disabled.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
 			PATCH-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
@@ -75,5 +76,5 @@
 			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 were unclear so they can't be included alongside the rest of
+			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>
 	</ul>
@@ -127,5 +128,5 @@
 				BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
 			properly when the editor is running on a IE Modal dialog.</li>
-		<li>On some very rare cases, IE was throwing a memory error when hidding the context
+		<li>On some very rare cases, IE was throwing a memory error when hiding the context
 			menus. Fixed.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
@@ -164,9 +165,10 @@
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF BUG-1590848</a>] 
 			[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF BUG-1626360</a>] 
-			Cleaning of Javascript strict warnings in the source code.</li>
+			Cleaning of JavaScript strict warnings in the source code.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF BUG-1559466</a>] 
 			The ol/ul list property window always searched first for a UL element.</li>
 		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF BUG-1516008</a>] 
 			Class attribute in IE wasn't loaded in the image dialog.</li>
+		<li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/editor/_source/internals/fck.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 88)
+++ /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 89)
@@ -402,4 +402,6 @@
 			
 			this.EditingArea.Textarea.focus() ;
+
+			FCK.Events.FireEvent( 'OnAfterSetHTML' ) ;
 		}
 
