Index: /FCKeditor.Net/trunk/_whatsnew.html
===================================================================
--- /FCKeditor.Net/trunk/_whatsnew.html	(revision 1159)
+++ /FCKeditor.Net/trunk/_whatsnew.html	(revision 1160)
@@ -1,81 +1,102 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2005 Frederico Caldeira Knabben
- * 
- * Licensed under the terms of the GNU Lesser General Public License:
- * 		http://www.opensource.org/licenses/lgpl-license.php
- * 
- * For further information visit:
- * 		http://www.fckeditor.net/
- * 
- * "Support Open Source software. What about a donation today?"
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
 -->
-<html>
-	<head>
-		<title>FCKeditor - What's New</title>
-		<style>
-			body { font-family: Arial, Verdana, Sans-Serif; }
-			p { margin-left: 20px; }
-		</style>
-	</head>
-	<body>
-		<h3>Version 2.2</h3>
-		<P>New Features and Improvements:</P>
-		<UL>
-			<LI>
-				The <STRONG>Quick File Uploader</STRONG>
-			is now available. So you point&nbsp;allo Uploading 
-			configuration&nbsp;setting&nbsp;to the 
-			editor/filemanager/upload/aspx/upload.aspx file.
-			<LI>
-				The rendered output is&nbsp;now <STRONG>XHTML</STRONG>
-			compatible.
-			<LI>
-			You can set the QueryString value "fcksource=true" to load the editor using the 
-			source files (located in the _source directory) instead of the compressed ones. 
-			Thanks to Kae Verens for the suggestion.
-			<LI>
-				<STRONG>Attention</STRONG>: for security reasons, it is not anymore possible to 
-				pass the user files directory path by the URL.</LI></UL>
-		<P>Fixed Bugs:</P>
-		<UL>
-			<LI>
-				[<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249796&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1249796</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1260153&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1260153</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1308718&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1308718</A>] The editor is now loading correctly 
-			over Firefox when placed inside a control hierarchy.
-			<LI>
-				The configurations set in the editor are now saved in the viewstate and persist 
-				during posts.</LI></UL>
-		<H3>Version 2.1</H3>
-		<P>New Features and Improvements:</P>
-		<UL>
-			<LI>
-				All <STRONG>configurations</STRONG> can now be set as component <STRONG>properties</STRONG>.
-			<LI>
-				The editor now resolves <STRONG>application relative paths</STRONG>
-			(starting with tilde "~"). Thanks to "theyoyoman".
-			<LI>
-				The samples have been moved to the FCKeditor.Net package. In this way we can 
-				provide a richer and more organized set of samples.</LI></UL>
-		<P>Fixed Bugs:</P>
-		<UL>
-			<LI>
-				[<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653" target="_blank">SF 
-					BUG-1118200</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117410&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1117410</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091348&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1091348</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1150981&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1150981</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109086&amp;group_id=75348&amp;atid=543653"
-					target="_blank">SF BUG-1109086</A>] There was an incorrect use of the 
-			UniqueID property when rendering the editor HTML. It was causing errors when 
-			running the editor over a User Control. It has been fixed.
-			<LI>
-			The component now detects IE 5.5 browsers correctly. Thanks to "chayes20".
-			<LI>
-				The references to fckeditor.js in the samples have been removed. There were 
-				never required. It was just a "typo" in the sample pages.</LI></UL>
-		</SPAN>
-	</body>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title>FCKeditor.Net ChangeLog - What's New?</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<style type="text/css">
+		body { font-family: arial, verdana, sans-serif }
+		p { margin-left: 20px }
+		h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
+	</style>
+</head>
+<body>
+	<h1>
+		FCKeditor.Net ChangeLog - What's New?</h1>
+	<h3>
+		Version 2.5</h3>
+	<p>
+		New Features and Improvements:</p>
+	<ul>
+		<li>Added specific project files for Visual Studio .NET 2003 and Visual Studio
+			2005. It's easier now to open the source in your preferred environment. Builds will
+			end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release.</li>
+	</ul>
+	<p>
+		Fixed Bugs:</p>
+	<ul>
+		<li></li>
+	</ul>
+	<h3>
+		Version 2.2</h3>
+	<p>
+		New Features and Improvements:</p>
+	<ul>
+		<li>The <strong>Quick File Uploader</strong> is now available. So you point&nbsp;allo
+			Uploading configuration&nbsp;setting&nbsp;to the editor/filemanager/upload/aspx/upload.aspx
+			file.</li>
+		<li>The rendered output is&nbsp;now <strong>XHTML</strong> compatible.</li>
+		<li>You can set the QueryString value "fcksource=true" to load the editor using the
+			source files (located in the _source directory) instead of the compressed ones.
+			Thanks to Kae Verens for the suggestion.</li>
+		<li><strong>Attention</strong>: for security reasons, it is not anymore possible to
+			pass the user files directory path by the URL.</li>
+	</ul>
+	<p>
+		Fixed Bugs:</p>
+	<ul>
+		<li>[<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249796&amp;group_id=75348&amp;atid=543653"
+			target="_blank">SF BUG-1249796</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1260153&amp;group_id=75348&amp;atid=543653"
+				target="_blank">SF BUG-1260153</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1308718&amp;group_id=75348&amp;atid=543653"
+					target="_blank">SF BUG-1308718</a>] The editor is now loading correctly
+			over Firefox when placed inside a control hierarchy.</li>
+		<li>The configurations set in the editor are now saved in the viewstate and persist
+			during posts.</li>
+	</ul>
+	<h3>
+		Version 2.1</h3>
+	<p>
+		New Features and Improvements:</p>
+	<ul>
+		<li>All <strong>configurations</strong> can now be set as component <strong>properties</strong>.</li>
+		<li>The editor now resolves <strong>application relative paths</strong> (starting with
+			tilde "~"). Thanks to "theyoyoman".</li>
+		<li>The samples have been moved to the FCKeditor.Net package. In this way we can provide
+			a richer and more organized set of samples.</li>
+	</ul>
+	<p>
+		Fixed Bugs:</p>
+	<ul>
+		<li>[<a href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653" target="_blank">SF
+			BUG-1118200</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117410&amp;group_id=75348&amp;atid=543653"
+				target="_blank">SF BUG-1117410</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091348&amp;group_id=75348&amp;atid=543653"
+					target="_blank">SF BUG-1091348</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1150981&amp;group_id=75348&amp;atid=543653"
+						target="_blank">SF BUG-1150981</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109086&amp;group_id=75348&amp;atid=543653"
+							target="_blank">SF BUG-1109086</a>] There was an incorrect use of
+			the UniqueID property when rendering the editor HTML. It was causing errors when
+			running the editor over a User Control. It has been fixed.</li>
+		<li>The component now detects IE 5.5 browsers correctly. Thanks to "chayes20".</li>
+		<li>The references to fckeditor.js in the samples have been removed. There were never
+			required. It was just a "typo" in the sample pages.</li>
+	</ul>
+</body>
 </html>
