Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 326)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 327)
@@ -103,4 +103,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression:
 			IE crashed if a table caption was deleted.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/359">#359</a>] &lt;object&gt; and &lt;embed&gt; tags are not anymore
+			lost in IE.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fckconfig.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckconfig.js	(revision 326)
+++ /FCKeditor/trunk/editor/_source/internals/fckconfig.js	(revision 327)
@@ -163,5 +163,8 @@
 
 	// <noscript> tags (get lost in IE and messed up in FF).
-	/<noscript[\s\S]*?<\/noscript>/gi
+	/<noscript[\s\S]*?<\/noscript>/gi,
+	
+	// Protect <object> tags. See #359.
+	/<object[\s\S]+?<\/object>/gi
 ] ;
 
