Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2778)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2779)
@@ -117,4 +117,7 @@
 			in IE when user tries to search with the "Match whole word" option enabled and the matched word is
 			at exactly the end of document.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2603">#2603</a>] Changed the 
+			<a href="http://docs.fckeditor.net/EMailProtection">EMailProtection</a> to "none" for better 
+			compatibility.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 2778)
+++ /FCKeditor/trunk/fckconfig.js	(revision 2779)
@@ -77,5 +77,5 @@
 FCKConfig.FormatIndentator	= '    ' ;
 
-FCKConfig.EMailProtection = 'encode' ; // none | encode | function
+FCKConfig.EMailProtection = 'none' ; // none | encode | function
 FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
 
