Index: /CKEditor/branches/versions/3.5.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.5.x/CHANGES.html	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/CHANGES.html	(revision 6233)
@@ -1,3 +1,3 @@
-﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
@@ -41,8 +41,8 @@
 	<ul>
 		<li><a href="http://dev.ckeditor.com/ticket/4090">#4090</a> : Full Adobe AIR support.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/5084">#5084</a> : Dialogs are now resizable with a grip in the footer.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/5084">#5084</a> : Dialog windows are now resizable with a grip located in the footer.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/5755">#5755</a> : Introduced the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.dialog_buttonsOrder">dialog_buttonsOrder</a> setting, making it possible to control the buttons order.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/4648">#4648</a> : New "Iframe" plugin.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6010">#6010</a> : The "automatic" option of the font/background color panel now represents the real color.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/4648">#4648</a> : Added the new iFrame plugin.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6010">#6010</a> : The Automatic option of the font/background color panel now represents the real color.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/5654">#5654</a> : New "placeholder" plugin.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6334">#6334</a> : CKEditor now uses <a href="http://www.w3.org/TR/2010/WD-html5-20101019/elements.html#embedding-custom-non-visible-data-with-the-data-attributes">HTML5's data-* attributes</a> for its internal attributes.</li>
@@ -63,44 +63,41 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6822">#6822</a> : Added labels to fake objects.</li>
 		<li>Updated the following language files:<ul>
-			<li>Hebrew;</li>
-		</ul></li>
-	</ul>
-	<h3>
-			CKEditor 3.4.3 (SVN)</h3>
-	<p>
-			New features:</p>
-	<ul>
-		<li></li>
-	</ul>
+			<li>Hebrew</li>
+		</ul></li>
+	</ul>
+	<h3>
+			CKEditor 3.4.3</h3>
 	<p>
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.ckeditor.com/ticket/6554">#6554</a> : Webkit: cannot type after inserting Page Break.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6569">#6569</a> : Indentation now honors text direction of the only item.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6579">#6579</a> : The jQuery adapter wasn't working properly tunning on incompatible environments.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6644">#6644</a> : Restrict onmousedown handler to the toolbar area.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6656">#6656</a> : Panelbutton's buttons became active when clicking on source.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6248">#6248</a> : Whitespaces (NBSP) were incorrectly added into empty table cells and list items.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6575">#6575</a> : Tabs disappearing in Link dialog after specific action sequence.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6510">#6510</a> : Margin mirroring doesn't respect style configuration.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6471">#6471</a> : BIDI: Pressing decrease indent in an RTL bulleted list causes incorrect behaviour.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6479">#6479</a> : BIDI: Language direction is not being preserved when pressing Enter after a paragraph format has been applied.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6554">#6554</a> : [Webkit] cannot type after inserting Page Break.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6569">#6569</a> : Indentation now complies with text direction of the only item.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6579">#6579</a> : The jQuery adapter was not working properly and was turned on in incompatible environments.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6644">#6644</a> : Restrict <code>onmousedown</code> handler to the toolbar area.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6656">#6656</a> : Panelbutton's buttons became active when clicking on Source.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6248">#6248</a> : Whitespaces (<code>nbsp</code> elements) were incorrectly added into empty table cells and list items.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6575">#6575</a> : Tabs disappearing in Link dialog window after a specific sequence of actions.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6510">#6510</a> : Margin mirroring does not respect style configuration.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6471">#6471</a> : BIDI: Pressing Decrease Indent in an RTL bulleted list causes incorrect behaviour.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6479">#6479</a> : BIDI: Language direction is not being preserved when pressing Enter after a Paragraph Format was applied.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6670">#6670</a> : BIDI: Indent & List icons are not reversed when we apply RTL direction to a paragraph with any of Paragraph Formatting options.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6640">#6640</a> : Floating panels are now being closed when switching modes.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/4790">#4790</a> : Remove list with multiple items in enterBr doesn't preserve line-breaks.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6297">#6297</a> : Floated inline elements are no anymore acting in behavior of blocks.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6171">#6171</a> : [Firefox] Open rich combo scrolls host page to top when editor has vertical scrollbar.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6330">#6330</a> : List bullet form MS Word with Roman numbering are not preserved.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/4790">#4790</a> : Remove list with multiple items in <code>enterBr</code> doesnot preserve line breaks.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6297">#6297</a> : Floated inline elements are not taking part in behavior of blocks anymore.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6171">#6171</a> : [Firefox] Opening rich content drop-down list scrolls host page to the top when editor has a vertical scrollbar.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6330">#6330</a> : List markers from MS Word with Roman numbering are not preserved.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6720">#6720</a> : Attribute protection might detect wrong elements.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6580">#6580</a> : [IE9] Flash dialog doesn't get filled up.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6447">#6447</a> : Outdent list with "indentClasses" config doesn't work.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/5894">#5894</a> : Custom buttons added at bottom of dialogs don't expand to include their contents.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6513">#6513</a> : Wrong ARIA attributes created on list options of "Styles" rich combo.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6150">#6150</a> : [Safari] Color dialog was broken.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6580">#6580</a> : [IE9] Flash dialog window does not get filled up.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6447">#6447</a> : Decreasing indentation of a list with <code>indentClasses</code> config does not work.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/5894">#5894</a> : Adding custom buttons at the bottom of a dialog window does not cause it to expand to include its contents.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6513">#6513</a> : Wrong ARIA attributes created on list options of Styles drop-down list.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6150">#6150</a> : [Safari] Color dialog window was broken.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6747">#6747</a> : Full screen layout issue caused by page element focus outside editor.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6779">#6779</a> : Click on "body" on elements blink the selection off.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6781">#6781</a> : [IE7] Dialogs are broken with RTL and office2003 and v2 skins.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6798">#6798</a> : [IE7] Dialog buttons disappear in RTL after dragging.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6806">#6806</a> : [IE7] Dialog buttons invisible on focus.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6779">#6779</a> : Clicking the <code>body</code> element on elements path turns the selection on and off immediately.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6781">#6781</a> : [IE7] Dialog windows are broken with RTL, Office 2003 and v2 skins.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6798">#6798</a> : [IE7] Dialog window buttons disappearing in RTL after dragging.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6806">#6806</a> : [IE7] Dialog window buttons invisible on focus.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6588">#6588</a> : Copy and paste adds <code>&lt;span&gt;</code> if SCAYT is enabled.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6673">#6673</a> : IE Target combo for Image Link shown as blank even when we select <code>&lt;not set&gt;</code> as an option.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/6756">#6756</a> : Hungarian;</li>
Index: /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh
===================================================================
--- /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh	(revision 6233)
Index: /CKEditor/branches/versions/3.5.x/_source/core/config.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/core/config.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/core/config.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/core/dom/node.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/core/dom/node.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/core/dom/node.js	(revision 6233)
@@ -666,5 +666,5 @@
 		 * // For the following HTML:
 		 * // <div contenteditable="false">Some <b>text</b></div>
-		 * 
+		 *
 		 * // If "ele" is the above <div>
 		 * ele.getReadOnlyRoot();  // the <div> element
Index: /CKEditor/branches/versions/3.5.x/_source/core/dom/walker.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/core/dom/walker.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/core/dom/walker.js	(revision 6233)
@@ -341,5 +341,5 @@
 		var nodeNameMatches = CKEDITOR.tools.extend( {}, CKEDITOR.dtd.$block, customNodeNames || {} );
 
-		// Don't consider floated formatting as block boundary, fall back to dtd check in that case. (#6297)  
+		// Don't consider floated formatting as block boundary, fall back to dtd check in that case. (#6297)
 		return this.getComputedStyle( 'float' ) == 'none' && blockBoundaryDisplayMatch[ this.getComputedStyle( 'display' ) ]
 				|| nodeNameMatches[ this.getName() ];
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/adobeair/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/adobeair/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/adobeair/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/clipboard/dialogs/paste.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/clipboard/dialogs/paste.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/clipboard/dialogs/paste.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/contextmenu/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/contextmenu/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/contextmenu/plugin.js	(revision 6233)
@@ -7,5 +7,5 @@
 {
 	requires : [ 'menu' ],
-	
+
 	// Make sure the base class (CKEDITOR.menu) is loaded before it (#3318).
 	onLoad : function()
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/dialog/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/dialog/plugin.js	(revision 6233)
@@ -111,8 +111,8 @@
 			dir = editor.lang.dir;
 
-			if ( ( buttonsOrder == 'OS' && CKEDITOR.env.mac ) ||    // The buttons in MacOS Apps are in reverse order (#4750)  
-				( buttonsOrder == 'rtl' && dir == 'ltr' ) ||  
-				( buttonsOrder == 'ltr' && dir == 'rtl' ) )  
-					defaultDefinition.buttons.reverse();  
+			if ( ( buttonsOrder == 'OS' && CKEDITOR.env.mac ) ||    // The buttons in MacOS Apps are in reverse order (#4750)
+				( buttonsOrder == 'rtl' && dir == 'ltr' ) ||
+				( buttonsOrder == 'ltr' && dir == 'rtl' ) )
+					defaultDefinition.buttons.reverse();
 
 
@@ -1756,5 +1756,5 @@
 				direction = ' cke_resizer_vertical';
 			var resizer = CKEDITOR.dom.element.createFromHtml( '<div class="cke_resizer' + direction + '"' +
-					' title="' + CKEDITOR.tools.htmlEncode( editor.lang.resize ) + '"' + 
+					' title="' + CKEDITOR.tools.htmlEncode( editor.lang.resize ) + '"' +
 					' onmousedown="CKEDITOR.tools.callFunction(' + mouseDownFn + ', event )"></div>' );
 			dialog.parts.footer.append( resizer, 1 );
@@ -3031,5 +3031,5 @@
  */
 
-/**  
+/**
  * The dialog contents to removed. It's a string composed by dialog name and tab name with a colon between them.
  * Separate each pair with semicolon (see example).
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/enterkey/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/enterkey/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/enterkey/plugin.js	(revision 6233)
@@ -230,5 +230,5 @@
 				var newBlock,
 					newBlockDir;
-					
+
 				if ( ( newBlockDir = startBlock.getDirection() ) )
 				{
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/floatpanel/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/floatpanel/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/htmldataprocessor/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/htmldataprocessor/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/htmldataprocessor/plugin.js	(revision 6233)
@@ -421,5 +421,5 @@
 			dataProcessor.htmlFilter.addRules( defaultHtmlBlockFilterRules );
 		},
-		
+
 		onLoad : function()
 		{
@@ -542,3 +542,2 @@
  * }
  */
-
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/dialogs/iframe.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/dialogs/iframe.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/dialogs/iframe.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -13,5 +13,5 @@
 		frameborder : { 'true' : '1', 'false' : '0' }
 	};
-	
+
 	function loadValue( iframeNode )
 	{
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/iframe/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/indent/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/indent/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/indent/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/menu/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/menu/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/menu/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/panel/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/panel/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/panel/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/dialogs/placeholder.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/dialogs/placeholder.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/dialogs/placeholder.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
  * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/lang/en.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/lang/en.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/lang/en.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/placeholder/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -65,7 +65,7 @@
 
 			editor.addCss(
-				'.cke_placeholder' + 
-				'{' + 
-					'background-color: #ffff00;' + 
+				'.cke_placeholder' +
+				'{' +
+					'background-color: #ffff00;' +
 					( CKEDITOR.env.gecko ? 'cursor: default;' : '' ) +
 				'}'
@@ -122,5 +122,5 @@
 })();
 
-CKEDITOR.plugins.placeholder = 
+CKEDITOR.plugins.placeholder =
 {
 	createPlaceholder : function( editor, oldElement, text, isGet )
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/scayt/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/scayt/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/dialogs/specialchar.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/dialogs/specialchar.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/dialogs/specialchar.js	(revision 6233)
@@ -218,5 +218,5 @@
 					{
 						charDesc = '';
-						
+
 						if ( character instanceof Array )
 						{
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/lang/en.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/lang/en.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/lang/en.js	(revision 6233)
@@ -1,3 +1,3 @@
-
+﻿
 CKEDITOR.plugins.setLang( 'specialchar', 'en',
 {
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/specialchar/plugin.js	(revision 6233)
@@ -12,5 +12,5 @@
 	// List of available localizations.
 	availableLangs : { en:1 },
-	
+
 	init : function( editor )
 	{
@@ -56,5 +56,5 @@
   * config.specialChars = config.specialChars.concat( [ '&quot;', [ '&rsquo;', 'Custom label' ] ] );
   */
-CKEDITOR.config.specialChars = 
+CKEDITOR.config.specialChars =
 	[
 		'!','&quot;','#','$','%','&amp;',"'",'(',')','*','+','-','.','/',
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/styles/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/styles/plugin.js	(revision 6233)
@@ -371,5 +371,5 @@
 		var unstylable,
 			editable;
-		
+
 		while ( ( element = element.getParent() ) )
 		{
@@ -417,5 +417,5 @@
 		// Indicates that fully selected read-only elements are to be included in the styling range.
 		var includeReadonly = def.includeReadonly;
-		
+
 		// If the read-only inclusion is not available in the definition, try
 		// to get it from the document data.
@@ -447,5 +447,5 @@
 		// after its unstylable root.
 		if ( firstUnstylable )
-			currentNode = firstUnstylable.getNextSourceNode( true );			
+			currentNode = firstUnstylable.getNextSourceNode( true );
 
 		// If the last element can't be styled, we'll stop processing on its
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/wsc/dialogs/wsc.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/wsc/dialogs/wsc.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/wsc/dialogs/wsc.js	(revision 6233)
@@ -190,3 +190,2 @@
 	}
 });
-
Index: /CKEditor/branches/versions/3.5.x/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/plugins/wysiwygarea/plugin.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/plugins/wysiwygarea/plugin.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -62,5 +62,5 @@
 		};
 	}
-	
+
 	function doInsertHtml( data )
 	{
Index: /CKEditor/branches/versions/3.5.x/_source/skins/office2003/icons.css
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/skins/office2003/icons.css	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/skins/office2003/icons.css	(revision 6233)
@@ -357,3 +357,2 @@
 	background-position: 0 -1279px;
 }
-
Index: /CKEditor/branches/versions/3.5.x/_source/themes/default/theme.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/themes/default/theme.js	(revision 6232)
+++ /CKEditor/branches/versions/3.5.x/_source/themes/default/theme.js	(revision 6233)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
