Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<!--
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
5
 *
6
 * == BEGIN LICENSE ==
7
 *
8
 * Licensed under the terms of any of the following licenses at your
9
 * choice:
10
 *
11
 *  - GNU General Public License Version 2 or later (the "GPL")
12
 *    http://www.gnu.org/licenses/gpl.html
13
 *
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
 *    http://www.gnu.org/licenses/lgpl.html
16
 *
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
19
 *
20
 * == END LICENSE ==
21
-->
22
<html xmlns="http://www.w3.org/1999/xhtml">
23
<head>
24
	<title>FCKeditor ChangeLog - What's New?</title>
25
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
26
	<style type="text/css">
27
		body { font-family: arial, verdana, sans-serif }
28
		p { margin-left: 20px }
29
		h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
30
	</style>
31
</head>
32
<body>
33
	<h1>
34
		FCKeditor ChangeLog - What's New?</h1>
35
	<h3>
36
		Version 2.6.4.1</h3>
37
	<p>
38
		Fixed Bugs:</p>
39
	<ul>
40
		<li><strong>Security release, upgrade is highly recommended.</strong></li>
41
	</ul>
42
	<h3>
43
		Version 2.6.4</h3>
44
	<p>
45
		Fixed Bugs:</p>
46
	<ul>
47
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2777">#2777</a>] Merging
48
			cells between table header and body is no longer possible.</li>
49
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2815">#2815</a>] Fixed
50
			WSC issues at slow connection speed. Added SSL support.</li>
51
		<li>Language file updates for the following languages:
52
			<ul>
53
				<li>Chinese (Traditional)</li>
54
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2846">#2846</a>] French</li>
55
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2801">#2801</a>] Hebrew</li>
56
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2824">#2824</a>] Russian</li>
57
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2811">#2811</a>] Turkish</li>
58
			</ul>
59
		</li>
60
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2757">#2757</a>] Fixed
61
			a minor bug which causes selection positions to be improperly restored during undos
62
			and redos.</li>
63
	</ul>
64
	<h3>
65
		Version 2.6.4 Beta</h3>
66
	<p>
67
		New Features and Improvements:</p>
68
	<ul>
69
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2685">#2685</a>] Integration
70
			with "WebSpellChecker", a <strong>zero installation and free spell checker</strong>
71
			provided by SpellChecker.net. This is now the default spell checker in the editor
72
			(requires internet connection). All previous spell checking solutions are still
73
			available.</li>
74
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2430">#2430</a>] In the
75
			table dialog it's possible to create header cells in the first row (included in
76
			a thead element) or the first column of the table. </li>
77
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/822">#822</a>] The table
78
			cell dialog allows switching between normal data cells or header cells (TD vs. TH).
79
		</li>
80
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2515">#2515</a>] New language
81
			file for Icelandic.</li>
82
	</ul>
83
	<p>
84
		Fixed Bugs:</p>
85
	<ul>
86
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2381">#2381</a>] Protected
87
			the editor from duplicate iframes</li>
88
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1752">#1752</a>] Fixed
89
			the issue with tablecommands plugin and undefined tagName.</li>
90
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2333">#2333</a>] The &amp;gt;
91
			character inside text wasn't encoded in Opera and Safari.</li>
92
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2467">#2467</a>] Fixed
93
			JavaScript error with the fit window command in source mode.</li>
94
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2472">#2472</a>] Splitting
95
			a TH will create a two TH, not a TH and a TD.</li>
96
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1891">#1891</a>] Removed
97
			unnecessary name attributes in dialogs. </li>
98
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/798">#798</a>, <a target="_blank"
99
			href="http://dev.fckeditor.net/ticket/2495">#2495</a>] If an image was placed inside
100
			a container with dimensions or floating it wasn't possible to edit its properties
101
			from the toolbar or context menu.</li>
102
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1982">#1982</a>] Submenus
103
			in IE7 now are shown properly.</li>
104
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using
105
			the Paste dialogs in IE might insert the content at the start of the editor.</li>
106
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2349">#2496</a>] Fixed
107
			RTL dialog layout in Internet Explorer.</li>
108
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2488">#2488</a>] Fixed
109
			the issue where email links in IE would take the browser to a new page in addition
110
			to calling up the email client.</li>
111
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2519">#2519</a>] Fixed
112
			race condition at registering the FCKeditorAPI object in multiple editor scenarios.</li>
113
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2525">#2525</a>] Fixed
114
			JavaScript error in Google Chrome when StartupShowBlocks is set to true.</li>
115
		<li>Language file updates for the following languages:
116
			<ul>
117
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2440">#2440</a>] Dutch</li>
118
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2451</a>] Basque</li>
119
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2650</a>] Danish</li>
120
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2535</a>] German
121
				</li>
122
			</ul>
123
		</li>
124
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2531">#2531</a>] The ENTER
125
			key will properly scroll to the cursor position when breaking long paragraphs.</li>
126
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2573">#2573</a>] The type
127
			name in configurations for the ASP connector are now case sensitive.</li>
128
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2503">#2503</a>] DL, DT
129
			and DD where missing the formatting in the generated HTML.</li>
130
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2516">#2516</a>] Replaced
131
			the extension AddItem of Array with the standard "push" method.</li>
132
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2486">#2486</a>] Vertically
133
			splitting cell with colspan &gt; 1 breaks table layout.</li>
134
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2597">#2597</a>] Fixed
135
			the issue where dropping contents from outside of the editor doesn't work in Safari.</li>
136
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] Fixed
137
			the issue where FCK.InsertHtml() is no longer removing selected contents after content
138
			insertion in Firefox.</li>
139
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed
140
			the issue where the Div container command and the blockquote command would break
141
			lists.</li>
142
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2469">#2469</a>] Fixed
143
			a minor issue where FCK.SetData() may cause the editor to become unresponsive to
144
			the first click after being defocused.</li>
145
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2611">#2611</a>] Fixed
146
			an extra slash on quickupload of the asp connector.</li>
147
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2616">#2616</a>] Fixed
148
			another situation where new elements were inserted at the beginning of the content
149
			in IE.</li>
150
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2634">#2634</a>] Fixed
151
			two obsolete references to Array::AddItem() instances still in the code.</li>
152
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2679">#2679</a>] Fixed
153
			infinite loop problems with FCKDomRangeIterator class which causes some commands
154
			to hang when applied to certain document structures.</li>
155
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2649">#2649</a>] Fixed
156
			a JavaScript error in IE when user tries to search with the "Match whole word" option
157
			enabled and the matched word is at exactly the end of document.</li>
158
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2603">#2603</a>] Changed
159
			the <a href="http://docs.fckeditor.net/EMailProtection">EMailProtection</a> to "none"
160
			for better compatibility.</li>
161
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2612">#2612</a>] The 'ForcePasteAsPlainText'
162
			configuration option didn't work correctly in Safari and Chrome.</li>
163
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2696">#2696</a>] Fixed
164
			non-working autogrow plugin.</li>
165
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2753">#2753</a>] Fixed
166
			occasional exceptions in the dragersizetable plugin with IE.</li>
167
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2653">#2653</a>] and [<a
168
			target="_blank" href="http://dev.fckeditor.net/ticket/2733">#2733</a>] Enable undo
169
			of changes to tables and table cells.</li>
170
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1865">#1865</a>] The context
171
			menu is now working properly over the last row in a table with thead. Thanks to
172
			Koen Willems.</li>
173
	</ul>
174
	<h3>
175
		Version 2.6.3</h3>
176
	<p>
177
		Fixed Bugs:</p>
178
	<ul>
179
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] FCK.InsertHtml()
180
			is now properly removing selected contents after content insertion in Firefox.</li>
181
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Spelling
182
			mistake corrections made by the spell checking dialog are now undoable. </li>
183
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2411">#2411</a>] Insert
184
			anchor was not working for non-empty selections.</li>
185
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] It was
186
			impossible to switch between editor areas with a single click.</li>
187
		<li>Language file updates for the following languages:
188
			<ul>
189
				<li>Canadian French</li>
190
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2402">#2402</a>] Catalan
191
				</li>
192
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2400">#2400</a>] Chinese
193
					(Simplified and Traditional)</li>
194
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2401">#2401</a>] Croatian</li>
195
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2422">#2422</a>] Czech</li>
196
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2417">#2417</a>] Dutch</li>
197
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2428">#2428</a>] French</li>
198
				<li>German</li>
199
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2427">#2427</a>] Hebrew</li>
200
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi</li>
201
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2405">#2405</a>] Japanese</li>
202
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2409">#2409</a>] Norwegian
203
					and Norwegian Bokmål</li>
204
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2429">#2429</a>] Spanish</li>
205
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2406">#2406</a>] Vietnamese</li>
206
			</ul>
207
		</li>
208
	</ul>
209
	<p>
210
		This version has been sponsored by <a href="http://www.dataillusion.com/fs/">Data Illusion
211
			survey software solutions</a>.</p>
212
	<h3>
213
		Version 2.6.3 Beta</h3>
214
	<p>
215
		New Features and Improvements:</p>
216
	<ul>
217
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a
218
			new <strong>context menu option for opening links</strong> in the editor.</li>
219
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] <strong>
220
			Email links</strong> from the Link dialog <strong>are now encoded</strong> by default
221
			to prevent being harvested by spammers. (Kudos to asuter for proposing the patch)
222
		</li>
223
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added
224
			the ability to create, modify and remove <strong>DIV containers</strong>. </li>
225
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The <strong>
226
			SHIFT+SPACE</strong> keystroke will now <strong>produce a &amp;nbsp;</strong> character.
227
		</li>
228
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's
229
			now possible to enable the browsers default menu using the configuration file (FCKConfig.BrowserContextMenu
230
			option). </li>
231
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added
232
			HTML samples for legacy HTML and Flash HTML. </li>
233
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced
234
			the "PreventSubmitHandler" setting, which makes it possible to instruct the editor
235
			to not handle the hidden field update on form submit events.</li>
236
	</ul>
237
	<p>
238
		Fixed Bugs:</p>
239
	<ul>
240
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera
241
			and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li>
242
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox
243
			3, the entire page was scrolling when inserting block elements with the FCK.InsertElement
244
			function, used by the Table and Horizontal Rule buttons.. </li>
245
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some
246
			hints in editor/css/fck_editorarea.css on how to handle style items that would break
247
			the style combo. </li>
248
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed
249
			a JavaScript error in IE which occurs when there are placeholder elements in the
250
			document and the user has pressed the Source button.</li>
251
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected
252
			mixed up Chinese translations for the blockquote command.</li>
253
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed
254
			the issue where the show blocks command loses the current selection from the view
255
			area when editing a long document.</li>
256
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed
257
			the issue where the fit window command loses the current selection and scroll position
258
			in the editing area.</li>
259
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed
260
			the issue where the merge down command for tables cells does not work in IE for
261
			more than two cells.</li>
262
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed
263
			the issue where the Find/Replace dialog scrolls the entire page.</li>
264
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added
265
			warning message about Firefox 3's strict origin policy.</li>
266
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved
267
			the garbage filter in Paste from Word dialog.</li>
268
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed
269
			invalid HTML in the Paste dialog.</li>
270
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed
271
			sporadic "FCKeditorAPI is not defined" errors in Firefox 3.</li>
272
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed
273
			access denied error in IE7 when FCKeditor is launched from local filesystem.</li>
274
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed
275
			the type="_moz" attribute that sometimes appear in &lt;br&gt; tags in non-IE browsers.</li>
276
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting
277
			multiple contiguous paragraphs to Formatted will now be merged into a single &lt;PRE&gt;
278
			block.</li>
279
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2363">#2363</a>] There
280
			were some sporadic "Permission Denied" errors with IE on some situations.</li>
281
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed
282
			a data loss bug in IE when there are @import statements in the editor's CSS files,
283
			and IE's cache is set to "Check for newer versions on every visit".</li>
284
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2376">#2376</a>] FCK.InsertHtml()
285
			will now insert to the last selected position after the user has selected things
286
			outside of FCKeditor, in IE.</li>
287
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed
288
			broken protect source logic for comments in IE.</li>
289
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed
290
			JavaScript error with list commands when the editable document is selected with
291
			Ctrl-A.</li>
292
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed
293
			the issue where indent styles in JavaScript-generated &lt;p&gt; blocks are erased
294
			in IE.</li>
295
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed
296
			JavaScript error with the "split vertically" command in IE when attempting to split
297
			cells in the last row of a table.</li>
298
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample
299
			posted data page has now the table fixed at 100% width. </li>
300
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages
301
			was causing a "Permission Denied" error in some situations. </li>
302
	</ul>
303
	<h3>
304
		Version 2.6.2</h3>
305
	<p>
306
		New Features and Improvements:</p>
307
	<ul>
308
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug
309
			script is not any more part of the compressed files. If FCKeditor native debugging
310
			features (FCKDebug) are required, the _source folder must be present in your installation.</li>
311
	</ul>
312
	<p>
313
		Fixed Bugs:</p>
314
	<ul>
315
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling
316
			FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space
317
			character.</li>
318
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable
319
			plugin now works in Firefox 3 as well.</li>
320
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor
321
			fix in FCKSelection for nodeTagName object.</li>
322
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified
323
			FCKConfig.FullBasePath with FCKConfig.BasePath.</li>
324
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed
325
			floating dialogs to use fixed positioning so that they are no longer affected by
326
			scrolling.</li>
327
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed
328
			the fix for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>
329
			which broke FCKeditorAPI's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong>
330
			has been added for those who wish to force the #183 fix to be enabled.</li>
331
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a
332
			target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera
333
			and Firefox 3, the entire page was scrolling on ENTER.</li>
334
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls
335
			with querystring parameters were not being accepted for CSS values in the configuration
336
			file (like EditorAreaCSS).</li>
337
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some
338
			specific cases, with Firefox 2, some extra spacing was appearing in the final HTML
339
			on posting, if inserting two successive tables.</li>
340
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block
341
			elements (like tables or horizontal rules) will be inserted correctly now when the
342
			cursor is at the start or the end of blocks. No extra paragraphs will be included
343
			in this operation.</li>
344
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB
345
			key will now have the default browser behavior if TabSpaces=0. It will move the
346
			focus out of the editor (expect on Safari).</li>
347
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed
348
			permission denied error on clicking on files in the file browser.</li>
349
	</ul>
350
	<h3>
351
		Version 2.6.1</h3>
352
	<p>
353
		New Features and Improvements:</p>
354
	<ul>
355
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching
356
			speed of the Find/Replace dialog has been vastly improved.</li>
357
		<li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li>
358
		<li>A new TabIndex property has been added to the JavaScript integration files.</li>
359
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following
360
			the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex
361
			value if available.</li>
362
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the
363
			FCKConfig.DocType setting points to a HTML DocType then the output won't generate
364
			self-closing tags (it will output &lt;img &gt; instead of &lt;img /&gt;).</li>
365
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber
366
			will be shown in the Quick Uploads.</li>
367
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML
368
			samples will now use sampleposteddata.php in action parameter inside a form.</li>
369
	</ul>
370
	<p>
371
		Fixed Bugs:</p>
372
	<ul>
373
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no
374
			longer possible for an image to have its width and height defined with both HTML
375
			attributes and inline CSS styles in IE.</li>
376
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed
377
			the error loading fckstyles.xml in servers which cannot return the correct content
378
			type header for .xml files.</li>
379
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed
380
			FCKConfig.DocType which stopped working in FCKeditor 2.6.</li>
381
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed
382
			the locking up issue in the Find/Replace dialog.</li>
383
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File
384
			Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li>
385
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed
386
			the error in the toolbar name in fckeditor.py.</li>
387
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating
388
			dialogs will now block the user from re-selecting the editing area by pressing Tab.</li>
389
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added
390
			a workaround for an IE6 bug which causes floating dialogs to appear blank after
391
			opening it for the first time.</li>
392
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed
393
			JavaScript error in IE when opening the bullet list properties dialog.</li>
394
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External
395
			styles should no longer interfere with the appearance of the editor and floating
396
			panels now.</li>
397
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed
398
			unneeded &lt;span class=&quot;Apple-style-span&quot;&gt; created after inserting
399
			special characters.</li>
400
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed
401
			Ctrl-Insert hotkey for copying.</li>
402
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed
403
			the issue that FCK.InsertHtml() doesn't insert contents at the caret position when
404
			dialogs are opened in IE. </li>
405
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor
406
			will no longer catch focus in IE on load when StartupFocus is false and the initial
407
			content is empty.</li>
408
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening
409
			and closing floating dialogs will no longer cause toolbar button states to become
410
			frozen.</li>
411
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection
412
			are now correctly restored when undoing changes made by the Replace dialog.</li>
413
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match
414
			whole word" in the Find and Replace dialog will now find words next to punctuation
415
			marks as well.</li>
416
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the
417
			configuration is set to work including the &lt;head&gt; (FullPage), references to
418
			stylesheets added by Firefox extensions won't be added to the output.</li>
419
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments
420
			won't generate new paragraphs in the output.</li>
421
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed
422
			several validation errors in the File Browser.</li>
423
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed
424
			an IE issue where pressing backspace may merge a hyperlink on the previous line
425
			with the text on the current line.</li>
426
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation
427
			of links in Safari failed if there was no selection.</li>
428
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser
429
			is now removed as it was made obsolete with 2.6.</li>
430
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles
431
			for the editing area are applied in the image preview dialog.</li>
432
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed
433
			several validation errors in the dialogs.</li>
434
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed
435
			some problems in asp related to the use of network paths for the location of the
436
			uploaded files.</li>
437
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample
438
			Posted Data" page will now properly wrap the text.</li>
439
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP
440
			code in sampleposteddata.php has been changed from "&lt;?=" to "&lt;? echo".</li>
441
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed
442
			404 error in floating panels when FCKeditor is installed to a different domain.</li>
443
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added
444
			a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button
445
			to give a blank screen.</li>
446
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved
447
			Gecko based browser detection to accept Epiphany/Gecko as well.</li>
448
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed
449
			the issue where the caret cannot reach the last character of a paragraph in Opera
450
			9.50.</li>
451
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed
452
			empty spaces that appear at the top of the editor in Opera 9.50.</li>
453
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The &lt;object&gt;
454
			placeholder was not being properly displayed in the compressed distribution version
455
			and nightly builds.</li>
456
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed
457
			JavaScript (permission denied) error in Firefox when file has been uploaded.</li>
458
	</ul>
459
	<h3>
460
		Version 2.6</h3>
461
	<p>
462
		No changes. The stabilization of the 2.6 RC was completed successfully, as expected.</p>
463
	<h3>
464
		Version 2.6 RC</h3>
465
	<p>
466
		New Features and Improvements:</p>
467
	<ul>
468
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances
469
			object can now be used to access all FCKeditor instances available in the page.</li>
470
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span
471
			style="color: #ff0000">Attention:</span> By default, the editor now produces &lt;strong&gt;
472
			and &lt;em&gt; instead of &lt;b&gt; and &lt;i&gt;.</li>
473
	</ul>
474
	<p>
475
		Fixed Bugs:</p>
476
	<ul>
477
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1924">#1924</a>] The dialog
478
			close button is now correctly positioned in IE in RTL languages.</li>
479
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1933">#1933</a>] Placeholder
480
			dialog will now display the placeholder value correctly in IE.</li>
481
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/957">#957</a>] Pressing
482
			Enter or typing after a placeholder with the placeholder plugin will no longer generate
483
			colored text.</li>
484
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed
485
			an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li>
486
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed
487
			Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li>
488
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1666">#1666</a>] Fixed
489
			permission denied errors during opening popup menus in IE6 under domain relaxation
490
			mode.</li>
491
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed
492
			JavaScript errors when calling Selection.EnsureSelection() in dialogs.</li>
493
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1920">#1920</a>] Fixed
494
			SSL warning message when opening image and flash dialogs under HTTPS in IE6.</li>
495
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1955">#1955</a>] [<a
496
			target="_blank" href="http://dev.fckeditor.net/ticket/1981">#1981</a>] [<a target="_blank"
497
				href="http://dev.fckeditor.net/ticket/1985">#1985</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>]
498
			Fixed XHTML source formatting errors in non-IE browsers.</li>
499
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The #
500
			character is now properly encoded in file names returned by the File Browser.</li>
501
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1945">#1945</a>] New folders
502
			and file names are now properly sanitized against control characters. </li>
503
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1944">#1944</a>] Backslash
504
			character is now disallowed in current folder path.</li>
505
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1055">#1055</a>] Added
506
			logic to override JavaScript errors occurring inside the editing frame due to user
507
			added JavaScript code.</li>
508
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1647">#1647</a>] Hitting
509
			ENTER on list items containing block elements will now create new list item elements,
510
			instead of adding further blocks to the same list item.</li>
511
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label
512
			only combos now get properly grayed out when moving to source view.</li>
513
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed
514
			an important bug regarding styles removal on styled text boundaries, introduced
515
			with the 2.6 Beta 1. </li>
516
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal
517
			CSS &lt;style&gt; tags where being outputted when FullPage=true.</li>
518
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2016">#2016</a>] The Link
519
			dialog now properly selects the first field when opening it to modify mailto or
520
			anchor links. This problem was also throwing an error in IE.</li>
521
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret
522
			will no longer remain behind in the editing area when the placeholder dialog is
523
			opened.</li>
524
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed
525
			JavaScript error in IE when the user tries to open dialogs in Source mode.</li>
526
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1853">#1853</a>] Setting
527
			ShiftEnterMode to p or div now works correctly when EnterMode is br.</li>
528
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1838">#1838</a>] Fixed
529
			the issue where context menus sometimes don't disappear after selecting an option.
530
		</li>
531
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2028">#2028</a>] Fixed
532
			JavaScript error when EnterMode=br and user tries to insert a page break.</li>
533
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2002">#2002</a>] Fixed
534
			the issue where the maximize editor button does not vertically expand the editing
535
			area in Firefox.</li>
536
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration:
537
			fixed filename encoding problems in file browser.</li>
538
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling
539
			FCK.InsertHtml() in non-IE browsers would now activate the document processor as
540
			expected.</li>
541
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native
542
			XMLHttpRequest class is now used in IE, whenever it is available.</li>
543
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE,
544
			the browser was able to enter in an infinite loop when working with multiple editors
545
			in the same page. </li>
546
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1948">#1948</a>] Some
547
			CSS rules are reset to dialog elements to avoid conflict with the page CSS.</li>
548
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1965">#1965</a>] IE was
549
			having problems with SpellerPages, causing some errors to be thrown when completing
550
			the spell checking in some situations.</li>
551
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow
552
			command was throwing an error if executed in an editor where its relative button
553
			is not present in the toolbar.</li>
554
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/922">#922</a>] Implemented
555
			a generic document processor for &lt;OBJECT&gt; and &lt;EMBED&gt; tags.</li>
556
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1831">#1831</a>] Fixed
557
			the issue where the placeholder icon for &lt;EMBED&gt; tags does not always show
558
			up in IE7.</li>
559
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed
560
			a deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li>
561
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE,
562
			the caret will not any more move to the previous line when selecting a Format style
563
			inside an empty paragraph.</li>
564
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE,
565
			dialogs using API calls which deals with the selection, like InsertHtml now can
566
			be sure the selection will be placed in the correct position.</li>
567
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1997">#1997</a>] With
568
			IE, the first character of table captions where being lost on table creation.</li>
569
		<li>The selection and cursor position was not being properly handled when creating some
570
			elements like forms and tables.</li>
571
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the
572
			Perl sample files, the GetServerPath function will now calculate the path properly.</li>
573
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added
574
			missing translations in Italian language file.</li>
575
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2096">#2096</a>] Added
576
			the codepage to basexml file. Filenames with special chars should now display properly.</li>
577
	</ul>
578
	<h3>
579
		Version 2.6 Beta 1</h3>
580
	<p>
581
		New Features and Improvements:</p>
582
	<ul>
583
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/35">#35</a>] <strong>New
584
			(and cool!) floating dialog system</strong>, avoiding problems with popup blockers
585
			and enhancing the editor usability.</li>
586
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1886">#1886</a>] <strong>
587
			Adobe AIR</strong> compatibility.</li>
588
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/123">#123</a>] Full support
589
			for <strong>document.domain</strong> with automatic domain detection.</li>
590
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1622">#1622</a>] New <strong>
591
			inline CSS cache</strong> feature, making it possible to avoid downloading the CSS
592
			files for the editing area and skins. For that, it is enough to set the EditorAreaCSS,
593
			SkinEditorCSS and SkinDialogCSS to string values in the format "/absolute/path/for/urls/|&lt;minified
594
			CSS styles". All internal CSS links are already using this feature. </li>
595
		<li>New language file for <strong>Canadian French</strong>.</li>
596
	</ul>
597
	<p>
598
		Fixed Bugs:</p>
599
	<ul>
600
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1643">#1643</a>] Resolved
601
			several "strict warning" messages in Firefox when running FCKeditor.</li>
602
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1522">#1522</a>] The ENTER
603
			key will now work properly in IE with the cursor at the start of a formatted block.</li>
604
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1503">#1503</a>] It's
605
			possible to define in the Styles that a Style (with an empty class) must be shown
606
			selected only when no class is present in the current element, and selecting that
607
			item will clear the current class (it does apply to any attribute, not only classes).</li>
608
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/191">#191</a>] The scrollbars
609
			are now being properly shown in Firefox Mac when placing FCKeditor inside a hidden
610
			div.</li>
611
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/503">#503</a>] Orphaned
612
			&lt;li&gt; elements now get properly enclosed in a &lt;ul&gt; on output.</li>
613
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/309">#309</a>] The ENTER
614
			key will not any more break &lt;button&gt; elements at the beginning of paragraphs.</li>
615
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor
616
			was not loading on a specific unknown situation. The breaking point has been removed.</li>
617
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1707">#1707</a>] The editor
618
			no longer hangs when operating on documents imported from Microsoft Word.</li>
619
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Floating
620
			panels attached to a shared toolbar among multiple FCKeditor instances are no longer
621
			misplaced when the editing areas are absolutely or relatively positioned.</li>
622
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1715">#1715</a>] The ShowDropDialog
623
			is now enforced only when ForcePasteAsPlainText = true.</li>
624
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1336">#1336</a>] Sometimes
625
			the autogrow plugin didn't work properly in Firefox.</li>
626
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1728">#1728</a>] External
627
			toolbars are now properly sized in Opera.</li>
628
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1782">#1782</a>] Clicking
629
			on radio buttons or checkboxes in the editor in IE will no longer cause lockups
630
			in IE.</li>
631
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes
632
			commands where executed even if the command itself was disabled.</li>
633
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/982">#982</a>] The button
634
			to empty the box in the "Paste from Word" has been removed as it leads to confusion
635
			for some users.</li>
636
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1682">#1682</a>] Editing
637
			control elements in Firefox, Opera and Safari now works properly.</li>
638
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1613">#1613</a>] The editor
639
			was surrounded by a &lt;div&gt; element that wasn't really needed.</li>
640
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/676">#676</a>] If a form
641
			control was moved in IE after creating it, then it did lose its name.</li>
642
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't
643
			possible to change the type of an existing button.</li>
644
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation
645
			now works inside table cells.</li>
646
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1717">#1717</a>] The editor
647
			was entering on looping on some specific cases when dealing with invalid source
648
			markup.</li>
649
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1530">#1530</a>] Pasting
650
			text into the "Find what" fields in the Find and Replace dialog would now activate
651
			the find and replace buttons.</li>
652
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1828">#1828</a>] The Find/Replace
653
			dialog will no longer display wrong starting positions for the match when there
654
			are multiple and identical characters preceding the character at the real starting
655
			point of the match.</li>
656
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1878">#1878</a>] Fixed
657
			a JavaScript error which occurs in the Find/Replace dialog when the user presses
658
			"Find" or "Replace" after the "No match found" message has appeared.</li>
659
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1355">#1355</a>] Line
660
			breaks and spaces are now conserved when converting to and from the "Formatted"
661
			format.</li>
662
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1670">#1670</a>] Improved
663
			the background color behind smiley icons and special characters in their corresponding
664
			dialogs.</li>
665
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom
666
			error messages are now properly displayed in the file browser.</li>
667
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/970">#970</a>] The text
668
			and value fields in the selection box dialog will no longer extend beyond the dialog
669
			limits when the user inputs a very long text or value for one of the selection options.</li>
670
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the
671
			issue where pressing Enter in an &lt;o:p&gt; tag in IE does not generate line breaks.</li>
672
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/481">#481</a>] Fixed the
673
			issue where the image preview in image dialog sometimes doesn't display after selecting
674
			the image from server browser.</li>
675
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1488">#1488</a>] PHP integration:
676
			the FCKeditor class is now more PHP5/6 friendly ("public" keyword is used instead
677
			of depreciated "var").</li>
678
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1815">#1815</a>] PHP integration:
679
			removed closing tag: "?&gt;", so no additional whitespace added when files are included.</li>
680
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1906">#1906</a>] PHP file
681
			browser: fixed problems with DetectHtml() function when open_basedir was set.</li>
682
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1871">#1871</a>] PHP file
683
			browser: permissions applied with the chmod command are now configurable.</li>
684
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1872">#1872</a>] Perl
685
			file browser: permissions applied with the chmod command are now configurable.</li>
686
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1873">#1873</a>] Python
687
			file browser: permissions applied with the chmod command are now configurable.</li>
688
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1572">#1572</a>] ColdFusion
689
			integration: fixed issues with setting the editor height.</li>
690
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1692">#1692</a>] ColdFusion
691
			file browser: it is possible now to define TempDirectory to avoid issues with GetTempdirectory()
692
			returning an empty string.</li>
693
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1379">#1379</a>] ColdFusion
694
			file browser: resolved issues with OnRequestEnd.cfm breaking the file browser.</li>
695
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1509">#1509</a>] InsertHtml()
696
			in IE will no longer turn the preceding normal whitespace into &amp;nbsp;.</li>
697
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/958">#958</a>] The AddItem
698
			method now has an additional fifth parameter "customData" that will be sent to the
699
			Execute method of the command for that menu item, allowing a single command to be
700
			used for different menu items..</li>
701
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1502">#1502</a>] The RemoveFormat
702
			command now also removes the attributes from the cleaned text. The list of attributes
703
			is configurable with FCKConfig.RemoveAttributes.</li>
704
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1596">#1596</a>] On Safari,
705
			dialogs have now right-to-left layout when it runs a RTL language, like Arabic.</li>
706
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1344">#1344</a>] Added
707
			warning message on Copy and Cut operation failure on IE due to paste permission
708
			settings.</li>
709
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1868">#1868</a>] Links
710
			to file browser has been changed to avoid requests containing double dots.</li>
711
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting
712
			multiple contiguous paragraphs to Formatted will now be merged into a single &lt;PRE&gt;
713
			block.</li>
714
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1627">#1627</a>] Samples
715
			failed to load from local filesystem in IE7.</li>
716
	</ul>
717
	<h3>
718
		Version 2.5.1</h3>
719
	<p>
720
		New Features and Improvements:</p>
721
	<ul>
722
		<li><strong>FCKeditor.Net 2.5</strong> compatibility.</li>
723
		<li>JavaScript integration file:
724
			<ul>
725
				<li>The new "<strong>FCKeditor.ReplaceAllTextareas</strong>" function is being introduced,
726
					making it possible to replace many (or unknown) &lt;textarea&gt; elements in a single
727
					call. The replacement can be also filtered by CSS class name, or by a custom function
728
					evaluator. </li>
729
				<li>It is now possible to set the default BasePath for all editor instances by setting
730
					<strong>FCKeditor.BasePath</strong>. This is extremely useful when working with
731
					the ReplaceAllTextareas function. </li>
732
			</ul>
733
		</li>
734
	</ul>
735
	<p>
736
		Fixed Bugs:</p>
737
	<ul>
738
		<li>[<a href="http://dev.fckeditor.net/ticket/339" target="_blank">#339</a>] [<a
739
			href="http://dev.fckeditor.net/ticket/681" target="_blank">#681</a>] The SpellerPages
740
			spell checker will now completely ignore the presence of HTML tags in the text.
741
		</li>
742
		<li>[<a href="http://dev.fckeditor.net/ticket/1643" target="_blank">#1643</a>] Resolved
743
			several "strict warning" messages in Firefox when running FCKeditor. </li>
744
		<li>[<a href="http://dev.fckeditor.net/ticket/1603" target="_blank">#1603</a>] Certain
745
			specific markup was making FCKeditor entering in a loop, blocking its execution.
746
		</li>
747
		<li>[<a href="http://dev.fckeditor.net/ticket/1664" target="_blank">#1664</a>] The ENTER
748
			key will not any more swap the order of the tags when hit at the end of paragraphs.
749
		</li>
750
	</ul>
751
	<h3>
752
		Version 2.5</h3>
753
	<p>
754
		New Features and Improvements:</p>
755
	<ul>
756
		<li>The heading options have been moved to the top, in the default settings for the
757
			Format combo.</li>
758
	</ul>
759
	<p>
760
		Fixed Bugs:</p>
761
	<ul>
762
		<li>The focus is now correctly set when working on Safari.</li>
763
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1436">#1436</a>] Nested
764
			context menu panels are now correctly closed on Safari.</li>
765
		<li>Empty anchors are now properly created on Safari.</li>
766
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1359">#1359</a>] FCKeditor
767
			will no longer produce the strange visual effect of creating a selected space and
768
			then deleting it in Internet Explorer.</li>
769
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1399">#1399</a>] Removed
770
			the empty entry in the language selection box of sample03.html.</li>
771
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1400">#1400</a>] Fixed
772
			the issue where the style selection box in sample14.html is not context sensitive.</li>
773
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1401">#1401</a>] Completed
774
			Hebrew translation of the user interface.</li>
775
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1409">#1409</a>] Completed
776
			Finnish translation of the user interface.</li>
777
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1414">#1414</a>] Fixed
778
			the issue where entity code words written inside a &lt;pre&gt; block in Source mode
779
			are not converted to the corresponding characters after switching back to editor
780
			mode.</li>
781
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1418">#1418</a>] Fixed
782
			the issue where a detached toolbar would flicker when FCKeditor is being loaded.</li>
783
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1419">#1419</a>] Fixed
784
			the issue where pressing Delete in the middle of two lists would incorrectly move
785
			contents after the lists to the character position.</li>
786
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1420">#1420</a>] Fixed
787
			the issue where empty list items can become collapsed and uneditable when it has
788
			one of more indented list items directly under it. </li>
789
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1431">#1431</a>] Fixed
790
			the issue where pressing Enter in a &lt;pre&gt; block in Internet Explorer would
791
			move the caret one space forward instead of sending it to the next line.</li>
792
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1472">#1472</a>] Completed
793
			Arabic translation of the user interface.</li>
794
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1474">#1474</a>] Fixed
795
			the issue where reloading a page containing FCKeditor may provoke JavaScript errors
796
			in Internet Explorer.</li>
797
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1478">#1478</a>] Fixed
798
			the issue where parsing fckstyles.xml fails if the file contains no &lt;style&gt;
799
			nodes.</li>
800
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1491">#1491</a>] Fixed
801
			the issue where FCKeditor causes the selection to include an "end of line" character
802
			in list items even though the list item is empty.</li>
803
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1496">#1496</a>] Fixed
804
			the issue where attributes under &lt;area&gt; and &lt;map&gt; nodes are destroyed
805
			or left unprotected when switching to and from Source mode.</li>
806
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1500">#1500</a>] Fixed
807
			the issue where the function _FCK_PaddingNodeListener() is called excessively which
808
			negatively affects performance.</li>
809
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Fixed
810
			the issue where floating menus are incorrectly positioned when the toolbar or the
811
			editor frame are not static positioned.</li>
812
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1518">#1518</a>] Fixed
813
			the issue where excessive &lt;BR&gt; nodes are not removed after a paragraph is
814
			split when creating lists.</li>
815
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1521">#1521</a>] Fixed
816
			JavaScript error and erratic behavior of the Replace dialog.</li>
817
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1524">#1524</a>] Fixed
818
			the issue where the caret jumps to the beginning or end of a list block and when
819
			user is trying to select the end of a list item.</li>
820
		<li>Completed Simplified Chinese translation of the user interface.</li>
821
		<li>Completed Estonian translation of the user interface.</li>
822
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1406">#1406</a>] Editor
823
			was always "dirty" if flash is available in the contents.</li>
824
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1561">#1561</a>] Non standard
825
			elements are now properly applied if defined in the styles XML file.</li>
826
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1412">#1412</a>] The _QuickUploadLanguage
827
			value is now work properly for Perl.</li>
828
		<li>Several compatibility fixes for Firefox 3 (Beta 1):
829
			<ul>
830
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1558">#1558</a>] Nested
831
					context menu close properly when one of their options is selected.</li>
832
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1556">#1556</a>] Dialogs
833
					contents are now showing completely, without scrollbar.</li>
834
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1559">#1559</a>] It is
835
					not possible to have more than one panel opened at the same time.</li>
836
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links
837
					now get underlined.</li>
838
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1557">#1557</a>] The "Automatic"
839
					and "More colors..." buttons were improperly styled in the color selector panels
840
					(Opera too).</li>
841
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1462">#1462</a>] The enter
842
					key will not any more scroll the main window.</li>
843
			</ul>
844
		</li>
845
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1562">#1562</a>] Fixed
846
			the issue where empty paragraphs are added around page breaks each time the user
847
			switches to Source mode.</li>
848
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor
849
			will now scroll correctly when hitting enter in front of a paragraph.</li>
850
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed
851
			the issue where the create table and table properties dialogs are too narrow for
852
			certain translations.</li>
853
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1580">#1580</a>] Completed
854
			Polish translation of the user interface.</li>
855
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1591">#1591</a>] Fixed
856
			JavaScript error when using the blockquote command in an empty document in IE.</li>
857
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1592">#1592</a>] Fixed
858
			the issue where attempting to remove a blockquote with an empty paragraph would
859
			leave behind an empty blockquote IE.</li>
860
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1594">#1594</a>] Undo/Redo
861
			will now work properly for the color selectors.</li>
862
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1597">#1597</a>] The color
863
			boxes are now properly rendered in the color selector panels on sample14.html.</li>
864
	</ul>
865
	<h3>
866
		Version 2.5 Beta</h3>
867
	<p>
868
		New Features and Improvements:</p>
869
	<ul>
870
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/624">#624</a>] [<a
871
			target="_blank" href="http://dev.fckeditor.net/ticket/634">#634</a>] [<a target="_blank"
872
				href="http://dev.fckeditor.net/ticket/1300">#1300</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1301">#1301</a>]
873
			Official compatibility support with <strong>Opera 9.50</strong> and <strong>Safari 3</strong>
874
			(WebKit based browsers actually). These browsers are still in Beta, but we are confident
875
			that we'll have amazing results as soon as they get stable. We are continuously
876
			collaborating with Opera Software and Apple to bring a wonderful FCKeditor experience
877
			over their browser platforms.</li>
878
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/494">#494</a>] Introduced
879
			the <strong>new Style System</strong>. We are not anymore relaying on browser features
880
			to apply and remove styles, which guarantees that the editor will <strong>behave in
881
				the same way in all browsers</strong>. It is an incredibly flexible system,
882
			which aims to fit all developer's needs, from Flash content or HTML4 to XHTML 1.0
883
			Strict or XHTML 1.1:
884
			<ul>
885
				<li>All basic formatting features, like Bold and Italic, can be precisely controlled
886
					by using the configuration file (<b>CoreStyles</b> setting). It means that now,
887
					the Bold button, for example, can produce &lt;b&gt;, &lt;strong&gt;, &lt;span class...&gt;,
888
					&lt;span style...&gt; or anything the developer prefers.</li>
889
				<li>Again with the <b>CoreStyles</b> setting, each block format, font, size, and even
890
					the color pickers can precisely reflect end developer's needs.</li>
891
				<li>Because of the above changes, font sizes are much more flexible. <b>Any kind of
892
					font unit</b> can be used, including a mix of units.</li>
893
				<li>All styles, including toolbar bottom styles, are precisely controlled when being
894
					applied to the document. FCKeditor uses an element table derived from the <b>W3C XHTML
895
						DTDs</b> to precisely create the elements, guarantee standards compliant code.</li>
896
				<li><b>No more &lt;font&gt; tags</b>... well... actually, the system is so flexible
897
					that it is up to you to use them or not.</li>
898
				<li>It is possible to configure FCKeditor to produce a truly <b>semantic aware </b>and<b>
899
					XHTML 1.1 compliant </b>code. Check out sample14.html.</li>
900
				<li>It's also possible to precisely control which inline elements must be removed with
901
					the &quot;Remove All&quot; button, by using the &quot;<b>RemoveFormatTags</b>&quot;
902
					setting.</li>
903
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] [<a
904
					target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph <b>indentation</b>
905
					and <b>justification</b> now uses style attributes and don't create unnecessary
906
					elements, and &lt;blockquote&gt; is not anymore used for it. Now, even CSS classes
907
					can be used to indent or align text.</li>
908
				<li>All paragraph formatting features work well when EnterMode=br.</li>
909
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] All paragraph
910
					formatting features work well when list items too.</li>
911
			</ul>
912
		</li>
913
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] [<a
914
			target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar
915
			now presents a <strong>new button for Blockquote</strong>. The indentation button
916
			will not anymore be used for that.</li>
917
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] Table's
918
			<strong>columns size can now be changed by dragging on cell borders</strong>, with
919
			the "dragresizetable" plugin. </li>
920
		<li>The EditorAreaCSS config option can now also be set to a string of paths separated
921
			by commas.</li>
922
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/212">#212</a>] New "<strong>Show
923
			Blocks</strong>" command button in toolbar to show block details in the editing
924
			area. </li>
925
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The <strong>
926
			undo/redo system has been revamped</strong> to work the same across Internet Explorer
927
			and Gecko-based browsers (e.g. Firefox). A number of critical bugs in the undo/redo
928
			system are also fixed. </li>
929
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor
930
			now uses the <strong>Data Processor</strong> technology, which makes it possible
931
			to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample",
932
			that shows some simple BBCode support. </li>
933
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt"
934
			file has been renamed to ".htaccess" as it doesn't bring security concerns, being
935
			active out of the box.</li>
936
		<li>File Browser and Quick Upload changes:
937
			<ul>
938
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span
939
					style="color: #ff0000"><strong>Attention:</strong></span> The default connector
940
					in fckconfig.js has been changed from ASP to PHP. If you are using ASP remember
941
					to change the _FileBrowserLanguage and _QuickUploadLanguage settings in your fckconfig.js.
942
					[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file
943
					browser and upload connectors have been unified so they can reuse the same configuration
944
					settings.</li>
945
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The ASP
946
					and PHP connectors have been improved so it's easy to select the location of the
947
					destination folder for each file type, and it's no longer necessary to use the "file",
948
					"image", "flash" subfolders<br />
949
					<span style="color: #ff0000"><strong>Attention:</strong></span> The location of
950
					all the connectors have been changed in the fckconfig.js file. Please check your
951
					settings to match the current ones. Also review carefully the config file for your
952
					server language. </li>
953
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the
954
					Perl quick upload is available. </li>
955
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python
956
					connector has been rewritten as a WSGI app to be fully compatible with the latest
957
					python frameworks and servers. The QuickUpload feature has been added as well as
958
					all the features available in the PHP connector. Thanks to Mariano Reingart.</li>
959
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The ASP
960
					connector provides an AbsolutePath setting so it's possible to set the url to a
961
					full domain or a relative path and specify that way the physical folder where the
962
					files are stored..</li>
963
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The Quick
964
					Upload now can use the same ServerPath parameter as the full connector.</li>
965
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands
966
					configuration setting is available in the asp and php connectors so it's possible
967
					to disallow the upload of files (although the "select file" button will still be
968
					available in the file browser).</li>
969
			</ul>
970
		</li>
971
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration
972
			directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing
973
			area styles from JavaScript. </li>
974
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code
975
			generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li>
976
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1266">#1266</a>] Introducing
977
			the HtmlEncodeOutput setting to instruct the editor to HTML-encode some characters
978
			(&amp;, &lt; and &gt;) in the posted data.</li>
979
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/357">#357</a>] Added a
980
			"Remove Anchor" option in the context menu for anchors. </li>
981
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility
982
			checks with Firefox 3.0 Alpha. </li>
983
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] [<a
984
			target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge
985
			Down/Right" commands for merging tables cells in non-Gecko browsers.</li>
986
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More
987
			Colors..." button in color selector popup has been made optional and configurable
988
			by the <strong>EnableMoreFontColors</strong> option. </li>
989
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong>
990
			Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li>
991
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a
992
			'None' option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars.
993
		</li>
994
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML
995
			1.1 target editor sample has been created as sample14.html. </li>
996
		<li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li>
997
	</ul>
998
	<p>
999
		Fixed Bugs:</p>
1000
	<ul>
1001
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank"
1002
			href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/267">#267</a>]
1003
			The editor now takes care to not create invalid nested block elements, like creating
1004
			&lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li>
1005
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF
1006
			Patch 1511298</a>] The CF Component failed on CFMX 6.0</li>
1007
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the
1008
			FCKConfig.DefaultLinkTarget setting was missing in fckconfig.js the links has target="undefined".</li>
1009
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED
1010
			attributes handling in IE.</li>
1011
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF
1012
			Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading
1013
			a file</li>
1014
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF
1015
			Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if
1016
			there are double slashes.</li>
1017
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP
1018
			connector now specifies that the included files are relative to the current path.</li>
1019
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP
1020
			connector will work better if the connector or the userfiles folder is a symlink.</li>
1021
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed a
1022
			non initialized $php_errormsg in the PHP connector.</li>
1023
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace
1024
			dialog will now advance its searching position correctly and is able to search for
1025
			strings spanning across multiple inline tags.</li>
1026
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples
1027
			didn't work directly from the Mac filesystem.</li>
1028
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar
1029
			images didn't show in non-IE browsers if the path contained a space.</li>
1030
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a
1031
			target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank"
1032
				href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor
1033
			it was possible to paste or apply formatting to the rest of the page in IE.</li>
1034
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces
1035
			being ignored, and weird behaviors when pressing tab in edit source mode.</li>
1036
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special
1037
			XHTML characters present in event attribute values being converted inappropriately
1038
			when switching to source view.</li>
1039
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar
1040
			was cut sometimes in IE to just one row if there are multiple instances of the editor.</li>
1041
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables
1042
			in Firefox didn't inherit font styles properly in Standards mode.</li>
1043
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor
1044
			is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable()
1045
			function.</li>
1046
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse
1047
			Server' button in the Image and Flash dialogs was a little too high.</li>
1048
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId
1049
			and BodyClass configuration settings weren't applied in the preview window.</li>
1050
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap"
1051
			attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li>
1052
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect
1053
			startup focus in Internet Explorer after page reloads. </li>
1054
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser
1055
			lockup when the user writes &lt;!--{PS..x}&gt; into the editor in source mode. </li>
1056
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect
1057
			positioning of FCKeditor in full screen mode. </li>
1058
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a
1059
			SpellerPages error with ColdFusion when no suggestions where available for a word.</li>
1060
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape"
1061
			attribute of &lt;area&gt; had its value changed to uppercase in IE.</li>
1062
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste"
1063
			event listeners will now get executed only once.</li>
1064
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/289">#289</a>] Removed
1065
			debugging popups from page load regarding JavaScript and CSS loading errors.</li>
1066
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/328">#328</a>] [<a
1067
			target="_blank" href="http://dev.fckeditor.net/ticket/346">#346</a>] [<a target="_blank"
1068
				href="http://dev.fckeditor.net/ticket/404">#404</a>] Fixed a number of problems
1069
			regarding &lt;pre&gt; blocks:
1070
			<ol>
1071
				<li>Leading whitespaces and line breaks in &lt;pre&gt; blocks are trimmed when the user
1072
					switches between editor mode and source mode;</li>
1073
				<li>Pressing Enter inside a &lt;pre&gt; block would split the block into two, but the
1074
					expected behavior is simply inserting a line break;</li>
1075
				<li>Simple line breaks inside &lt;pre&gt; blocks entered in source mode are being turned
1076
					into &lt;br&gt; tags when the user switches to editor mode and back.</li>
1077
			</ol>
1078
		</li>
1079
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/581">#581</a>] Fixed the
1080
			issue where the "Maximize the editor size" toolbar button stops working if any of
1081
			the following occurs:
1082
			<ol>
1083
				<li>There exists a form input whose name or id is "style" in FCKeditor's host form;</li>
1084
				<li>There exists a form input whose name or id is "className" in FCKeditor's host form;</li>
1085
				<li>There exists a form and a form input whose name of id is "style" in the editing
1086
					frame.</li>
1087
			</ol>
1088
		</li>
1089
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the
1090
			issue when FCKeditor is being executed in a custom application with the WebBrowser
1091
			ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor's
1092
			cleanup routines, causing FCKeditor to stop working.</li>
1093
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the
1094
			issue where right clicking on a table inside the editing frame in Firefox would
1095
			cause the editor the scroll to the top of the document.</li>
1096
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the
1097
			issue where, under certain circumstances, FCKeditor would obtain focus at startup
1098
			even though FCKConfig.StartupFocus is set to false. </li>
1099
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the
1100
			issue where if an inline tag is at the end of the document, the user would have
1101
			no way of escaping from the inline tag if he continues typing at the end of the
1102
			document. FCKeditor's behaviors regarding inline tags has been made to be more like
1103
			MS Word's:
1104
			<ol>
1105
				<li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink
1106
					mode is disabled. </li>
1107
				<li>If the caret is moved to the end of other styled inline tags by any key other than
1108
					the End key (like bold text or italic text), the original bold/italic/... modes
1109
					would continue to be effective. </li>
1110
				<li>If the caret is moved to the end of other styled inline tags by the End key, all
1111
					style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This is
1112
					not consistent with MS Word, but provides a convenient way for the user to escape
1113
					the inline tag at the end of a line.</li>
1114
			</ol>
1115
		</li>
1116
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Fixed the
1117
			issue where the configuration directive FCKConfig.ForcePasteAsPlainText is ignored
1118
			when new contents are pasted into the editor via drag-and drop from outside of the
1119
			editor. </li>
1120
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1026">#1026</a>] Fixed
1121
			the issue where the cursor or selection positions are not restored with undo/redo
1122
			commands correctly in IE, under some circumstances. </li>
1123
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1160">#1160</a>] [<a
1124
			target="_blank" href="http://dev.fckeditor.net/ticket/1184">#1184</a>] Home, End
1125
			and Tab keys are working properly for numeric fields in dialogs. </li>
1126
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/68">#68</a>] The style
1127
			system now properly handles Format styles when EnterMode=br.</li>
1128
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/525">#525</a>] The union
1129
			of successive DIVs will work properly now if EnterMode!=div.</li>
1130
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1227">#1227</a>] The color
1131
			commands used an unnecessary temporary variable. Thanks to Matthias Miller</li>
1132
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/67">#67</a>] [<a target="_blank"
1133
			href="http://dev.fckeditor.net/ticket/277">#277</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/427">#427</a>]
1134
			[<a target="_blank" href="http://dev.fckeditor.net/ticket/428">#428</a>] [<a target="_blank"
1135
				href="http://dev.fckeditor.net/ticket/965">#965</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1178">#1178</a>]
1136
			[<a target="_blank" href="http://dev.fckeditor.net/ticket/1267">#1267</a>] The list
1137
			insertion/removal/indent/outdent logic in FCKeditor has been rewritten, such that:
1138
			<ol>
1139
				<li>Text separated by &lt;br&gt; will always be treated as separate items during list
1140
					insertion regardless of browser;</li>
1141
				<li>List removal will now always obey the FCKConfig.EnterMode setting;</li>
1142
				<li>List indentation will be XHTML 1.1 compliant - all child elements under an &lt;ol&gt;
1143
					or &lt;ul&gt; must be &lt;li&gt; nodes;</li>
1144
				<li>IE editor hacks like &lt;ul type=&quot;1&quot;&gt; will no longer appear;</li>
1145
				<li>Excessive &lt;div&gt; nodes are no longer inserted into list items due to alignment
1146
					changes.</li>
1147
			</ol>
1148
		</li>
1149
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/205">#205</a>] Fixed the
1150
			issue where visible &lt;br&gt; tags at the end of paragraphs are incorrectly removed
1151
			after switching to and from source mode.</li>
1152
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1050">#1050</a>] Fixed
1153
			a minor PHP/XML incompatibility bug in editor/dialog/fck_docprops.html.</li>
1154
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/462">#462</a>] Fixed an
1155
			algorithm bug in switching from source mode to WYSIWYG mode which causes the browser
1156
			to spin up and freeze for broken HTML code inputs.</li>
1157
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1019">#1019</a>] Table
1158
			command buttons are now disabled when the current selection is not inside a table.</li>
1159
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/135">#135</a>] Fixed the
1160
			issue where context menus are misplaced in FCKeditor when FCKeditor is created inside
1161
			a &lt;div&gt; node with scrolling. </li>
1162
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1067">#1067</a>] Fixed
1163
			the issue where context menus are misplaced in Safari when FCKeditor is scrolled
1164
			down.</li>
1165
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1081">#1081</a>] Fixed
1166
			the issue where undoing table deletion in IE7 would cause JavaScript errors.</li>
1167
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1061">#1061</a>] Fixed
1168
			the issue where backspace and delete cannot delete special characters in Firefox
1169
			under some circumstances.</li>
1170
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/403">#403</a>] Fixed the
1171
			issue where switching to and from source mode in full page mode under IE would add
1172
			excessive line breaks to &lt;style&gt; blocks.</li>
1173
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/121">#121</a>] Fixed the
1174
			issue where maximizing FCKeditor inside a frameset would resize FCKeditor to the
1175
			whole window's size instead of just the container frame's size.</li>
1176
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1093">#1093</a>] Fixed
1177
			the issue where pressing Enter inside an inline tag would not create a new paragraph
1178
			correctly.</li>
1179
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1089">#1089</a>] Fixed
1180
			the issue where pressing Enter inside a &lt;pre&gt; block do not generate visible
1181
			line breaks in IE.</li>
1182
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/332">#332</a>] Hitting
1183
			Enter when the caret is at the end of a hyperlink will no longer continue the link
1184
			at the new paragraph.</li>
1185
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1121">#1121</a>] Hitting
1186
			Enter with FCKConfig.EnterMode=br will now scroll the document correctly when the
1187
			new lines have exceeded the lower boundary of the editor frame.</li>
1188
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1063">#1063</a>] [<a
1189
			target="_blank" href="http://dev.fckeditor.net/ticket/1084">#1084</a>] [<a target="_blank"
1190
				href="http://dev.fckeditor.net/ticket/1092">#1092</a>] Fixed a few Norwegian
1191
			language translation errors.</li>
1192
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1148">#1148</a>] Fixed
1193
			the issue where the &quot;Automatic&quot; and &quot;More Colors...&quot; buttons
1194
			in the color selection panel are not centered in Safari.</li>
1195
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1187">#1187</a>] Fixed
1196
			the issue where the &quot;Paste as plain text&quot; command cannot be undone in
1197
			non-IE browsers.</li>
1198
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1222">#1222</a>] Ctrl-Backspace
1199
			operations will now save undo snapshots in all browsers.</li>
1200
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1223">#1223</a>] Fixed
1201
			the issue where the insert link dialog would save multiple undo snapshots for a
1202
			single operation.</li>
1203
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/247">#247</a>] Fixed the
1204
			issue where deleting everything in the document in IE would create an empty &lt;p&gt;
1205
			block in the document regardless of EnterMode setting. </li>
1206
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1280">#1280</a>] Fixed
1207
			the issue where opening a combo box will cause the editor frames to lose focus when
1208
			there are multiple editors in the same document.</li>
1209
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/363">#363</a>] Fixed the
1210
			issue where the Find dialog does not work under Opera.</li>
1211
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/50">#50</a>] Fixed the
1212
			issue where the Paste button is always disabled in Safari.</li>
1213
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/389">#389</a>] Pasting
1214
			text with comments from Word won't generate errors in IE, thanks to the idea from
1215
			Swift.</li>
1216
		<li>The pasting area in the Paste from Word dialog is focused on initial load</li>
1217
		<li>Some fixes related to html comment handling in the Word clean up routine</li>
1218
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1303">#1303</a>] &lt;col&gt;
1219
			is correctly treated as an empty element.</li>
1220
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/969">#969</a>] Removed
1221
			unused files (fcknumericfield.htc and moz-bindings.xml).</li>
1222
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1166">#1166</a>] Fixed
1223
			the issue where &lt;meta&gt; tags are incorrectly outputted with closing tags in
1224
			full page mode.</li>
1225
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1200">#1200</a>] Fixed
1226
			the issue where context menus sometimes disappear prematurely before the user can
1227
			click on any items in Opera.</li>
1228
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1315">#1315</a>] Fixed
1229
			the issue where the source view text area in Safari is displayed with an excessive
1230
			blue border.</li>
1231
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1201">#1201</a>] Fixed
1232
			the issue where hitting Backspace or Delete inside a table cell deletes the table
1233
			cell instead of its contents in Opera.</li>
1234
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1311">#1311</a>] Fixed
1235
			the issue where undoing and redoing a special character insertion would send the
1236
			caret to incorrect positions. (e.g. the beginning of document)</li>
1237
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors
1238
			are now properly applied on links.</li>
1239
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed
1240
			the issue where the image dialog expands to a size too big in Safari.</li>
1241
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] [<a
1242
			target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] The undo system
1243
			can now undo text formatting steps like setting fonts to bold and italic.</li>
1244
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the
1245
			issue where FCKeditor breaks &lt;meta&gt; tags in full page mode in some circumstances.</li>
1246
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the
1247
			issue where entering an email address with a '%' sign in the insert link dialog
1248
			would cause JavaScript error.</li>
1249
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved
1250
			backward compatibility with older PHP versions. FCKeditor can now work with PHP
1251
			versions down to 4.0.</li>
1252
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document
1253
			modifying actions from the FCKeditor JavaScript API will now save undo steps.</li>
1254
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text
1255
			formatting commands in EnterMode=div will no longer cause tags to randomly disappear.</li>
1256
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no
1257
			longer possible for the browser's back action to misfire when a user presses backspace
1258
			while an image is being selected in FCKeditor.</li>
1259
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace
1260
			now works in FCKeditor.</li>
1261
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment
1262
			and justification commands now respects EnterMode=br paragraph rules.</li>
1263
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing
1264
			Ctrl-End while the document contains a list towards the end will no longer make
1265
			the cursor disappear.</li>
1266
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now
1267
			possible to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li>
1268
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing
1269
			the Enter key will now produce an undo step.</li>
1270
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the
1271
			"Cannot execute code from a freed script" error in IE from editor dialogs.</li>
1272
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server
1273
			based spell checking with ColdFusion integration no longer breaks fir non en_US
1274
			languages.</li>
1275
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting
1276
			everything in the editor document and moving the cursor around will no longer leave
1277
			the cursor hanging beyond the top of the editor document.</li>
1278
	</ul>
1279
	<p>
1280
		# This version has been <a href="http://dev.fckeditor.net/wiki/SD/COE">partially sponsored</a>
1281
		by the <a href="http://www.coe.int/">Council of Europe</a>.
1282
	</p>
1283
	<h3>
1284
		Version 2.4.3</h3>
1285
	<p>
1286
		New Features and Improvements:</p>
1287
	<ul>
1288
		<li>It is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>"
1289
			setting. </li>
1290
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/436">#436</a>] The new
1291
			"<strong>FirefoxSpellChecker</strong>" setting is available, to enable/disable the
1292
			Firefox built-in spellchecker while typing. Even if word suggestions will not appear
1293
			in the FCKeditor context menu, this feature is useful to quickly identify misspelled
1294
			words.</li>
1295
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new
1296
			"<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, to enable/disable
1297
			the ability of displaying the default browser's context menu when right-clicking
1298
			with the CTRL key pressed.</li>
1299
	</ul>
1300
	<p>
1301
		Fixed Bugs:</p>
1302
	<ul>
1303
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css
1304
			file was not validating with the W3C CSS Validation Service.</li>
1305
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered
1306
			list didn't keep the Type attribute properly (it was converted to lowercase when
1307
			the properties dialog was opened again).</li>
1308
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple
1309
			linked images are merged in a single link in IE.</li>
1310
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The &lt;marquee&gt;
1311
			element will no longer append unwanted &lt;p&gt;&amp;nbsp;&lt;/p&gt; to the code.</li>
1312
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/351">#351</a>] The content
1313
			was being lost for images or comments only HTML inserted directly in the editor
1314
			source or loaded in the editor.</li>
1315
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/388">#388</a>] Creating
1316
			links in lines separated by &lt;br&gt; in IE can lead to a merge of the links.</li>
1317
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/325">#325</a>] Calling
1318
			the GetXHTML can distort visually the rendering in Firefox.</li>
1319
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/391">#391</a>] When ToolbarLocation=Out,
1320
			a "Security Warning" alert was being shown in IE if under https. Thanks to reister.</li>
1321
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name"
1322
			was being set to "[object]" if it contained an element with id="name".</li>
1323
		<li>Fixed a type that was breaking the ColdFusion SpellerPages integration file when
1324
			no spelling errors were found.</li>
1325
		<li>The ColdFusion SpellerPages integration was not working it Aspell was installed
1326
			in a directory with spaces in the name.</li>
1327
		<li>Added option to SpellerPages to ignore "alt" attributes.</li>
1328
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/451">#451</a>] Classes
1329
			for images in IE didn't take effect immediately.</li>
1330
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with
1331
			a class did generate a span in Firefox when removing them.</li>
1332
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP
1333
			quick upload still tried to use the uppercased types instead of the lowercased ones.
1334
		</li>
1335
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP
1336
			quick upload didn't check for the existence of the folder before saving.</li>
1337
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml
1338
			was called in IE with a comment (or any protected source at the beginning) it was
1339
			lost.</li>
1340
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF
1341
			BUG-1518766</a>] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.</li>
1342
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/324">#324</a>] Improperly
1343
			nested tags could lead to a crash in IE.</li>
1344
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/455">#455</a>] Files and
1345
			folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP
1346
			File Manager.</li>
1347
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions
1348
			"sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions
1349
			on upload.</li>
1350
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more
1351
			errors when hitting del inside an empty table cell.</li>
1352
		<li>The perl connector cgi file has been changed to Unix line endings.</li>
1353
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] Regression:
1354
			The HR tag will not anymore break the contents loaded in the editor. </li>
1355
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/508">#508</a>] The HR
1356
			command had a typo.</li>
1357
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression:
1358
			IE crashed if a table caption was deleted.</li>
1359
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank"
1360
			href="http://dev.fckeditor.net/ticket/359">#359</a>] &lt;object&gt; and &lt;embed&gt;
1361
			tags are not anymore lost in IE.</li>
1362
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the
1363
			containing form had a button named "submit" the "Save" command didn't work in Firefox.</li>
1364
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing
1365
			was globally enabled in Asp.Net 2.0 then the Asp.Net connector did fail.</li>
1366
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/520">#520</a>] The "Select
1367
			Field" properties dialog was not correctly handling select options with &amp;, &lt;
1368
			and &gt;.</li>
1369
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/258">#258</a>] The Asp
1370
			integration didn't pass boolean values in English, using instead the locale of the
1371
			server and failing.</li>
1372
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/487">#487</a>] If an image
1373
			with dimensions set as styles was opened with the image manager and then the dialog
1374
			was canceled the dimensions in the style were lost.</li>
1375
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#220</a>] The creation
1376
			of links or anchors in a selection that results on more than a single link created
1377
			will not anymore leave temporary links in the source. All links will be defined
1378
			as expected.</li>
1379
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a
1380
			target="_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank"
1381
				href="http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like
1382
			percent signs or accented chars, and spaces are now correctly returned by the File
1383
			Browser.</li>
1384
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/281">#281</a>] Custom
1385
			toolbar buttons now render correctly in all skins.</li>
1386
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the
1387
			configuration for a toolbar isn't fully valid, try to keep on parsing it.</li>
1388
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a
1389
			target="_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>] [<a target="_blank"
1390
				href="https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF
1391
				BUG-1612978</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1163511&group_id=75348&atid=543653">SF
1392
					BUG-1163511</a>] Updated the configuration options in the ColdFusion integration
1393
			files.</li>
1394
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1726781&group_id=75348&atid=543655">SF
1395
			Patch-1726781</a>] Updated the upload class for asp to handle large files and other
1396
			data in the forms. Thanks to NetRube.</li>
1397
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/225">#225</a>] With ColdFusion,
1398
			the target directory is now being automatically created if needed when "quick uploading".
1399
			Thanks to sirmeili.</li>
1400
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a
1401
			target="_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some
1402
			path resolution issues with the File Browser connector for ColdFusion.</li>
1403
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/239">#239</a>] The &lt;xml&gt;
1404
			tag will not anymore cause troubles.</li>
1405
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1721787&group_id=75348&atid=543653">SF
1406
			BUG-1721787</a>] If the editor is run from a virtual dir, the PHP connector will
1407
			detect that and avoid generating a wrong folder.</li>
1408
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The
1409
			File Browser now displays an error message when it is not able to create the configured
1410
			target directory for files (instead of sending broken XML responses).</li>
1411
	</ul>
1412
	<h3>
1413
		Version 2.4.2</h3>
1414
	<p>
1415
		Fixed Bugs:</p>
1416
	<ul>
1417
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8
1418
			BOM was being included in the wrong files, affecting mainly PHP installations.</li>
1419
	</ul>
1420
	<h3>
1421
		Version 2.4.1</h3>
1422
	<p>
1423
		New Features and Improvements:</p>
1424
	<ul>
1425
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll
1426
			command now is available in Source Mode.</li>
1427
		<li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
1428
			software to compact the editor source.</li>
1429
		<li>With Firefox, if a paste execution is blocked by the browser security settings,
1430
			the new "Paste" popup is shown to the user to complete the pasting operation. </li>
1431
	</ul>
1432
	<p>
1433
		Fixed Bugs:</p>
1434
	<ul>
1435
		<li>Various fixes to the ColdFusion File Browser connector.</li>
1436
		<li>We are now pointing the download of ieSpell to their pages, instead to a direct
1437
			file download from one of their mirrors. This disables the ability of "click and
1438
			go" (which can still be achieved by pointing the download to a file in your server),
1439
			but removes any troubles with mirrors link changes (and they change it frequently).</li>
1440
		<li>The Word cleanup has been changed to remove "display:none" tags that may come from
1441
			Word.</li>
1442
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
1443
			BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that
1444
			generated out of memory errors in IE7.</li>
1445
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF
1446
			BUG-1660456</a>] The icons in context menus were draggable.</li>
1447
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF
1448
			BUG-1653009</a>] If the server is configured to process html files as asp then it
1449
			generated ASP error 0138.</li>
1450
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF
1451
			BUG-1288609</a>] The content of iframes is now preserved.</li>
1452
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF
1453
			BUG-1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF
1454
				BUG-1652240</a>] Flash files without the .swf extension weren't recognized upon
1455
			reload.</li>
1456
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF
1457
			PATCH-1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot
1458
			m.</li>
1459
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF
1460
			BUG-1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same
1461
			protection for special tags.</li>
1462
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK
1463
			button in dialogs had its width set as an inline style.</li>
1464
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a
1465
			target="_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank"
1466
				href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF
1467
				BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li>
1468
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct
1469
			entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li>
1470
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor
1471
			was wrongly removing some &lt;br&gt; tags from the code.</li>
1472
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F
1473
			and CTRL+S keystroke default behaviors are now preserved.</li>
1474
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are
1475
			not providing a CTRL + ALT combination in the default configuration file because
1476
			it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination
1477
			has been changed to CTRL + SHIFT + S.</li>
1478
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE,
1479
			it was not possible to paste if "Allow paste operation via script" was disabled
1480
			in the browser security settings.</li>
1481
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter
1482
			key now behaves correctly on lists with Firefox, when the EnterMode is set to 'br'.</li>
1483
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid
1484
			self-closing tags are now being fixed before loading. </li>
1485
		<li>A few tags were being ignored to the check for required contents (not getting stripped
1486
			out, as expected). Fixed.</li>
1487
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR
1488
			tag will not anymore break the contents loaded in the editor.</li>
1489
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid
1490
			inputs, like "&lt;p&gt;" where making the caret disappear in Firefox.</li>
1491
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The &lt;div&gt;
1492
			element is now considered a block container if EnterMode=p|br. It acts like a simple
1493
			block only if EnterMode=div.</li>
1494
		<li>Hidden fields will now show up as an icon in IE, instead of a normal text field.
1495
			They are also selectable and draggable, in all browsers.</li>
1496
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles
1497
			are now preserved when hitting enter at the end of a paragraph.</li>
1498
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode
1499
			is set to a block tag (p or div), the desired block creation in now enforced, instead
1500
			of copying the current block (which is still the behavior of the simple enter).</li>
1501
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and
1502
			images URLs will now be correctly preserved with Netscape 7.1.</li>
1503
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
1504
			key now honors the EnterMode settings when outdenting a list item.</li>
1505
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
1506
			may be wrongly positioned. Fixed.</li>
1507
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue
1508
			setting is now correctly handled in Firefox.</li>
1509
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior
1510
			of the backspace key has been fixed on some very specific cases.</li>
1511
	</ul>
1512
	<h3>
1513
		Version 2.4</h3>
1514
	<p>
1515
		New Features and Improvements:</p>
1516
	<ul>
1517
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
1518
			Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
1519
				Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
1520
					BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
1521
						BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
1522
							BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
1523
								BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
1524
									BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
1525
										BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
1526
											BUG-1564838</a>] The advance <strong>Enter Key Handler</strong>
1527
			is now being introduced. It gives you complete freedom to configure the editor to
1528
			generate <strong>&lt;p&gt;, &lt;div&gt; or &lt;br&gt;</strong> when the user uses
1529
			both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode"
1530
			settings can be use to control its behavior. It also guarantees that all browsers
1531
			will generate the same output. </li>
1532
		<li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
1533
			You can now precisely control the commands to execute when some key combinations
1534
			are activated by the user. It guarantees that all browsers will have the same behavior
1535
			regarding the shortcuts.<br />
1536
			It also makes it possible to remove buttons from the toolbar and still invoke their
1537
			features by using the keyboard instead.
1538
			<br />
1539
			It also blocks all default "CTRL based shortcuts" imposed by the browsers, so if
1540
			you don't want users to underline text, just remove the CTRL+U combination from
1541
			the keystrokes table. Take a look at the FCKConfig.Keystrokes setting in the fckconfig.js
1542
			file. </li>
1543
		<li>The new "<strong>ProtectedTags</strong>" configuration option is being introduced.
1544
			It will accept a list of tags (separated by a pipe "|"), which will have no effect
1545
			during editing, but will still be part of the document DOM. This can be used mainly
1546
			for non HTML standard, custom tags.</li>
1547
		<li>Dialog box commands can now open resizable dialogs (by setting oCommand.Resizable
1548
			= true).</li>
1549
		<li>Updated support for AFP. Thanks to Soenke Freitag.</li>
1550
		<li>New language file:<ul>
1551
			<li><strong>Afrikaans</strong> (by Willem Petrus Botha). </li>
1552
		</ul>
1553
		</li>
1554
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
1555
			Patch-1456343</a>] New sample file showing how to dynamically exchange a textarea
1556
			and an instance of FCKeditor. Thanks to Finn Hakansson</li>
1557
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
1558
			Patch-1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF
1559
				BUG-1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF
1560
					BUG-1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF
1561
						BUG-1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF
1562
							Feature-1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF
1563
								Feature-949144</a>] The content of anchors are shown and preserved
1564
			on creation. * </li>
1565
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF
1566
			Feature-1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li>
1567
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF
1568
			Patch-1500040</a>] New configuration values to specify the Id and Class for the
1569
			body element.</li>
1570
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
1571
			Patch-1577202</a>] The links created with the popup option now are accessible even
1572
			if the user has JavaScript disabled.</li>
1573
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
1574
			Patch-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
1575
				BUG-1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF
1576
					BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
1577
						BUG-1578312</a>] The Paste from Word clean up function can be configured
1578
			with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible.
1579
			Thanks Jean-Charles ROGEZ. </li>
1580
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF
1581
			Patch-1472654</a>] The server side script location for SpellerPages can now be set
1582
			in the configuration file, by using the SpellerPagesServerScript setting.</li>
1583
		<li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
1584
			default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
1585
			the inner folders for each type (file, image, flash and media) are all lower-cased
1586
			too.</li>
1587
		<li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
1588
			is not anymore valid. The EnterMode setting can now be used to precisely set the
1589
			enter key behavior.</li>
1590
	</ul>
1591
	<p>
1592
		Fixed Bugs:</p>
1593
	<ul>
1594
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF
1595
			BUG-1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF
1596
				BUG-1274364</a>] Shortcut keys are now undoable correctly.</li>
1597
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF
1598
			BUG-1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li>
1599
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF
1600
			BUG-1485621</a>] It is now possible to precisely control which shortcut keys can
1601
			be used.</li>
1602
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF
1603
			BUG-1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF
1604
				BUG-1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord
1605
			and ForcePasteAsPlainText settings were set to "false". </li>
1606
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF
1607
			BUG-1578306</a>] The context menu was wrongly positioned if the editing document
1608
			was set to render in strict mode. Thanks to Alfonso Martinez.</li>
1609
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF
1610
			BUG-1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF
1611
				BUG-1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF
1612
					BUG-1440631</a>] IE was getting locked on some specific cases. Fixed.</li>
1613
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF
1614
			BUG-1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF
1615
				Patch-1579507</a>] Firefox' spellchecker is now disabled during editing mode.
1616
			Thanks to Alfonso Martinez.</li>
1617
		<li>Fixed Safari and Opera detection system (for development purposes only).</li>
1618
		<li>Paste from Notepad was including font information in IE. Fixed.</li>
1619
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF
1620
			BUG-1584092</a>] When replacing text area, names with spaces are now accepted.</li>
1621
		<li>Depending on the implementation of toolbar combos (mainly for custom plugins) the
1622
			editor area was loosing the focus when clicking in the combo label. Fixed.</li>
1623
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF
1624
			BUG-1596937</a>] InsertHtml() was inserting the HTML outside the editor area on
1625
			some very specific cases.</li>
1626
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF
1627
			BUG-1585548</a>] On very specific, rare and strange cases, the XHTML processor was
1628
			not working properly in IE. Fixed.</li>
1629
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF
1630
			BUG-1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF
1631
				BUG-1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF
1632
					BUG-1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF
1633
						BUG-1437318</a>] In Firefox, the style selector will not anymore delete
1634
			the contents when removing styles on specific cases.</li>
1635
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF
1636
			BUG-1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF
1637
				BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
1638
			properly when the editor is running on a IE Modal dialog.</li>
1639
		<li>On some very rare cases, IE was throwing a memory error when hiding the context
1640
			menus. Fixed.</li>
1641
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
1642
			BUG-1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF
1643
				BUG-1509208</a>] With Firefox, &lt;style&gt; tags defined in the source are
1644
			now preserved.</li>
1645
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF
1646
			BUG-1535946</a>] The IE dialog system has been changed to better work with custom
1647
			dialogs.</li>
1648
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF
1649
			BUG-1599520</a>] The table dialog was producing empty tags when leaving some of
1650
			its fields empty.</li>
1651
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF
1652
			BUG-1599545</a>] HTML entities are now processed on attribute values too.</li>
1653
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF
1654
			BUG-1598517</a>] Meta tags are now protected from execution during editing (avoiding
1655
			the "redirect" meta to be activated).</li>
1656
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF
1657
			BUG-1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated
1658
			useCSS whenever possible.</li>
1659
		<li>All JavaScript Core extension function have been renamed to "PascalCase" (some were
1660
			in "camelCase"). This may have impact on plugins that use any of those functions.</li>
1661
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF
1662
			BUG-1592311</a>] Operations in the caption of tables are now working correctly in
1663
			both browsers.</li>
1664
		<li>Small interface fixes to the about box.</li>
1665
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF
1666
			PATCH-1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF
1667
				BUG-1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li>
1668
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF
1669
			BUG-1577247</a>] Unneeded call to captureEvents and releaseEvents.</li>
1670
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF
1671
			BUG-1610790</a>] On some specific situations, the call to form.submit(), in form
1672
			were FCKeditor has been unloaded by code, was throwing the "Can't execute code from
1673
			a freed script" error.</li>
1674
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF
1675
			BUG-1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities
1676
			entry an error appeared.</li>
1677
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF
1678
			BUG-1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF
1679
				BUG-1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li>
1680
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF
1681
			BUG-1559466</a>] The ol/ul list property window always searched first for a UL element.</li>
1682
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF
1683
			BUG-1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li>
1684
		<li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
1685
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF
1686
			BUG-1631807</a>] Elements' style properties are now forced to lowercase in IE.</li>
1687
		<li>The extensions "html", "htm" and "asis" have been added to the list of denied extensions
1688
			on upload.</li>
1689
		<li>Empty inline elements (like span and strong) will not be generated any more.</li>
1690
		<li>Some elements attributes (like hspace) where not being retrieved when set to "0".</li>
1691
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF
1692
			BUG-1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li>
1693
	</ul>
1694
	<p>
1695
		* This version has been partially sponsored by <a href="http://www.imedi.org/">Medical
1696
			Media Lab</a>.</p>
1697
	<h3>
1698
		Version 2.3.3</h3>
1699
	<p>
1700
		New Features and Improvements:</p>
1701
	<ul>
1702
		<li>The project has been <strong>relicensed</strong> under the terms of the <strong>
1703
			GPL / LGPL / MPL</strong> licenses. This change will remove many licensing compatibility
1704
			issues with other open source licenses, making the editor even more "open" than
1705
			before. </li>
1706
		<li><font color="#ff0000">Attention:</font> The default directory in the distribution
1707
			package is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
1708
			change may impact installations on case sensitive OSs, like Linux. </li>
1709
		<li><font color="#ff0000">Attention:</font> The "Universal Keyboard" has been removed
1710
			from the package. The license of those files was unclear so they can't be included
1711
			alongside the rest of FCKeditor.</li>
1712
	</ul>
1713
	<h3>
1714
		Version 2.3.2</h3>
1715
	<p>
1716
		New Features and Improvements:</p>
1717
	<ul>
1718
		<li>Users can now decide if the template dialog will replace the entire contents of
1719
			the editor or simply place the template in the cursor position. This feature can
1720
			be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
1721
			options.</li>
1722
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
1723
			Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
1724
			is now available to tell the editor to convert non ASCII chars to their relative
1725
			numeric entity references. It is disabled by default.</li>
1726
		<li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
1727
			define a set of characters to be transformed to their relative numeric entities.
1728
			This is useful when you don't want the code to have simple quotes ('), for example.</li>
1729
		<li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
1730
			Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
1731
		</li>
1732
		<li>Two new patterns have been added to the Universal Keyboard:
1733
			<ul>
1734
				<li>Persian. Thanks to Pooyan Mahdavi</li>
1735
				<li>Portuguese. Thanks to Bo Brandt.</li>
1736
			</ul>
1737
		</li>
1738
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1739
			Patch-1517322</a>] It is now possible to define the start number on numbered lists.
1740
			Thanks to Marcel Bennett.</li>
1741
		<li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
1742
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
1743
			Patch-1461539</a>] The File Browser connector can now optionally return a "url"
1744
			attribute for the files. Thanks to Pent.</li>
1745
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
1746
			BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
1747
			created, so it is possible to point the Style and Format toolbar combos to a different
1748
			CSS, avoiding conflicts with the editor area CSS.</li>
1749
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1421309&amp;group_id=75348&amp;atid=543656">SF
1750
			Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
1751
				BUG-1489402</a>] It is now possible to configure the Quick Uploder target path
1752
			to consider the file type (ex: Image or File) in the target path for uploads.</li>
1753
		<li>The JavaScript integration file has two new things:
1754
			<ul>
1755
				<li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
1756
					an editor instance, instead of writing it directly to the page (as done by "Create()").</li>
1757
				<li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
1758
					browser is compatible with FCKeditor. This makes it possible to do any necessary
1759
					processing depending on the compatibility, without having to create and editor instance.</li>
1760
			</ul>
1761
		</li>
1762
	</ul>
1763
	<p>
1764
		Fixed Bugs:</p>
1765
	<ul>
1766
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
1767
			BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
1768
				BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now
1769
			being protected before loading the editor. In this way, we avoid firing those events
1770
			during editing (IE issue) and they don't interfere in other specific processors
1771
			in the editor.</li>
1772
		<li>Small security fixes to the File Browser connectors. </li>
1773
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
1774
			BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
1775
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
1776
			Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
1777
			very specific cases. Fixed, thanks to Frode E. Moe.</li>
1778
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
1779
			Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
1780
				BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
1781
					BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
1782
						BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
1783
			to Arpad Borsos.</li>
1784
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
1785
			Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
1786
				BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
1787
					BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
1788
						BUG-1510685</a>] Fixed problem with panels wrongly positioned when the
1789
			editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
1790
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
1791
			Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
1792
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
1793
			Patch-1503178</a>] Small improvement to stop IE from loading smiley images when
1794
			one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
1795
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
1796
			BUG-1549112</a>] The Replace dialog window now escapes regular expression specific
1797
			characters in the find and replace fields.</li>
1798
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
1799
			BUG-1548788</a>] Updated the ieSpell download URL.</li>
1800
		<li>In FF, the editor was throwing an error when closing the window. Fixed.</li>
1801
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
1802
			BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li>
1803
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
1804
			BUG-1551734</a>] The SetHTML function will now update the editing area height no
1805
			matter which editing mode is active.</li>
1806
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
1807
			BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
1808
				BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
1809
					BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
1810
						BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
1811
							BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
1812
								BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
1813
									BUG-1562134</a>] The protection of URLs has been enhanced
1814
			and now it will not break URLs on very specific cases.</li>
1815
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
1816
			BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
1817
				BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in
1818
			page inside a FRAME defined in a different domain.</li>
1819
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
1820
			BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
1821
				BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
1822
			= false and FullPage = true in Firefox. Thanks to Brett.</li>
1823
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
1824
			BUG-1512798</a>] BaseHref will now work well on FullPage, even if no &lt;head&gt;
1825
			is available.</li>
1826
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
1827
			BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
1828
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
1829
			BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
1830
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
1831
			BUG-1553727</a>] The editor was throwing an error when inserting complex templates.
1832
			Fixed.</li>
1833
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
1834
			Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
1835
				BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste
1836
			from Word button. Fixed, thanks to geirhelge.</li>
1837
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
1838
			BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
1839
				BUG-1421810</a>] The link dialog now validates Popup Window names.</li>
1840
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
1841
			BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in
1842
			some special cases.</li>
1843
		<li>The context menu for links is now correctly shown when right-clicking on floating
1844
			divs.</li>
1845
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
1846
			BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li>
1847
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
1848
			BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
1849
				BUG-1174503</a>] The &lt;abbr&gt; tag is not anymore getting broken by IE.</li>
1850
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
1851
			BUG-1182906</a>] IE is not anymore messing up mailto links.</li>
1852
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
1853
			BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('')
1854
			by code.</li>
1855
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
1856
			BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
1857
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
1858
			BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
1859
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
1860
			BUG-1409969</a>] &lt;noscript&gt; tags now remain untouched by the editor.</li>
1861
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
1862
			BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
1863
				BUG-1513631</a>] Empty "href" attributes in &lt;a&gt; or empty "src" in &lt;img&gt;
1864
			will now be correctly preserved.</li>
1865
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
1866
			BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
1867
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
1868
			BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
1869
			tags.</li>
1870
		<li>If a popup blocker blocks context menu operations, the correct alert message is
1871
			displayed now, instead of a ugly JavaScript error.</li>
1872
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
1873
			BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of
1874
			the editor.</li>
1875
		<li>The spell check may not work correctly when using SpellerPages with ColdFusion.
1876
			Fixed.</li>
1877
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
1878
			BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
1879
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
1880
			BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are
1881
			now localizable.</li>
1882
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
1883
			BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute
1884
			exactly as defined in the source.</li>
1885
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1886
			Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons
1887
			(usually used by plugins) mixed with icons coming from a strip (the default toolbar
1888
			buttons).</li>
1889
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
1890
			Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being
1891
			cut. Fixed.</li>
1892
		<li>Fixed a startup compatibility issue with Firefox 1.0.4.</li>
1893
	</ul>
1894
	<h3>
1895
		Version 2.3.1</h3>
1896
	<p>
1897
		Fixed Bugs:</p>
1898
	<ul>
1899
		<li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
1900
			BUG-1506126</a>] Fixed the Catalan language file, which had been published with
1901
			problems in accented letters. </li>
1902
		<li>More performance improvements in the default File Browser.</li>
1903
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
1904
			BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li>
1905
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
1906
			BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
1907
			calls to the "editor/dialog/" directory, generating error 400 entries in the web
1908
			server log.</li>
1909
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
1910
			BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
1911
				BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
1912
			API command or even when switching back from the source view. Fixed.</li>
1913
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
1914
			BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
1915
			configuration options over IE.</li>
1916
		<li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
1917
			this browser is not "yet" supported, the editor was broken on it. It has been fixed,
1918
			and now a textarea is displayed, as in any other unsupported browser. Support for
1919
			Opera is still experimental and can be activated by setting the property "EnableOpera"
1920
			to true when creating an instance of the editor with the JavaScript integration
1921
			files.</li>
1922
		<li>With Opera 9, the toolbar was jumping on buttons rollover. </li>
1923
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
1924
			BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
1925
			context menu, etc...) are now being placed right before the main iframe that holds
1926
			the editor. In this way, if the editor container element is removed from the DOM
1927
			(by DHTML) they are removed together with it.</li>
1928
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
1929
			BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
1930
				BUG-1411430</a>] The editor API now works well on DHTML pages that create and
1931
			remove instances of FCKeditor dynamically. </li>
1932
		<li>A second call to a page with the editor was not working correctly with Firefox 1.0.x.
1933
			Fixed.</li>
1934
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
1935
			BUG-1511460</a>] Small correction to the &lt;script&gt; protected source regex.
1936
			Thanks to Randall Severy.</li>
1937
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
1938
			BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
1939
			Thanks to johnw_ceb.</li>
1940
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
1941
			BUG-1511442</a>] The &lt;base&gt; tag is now correctly handled in IE, no matter
1942
			its position in the source code.</li>
1943
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
1944
			BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
1945
			are not anymore jumping with Firefox 1.5.</li>
1946
	</ul>
1947
	<h3>
1948
		Version 2.3</h3>
1949
	<p>
1950
		New Features and Improvements:</p>
1951
	<ul>
1952
		<li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
1953
			and sample11.html.*</li>
1954
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
1955
			Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
1956
	</ul>
1957
	<p>
1958
		Fixed Bugs:</p>
1959
	<ul>
1960
		<li>Small security fixes.</li>
1961
		<li>The context menu system has been optimized. Nested menus now open "onmouseover".
1962
		</li>
1963
		<li>An error in the image preloader system was making the toolbar strip being downloaded
1964
			once for each button on slow connections. Some enhancements have also been made
1965
			so now the smaple05.html is loading fast for all skins.</li>
1966
		<li>Fixed many memory leak issues with IE.</li>
1967
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
1968
			BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors),
1969
			where being displayed in the wrong position if the contents of the editor, or its
1970
			containing window were scrolled down. </li>
1971
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
1972
			BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer
1973
			disable by default.</li>
1974
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
1975
			BUG-1491784</a>] Language files have been updated to not include html entities.</li>
1976
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
1977
			BUG-1490259</a>] No more security warning on IE over HTTPS.</li>
1978
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
1979
			BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
1980
				BUG-1499708</a>] We now assume that, if a user is in source editing, he/she
1981
			wants to control the HTML, so the editor doesn't make changes to it when posting
1982
			the form being in source view or when calling the GetXHTML function in the API.
1983
		</li>
1984
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
1985
			BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li>
1986
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
1987
			BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
1988
			only Yes/No (no more &lt;Not Set&gt; value).</li>
1989
		<li>The context menu is now being hidden when a nested menu option is selected.</li>
1990
		<li>Table cell context menu operations are now working correctly.</li>
1991
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
1992
			BUG-1494549</a>] The code formatter was having problems with dollar signs inside
1993
			&lt;pre&gt; tags.</li>
1994
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
1995
			Patch-1459740</a>] The "src" element of images can now be set by styles definitions.
1996
			Thanks to joelwreed.</li>
1997
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
1998
			Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
1999
				Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
2000
					Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
2001
			and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
2002
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
2003
			Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
2004
			Alfonso Martinez.</li>
2005
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
2006
			Patch-1495422</a>] The editor now creates link based on the URL when no selection
2007
			is available. Thanks to Dominik Pesch.</li>
2008
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
2009
			Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
2010
			File Browser window, giving no feedback to the user. Now an alert message is displayed.</li>
2011
		<li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos
2012
			were not showing completely in the first click. Fixed.</li>
2013
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
2014
			BUG-1500212</a>] All "_samples/html" samples are now working when loading directly
2015
			from the Windows Explorer. Thanks to Alfonso Martinez.</li>
2016
		<li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
2017
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
2018
			Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when
2019
			clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
2020
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
2021
			BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
2022
			reacquiring it) when opening. This behavior was blocking the dialog in some Linux
2023
			installations. </li>
2024
		<li>Drastically improved the loading performance of the file list in the default File
2025
			Browser.</li>
2026
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
2027
			BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has
2028
			been now unified to "/fckeditor/" (lower-case). This is the usual casing system
2029
			in case sensitive OSs like Linux.</li>
2030
		<li>The "DisableFFTableHandles" setting is now honored when switching the full screen
2031
			mode with FitWindow.</li>
2032
		<li>Some fixes has been applied to the cell merging in Firefox.</li>
2033
	</ul>
2034
	<p>
2035
		* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
2036
		and <a href="http://www.kentico.com/">Kentico</a>.</p>
2037
	<h3>
2038
		Version 2.3 Beta</h3>
2039
	<p>
2040
		New Features and Improvements:</p>
2041
	<ul>
2042
		<li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3
2043
			times faster than before, with no impact on its advanced features.</span> </li>
2044
		<li><span><strong>New toolbar system</strong>:</span>
2045
			<ul>
2046
				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1454850&amp;group_id=75348&amp;atid=543656">SF
2047
					Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All
2048
					images have being merged in a single image file using a unique system available
2049
					only with FCKeditor. </li>
2050
				<li>The &quot;Text Color&quot; and &quot;Background Color&quot; commands buttons have
2051
					enhancements on the interface.</li>
2052
				<li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely
2053
					new system has being developed. Skins created for versions prior this one will not
2054
					work. Skin styles definitions have being merged, added and removed. All skins have
2055
					been a little bit reviewed. </li>
2056
				<li>It is possible to <strong>detach the toolbar</strong> from an editor instance and
2057
					share it with other instances. In this way you may have only one toolbar (in the
2058
					top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
2059
						sample10.html</a>). This feature is still under development (issues with IE
2060
					focus still to be solved).* </li>
2061
			</ul>
2062
		</li>
2063
		<li><strong><span>New context menu system</span></strong>:
2064
			<ul>
2065
				<li>It uses the same (fast) loading system as the toolbar. </li>
2066
				<li>Sub-Menus are now available to group features (try the context menu over a table
2067
					cell). </li>
2068
				<li>It is now possible to create your own context menu entries by creating plugins.
2069
				</li>
2070
			</ul>
2071
		</li>
2072
		<li><strong>New "FitWindow" toolbar button</strong>, based on the <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1431638&group_id=75348&atid=737639">
2073
			plugin</a> published by Paul Moers. Thanks Paul!</li>
2074
		<li><strong>&quot;Auto Grow&quot; Plugin</strong>: automatically resizes the editor
2075
			until a maximum height, based on its contents size.** </li>
2076
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1444943&amp;group_id=75348&amp;atid=543656">SF
2077
			Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
2078
			editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one
2079
			is a path to a different css file). It works also as a simple string, as on prior
2080
			versions. </li>
2081
		<li>New language files:<ul>
2082
			<li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li>
2083
			<li><strong>English (Canadian)</strong> (by Kevin Bennett). </li>
2084
			<li><strong>Khmer</strong> (by Sengtha Chay).</li>
2085
		</ul>
2086
		</li>
2087
		<li>The source view is now available in the editing area on Gecko browsers. Previously
2088
			a popup was used for it (due to a Firefox bug). </li>
2089
		<li><span>As some people may prefer the popup way for source editing, a new configuration
2090
			option (SourcePopup) has being introduced.</span> </li>
2091
		<li>The IEForceVScroll configuration option has been removed. The editor now automatically
2092
			shows the vertical scrollbar when needed (for XHTML doctypes). </li>
2093
		<li>The configuration file doesn't define a default DOCTYPE to be used now. </li>
2094
		<li>It is now possible to easily change the toolbar using the JavaScript API by just
2095
			calling &lt;EditorInstance&gt;.ToolbarSet.Load( '&lt;ToolbarName&gt;' ). See _testcases/010.html
2096
			for a sample. </li>
2097
		<li>The &quot;OnBlur&quot; and &quot;OnFocus&quot; JavaScript API events are now compatible
2098
			with all supported browsers. </li>
2099
		<li>Some few updates in the Lasso connector and uploader. </li>
2100
		<li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code
2101
			produced by the bold, italic and underline commands are the same on all browsers.</li>
2102
	</ul>
2103
	<p>
2104
		Fixed Bugs:</p>
2105
	<ul>
2106
		<li><strong>Important security fixes have been applied to the File Manager, Uploader
2107
			and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro,
2108
			Baudouin Lamourere and James Bercegay.</li>
2109
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1399966&amp;group_id=75348&amp;atid=543653">SF
2110
			BUG-1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249853&amp;group_id=75348&amp;atid=543653">SF
2111
				BUG-1249853</a>] The &quot;BaseHref&quot; configuration is now working with
2112
			Firefox in both normal and full page modes.</li>
2113
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1405263&amp;group_id=75348&amp;atid=543653">SF
2114
			BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload
2115
			feature. </li>
2116
		<li>Nested &lt;ul&gt; and &lt;ol&gt; tags are now generating valid html.</li>
2117
		<li>The &quot;wmode&quot; and &quot;quality&quot; attributes are now preserved for Flash
2118
			embed tags, in case they are entered manually in the source view. Also, empty attributes
2119
			are removed from that tag. </li>
2120
		<li>Tables where not being created correctly on Opera. </li>
2121
		<li>The XHTML processor will ignore invalid tags with names ending with &quot;:&quot;,
2122
			like http:. </li>
2123
		<li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands
2124
			when not needed.</span> </li>
2125
		<li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>.
2126
		</li>
2127
		<li>The table dialog window has been a little bit enlarged to avoid contents being cropped
2128
			on some languages, like Russian. </li>
2129
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1465203&amp;group_id=75348&amp;atid=543653">SF
2130
			BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that
2131
			they don't have a fixed URL for it, so let's hope the mirror will be up for it.
2132
		</li>
2133
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1456332&amp;group_id=75348&amp;atid=543653">SF
2134
			BUG-1456332</a>] Small fix in the Spanish language file. </li>
2135
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1457078&amp;group_id=75348&amp;atid=543653">SF
2136
			BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li>
2137
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1459846&amp;group_id=75348&amp;atid=543653">SF
2138
			BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
2139
			files. </li>
2140
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
2141
			BUG-1432120</a>] The &quot;UserFilesAbsolutePath&quot; setting is not correctly
2142
			used in the PHP uploader. </li>
2143
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
2144
			BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
2145
		</li>
2146
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1410082&amp;group_id=75348&amp;atid=543653">SF
2147
			BUG-1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1424240&amp;group_id=75348&amp;atid=543653">SF
2148
				BUG-1424240</a>] The &quot;moz-bindings.xml&quot; file is now well formed. </li>
2149
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1413980&amp;group_id=75348&amp;atid=543653">SF
2150
			BUG-1413980</a>] All frameborder &quot;yes/no&quot; values have been changes to
2151
			&quot;1/0&quot;. </li>
2152
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414101&amp;group_id=75348&amp;atid=543653">SF
2153
			BUG-1414101</a>] The fake table borders are now showing correctly when running under
2154
			the &quot;file://&quot; protocol. </li>
2155
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414155&amp;group_id=75348&amp;atid=543653">SF
2156
			BUG-1414155</a>] Small typo in the cell properties dialog window.</li>
2157
		<li>Fixed a problem in the File Manager. It was not working well with folder or file
2158
			names with apostrophes ('). Thanks to René de Jong.</li>
2159
		<li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
2160
		<li>The about box is now showing correctly in Firefox 1.5.</li>
2161
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
2162
			Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
2163
				BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox
2164
			if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
2165
		<li>In the File Manager, it was not possible to upload files to folders with ampersands
2166
			in the name. Thanks to Mike Pone.</li>
2167
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
2168
			BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing
2169
			area.</li>
2170
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
2171
			BUG-1487544</a>] Fixed a small issue in the code formatter for &lt;br /&gt; and
2172
			&lt;hr /&gt; tags.</li>
2173
		<li>The "Background Color" command now works correctly when the GeckoUseSPAN setting
2174
			is disabled (default).</li>
2175
		<li>Links are now rendered in blue with Firefox (they were black before). Actually,
2176
			an entry for it has been added to the editing area CSS, so you can customize with
2177
			the color you prefer. </li>
2178
	</ul>
2179
	<p>
2180
		* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
2181
		and <a href="http://www.kentico.com/">Kentico</a>.
2182
		<br />
2183
		** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p>
2184
	<h3>
2185
		Version 2.2</h3>
2186
	<p>
2187
		New Features and Improvements:</p>
2188
	<ul>
2189
		<li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
2190
			integration. In this version we are introducing his new files with the following
2191
			changes:
2192
			<ul>
2193
				<li>The &quot;<strong>Uploader</strong>&quot;, used for quick uploads,&nbsp;is now available
2194
					<strong>natively for ColdFusion</strong>. </li>
2195
				<li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li>
2196
				<li>The samples now work as is, even if you don't install the editor in the &quot;/FCKeditor&quot;
2197
					directory.</li>
2198
			</ul>
2199
		</li>
2200
		<li>And a big welcome also to &quot;Andrew Liu&quot;, our responsible for the <strong>
2201
			Python</strong> integration. This version is bringing <strong>native support for Python</strong>
2202
			, including the File Browser connector and Quick Upload. </li>
2203
		<li>The &quot;<strong>IsDirty()</strong>&quot; and &quot;<strong>ResetIsDirty()</strong>&quot;
2204
			functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check if the editor
2205
			content has been changed.* </li>
2206
		<li>New language files:
2207
			<ul>
2208
				<li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li>
2209
				<li><strong>Latvian </strong>(by Janis Klavin&scaron;)</li>
2210
			</ul>
2211
		</li>
2212
		<li>For&nbsp;the interface, now we have complete <strong>RTL support</strong> also for
2213
			the drop-down toolbar commands, color selectors and context menu. </li>
2214
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653">SF
2215
			BUG-1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1277661&amp;group_id=75348&amp;atid=543653">SF
2216
				BUG-1277661</a>] The new &quot;Delete Table&quot; command is available in the
2217
			Context Menu when right-clicking inside a table. </li>
2218
		<li>The &quot;FCKConfig.DisableTableHandles&quot; configuration option is now working
2219
			on Firefox 1.5. </li>
2220
		<li>The new &quot;<strong>OnBlur</strong>&quot; and &quot;<strong>OnFocus</strong>&quot;
2221
			events have been added to the JavaScript API (IE only). See&nbsp;&quot;_samples/html/sample09.html&quot;&nbsp;*
2222
		</li>
2223
		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>GetHTML</strong>&quot;
2224
			function has been deprecated. It now returns the same value as &quot;<strong>GetXHTML</strong>&quot;.
2225
			The same is valid for the &quot;EnableXHTML&quot; and &quot;EnableSourceXHTML&quot;
2226
			that have no effects now. The editor now works with XHTML output only. </li>
2227
		<li><strong><font color="#ff0000">Attention</font></strong>: A new &quot;<strong>PreserveSessionOnFileBrowser</strong>&quot;
2228
			configuration option has been introduced. It makes it possible to set whenever is
2229
			needed to maintain the user session in the File Browser. It is disabled by default,
2230
			as it has very specific usage and may cause the File Browser to be blocked by popup
2231
			blockers. If you have custom File Browsers that depends on session information,
2232
			remember to activate it. </li>
2233
		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>fun</strong>&quot;
2234
			smileys set has been removed from the package. If you are using it, you must manually
2235
			copy it to newer installations and upgrades. </li>
2236
		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>mcpuk</strong>&quot;
2237
			file browser has been removed from the package. We have no ways to support it. There
2238
			were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/">
2239
				http://mcpuk.net/fbxp/</a>. </li>
2240
		<li>It is now possible to set different CSS styles for the chars in the Special Chars
2241
			dialog window by adding the &quot;SpecialCharsOut&quot; and &quot;SpecialCharsOver&quot;
2242
			in the &quot;fck_dialog.css&quot; skin file.* </li>
2243
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655">SF
2244
			Patch-1268726</a>] Added table &quot;summary&quot; support in the table dialog.
2245
			Thanks to Sebastien-Mahe. </li>
2246
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655">SF
2247
			Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
2248
			object without being tied to the skin path (just like FCKToolbarButton). Thanks
2249
			to Ian Sullivan. </li>
2250
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655">SF
2251
			Patch-1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263009&amp;group_id=75348&amp;atid=543656">SF
2252
				Patch-1263009</a>] New characters have been added to the &quot;Special Characters&quot;
2253
			dialog window. Thanks to Deian. </li>
2254
		<li>You can set the QueryString value &quot;fckdebug=true&quot; to activate &quot;debug
2255
			mode&quot; in the editor (showing the debug window), overriding the configurations.
2256
			The &quot;AllowQueryStringDebug&quot; configuration option is also available so
2257
			you can disable this feature.</li>
2258
	</ul>
2259
	<p>
2260
		Fixed Bugs:</p>
2261
	<ul>
2262
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653">SF
2263
			BUG-1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1364425&amp;group_id=75348&amp;atid=543653">SF
2264
				BUG-1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1335045&amp;group_id=75348&amp;atid=543653">SF
2265
					BUG-1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289661&amp;group_id=75348&amp;atid=543653">SF
2266
						BUG-1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225370&amp;group_id=75348&amp;atid=543653">SF
2267
							BUG-1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156291&amp;group_id=75348&amp;atid=543653">SF
2268
								BUG-1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165914&amp;group_id=75348&amp;atid=543653">SF
2269
									BUG-1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1111877&amp;group_id=75348&amp;atid=543653">SF
2270
										BUG-1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092373&amp;group_id=75348&amp;atid=543653">SF
2271
											BUG-1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101596&amp;group_id=75348&amp;atid=543653">SF
2272
												BUG-1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246952&amp;group_id=75348&amp;atid=543653">SF
2273
													BUG-1246952</a>] The URLs for links and
2274
			images are now correctly preserved as entered, no matter if you are using relative
2275
			or absolute paths. </li>
2276
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653">SF
2277
			BUG-1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205638&amp;group_id=75348&amp;atid=543653">SF
2278
				BUG-1205638</a>] The &quot;Image&quot; and &quot;Flash&quot;&nbsp;dialog windows
2279
			now loads the preview correctly if the &quot;BaseHref&quot; configuration option
2280
			is set. </li>
2281
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653">SF
2282
			BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
2283
			operations on Firefox installations when it is not possible to execute that operations
2284
			due to security settings. </li>
2285
		<li>A new &quot;Panel&quot; system (used in the drop-dowm toolbar commands, color selectors
2286
			and context menu) has been developed. The following bugs have been fixed with it:
2287
			<ul>
2288
				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653">SF
2289
					BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.*
2290
				</li>
2291
				<li>On Firefox, the context menu was flashing in the wrong position before showing.
2292
				</li>
2293
				<li>On Firefox 1.5, the Color Selector was not working. </li>
2294
				<li>On Firefox 1.5, the fonts in the panels were too big. </li>
2295
				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653">SF
2296
					BUG-1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200631&amp;group_id=75348&amp;atid=543653">SF
2297
						BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the
2298
					wrong position.</li>
2299
			</ul>
2300
		</li>
2301
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
2302
			BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
2303
				not being rendered correctly on Firefox</a> . </li>
2304
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348">SF
2305
			BUG-1315954</a>] No error is thrown when pasting some case specific code from editor
2306
			to editor. </li>
2307
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653">SF
2308
			BUG-1341553</a>] A small fix for a security alert in the File&nbsp;Browser has been
2309
			applied. </li>
2310
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653">SF
2311
			BUG-1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339898&amp;group_id=75348&amp;atid=543653">SF
2312
				BUG-1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323319&amp;group_id=75348&amp;atid=543653">SF
2313
					BUG-1323319</a>] A message will be shown to the user (instead of a JS error)&nbsp;if
2314
			a &quot;popup blocker&quot; blocks the &quot;Browser Server&quot; button. Thanks
2315
			to Erwin Verdonk. </li>
2316
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653">SF
2317
			BUG-1370355</a>] Anchor links that points to a single character anchor, like &quot;#A&quot;,
2318
			are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li>
2319
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653">SF
2320
			BUG-1368998</a>] Custom error processing has been added to the file upload on the
2321
			File Browser. </li>
2322
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653">SF
2323
			BUG-1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207740&amp;group_id=75348&amp;atid=543653">SF
2324
				BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by
2325
			a popup blocker in Firefox. </li>
2326
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653">SF
2327
			BUG-1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340960&amp;group_id=75348&amp;atid=543653">SF
2328
				BUG-1340960</a>] The editor not works locally (without a web server) on directories
2329
			where the path contains spaces. </li>
2330
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653">SF
2331
			BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
2332
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653">SF
2333
			BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
2334
			Break command now produces different tags&nbsp;to avoid&nbsp;XHTML compatibility
2335
			issues. Any Page Break previously applied to content produced with previous versions
2336
			of FCKeditor will not me rendered now, even if&nbsp;they will still be working correctly.
2337
		</li>
2338
		<li>It is now possible to allow cut/copy/past operations on Firefox using the <a
2339
			href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
2340
			target="_blank">user.js</a> file. </li>
2341
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653">SF
2342
			BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names
2343
			with the &quot;minus&quot; char (-). </li>
2344
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653">SF
2345
			BUG-1339560</a>] The editor now correctly removes the &quot;selected&quot; option
2346
			for checkboxes and radio buttons. </li>
2347
		<li>The Table dialog box now selects the table correctly when right-clicking on objects
2348
			(like images) placed inside the table. </li>
2349
		<li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been
2350
			made in the skins. If you have a custom skin, it is recommended you to make a diff
2351
			of the fck_contextmenu.css file of the default skin with your implementation. </li>
2352
		<li>Mouse select (marking&nbsp;things in blue, like selecting text) has been disabled
2353
			on panels (drop-down menu commands, color selector and context menu) and toolbar,
2354
			for both IE and Firefox. </li>
2355
		<li>On Gecko, fake borders will not be applied to tables with the border attribute set
2356
			to more than 0, but placed inside tables with border set to 0. </li>
2357
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653">SF
2358
			BUG-1360717</a>] A wrapping issue in the &quot;Silver&quot; skin has been corrected.
2359
			Thanks to Ricky Casey. </li>
2360
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653">SF
2361
			BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in
2362
			the empty area&nbsp;following it. </li>
2363
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653">SF
2364
			BUG-1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237791&amp;group_id=75348&amp;atid=543653">SF
2365
				BUG-1237791</a>] The &quot;Stylesheet Classes&quot; field in the Link dialog
2366
			window in now applied correctly on IE. Thanks to Andrew Crowe. </li>
2367
		<li>The &quot;Past from Word&quot; dialog windows is now showing correctly on Firefox
2368
			on some languages. </li>
2369
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653">SF
2370
			BUG-1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241992&amp;group_id=75348&amp;atid=543653">SF
2371
				BUG-1241992</a>] IE, when selecting objects (like images) and hitting the &quot;Backspace&quot;
2372
			button, the browser's &quot;back&quot; will not get executed anymore and the object
2373
			will be correctly deleted. </li>
2374
		<li>The &quot;AutoDetectPasteFromWord&quot; is now working correctly in IE. Thanks to
2375
			Juan Ant. G&oacute;mez. </li>
2376
		<li>A small enhancement has been made in the Word pasting detection. Thanks to Juan
2377
			Ant. G&oacute;mez. </li>
2378
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653">SF
2379
			BUG-1090686</a>] No more conflict with Firefox &quot;Type-Ahead Find&quot; feature.
2380
		</li>
2381
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653">SF
2382
			BUG-942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155856&amp;group_id=75348&amp;atid=543653">SF
2383
				BUG-1155856</a>] The &quot;width&quot; and &quot;height&quot; of images sized
2384
			using the inline handlers are now correctly loaded in the image dialog box. </li>
2385
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653">SF
2386
			BUG-1209093</a>] When &quot;Full Page Editing&quot; is active, in the &quot;Document
2387
			Properties&quot; dialog, the &quot;Browse Server&quot; button for the page background
2388
			is now correctly hidden if &quot;ImageBrowser&quot; is set to &quot;false&quot;
2389
			in the configurations file. Thanks to Richard. </li>
2390
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653">SF
2391
			BUG-1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186196&amp;group_id=75348&amp;atid=543653">SF
2392
				BUG-1186196</a>] The editor now retains the focus when selecting commands in
2393
			the toolbar. </li>
2394
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653">SF
2395
			BUG-1244480</a>] The editor now will look first to linked fields &quot;ids&quot;
2396
			and&nbsp;second to &quot;names&quot;. </li>
2397
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653">SF
2398
			BUG-1252905</a>] The &quot;InsertHtml&quot; function now preserves URLs as entered.
2399
		</li>
2400
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653">SF
2401
			BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
2402
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653">SF
2403
			BUG-1365664</a>] The &quot;wrap=virtual&quot; attribute has been removed from the
2404
			integration files for validation purposes. No big impact. </li>
2405
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653">SF
2406
			BUG-972193</a>] Now just one click is needed to active the cursor inside the editor.
2407
		</li>
2408
		<li>The hidden fields used by the editor are now protected from changes using the &quot;Web
2409
			Developer Add-On &gt; Forms &gt; Display Forms Details&quot; extension. Thanks to
2410
			Jean-Marie Griess. </li>
2411
		<li>On IE, the &quot;Format&quot; toolbar dropdown now reflects the current paragraph
2412
			type on IE. Because of a bug in the browser, it is quite dependent on the browser
2413
			language and the editor interface language (both must be the same). Also, as the
2414
			&quot;Normal (DIV)&quot; type is seen by IE as &quot;Normal&quot;, to avoid confusion,
2415
			both types are ignored by this fix. </li>
2416
		<li>On some very rare cases, IE was loosing the &quot;align&quot; attribute for DIV
2417
			tags. Fixed. </li>
2418
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348">SF
2419
			BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines
2420
			inside PRE tags. Fixed. </li>
2421
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653">SF
2422
			BUG-1387135</a>] No more &quot;NaN&quot; values in the image dialog, when changing
2423
			the sizes in some situations. </li>
2424
		<li>Corrected a small type in the table handler. </li>
2425
		<li>You can now set the &quot;z-index&quot; for floating panels (toolbar dropdowns,
2426
			color selectors, context menu) in Firefox, avoiding having them hidden under another
2427
			objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration
2428
			option to change this value.</li>
2429
	</ul>
2430
	<p>
2431
		<strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/">
2432
			Alfonso Martinez</a>, who have provided many patches and suggestions for the
2433
		following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
2434
			donate</a> to Alfonso, as a way to say thanks for his nice open source approach.
2435
		Thanks Alfonso!. Check out his contributions:</p>
2436
	<ul>
2437
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
2438
			BUG-1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208348&amp;group_id=75348&amp;atid=543653">SF
2439
				BUG-1208348</a>] With Firefox, no more &quot;fake&quot; selections are appearing
2440
			when inserting images, tables, special chars or when using the &quot;insertHtml&quot;
2441
			function. </li>
2442
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348">SF
2443
			Patch-1382588</a>] The &quot;FCKConfig.DisableImageHandles&quot; configuration option
2444
			is not working on Firefox 1.5. </li>
2445
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655">SF
2446
			Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the
2447
			Flash pre-processor. </li>
2448
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655">SF
2449
			Patch-1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1378782&amp;group_id=75348&amp;atid=543653">SF
2450
				BUG-1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305899&amp;group_id=75348&amp;atid=543653">SF
2451
					BUG-1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1344738&amp;group_id=75348&amp;atid=543653">SF
2452
						BUG-1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1347808&amp;group_id=75348&amp;atid=543653">SF
2453
							BUG-1347808</a>] On dialogs, some fields&nbsp;became impossible
2454
			to select or change when using Firefox. It has been fixed. </li>
2455
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655">SF
2456
			Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
2457
		</li>
2458
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653">SF
2459
			BUG-1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1376175&amp;group_id=75348&amp;atid=543653">SF
2460
				BUG-1376175</a>] The &quot;Cell Properties&quot; dialog now works correctly
2461
			when right-clicking in an object (image, for example) placed inside the cell itself.
2462
		</li>
2463
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655">SF
2464
			Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li>
2465
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655">SF
2466
			Patch-1350552</a>] Fix the display issue when applying styles on tables. </li>
2467
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655">SF
2468
			Patch-1352320</a> ] Fixed&nbsp;a wrong&nbsp;usage of the &quot;parentElement&quot;
2469
			property on Gecko. </li>
2470
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655">SF
2471
			Patch-1355007</a>] The new &quot;FCKDebug.OutputObject&quot; function is available
2472
			to dump all object information in the debug window. </li>
2473
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655">SF
2474
			Patch-1329500</a>] It is now possible to delete table columns when clicking on a
2475
			TH cell of the column. </li>
2476
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655">SF
2477
			Patch-1315351</a>] It is now possible to pass the image width and height to the
2478
			&quot;SetUrl&quot; function of the Flash dialog box. </li>
2479
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655">SF
2480
			Patch-1327384</a>] TH tags are now correctly handled by the source code formatter
2481
			and the &quot;FillEmptyBlocks&quot; configuration option. </li>
2482
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655">SF
2483
			Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with
2484
			border set to 0. Also, on Firefox, it will now work even if the border attribute
2485
			is not defined and the borders are not dotted. </li>
2486
		<li>Hidden fields now get rendered on Firefox. </li>
2487
		<li>The BasePath is now included in the debugger URL to avoid problems when calling
2488
			it from plugins.</li>
2489
	</ul>
2490
	<p>
2491
		* This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com">
2492
			Alkacon Software</a>.</p>
2493
	<h3>
2494
		Version 2.1.1</h3>
2495
	<p>
2496
		New Features and Improvements:</p>
2497
	<ul>
2498
		<li>The new &quot;<strong>Insert Page Break</strong>&quot;&nbsp;command (for printing)&nbsp;has
2499
			been introduced.* </li>
2500
		<li>The editor package now has a root directory called &quot;FCKeditor&quot;.</li>
2501
	</ul>
2502
	<p>
2503
		Fixed Bugs:</p>
2504
	<ul>
2505
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653">SF
2506
			BUG-1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1316430&amp;group_id=75348&amp;atid=543653">SF
2507
				BUG-1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323662&amp;group_id=75348&amp;atid=543653">SF
2508
					BUG-1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326223&amp;group_id=75348&amp;atid=543653">SF
2509
						BUG-1326223</a>] We are doing a little step back with this version.
2510
			The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice
2511
			feature, but we need much more testing&nbsp;on it. It introduced some bugs and so
2512
			its preferable to not have that feature, avoiding problems (even if that feature
2513
			was intended to solve some issues). </li>
2514
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
2515
			BUG-1275714</a>] Comments in the beginning of the source are now preserved when
2516
			using the &quot;undo&quot; and &quot;redo&quot; commands. </li>
2517
		<li>The &quot;undo&quot; and &quot;redo&quot; commands now work for the Style command.
2518
		</li>
2519
		<li>An error in the execution of the pasting commands on Firefox has been fixed. </li>
2520
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348">SF
2521
			BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
2522
			the &amp;nbsp; used by the FillEmptyBlocks setting is maintained even if you disable
2523
			the ProcessHTMLEntities setting.</li>
2524
	</ul>
2525
	<p>
2526
		* This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/">
2527
			Acctive Software&nbsp;S.A.</a>.</p>
2528
	<h3>
2529
		Version 2.1</h3>
2530
	<p>
2531
		New Features and Improvements:</p>
2532
	<ul>
2533
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653">SF
2534
			BUG-1200328</a>] The editor now offers a way to &quot;protect&quot; part of the
2535
			source to remain untouched while editing or changing views.&nbsp;Just use the &quot;FCKConfig.ProtectedSource&quot;
2536
			object to configure it and customize to your needs. It is based on regular expressions.
2537
			See fckconfig.js for some samples. </li>
2538
		<li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome&nbsp;to
2539
			our new developer Jason Huck. </li>
2540
		<li>New language files are available:
2541
			<ul>
2542
				<li><strong>Faraose</strong> (by S&iacute;min Lassaberg and&nbsp;Helgi Arnthorsson)
2543
				</li>
2544
				<li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li>
2545
				<li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li>
2546
				<li><strong>Vietnamese</strong> (by Phan Binh Giang)</li>
2547
			</ul>
2548
		</li>
2549
		<li>A new configurable&nbsp;ColdFusion connector is available. Thanks to Mark Woods.
2550
			Many enhancements has been introduced with it. </li>
2551
		<li>The PHP connector for the default File Browser now sorts the folders and files names.
2552
		</li>
2553
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
2554
			BUG-1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1282758&amp;group_id=75348&amp;atid=543653">SF
2555
				BUG-1282758</a>] In the PHP connector it is now possible to set the absolute
2556
			(server) path to the User Files directory, avoiding problems with Virtual Directories,
2557
			Symbolic Links or Aliases. Take a look at the config.php file. </li>
2558
		<li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li>
2559
		<li>A new way to define <strong>simple &quot;combo&quot; toolbar items</strong> , like
2560
			Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve Lineberry.&nbsp;See
2561
			sample06.html and the &quot;simplecommands&quot; plugin&nbsp;to fully understand
2562
			it. </li>
2563
		<li>A new test case has been added that shows how to set the editor background dynamically
2564
			without using a CSS. </li>
2565
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653">SF
2566
			BUG-1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1110116&amp;group_id=75348&amp;atid=543653">SF
2567
				BUG-1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216332&amp;group_id=75348&amp;atid=543653">SF
2568
					BUG-1216332</a>] The &quot;AutoDetectPasteFromWord&quot; configuration option
2569
			is back (IE only feature). </li>
2570
		<li>The&nbsp;new &quot;OnAfterLinkedFieldUpdate&quot; event has been introduced. If
2571
			is fired when the editor updates its hidden associated field. </li>
2572
		<li>Attention: The color of the right border of the toolbar (left on RTL interfaces)
2573
			has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
2574
		</li>
2575
		<li>A&nbsp;sample &quot;htaccess.txt&quot; file has been added to the editor's package
2576
			to show how to configure some Linux sites that could present problems on Firefox
2577
			with &quot;Illegal characters&quot; errors. Respectively the &quot;&iuml;&raquo;&iquest;&quot;
2578
			chars. </li>
2579
		<li>With the JavaScript, ASP and PHP integration files, you can set the QueryString
2580
			value &quot;fcksource=true&quot; to load the editor using the source files (located
2581
			in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
2582
			the suggestion. </li>
2583
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656">SF
2584
			Feature-1246623</a>] The new configuration option &quot;ForceStrongEm&quot; has
2585
			been introduced so you can force the editor to convert all &lt;B&gt; and &lt;I&gt;
2586
			tags to &lt;STRONG&gt; and &lt;EM&gt; respectively. </li>
2587
		<li>A nice contribution has been done by Goss Interactive Ltd:
2588
			<ul>
2589
				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653">SF
2590
					BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
2591
					P tags (or an appropriate block element) get inserted instead of BR tags when not
2592
					in the UseBROnCarriageReturn config mode.
2593
					<br />
2594
					The ENTER key handling has been written to function much the same as the ENTER key
2595
					handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped
2596
					with a suitable block element (P tag) as appropriate and a new block element (P
2597
					tag) will be started.
2598
					<br />
2599
					The ENTER key handler also caters for pressing ENTER within empty list items - ENTER
2600
					in an empty item at the top of a list will remove that list item and start a new
2601
					P tag above the list; ENTER in an empty item at the bottom of a list will remove
2602
					that list item and start a new P tag below the list; ENTER in an empty item in the
2603
					middle of a list will remove that list item, split the list into two, and start
2604
					a new P tag between the two lists. </li>
2605
				<li>Any tables that are found to be incorrectly nested within a block element (P tag)
2606
					will be moved out of the block element when loaded into the editor. This is required
2607
					for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.&nbsp;
2608
				</li>
2609
				<li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko
2610
					to ensure that block elements (P tags) are placed around a list item's content when
2611
					it is moved out of the list due to clicking on the editor's list toolbar buttons
2612
					(when not in the UseBROnCarriageReturn config mode). </li>
2613
			</ul>
2614
		</li>
2615
	</ul>
2616
	<p>
2617
		Fixed Bugs:</p>
2618
	<ul>
2619
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
2620
			BUG-1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
2621
				BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
2622
			visible in the link dialog window. It has been fixed. </li>
2623
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348">SF
2624
			BUG-1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251354&amp;group_id=75348&amp;atid=543653">SF
2625
				BUG-1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1256178&amp;group_id=75348&amp;atid=543653">SF
2626
					BUG-1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274841&amp;group_id=75348&amp;atid=543653">SF
2627
						BUG-1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1303949&amp;group_id=75348&amp;atid=543653">SF
2628
							BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working
2629
			on startup over Firefox. It has been fixed. </li>
2630
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653">SF
2631
			BUG-1251373</a> ] The above fix also has&nbsp;corrected some strange behaviors on
2632
			Firefox. </li>
2633
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258">SF
2634
			BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081">SF
2635
				BUG-1092081</a>] The File Browsers now run on the&nbsp;same server session used
2636
			in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
2637
		</li>
2638
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653">SF
2639
			BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows
2640
			Integrated Security with IIS. </li>
2641
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655">SF
2642
			Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed
2643
			to set the editor hidden at startup. </li>
2644
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653">SF
2645
			BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
2646
			Flash and Link dialogs. Fixed. </li>
2647
		<li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div.
2648
			Workarounds have been introduced. In any case, the testcase 004 hack is needed when
2649
			showing the editor (as in a tabbed interface). </li>
2650
		<li>An invalid path in the dialogs CSS file has been corrected. </li>
2651
		<li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut
2652
			keys. </li>
2653
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653">SF
2654
			BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
2655
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653">SF
2656
			BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
2657
			(CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li>
2658
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653">SF
2659
			BUG-1274303</a>] The &quot;Insert Column&quot; command is now working correctly
2660
			on TH cells. It also copies any attribute applied to the source cells. </li>
2661
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655">SF
2662
			Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
2663
			is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
2664
		<li>The editor now handles AJAX requests with HTTP status 304. </li>
2665
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653">SF
2666
			BUG-1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229077&amp;group_id=75348&amp;atid=543653">SF
2667
				BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases).
2668
		</li>
2669
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653">SF
2670
			BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been
2671
			corrected. </li>
2672
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653">SF
2673
			BUG-1272018</a>] The ampersand character can now be added from the Special Chars
2674
			dialog. </li>
2675
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653">SF
2676
			BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file.
2677
			Thanks to Mike Wallace. </li>
2678
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653">SF
2679
			BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field.
2680
		</li>
2681
		<li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss
2682
			Interactive Ltd). </li>
2683
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653">SF
2684
			BUG-1297431</a>] With IE, the editor now works locally when its files are placed
2685
			in a directory path that contains spaces. </li>
2686
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653">SF
2687
			BUG-1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1242105&amp;group_id=75348&amp;atid=543653">SF
2688
				BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure...
2689
			distributed&nbsp;with IE itself). Some security setting could avoid the usage of
2690
			those components and the editor would stop working. Now a message is shown, indicating
2691
			the use the minimum necessary settings need&nbsp;by the editor to run. </li>
2692
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653">SF
2693
			BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
2694
			converted to B and I so it works accordingly. </li>
2695
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653">SF
2696
			BUG-1271723</a>] On IE, it is now possible to select the text and work correctly
2697
			in the contents of absolute positioned/dimensioned divs. </li>
2698
		<li>On IE, there is no need to click twice in the editor to&nbsp;activate the cursor
2699
			in the editing area. </li>
2700
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348">SF
2701
			BUG-1221621</a>] Many &quot;warnings&quot; in the Firefox console are not thrown
2702
			anymore. </li>
2703
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653">SF
2704
			BUG-1295526</a>] While&nbsp;editing on &quot;FullPage&quot; mode the basehref is
2705
			now active for CSS &quot;link&quot; tags. </li>
2706
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655">SF
2707
			Patch-1222584</a>] A small fix to the PHP connector has been applied. </li>
2708
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655">SF
2709
			Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
2710
		</li>
2711
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653">SF
2712
			BUG-1275911</a>] A check for double dots sequences on directory names on creation
2713
			has been introduced to the PHP and ASP connectors.</li>
2714
	</ul>
2715
	<h3>
2716
		Version 2.0</h3>
2717
	<p>
2718
		New Features and Improvements:</p>
2719
	<ul>
2720
		<li>The&nbsp;new &quot;<strong>Flash</strong>&quot; command is available. Now you can
2721
			easily handle Flash content, over IE and Gecko, including server browser integration
2722
			and context menu support. Due to limitations of the browsers, it is not possible
2723
			to see the preview of the movie while editing, so a nice &quot;placeholder&quot;
2724
			is used instead. * </li>
2725
		<li>A&nbsp;&quot;<strong>Quick Upload</strong> &quot; option is now available in the
2726
			link, image and flash dialog windows, so the user don't need to go (or have) the
2727
			File Browser for this operations. The ASP and PHP uploader&nbsp;are included.&nbsp;Take
2728
			a look at the configuration file.*** </li>
2729
		<li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
2730
			S&ouml;nke Freitag. </li>
2731
		<li>It is now possible to <strong>disable the size handles</strong> for images and tables
2732
			(IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
2733
			configuration options. </li>
2734
		<li>The handles on form fields&nbsp;(small squares around them) and the inline editing
2735
			of&nbsp;its contents&nbsp;have been disabled. This makes it easier to users to use
2736
			the controls. </li>
2737
		<li>A much better support for Word pasting operations has been introduced. Now it uses
2738
			a dialog box, in this way we have better results and more control.** </li>
2739
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655">SF
2740
			Patch-1225372</a>] A small change has been done to the PHP integration file. The
2741
			generic __construct constructor has been added for better PHP 5 sub-classing&nbsp;compatibility
2742
			(backward compatible). Thanks to Marcus Bointon.</li>
2743
	</ul>
2744
	<p>
2745
		Fixed Bugs:</p>
2746
	<ul>
2747
		<li>ATTENTION: Some security changes have been made to the connectors. Now you must
2748
			explicitly enable the connector you want to use. Please test your application before
2749
			deploying this update. </li>
2750
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591">SF
2751
			BUG-1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1204273&amp;group_id=75348&amp;atid=543653">SF
2752
				BUG-1204273</a>] The connectors have been changed so it is not possible to use
2753
			&quot;..&quot; on directory names. </li>
2754
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655">SF
2755
			Patch-1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219728&amp;group_id=75348&amp;atid=543653">SF
2756
				BUG-1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208654&amp;group_id=75348&amp;atid=543653">SF
2757
					BUG-1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205442&amp;group_id=75348&amp;atid=543653">SF
2758
						BUG-1205442</a>] There was an error in the page unload on some cases
2759
			that has been fixed. </li>
2760
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708">SF
2761
			BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125">SF
2762
				BUG-1214125</a>] The undo on IE is now working correctly when the user starts
2763
			typing. </li>
2764
		<li>The preview now loads &quot;Full Page&quot; editing correctly. It also uses the
2765
			same XHTML code produced by the final output. </li>
2766
		<li>The &quot;Templates&quot; dialog was not working on some very specific (and strange)
2767
			occasions over IE. </li>
2768
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348">SF
2769
			BUG-1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171944&amp;group_id=75348&amp;atid=543653">SF
2770
				BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows
2771
			the horizontal scrollbar even when not needed. You can now force the vertical scrollbar
2772
			to be always visible. Just set the &quot;IEForceVScroll&quot; configuration option
2773
			to &quot;true&quot;. Thanks to Grant Bartlett. </li>
2774
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655">SF
2775
			Patch-1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228860&amp;group_id=75348&amp;atid=543653">SF
2776
				BUG-1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1211775&amp;group_id=75348&amp;atid=543653">SF
2777
					BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824">SF
2778
						BUG-1199824</a>] An error in the Packager has been corrected. </li>
2779
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669">SF
2780
			BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of
2781
			tags that don't have a closing tag, like &lt;br /&gt;. </li>
2782
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653">SF
2783
			BUG-1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216866&amp;group_id=75348&amp;atid=543653">SF
2784
				BUG-1216866</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209673&amp;group_id=75348&amp;atid=543653">SF
2785
					BUG-1209673</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155454&amp;group_id=75348&amp;atid=543653">SF
2786
						BUG-1155454</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187936&amp;group_id=75348&amp;atid=543653">SF
2787
							BUG-1187936</a> ]&nbsp;Now, on Gecko, the source is opened in a
2788
			dialog window to avoid fatal errors (Gecko bugs). </li>
2789
		<li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur
2790
			Kalmenson. </li>
2791
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653">SF
2792
			BUG-1171606</a>] There&nbsp;is a bug on IE that makes the editor to not work if
2793
			the instance name matches a meta tag name. Fixed. </li>
2794
		<li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages
2795
			with more than one editor. </li>
2796
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655">SF
2797
			Patch-1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1214941&amp;group_id=75348&amp;atid=543653">SF
2798
				BUG-1214941</a>] The &quot;ForcePasteAsPlainText&quot; configuration option
2799
			is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
2800
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653">SF
2801
			BUG-1228836</a>] The &quot;Show Table Borders&quot; feature is now working on Gecko
2802
			browsers. </li>
2803
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655">SF
2804
			Patch-1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212517&amp;group_id=75348&amp;atid=543653">SF
2805
				BUG-1212517</a>] The default File Browser now accepts connectors with querystring
2806
			parameters (with &quot;?&quot;). Thanks to Tomas Jucius. </li>
2807
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653">SF
2808
			BUG-1233318</a>] A JavaScript error thrown when using the Print command has been
2809
			fixed. </li>
2810
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653">SF
2811
			BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening
2812
			the code in some editors. It has been moved to a&nbsp;dialog window. </li>
2813
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653">SF
2814
			BUG-1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228939&amp;group_id=75348&amp;atid=543653">SF
2815
				BUG-1228939</a>] The Preview window is now using the Content Type and Base href.
2816
		</li>
2817
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
2818
			BUG-1232056</a>] The&nbsp;anchor icon is now working correctly on IE. </li>
2819
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
2820
			BUG-1202468</a>] The anchor icon is now available on Gecko too. </li>
2821
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653">SF
2822
			BUG-1236279</a>] A security warning has been corrected when using the File Browser
2823
			over HTTPS. </li>
2824
		<li>The ASP implementation now avoid errors when setting the editor value to null values.
2825
		</li>
2826
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653">SF
2827
			BUG-1237359</a>] The trailing &lt;BR&gt; added by Gecko at the end of the source
2828
			is now removed. </li>
2829
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828">SF
2830
			BUG-1170828</a>] No more &amp;nbsp; is added to the source when using the &quot;New
2831
			Page&quot; button. </li>
2832
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653">SF
2833
			BUG-1165264</a>] A&nbsp;new configuration option has been included to force the
2834
			editor to ignore empty paragraph values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning
2835
			empty (&quot;&quot;). </li>
2836
		<li>No more &amp;nbsp; is added when creating a table or adding columns, rows or cells.
2837
		</li>
2838
		<li>The &lt;TD&gt; tags are now included in the FillEmptyBlocks configuration handling.
2839
		</li>
2840
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653">SF
2841
			BUG-1224829</a>] A small bug in the &quot;Find&quot; dialog has been fixed. </li>
2842
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653">SF
2843
			BUG-1221307</a>] A small bug in the &quot;Image&quot; dialog has been fixed. </li>
2844
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653">SF
2845
			BUG-1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155726&amp;group_id=75348&amp;atid=543653">SF
2846
				BUG-1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178473&amp;group_id=75348&amp;atid=543653">SF
2847
					BUG-1178473</a>] It is handling the &lt;FORM&gt;, &lt;TEXTAREA&gt; and &lt;SELECT&gt;
2848
			tags &quot;name&quot; attribute correctly. Thanks to thc33. </li>
2849
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653">SF
2850
			BUG-1205403</a>] The checkbox and radio button values are now handled correctly
2851
			in their dialog windows. Thanks to thc33. </li>
2852
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653">SF
2853
			BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page
2854
			(IE only). </li>
2855
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653">SF
2856
			BUG-1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1017231&amp;group_id=75348&amp;atid=543653">SF
2857
				BUG-1017231</a>] The &quot;Save&quot; button now calls the &quot;onsubmit&quot;
2858
			event before posting the form. The submit can be cancelled if the onsubmit returns
2859
			&quot;false&quot;. </li>
2860
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653">SF
2861
			BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to
2862
			&quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
2863
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653">SF
2864
			BUG-1217546</a>] No error is thrown when &quot;pasting as plain text&quot; and no
2865
			text is available for pasting (as an image for example). </li>
2866
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653">SF
2867
			BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978">SF
2868
				BUG-1223978</a>] The context menu is now available in the source view. </li>
2869
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871">SF
2870
			BUG-1213871</a>] Undo has been added to table creation and table operation commands.
2871
		</li>
2872
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653">SF
2873
			BUG-1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229941&amp;group_id=75348&amp;atid=543653">SF
2874
				BUG-1229941</a>] Small bug in the mcpuk file browser&nbsp;have been corrected.</li>
2875
	</ul>
2876
	<p>
2877
		* This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
2878
			Infineon Technologies AG</a>.<br />
2879
		** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
2880
			Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
2881
		*** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com">
2882
			Web Crossing, Inc</a>.</p>
2883
	<h3>
2884
		Version 2.0&nbsp;FC (Final Candidate)</h3>
2885
	<p>
2886
		New Features and Improvements:</p>
2887
	<ul>
2888
		<li>A new tab called &quot;<strong>Link</strong>&quot; is available in the<strong> Image
2889
			Dialog</strong> window. In this way you can insert or modify the image link directly
2890
			from that dialog.* </li>
2891
		<li>The new &quot;<strong>Templates</strong>&quot; command is now available. Now the
2892
			user can select from a list of pre-build HTML and fill the editor with it. Take
2893
			a look at the &quot;_docs&quot; for more info.** </li>
2894
		<li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
2895
			PHP has been included in the package. He became the official developer of the File
2896
			Manager for FCKeditor, so we can expect good news in the future. </li>
2897
		<li>New configuration options are available to <strong>hide tabs</strong> from the <strong>
2898
			Image</strong> Dialog&nbsp;and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
2899
			LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
2900
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653">SF
2901
			BUG-1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187164&amp;group_id=75348&amp;atid=543653">SF
2902
				BUG-1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185905&amp;group_id=75348&amp;atid=543653">SF
2903
					BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
2904
			or special&nbsp;<strong>Latin </strong>letters to ther specific HTML entities. You
2905
			can also configure it to not convert any character at all. Take a look at the &quot;ProcessHTMLEntities&quot;,
2906
			&quot;IncludeLatinEntities&quot; and &quot;IncludeGreekEntities&quot; configuration
2907
			options. </li>
2908
		<li>New language files are available:
2909
			<ul>
2910
				<li><strong>Basque</strong> (by Ibon Igartua) </li>
2911
				<li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li>
2912
				<li><strong>Ukrainian</strong> (by Alexander Pervak)</li>
2913
			</ul>
2914
		</li>
2915
		<li>The version and date information have been removed from the files headers to avoid
2916
			unecessary diffs in source control systems when new versions are released (from
2917
			now on). </li>
2918
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655">SF
2919
			Patch-1159854</a>] Ther HTML output rendered by the server side integration files
2920
			are now XHTML compatible. </li>
2921
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653">SF
2922
			BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
2923
			HTML fragments (not in Full Page mode). </li>
2924
		<li>There is now an optional way to implement different &quot;mouse over&quot; effects
2925
			to the buttons when they are &quot;on&quot; of &quot;off&quot;.</li>
2926
	</ul>
2927
	<p>
2928
		Fixed Bugs:</p>
2929
	<ul>
2930
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653">SF
2931
			BUG-1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161633&amp;group_id=75348&amp;atid=543653">SF
2932
				BUG-1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050293&amp;group_id=75348&amp;atid=543653">SF
2933
					BUG-1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1058948&amp;group_id=75348&amp;atid=543653">SF
2934
						BUG-1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109120&amp;group_id=75348&amp;atid=543653">SF
2935
							BUG-1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155408&amp;group_id=75348&amp;atid=543653">SF
2936
								BUG-1155408</a>] The IE memory leak bug has been solved. The
2937
			code has been completely reviewed and many memory usage improvements have been done.
2938
		</li>
2939
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653">SF
2940
			BUG-1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1183252&amp;group_id=75348&amp;atid=543653">SF
2941
				BUG-1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
2942
					BUG-1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155627&amp;group_id=75348&amp;atid=543653">SF
2943
						BUG-1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155782&amp;group_id=75348&amp;atid=543653">SF
2944
							BUG-1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155750&amp;group_id=75348&amp;atid=543653">SF
2945
								BUG-1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157166&amp;group_id=75348&amp;atid=543653">SF
2946
									BUG-1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157857&amp;group_id=75348&amp;atid=543653">SF
2947
										BUG-1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158121&amp;group_id=75348&amp;atid=543653">SF
2948
											BUG-1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1177153&amp;group_id=75348&amp;atid=543653">SF
2949
												BUG-1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1175847&amp;group_id=75348&amp;atid=543653">SF
2950
													BUG-1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155747&amp;group_id=75348&amp;atid=543653">SF
2951
														BUG-1155747</a>] There was a loading
2952
			problem in Gecko browsers in some cases. It has been solved. </li>
2953
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653">SF
2954
			BUG-1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157635&amp;group_id=75348&amp;atid=543653">SF
2955
				BUG-1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149805&amp;group_id=75348&amp;atid=543653">SF
2956
					BUG-1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124600&amp;group_id=75348&amp;atid=543653">SF
2957
						BUG-1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117535&amp;group_id=75348&amp;atid=543653">SF
2958
							BUG-1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118145&amp;group_id=75348&amp;atid=543653">SF
2959
								BUG-1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098113&amp;group_id=75348&amp;atid=543653">SF
2960
									BUG-1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092272&amp;group_id=75348&amp;atid=543653">SF
2961
										BUG-1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086416&amp;group_id=75348&amp;atid=543653">SF
2962
											BUG-1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027952&amp;group_id=75348&amp;atid=543653">SF
2963
												BUG-1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=978441&amp;group_id=75348&amp;atid=543653">SF
2964
													BUG-978441</a> ] A custom Undo/Redo system
2965
			has been implemented for IE. </li>
2966
		<li>The editor startup execution is now made in the right order (so configurations override
2967
			works correctly). </li>
2968
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
2969
			BUG-1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166651&amp;group_id=75348&amp;atid=543653">SF
2970
				BUG-1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066198&amp;group_id=75348&amp;atid=543653">SF
2971
					BUG-1066198</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090388&amp;group_id=75348&amp;atid=543653">SF
2972
						BUG-1090388</a> ]&nbsp;No more &quot;illegible&quot; characters in the
2973
			toolbar when &quot;ClearType&quot; is active. </li>
2974
		<li>It is now possible to set the &quot;width&quot; style of the BODY tag in the EditorAreaCSS
2975
			to limit the editing area size. </li>
2976
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653">SF
2977
			BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history
2978
			anymore. </li>
2979
		<li>The editor now uses the same method used on version RC2 to load its contents on
2980
			Gecko. It is now possible to have more than one editor in the page. This change
2981
			has a negative impact: the BaseHref property is not working. </li>
2982
		<li>Changes have been made to make the editor work with PHP versions&nbsp;older than&nbsp;2.1.0.
2983
		</li>
2984
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653">SF
2985
			BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348">SF
2986
				BUG-1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156863&amp;group_id=75348&amp;atid=543653">SF
2987
					BUG-1156863</a>] The &quot;Insert Horizontal Line&quot; command is now working
2988
			correctly. Thanks to Hector Raul Colonia Coral. </li>
2989
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653">SF
2990
			BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected)
2991
			on Safari browsers (and all &quot;like Gecko&quot; browsers). Thanks to Bob Paul.
2992
		</li>
2993
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653">SF
2994
			BUG-1182224</a>] The PHP connector can now handle file extensions in upper case,&nbsp;like
2995
			JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
2996
		<li>The &quot;sample06.html&quot; is now working correctly with Gecko browsers. </li>
2997
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653">SF
2998
			BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
2999
			to Abdul-Aziz Al-Oraij. </li>
3000
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653">SF
3001
			BUG-1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185006&amp;group_id=75348&amp;atid=543653">SF
3002
				BUG-1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156068&amp;group_id=75348&amp;atid=543653">SF
3003
					BUG-1156068</a>] The &quot;Browse Server&quot; button is now working correctly
3004
			for the Background Image in the &quot;Document Properties&quot; dialog window (full
3005
			page editing). The active &quot;BaseHref&quot; is also set to the preview window.
3006
		</li>
3007
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653">SF
3008
			BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
3009
			are ignored with no errors. </li>
3010
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653">SF
3011
			BUG-1185911</a>] The Greek language file name has been corrected to &quot;el.js&quot;.
3012
		</li>
3013
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
3014
			BUG-1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158421&amp;group_id=75348&amp;atid=543653">SF
3015
				BUG-1158421</a>] The &quot;Print&quot; button is now active on startup. </li>
3016
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
3017
			BUG-1165219</a>] No error occours when the user defines just one color to the FontColors
3018
			on &quot;in page&quot; configurations. </li>
3019
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653">SF
3020
			BUG-1162957</a>] The small problem with Zope (ZPT)&nbsp;has been solved. </li>
3021
		<li>Some small RTL / LTR corrections has been done in the interface and the Farsi language
3022
			has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
3023
	</ul>
3024
	<p>
3025
		* This version has been partially sponsored by the <a href="http://www.hamilton.edu">
3026
			Hamilton College</a>.<br />
3027
		** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
3028
			Infineon Technologies AG</a>.</p>
3029
	<h3>
3030
		Version 2.0 RC3 (Release Candidate 3)</h3>
3031
	<p>
3032
		New Features and Improvements:</p>
3033
	<ul>
3034
		<li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
3035
			to Takashi Yamaguchi, our official Perl developer. </li>
3036
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656">SF
3037
			Feature-1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1112692&amp;group_id=75348&amp;atid=543656">SF
3038
				Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the
3039
			<strong>Source View</strong>. The output HTML can also be formatted. You can choose
3040
			to use spaces or tab for indentation. See the configuration file. </li>
3041
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656">SF
3042
			Feature-1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004293&amp;group_id=75348&amp;atid=543656">SF
3043
				Feature-1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=784281&amp;group_id=75348&amp;atid=543656">SF
3044
					Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong>
3045
			with the editor. Use the &quot;FullPage&quot; configuration setting to activate
3046
			it. </li>
3047
		<li>The&nbsp;new toolbar command, &quot;<strong>Document Properties</strong>&quot;&nbsp;is
3048
			available to edit document header info, title, colors, background, etc... Full page
3049
			editing must be enabled. </li>
3050
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656">SF
3051
			Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use
3052
			<strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor.
3053
			More info about configuration can be found in the _docs folder. </li>
3054
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656">SF
3055
			Feature-1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086386&amp;group_id=75348&amp;atid=543656">SF
3056
				Feature-1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124602&amp;group_id=75348&amp;atid=543656">SF
3057
					Feature-1124602</a>] New &quot;<strong>Insert Anchor</strong>&quot; command
3058
			has been introduced. (The anchor icon is visible only over&nbsp;IE for now). </li>
3059
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656">SF
3060
			Feature-1123816</a>] It is now possible to configure the editor to <strong>show &quot;fake&quot;
3061
				table borders</strong> when the border size is set to zero. (It is working only
3062
			on IE for now). </li>
3063
		<li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
3064
			configured</strong> . Just right click on then. </li>
3065
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656">SF
3066
			Feature-1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144047&amp;group_id=75348&amp;atid=543656">SF
3067
				Feature-1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149808&amp;group_id=75348&amp;atid=543656">SF
3068
					Feature-1149808</a>] A new configuration setting is available, &quot;<strong>BaseHref</strong>
3069
			&quot;, to set the URL used to resolve relative links. </li>
3070
		<li>It is now possible to set&nbsp;the <strong>content language direction</strong> .
3071
			See the &quot;FCKConfig.ContentLangDirection&quot; configurations setting. </li>
3072
		<li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded
3073
			and&nbsp;included in this version: <strong>form</strong>, <strong>checkbox</strong>,
3074
			<strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
3075
			<strong>select field</strong>, <strong>button</strong>, <strong>image button</strong>
3076
			and <strong>hidden field</strong> . </li>
3077
		<li><strong>Context menu</strong> options (right-click) has been added for: <strong>
3078
			anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong>
3079
				checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
3080
			<strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
3081
			<strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
3082
			and <strong>numbered list</strong> . </li>
3083
		<li>The &quot;<strong>Universal Keyboard</strong>&quot; has been converted from version
3084
			1.6 to this one and it's now available. </li>
3085
		<li>It is now possible to <strong>configure</strong> the items to be shown in the <strong>
3086
			context menu</strong> . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
3087
		</li>
3088
		<li>A new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <strong>
3089
			automatically insert a &amp;nbsp;</strong> on empty block elements (p, div, pre,
3090
			h1, etc...) to avoid differences from the editing and the final result. (Actually,
3091
			the editor automatically &quot;grows&quot; empty elements to make the user able
3092
			to enter text on it). Attention: the extra &amp;nbsp; will be added when switching
3093
			from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
3094
			(XHTML support must be enabled). </li>
3095
		<li>It is now possible to configure the <strong>toolbar</strong> to &quot;<strong>break</strong>
3096
			&quot; between two toolbar strips. Just insert a &quot;/&quot; between then. Take
3097
			a look at fckconfig.js for a sample. </li>
3098
		<li>New Language files are available:
3099
			<ul>
3100
				<li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li>
3101
				<li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li>
3102
				<li><strong>Esperanto</strong> (by Tim Morley) </li>
3103
				<li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li>
3104
				<li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li>
3105
				<li><strong>Persian</strong> (by Hamed Taj-Abadi) </li>
3106
				<li><strong>Romanian</strong> (by Adrian Nicoara) </li>
3107
				<li><strong>Slovak</strong> (by Gabriel Kiss) </li>
3108
				<li><strong>Thai </strong>(by Audy Charin Arsakit) </li>
3109
				<li><strong>Turkish</strong> (by Reha Bi&ccedil;er) </li>
3110
				<li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li>
3111
			</ul>
3112
		</li>
3113
		<li>Warning: All toolbar image images have been changed. The &quot;button.&quot; prefix
3114
			has been removed. If you have your custom skin, please rename your files. </li>
3115
		<li>A new plugin is available in the package: &quot;<strong>Placeholders</strong>&quot;.
3116
			In this way you can insert non editable tags in your document to be processed on
3117
			server side (very specific usage). </li>
3118
		<li>The ASPX files are no longer available in this package. They have been moved to
3119
			the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
3120
		</li>
3121
		<li>The FCKeditor.Packager program is now part of the main package. It is not anymore&nbsp;distributed
3122
			separately. </li>
3123
		<li>The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to 0777. </li>
3124
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655">SF
3125
			Patch-1090215</a>] It's now possible to give back more info from your custom image
3126
			browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
3127
		</li>
3128
		<li>The package files now maintain their original &quot;Last Modified&quot; date, so
3129
			incremental FTP uploads can be used to update to&nbsp;new versions of the editor
3130
			(from now on). </li>
3131
		<li>The &quot;Source&quot; view now forces its contents to be written in &quot;Left
3132
			to Right&quot; direction even when the editor interface language is running a RTL
3133
			language (like Arabic, Hebrew or Persian). </li>
3134
	</ul>
3135
	<p>
3136
		Fixed Bugs:</p>
3137
	<ul>
3138
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653">SF
3139
			BUG-1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119894&amp;group_id=75348&amp;atid=543653">SF
3140
				BUG-1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090986&amp;group_id=75348&amp;atid=543653">SF
3141
					BUG-1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100408&amp;group_id=75348&amp;atid=543653">SF
3142
						BUG-1100408</a>] The editor now works correctly when starting with an
3143
			empty value and switching to the Source mode. </li>
3144
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653">SF
3145
			BUG-1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1115750&amp;group_id=75348&amp;atid=543653">SF
3146
				BUG-1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101808&amp;group_id=75348&amp;atid=543653">SF
3147
					BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
3148
			Font, etc...) over Mac has been fixed. </li>
3149
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653">SF
3150
			BUG-1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076544&amp;group_id=75348&amp;atid=543653">SF
3151
				BUG-1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077845&amp;group_id=75348&amp;atid=543653">SF
3152
					BUG-1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092395&amp;group_id=75348&amp;atid=543653">SF
3153
						BUG-1092395</a>] A new upload class has been included for the ASP File
3154
			Manager Connector. It uses the &quot;ADODB.Stream&quot; object. Many thanks to &quot;NetRube&quot;.
3155
		</li>
3156
		<li>I small correction has been made to the ColdFusion integration files. Thanks to
3157
			Hendrik Kramer. </li>
3158
		<li>There was a very specific problem when the editor was running over a FRAME executed
3159
			on another domain. </li>
3160
		<li>The performance problem on Gecko while typing&nbsp;quickly has been solved. </li>
3161
		<li>The &lt;br type= &quot;_moz&quot;&gt;is not anymore shown on XHTML source. </li>
3162
		<li>It has been introduced a mechanism to avoid automatic contents duplication on very
3163
			specific occasions (bad formatted HTML). </li>
3164
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653">SF
3165
			BUG-1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145800&amp;group_id=75348&amp;atid=543653">SF
3166
				BUG-1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118803&amp;group_id=75348&amp;atid=543653">SF
3167
					BUG-1118803</a> ] Other&nbsp;issues in the XHTML processor have been solved.
3168
		</li>
3169
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653">SF
3170
			BUG-1143969</a>] The editor now accepts the &quot;accept-charset&quot; attribute
3171
			in the FORM tag (IE specific bug). </li>
3172
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653">SF
3173
			BUG-1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089548&amp;group_id=75348&amp;atid=543653">SF
3174
				BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
3175
		</li>
3176
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653">SF
3177
			BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions
3178
			(chmod)&nbsp;to 0777 correctly. </li>
3179
		<li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php)
3180
			to set some security preferences. </li>
3181
		<li>The&nbsp;ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp)
3182
			to set some security preferences. </li>
3183
		<li>A small bug in the toolbar rendering (strips auto position) has been corrected.
3184
		</li>
3185
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653">SF
3186
			BUG-1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091377&amp;group_id=75348&amp;atid=543653">SF
3187
				BUG-1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083044&amp;group_id=75348&amp;atid=543653">SF
3188
					BUG-1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1096307&amp;group_id=75348&amp;atid=543653">SF
3189
						BUG-1096307</a>] The configurations are now encoded so a user can use
3190
			values that has special chars (&amp;=/). </li>
3191
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653">SF
3192
			BUG-1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092331&amp;group_id=75348&amp;atid=543653">SF
3193
				BUG-1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088220&amp;group_id=75348&amp;atid=543653">SF
3194
					BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover
3195
			the editor's base path. </li>
3196
		<li>Some small wrapping problems with some labels in the Image and Table dialog windows
3197
			have been fixed. </li>
3198
		<li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to
3199
			avoid some errors on specific Linux installations. </li>
3200
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653">SF
3201
			BUG-1114449</a>] The editor packager program has been modified so now it is possible
3202
			to use the source files to run the editor as described in the documentation. The
3203
			new packager must be downloaded. </li>
3204
		<li>A small problem with the editor focus while in&nbsp;source&nbsp;mode has been corrected.
3205
			Thanks to Eric (ric1607). </li>
3206
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653">SF
3207
			BUG-1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085149&amp;group_id=75348&amp;atid=543653">SF
3208
				BUG-1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151296&amp;group_id=75348&amp;atid=543653">SF
3209
					BUG-1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082433&amp;group_id=75348&amp;atid=543653">SF
3210
						BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points
3211
			to a blank page located in the editor's package. In this way we avoid security warnings
3212
			when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
3213
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653">SF
3214
			BUG-1117779</a>] The editor now works well if you have more than one element named
3215
			&quot;submit&quot;&nbsp;on its form (even if it is not correct to have this situation).
3216
		</li>
3217
		<li>The XHTML processor was duplicating the text on some specific situation. It has
3218
			been fixed. </li>
3219
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655">SF
3220
			Patch-1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098929&amp;group_id=75348&amp;atid=543653">SF
3221
				Patch-1098929</a>] With ASP, the editor now works correctly on pages using &quot;Option
3222
			Explicit&quot;. Thanks to Ben Noblet. </li>
3223
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653">SF
3224
			BUG-1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029125&amp;group_id=75348&amp;atid=543653">SF
3225
				BUG-1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=966130&amp;group_id=75348&amp;atid=543653">SF
3226
					BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There
3227
			was a problem with the XML parser. It has been fixed. </li>
3228
		<li>The localization engine is now working correctly over IE 5.5 browsers. </li>
3229
		<li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has
3230
			been fixed. </li>
3231
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653">SF
3232
			BUG-1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149777&amp;group_id=75348&amp;atid=543653">SF
3233
				BUG-1149777</a>] The editor now uses the TEXTAREA id&nbsp;in the ReplaceTextarea
3234
			function. If the id is now found, it uses the &quot;name&quot;. The docs have been
3235
			updated. </li>
3236
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653">SF
3237
			BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks
3238
			to Erwin Dondorp. </li>
3239
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653">SF
3240
			BUG-1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090102&amp;group_id=75348&amp;atid=543653">SF
3241
				BUG-1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152171&amp;group_id=75348&amp;atid=543653">SF
3242
					BUG-1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102907&amp;group_id=75348&amp;atid=543653">SF
3243
						BUG-1102907</a>] There is no problem now to start the editor with values
3244
			like &quot;&lt;div&gt;&lt;/div&gt;&quot; or &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
3245
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653">SF
3246
			BUG-1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041861&amp;group_id=75348&amp;atid=543653">SF
3247
				BUG-1041861</a>] The click on the disabled options in the Context Menu has no
3248
			effects now. </li>
3249
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653">SF
3250
			BUG-1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102441&amp;group_id=75348&amp;atid=543653">SF
3251
				BUG-1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1095312&amp;group_id=75348&amp;atid=543653">SF
3252
					BUG-1095312</a>] Some problems when setting the editor source to very specific
3253
			values has been fixed. </li>
3254
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653">SF
3255
			BUG-1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089204&amp;group_id=75348&amp;atid=543653">SF
3256
				BUG-1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077609&amp;group_id=75348&amp;atid=543653">SF
3257
					BUG-1077609</a>] The editor now runs correctly if called directly (locally)&nbsp;without
3258
			a server installation (just opening the HTML sample files). </li>
3259
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653">SF
3260
			BUG-1088248</a>] The editor now uses a different method to load its contents. In
3261
			this way the URLs remain untouched. </li>
3262
		<li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li>
3263
	</ul>
3264
	<h3>
3265
		Version 2.0 RC2 (Release Candidate 2)</h3>
3266
	<ul>
3267
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3268
			Feature-1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075961&amp;group_id=75348&amp;atid=543656">SF
3269
				Feature-1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083200&amp;group_id=75348&amp;atid=543656">SF
3270
					Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong>
3271
			is now available (right-click). </li>
3272
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3273
			Feature-1042034</a>] The new &quot;<strong>Split Cell</strong> &quot;, to split
3274
			a table cell in two columns, has been introduced (right-click). </li>
3275
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3276
			Feature-1042034</a>] The new &quot;<strong>Merge Cells</strong>&quot;, to merge
3277
			table cells (in the same row), has been introduced (right-click). </li>
3278
		<li>The &quot;fake&quot; <strong>TAB key support</strong> (available by default over
3279
			Gecko browsers is now available over IE too. You can set the number of spaces to
3280
			add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
3281
			disable this feature (IE). </li>
3282
		<li>It now possible to tell IE to send a <strong>&lt;BR&gt;</strong> when the user presses
3283
			the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
3284
			configuration setting. </li>
3285
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656">SF
3286
			Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
3287
			is now available! (Thanks to Hendrik Kramer). </li>
3288
		<li>The editor is now available in <strong>29 languages!</strong> The new language files
3289
			available are:&nbsp;
3290
			<ul>
3291
				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656">SF
3292
					Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
3293
					and Hong Kong) (by NetRube). </li>
3294
				<li><strong>Czech</strong> (by David Hor&aacute;k). </li>
3295
				<li><strong>Danish</strong> (by Jesper Michelsen). </li>
3296
				<li><strong>Dutch</strong> (by Bram Crins). </li>
3297
				<li><strong>German</strong> (by Maik Unruh). </li>
3298
				<li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li>
3299
				<li><strong>Russian</strong> (by Andrey Grebnev). </li>
3300
				<li><strong>Slovenian</strong> (by Boris Volaric).</li>
3301
			</ul>
3302
		</li>
3303
		<li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li>
3304
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653">SF
3305
			BUG-1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083743&amp;group_id=75348&amp;atid=543653">SF
3306
				BUG-1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078783&amp;group_id=75348&amp;atid=543653">SF
3307
					BUG-1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
3308
						BUG-1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
3309
							BUG-1037404</a>] Many&nbsp;small bugs&nbsp;in the XHTML processor
3310
			has been corrected (workarounds to browser specific bugs). These are some things
3311
			to consider regarding the changes:
3312
			<ul>
3313
				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653">SF
3314
					BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with
3315
					&quot;_moz&quot; will be ignored. </li>
3316
				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653">SF
3317
					BUG-1060073</a>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; elements contents will be
3318
					handled as is, without CDATA tag surrounding. This may break XHTML validation. In
3319
					any case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
3320
			</ul>
3321
		</li>
3322
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653">SF
3323
			BUG-1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078837&amp;group_id=75348&amp;atid=543653">SF
3324
				BUG-1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
3325
					BUG-999792</a>] URLs now remain untouched when initializing the editor or
3326
			switching from WYSYWYG to Source and vice versa. </li>
3327
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653">SF
3328
			BUG-1082323</a>] The&nbsp;problem in the ASP and PHP connectors when handling non
3329
			&quot;strange&quot; chars in file names has been corrected. </li>
3330
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653">SF
3331
			BUG-1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076796&amp;group_id=75348&amp;atid=543653">SF
3332
				BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li>
3333
		<li>A&nbsp;problem with the &quot;Format&quot; command on IE browsers on languages different
3334
			of English has been solved. The negative side of this correction is that due to
3335
			a IE bad design it is not possible to update the &quot;Format&quot; combo while
3336
			moving throw the text (context sensitive). </li>
3337
		<li>On Gecko browsers, when selecting an image and executing the &quot;New Page&quot;
3338
			command, the image handles still appear, even if the image is not available anymore
3339
			(this is a Gecko bug). When clicking in&nbsp;a &quot;phanton&quot; randle, the browser
3340
			crashes. It doesn't&nbsp;happen (the crash)&nbsp;anymore. </li>
3341
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653">SF
3342
			BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
3343
			has been corrected. Thanks to Alex Varga. </li>
3344
		<li>Again on ASP, the browser detection for IE had some problems on servers that use
3345
			comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
3346
		</li>
3347
		<li>No error is thrown now when&nbsp;non existing&nbsp;language is configured in the
3348
			editor. The English language file is loaded in that case. </li>
3349
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653">SF
3350
			BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included
3351
			in the package. </li>
3352
		<li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't
3353
			reproduce the problem, but a fix has been applied based on users tests. </li>
3354
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653">SF
3355
			BUG-1004078</a>] ColdFusion: The &quot;config&quot; structure/hash table with keys
3356
			and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
3357
			are in upper case format. Because the FCKeditor configuration keys must be case
3358
			sensitive, we had to match all structure/hash keys with a list of the correct configuration
3359
			names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
3360
		</li>
3361
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653">SF
3362
			BUG-1075166</a>] ColdFusion: The &quot;fallback&quot; variant of the texteditor
3363
			(&lt;textarea&gt;) has a bug in the fckeditor.cfm. This has been fixed. </li>
3364
		<li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
3365
		</li>
3366
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653">SF
3367
			BUG-1086370</a>] A small coding type in the Link dialog window has been corrected.
3368
		</li>
3369
	</ul>
3370
	<h3>
3371
		Version 2.0 RC1 (Release Candidate 1)</h3>
3372
	<ul>
3373
		<li><strong>ASP</strong> support is now available (including the&nbsp;File Manager connector).
3374
		</li>
3375
		<li><strong>PHP</strong> support is now available (including the File Manager connector).
3376
		</li>
3377
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656">SF
3378
			Feature-1063217</a>] The new advanced&nbsp;<strong>Style</strong> command is available
3379
			in the toolbar: full preview, context sensitive, style definitions are loaded from
3380
			a XML file (see documentation for more instructions). </li>
3381
		<li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
3382
			toolbar command now show a <strong>preview</strong> of the available options. </li>
3383
		<li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
3384
		</li>
3385
		<li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
3386
			customize the editor to your needs. (Take a look at the html/sample06.html file).
3387
		</li>
3388
		<li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support
3389
			must be set to &quot;true&quot;). It handles all entities defined in the W3C&nbsp;XHTML
3390
			DTD file. </li>
3391
		<li>A new &quot;_docs&quot; folder has been introduced for the <strong>documentation</strong>.
3392
			It is not yet complete, but I hope the community will help us to fill it better.
3393
		</li>
3394
		<li>It is now possible (even if it is not recommended by the W3C) to force the use of
3395
			simple ampersands (&amp;) on attributes (like the links href) instead of its entity
3396
			&amp;amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the&nbsp;configuration
3397
			file. </li>
3398
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656">SF
3399
			Feature-1026866</a>] The &quot;<strong>EditorAreaCSS</strong>&quot; configuration
3400
			option has been introduced. In this way you can set the CSS to use in the editor
3401
			(editable area). </li>
3402
		<li>The editing area is not anymore clipped if the toolbar is too large and exceeds
3403
			the window width. </li>
3404
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653">SF
3405
			BUG-1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033933&amp;group_id=75348&amp;atid=543653">SF
3406
				BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
3407
			The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
3408
			<b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
3409
			<b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
3410
			<b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
3411
			<strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
3412
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653">SF
3413
			BUG-1027858</a>] Firefox 1.0 PR&nbsp;introduced&nbsp;a bug that made the editor
3414
			stop working on it. A workaround has been developed to fix the problem. </li>
3415
		<li>There was a positioning problem over IE&nbsp;with the color panel. It has been corrected.
3416
		</li>
3417
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653">SF
3418
			BUG-1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033832&amp;group_id=75348&amp;atid=543653">SF
3419
				BUG-1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028623&amp;group_id=75348&amp;atid=543653">SF
3420
					BUG-1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026610&amp;group_id=75348&amp;atid=543653">SF
3421
						BUG-1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064498&amp;group_id=75348&amp;atid=543653">SF
3422
							BUG-1064498</a>] The combo commands in the toolbar were not opening
3423
			in the right way. It has been fixed. </li>
3424
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653">SF
3425
			BUG-1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965318&amp;group_id=75348&amp;atid=543653">SF
3426
				BUG-965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018296&amp;group_id=75348&amp;atid=543653">SF
3427
					BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and
3428
			Firefox/Mac installations. It has been fixed. </li>
3429
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653">SF
3430
			BUG-1054621</a>] Color pickers are now working with the &quot;office2003&quot; and
3431
			&quot;silver&quot; skins. </li>
3432
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653">SF
3433
			BUG-1054108</a>] IE doesn&rsquo;t recognize the &quot;&amp;apos;&quot; entity for
3434
			apostrophes, so a workaround has been developed to replace it with &quot;&amp;#39;&quot;
3435
			(its numeric entity representation). </li>
3436
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653">SF
3437
			BUG-983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983398&amp;group_id=75348&amp;atid=543653">SF
3438
				BUG-983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028103&amp;group_id=75348&amp;atid=543653">SF
3439
					BUG-1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1072496&amp;group_id=75348&amp;atid=543653">SF
3440
						BUG-1072496</a>] The problem with elements with name &quot;submit&quot;
3441
			inside the editor's form has been solved. </li>
3442
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653">SF
3443
			BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source
3444
			mode has been fixed. </li>
3445
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348">SF
3446
			BUG-1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034354&amp;group_id=75348&amp;atid=543653">SF
3447
				BUG-1034354</a>] The XHTML processor now doesn&rsquo;t use the minimized tag
3448
			syntax (like &lt;br/&gt;) for empty elements that are not marked as EMPTY in the
3449
			W3C XHTML DTD specifications. </li>
3450
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653">SF
3451
			BUG-1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046500&amp;group_id=75348&amp;atid=543653">SF
3452
				BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links.
3453
			It has been fixed. </li>
3454
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653">SF
3455
			BUG-1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
3456
				BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform
3457
			all relative URLs to absolute links, pointing to the site the editor is running.
3458
			So now the editor removes the protocol and host part of the link if it matches the
3459
			running server. </li>
3460
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653">SF
3461
			BUG-1071824</a>] The color dialog box bug has been fixed. </li>
3462
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653">SF
3463
			BUG-1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046493&amp;group_id=75348&amp;atid=543653">SF
3464
				BUG-1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1023530&amp;group_id=75348&amp;atid=543653">SF
3465
					BUG-1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1025978&amp;group_id=75348&amp;atid=543653">SF
3466
						BUG-1025978</a>] The editor now doesn&rsquo;t throw an error if no selection
3467
			was made and the create link command is used. </li>
3468
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653">SF
3469
			BUG-1036756</a>] The XHTML processor has been reviewed. </li>
3470
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653">SF
3471
			BUG-1029101</a>] The Paste from Word feature is working correctly. </li>
3472
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653">SF
3473
			BUG-1034623</a>] There is an IE bug when setting the editor value to &quot;&lt;p&gt;&lt;hr&gt;&lt;/p&gt;&quot;.
3474
			A workaround has been developed. </li>
3475
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653">SF
3476
			BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla.
3477
			(Actually that is a bug on both browsers). A workaround has been developed to solve
3478
			it. </li>
3479
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653">SF
3480
			BUG-1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050394&amp;group_id=75348&amp;atid=543653">SF
3481
				BUG-1050394</a>] The editor doesn&rsquo;t throw errors when hidden. </li>
3482
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653">SF
3483
			BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
3484
			Image and Link ones). </li>
3485
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653">SF
3486
			BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
3487
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348">SF
3488
			BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li>
3489
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653">SF
3490
			BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers.
3491
		</li>
3492
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653">SF
3493
			BUG-1036675</a>] The Resources Browser window now displays the server error on bad
3494
			installations.</li>
3495
	</ul>
3496
	<h3>
3497
		Version 2.0 Beta 2</h3>
3498
	<ul>
3499
		<li>There is a new configuration - &quot;<strong>GeckoUseSPAN</strong>&quot; - that
3500
			can be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, &lt;I&gt;
3501
			and &lt;U&gt; for the bold, italic and underline commands. </li>
3502
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656">SF
3503
			Feature-1002622</a>] New <strong>Text Color</strong> and&nbsp;<strong>Background Color</strong>
3504
			&nbsp;commands have been added to the editor. </li>
3505
		<li>On Gecko browsers, a message is shown when,&nbsp;because of&nbsp;security settings,&nbsp;the
3506
			user&nbsp;is not able to&nbsp;cut, copy or paste data from the clipboard using the
3507
			toolbar buttons or the context menu. </li>
3508
		<li>The new &quot;<strong>Paste as Plain Text</strong> &quot; command has been introduced.
3509
		</li>
3510
		<li>The new &quot;<strong>Paste from Word</strong> &quot; command has been introduced.
3511
		</li>
3512
		<li>A new configuration named&nbsp;&quot;StartupFocus&quot; can be used to tell the
3513
			editor to get the focus when the page is loaded. </li>
3514
		<li>All <strong>Java </strong>integration files has been moved to a new separated package.
3515
		</li>
3516
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653">SF
3517
			BUG-1016781</a>] <strong>Table operations</strong> are now working when right click
3518
			inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
3519
			<strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
3520
			<strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
3521
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653">SF
3522
			BUG-965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1010379&amp;group_id=75348&amp;atid=543653">SF
3523
				BUG-1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=977713&amp;group_id=75348&amp;atid=543653">SF
3524
					BUG-977713</a>] XHTML support was not working with FireFox, blocking the
3525
			editor when submitting data. It has been fixed. </li>
3526
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653">SF
3527
			BUG-1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=974595&amp;group_id=75348&amp;atid=543653">SF
3528
				BUG-974595</a> ]&nbsp;The &quot;FCKLang not defined&quot; error when loading
3529
			has been fixed. </li>
3530
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653">SF
3531
			BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed
3532
			outside the editor in the place where the focus is. It has been fixed. </li>
3533
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653">SF
3534
			BUG-981191</a>] We are now using &lt;!--- ---&gt; for ColdFusion comments.</li>
3535
	</ul>
3536
	<h3>
3537
		Version 2.0 Beta 1</h3>
3538
	<p>
3539
		This is the first beta of the 2.x series. It brings a lot of new and important things.
3540
		Beta versions will be released until all features available on version 1.x will
3541
		be introduced in the 2.0.<br />
3542
		<br />
3543
		<strong>Note:</strong> As it is a beta, it is not yet completely developed. Future
3544
		versions can bring new features that can break backward compatibility with this
3545
		version.
3546
	</p>
3547
	<ul>
3548
		<li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
3549
		</li>
3550
		<li><strong>Quick startup</strong> response times. </li>
3551
		<li>Complete <strong>XHTML</strong> 1.0 support. </li>
3552
		<li><strong>Advanced link</strong> dialog box:
3553
			<ul>
3554
				<li>Target selection. </li>
3555
				<li>Popup configurator. </li>
3556
				<li>E-Mail link. </li>
3557
				<li>Anchor selector. </li>
3558
			</ul>
3559
		</li>
3560
		<li>New <strong>File Manager</strong>. </li>
3561
		<li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
3562
		<li>New <strong>context menus</strong> with icons. </li>
3563
		<li>New toolbar with &quot;expand/collapse&quot; feature. </li>
3564
		<li><strong>Skins</strong> support. </li>
3565
		<li><strong>Right to left languages</strong> support. </li>
3566
	</ul>
3567
	<h3>
3568
		Version 1.6.1</h3>
3569
	<ul>
3570
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653">SF
3571
			BUG-862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=812733&amp;group_id=75348&amp;atid=543653">SF
3572
				BUG-812733</a>] There was a problem when the user tried to delete the last row,
3573
			collumn or cell in a table. It has been corrected.* </li>
3574
		<li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
3575
		<li>New Croatian language file. Thanks to Alex Varga. </li>
3576
		<li>Updated language file for Czech. Thanks to Plachow. </li>
3577
		<li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li>
3578
		<li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li>
3579
	</ul>
3580
	<p>
3581
		* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
3582
			LLC</a>.</p>
3583
	<h3>
3584
		Version 1.6</h3>
3585
	<ul>
3586
		<li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li>
3587
		<li>New <strong>&quot;Selection Field&quot; command</strong> with advanced dialog box
3588
			for options definitions.* </li>
3589
		<li>New <strong>&quot;Image Button&quot; command</strong> is available.* </li>
3590
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656">SF
3591
			Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and
3592
			<strong>many improvements</strong> has been done.* </li>
3593
		<li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag
3594
			Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
3595
			and Hao Jiang. </li>
3596
		<li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
3597
			browser security configuration &quot;Initialize and script ActiveX controls not
3598
			marked as safe&quot; must be set to &quot;Enable&quot; or &quot;Prompt&quot;. And
3599
			easier and more secure way to do that is to add your site in the list of trusted
3600
			sites. IeSpell can still be used. Take a look at the fck_config.js file for some
3601
			configuration options. Thanks to EdwardRF. </li>
3602
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656">SF
3603
			Feature-748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=801030&amp;group_id=75348&amp;atid=543656">SF
3604
				Feature-801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=880684&amp;group_id=75348&amp;atid=543656">SF
3605
					Feature-880684</a>] New &quot;<strong>Anchor&quot; command</strong>, including
3606
			context menu support. Thanks to G.Meijer. </li>
3607
		<li>Special characters are replaced with their decimal HTML entities when the XHMTL
3608
			support is enabled (only over IE5.5+). </li>
3609
		<li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment
3610
			the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz
3611
			A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved
3612
			to the &quot;images/toolbar/default&quot; directory. </li>
3613
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655">SF
3614
			Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
3615
			Anchors and all Form elements. Thanks to Top Man. </li>
3616
		<li>New <strong>&quot;New Page&quot; command</strong> to start a typing from scratch.
3617
			Thanks to Abdul-Aziz A. Al-Oraij. </li>
3618
		<li>New <strong>&quot;Replace&quot; command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
3619
		</li>
3620
		<li>New <strong>&quot;Advanced Font Style&quot; command</strong>. Thanks to Abdul-Aziz
3621
			A. Al-Oraij. </li>
3622
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656">SF
3623
			Feature-738193</a>] New <strong>&quot;Save&quot; command</strong>. It can be used
3624
			to simulate a save action, but in fact it just submits the form where the editor
3625
			is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
3626
		<li>New <strong>&quot;Universal Keyboard&quot; command</strong>. This 22 charsets are
3627
			available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
3628
			Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
3629
			(Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
3630
			a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz
3631
			A. Al-Oraij. </li>
3632
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655">SF
3633
			Patch-935358</a>] New <strong>&quot;Preview&quot; command</strong>. Context menu
3634
			option is included and can be deactivated throw the config.ShowPreviewContextMenu
3635
			configuration. Thanks to Ben Ramsey. </li>
3636
		<li>New &quot;<strong>Table Auto Format</strong>&quot; context menu command. Hack a
3637
			little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
3638
			Lezos. </li>
3639
		<li>New &quot;<strong>Bulleted List Properties</strong> &quot; context menu to define
3640
			its type and class. Thanks to Alexandros Lezos. </li>
3641
		<li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
3642
			to Mark Fierling. </li>
3643
		<li>Images now always have the <strong>&quot;alt&quot; attribute</strong> set, even
3644
			when it's value is empty. Thanks to Andreas Barnet. </li>
3645
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655">SF
3646
			Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
3647
			pasting operations without a user confirmation. </li>
3648
		<li>Forms element dialogs and other localization pending labels has been updated. </li>
3649
		<li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
3650
		</li>
3651
		<li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
3652
		</li>
3653
		<li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
3654
		</li>
3655
		<li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
3656
		<li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
3657
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655">SF
3658
			Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF
3659
				BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF
3660
					BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF
3661
						BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF
3662
							BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF
3663
								BUG-918716</a>] Some <strong>languages files</strong> were not
3664
			saved on <strong>UTF-8</strong> format causing some javascript errors on loading
3665
			the editor or making &quot;undefined&quot; to show on editor labels. This problem
3666
			was solved. </li>
3667
		<li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
3668
		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF
3669
			BUG-924620</a>] There was a problem when setting a name to an editor instance when
3670
			the name is used by another tag. For example when using &quot;description&quot;
3671
			as the name in a page with the &lt;META name=&quot;description&quot;&gt; tag. </li>
3672
		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF
3673
			BUG-935018</a>] The &quot;buletted&quot; typo has been corrected. </li>
3674
		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF
3675
			BUG-902122</a>] Wrong css and js file references have been corrected. </li>
3676
		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF
3677
			BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
3678
			buttons.</li>
3679
	</ul>
3680
	<p>
3681
		* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
3682
			LLC</a>.</p>
3683
	<h3>
3684
		Version 1.5</h3>
3685
	<ul>
3686
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
3687
			Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special
3688
			thanks to G.Meijer. </li>
3689
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656">SF
3690
			Feature-861149</a>] <strong>Print Command</strong> is now available! </li>
3691
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348">SF
3692
			BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been
3693
			<strong>solved</strong> . Thanks to Paul Hutchison. </li>
3694
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348">SF
3695
			BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width
3696
			and height values set as styles. In this way a user can change the size of the image
3697
			directly inside the editor and the changes will be reflected in the dialog box.
3698
		</li>
3699
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
3700
			Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now
3701
			uses <strong>guids</strong> for the file name generation. In this way a support
3702
			XML file is not needed anymore. </li>
3703
		<li>It's possible now to <strong>programmatically change the Base Path</strong> of the
3704
			editor if it's installed in a directory different of &quot;/FCKeditor/&quot;. Something
3705
			like this:<br />
3706
			oFCKeditor.BasePath = '/FCKeditor/' ;<br />
3707
			Take a look at the _test directory for samples. </li>
3708
		<li>There was a little bug in the TAB feature that moved the insertion point if there
3709
			were any object (images, tables) in the content. It has been fixed. </li>
3710
		<li>The problem with <strong>accented and international characters</strong> on the PHP
3711
			test page was solved. </li>
3712
		<li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
3713
		</li>
3714
		<li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
3715
		</li>
3716
		<li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
3717
		</li>
3718
		<li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
3719
			Al-Oraij. </li>
3720
		<li>Small corrections on the <strong>Norwegian</strong> language file. </li>
3721
		<li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to
3722
			Pritpal Dhaliwal. </li>
3723
		<li>When using JavaScript to create a editor instance it's possible now to easily get
3724
			the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
3725
			will be available on version 2.0. </li>
3726
		<li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it
3727
			on the Source View, so the exact result can be viewed by the user. This option can
3728
			be activated setting config.EnableSourceXHTML = true in the fck_config.js file.
3729
		</li>
3730
		<li>The <strong>JS integration object</strong> now escapes all configuration settings,
3731
			in this way a user can use <strong>reserved chars</strong> on it. For example:
3732
			<br />
3733
			oFCKeditor.Config[&quot;ImageBrowserURL&quot;] = '/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
3734
		</li>
3735
		<li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet.
3736
		</li>
3737
	</ul>
3738
	<h3>
3739
		Version 1.4</h3>
3740
	<ul>
3741
		<li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
3742
			htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
3743
			the initial value. It should works well, but please make some tests before upgrading
3744
			definitively. If there is any problem just uncomment the line in the fckeditor.php
3745
			file (and send me a message!). </li>
3746
		<li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
3747
			for <strong>Spell Checking</strong>. You can configure the download URL in then
3748
			fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but
3749
			must be paid for commercial use) </li>
3750
		<li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
3751
			Now you can <strong>select the class</strong> you want to be applied. Thanks to
3752
			Alexander Lezos. </li>
3753
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656">SF
3754
			Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It
3755
			uses the /UserImages/ folder in the root of the web site as the files container
3756
			and a counter controlled by the upload.cnt file. Both must have write permissions
3757
			set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
3758
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655">SF
3759
			Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
3760
			for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
3761
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656">SF
3762
			Feature-741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=878941&amp;group_id=75348&amp;atid=543656">SF
3763
				Feature-878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=869389&amp;group_id=75348&amp;atid=543655">SF
3764
					Patch-869389</a>] A minimal support for a &ldquo;fake&rdquo; <strong>TAB is now available</strong>,
3765
			even if HTML has no support for TAB. Now when the user presses the TAB key a configurable
3766
			number of spaces (&amp;nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js
3767
			file. No action is performed if it is set to zero. The default value is 4. Thanks
3768
			to Phil Hassey. </li>
3769
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
3770
			BUG-782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=790939&amp;group_id=75348&amp;atid=543653">SF
3771
				BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver.
3772
		</li>
3773
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
3774
			BUG-862975</a>] Now the editor does nothing if no image is selected in the image
3775
			dialog box and the OK button is hit. </li>
3776
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653">SF
3777
			BUG-851609</a>] The problem with ASP and null values has been solved. </li>
3778
		<li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
3779
		<li><strong>Hungarian</strong> language pack. Thanks to Bal&aacute;zs Szab&oacute;.
3780
		</li>
3781
		<li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
3782
		<li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
3783
		<li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
3784
		</li>
3785
		<li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package
3786
			because it's corrupt. I'm sorry. I hope someone could send me a good version soon.
3787
		</li>
3788
	</ul>
3789
	<h3>
3790
		Version 1.3.1</h3>
3791
	<ul>
3792
		<li>It's now possible to configure the editor the insert a <strong>&lt;BR&gt; tag instead
3793
			of &lt;P&gt;</strong> when the user presses the <strong>&lt;Enter&gt;</strong> key.
3794
			Take a look at the fck_config.js configuration file for the &quot;<strong>UseBROnCarriageReturn</strong>&quot;
3795
			key. This option is disabled by default. </li>
3796
		<li><strong>Icelandic</strong> language pack. Thanks to Andri &Oacute;skarsson. </li>
3797
		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
3798
			BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
3799
			initialization. It was corrected. </li>
3800
		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF
3801
			BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
3802
			setting the focus in the editor. It was corrected. </li>
3803
		<li>Minor errors on the language file for <strong>english</strong> has been corrected.
3804
			Thanks to Anders Madsen. </li>
3805
		<li>Minor errors on the language file for <strong>danish</strong> has been corrected.
3806
			Thanks to Martin Johansen. </li>
3807
	</ul>
3808
	<h3>
3809
		Version 1.3</h3>
3810
	<ul>
3811
		<li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
3812
			Turkish</strong>. </li>
3813
		<li>Language updates for <strong>Romanian</strong>. </li>
3814
		<li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
3815
			(for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
3816
			for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
3817
		</li>
3818
		<li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
3819
			It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong>
3820
			for the editor instead of output it (echo). This feature is useful for people who
3821
			are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
3822
		</li>
3823
		<li>Many people have had problems with <strong>international characters</strong> over
3824
			<strong>PHP</strong>. I had also the same problem. PHP have strange problems with
3825
			character encoding. The code hasn't been changed but just saved again with Western
3826
			European encoding. <strong>Now it works well</strong> in my system.<br />
3827
			Take a look also at the &quot;default_charset&quot; configuration option at the
3828
			php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li>
3829
		<li>The &quot;<strong>testsubmit.php</strong>&quot; file now strips the &quot;<strong>Magic
3830
			Quotes</strong> &quot; that are automatically added by PHP on form posts. </li>
3831
		<li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
3832
			Thanks to Dimiter Naydenov. </li>
3833
		<li><strong>New configuration</strong> options are available to <strong>customize the
3834
			Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box.
3835
			Now you can hide it, or set which options are available in the combo box. Take a
3836
			look at the fck_config.js file. </li>
3837
		<li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed
3838
			<strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
3839
		</li>
3840
		<li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not
3841
			needed to the editor to work and caused some confusion for a few users. </li>
3842
		<li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong>
3843
			when the user clicks with the mouse in a toolbar button. </li>
3844
		<li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor
3845
			is now <strong>converted to plain text</strong> when the &quot;<strong>ForcePasteAsPlainText</strong>&quot;
3846
			configuration is set to <strong>true</strong>. </li>
3847
		<li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong>
3848
			by name. Thanks to Sergey Lupashko. </li>
3849
		<li>Two <strong>new configuration</strong> options are available to <strong>turn on/off
3850
			by default</strong> the &quot;<strong>Show Borders</strong>&quot; and &quot;<strong>Show
3851
				Details</strong>&quot; commands. </li>
3852
		<li>Some <strong>characters have been removed</strong> from the &quot;<strong>Insert
3853
			Special Chars</strong>&quot; dialog box because they were causing encoding problems
3854
			in some languages. Thanks to Abomb Hua. </li>
3855
		<li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
3856
			features. Thanks to Simone Chiaretta.</li>
3857
	</ul>
3858
	<h3>
3859
		Version 1.2.4</h3>
3860
	<ul>
3861
		<li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
3862
		<li>Language updates for <strong>German</strong>. </li>
3863
		<li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks
3864
			to &quot;mtn_roadie&quot;</a>)</li>
3865
	</ul>
3866
	<h3>
3867
		Version 1.2.2</h3>
3868
	<ul>
3869
		<li>Language support for <strong>French</strong>. </li>
3870
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
3871
			BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
3872
			the image, no update was done. This bug is now fixed. </li>
3873
	</ul>
3874
	<h3>
3875
		Version 1.2</h3>
3876
	<ul>
3877
		<li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
3878
		</li>
3879
		<li>The <strong>Table dialog box</strong> now handles the Style width and height set
3880
			in the table (Thanks to Roberto Arruda). There where many problems on prior version
3881
			when people changed manually the table's size, dragging the size handles, and then
3882
			it was not possible to set a new size using the table dialog box. </li>
3883
		<li>For the <strong>Image dialog box:</strong>
3884
			<ul>
3885
				<li>No image is shown in the preview pane if no image has been set. </li>
3886
				<li>If no HSpace is set in the image a &quot;-1&quot; value was shown in the dialog
3887
					box. Now, nothing is shown if the value is negative. </li>
3888
			</ul>
3889
		</li>
3890
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653">SF
3891
			BUG-739630</a>] Image with link lost the link when changing its properties. The
3892
			problem is solved. </li>
3893
		<li>Due to some problems in the XHTML cleaning (content duplication when the source
3894
			HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
3895
			from this version. You can still change this behavior and turn it on in the configuration
3896
			file. </li>
3897
		<li>Some little updates on the <strong>English </strong>language file. </li>
3898
		<li>A few addition of missing entries on all languages files (translations for these
3899
			changes are pending). </li>
3900
		<li>Language files has been added for the following languages:
3901
			<ul>
3902
				<li><strong>Brazilian Portuguese</strong> (pt-br) </li>
3903
				<li><strong>Czech</strong> (cz) </li>
3904
				<li><strong>Dutch</strong> (nl) </li>
3905
				<li><strong>Russian</strong> (ru) </li>
3906
				<li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
3907
				<li><strong>Greek</strong> (gr) </li>
3908
				<li><strong>German</strong> (de)</li>
3909
			</ul>
3910
		</li>
3911
	</ul>
3912
	<h3>
3913
		Version 1.1</h3>
3914
	<ul>
3915
		<li>The &quot;<strong>Multi Language</strong>&quot; system is now available. This version
3916
			ships with English and Italian versions completed. Other languages will be available
3917
			soon. The editor automatically detects the client language and sets all labels,
3918
			tooltips and dialog boxes to it, if available. The auto detection and the default
3919
			language can be set in the <strong>fck_config.file</strong>. </li>
3920
		<li>Two files can now be created to isolate customizations code from the original source
3921
			code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
3922
			Create these files in the root folder of your web site, if needed. The first one
3923
			can be used to add or override configurations set on fck_config.js. The second one
3924
			is used for custom actions and behaviors. </li>
3925
		<li>A problem with relative links and images like &quot;/test/test.doc&quot; has been
3926
			solved. In prior versions, only with XHTML support enabled, the URL was changed
3927
			to something like &quot;http://www.mysite.xxx/test/test.doc&quot; (The domain was
3928
			automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
3929
			they are defined in the editor&rsquo;s HTML. </li>
3930
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653">SF
3931
			BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
3932
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653">SF
3933
			BUG-768210</a>] HTML entities, like <strong>&amp;lt;</strong>, were not load correctly.
3934
			The problem is solved. </li>
3935
		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653">SF
3936
			BUG-748812</a>] The link dialog window doesn't open when the link button is grayed.
3937
		</li>
3938
	</ul>
3939
	<h3>
3940
		Version 1.0</h3>
3941
	<ul>
3942
		<li>Three new options are available in the configuration file to set what file types
3943
			are allowed / denied to be uploaded from the &quot;Insert Link&quot; and &quot;Insert
3944
			Image&quot; dialog boxes. </li>
3945
		<li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers
3946
			(it's not compatible). </li>
3947
		<li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
3948
			lost. </li>
3949
		<li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties
3950
			when no image is available. </li>
3951
		<li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the
3952
			editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;. </li>
3953
		<li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
3954
			feature is still not available over IE 5.0. </li>
3955
		<li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li>
3956
		<li>[SF BUG-737495] The image preview in the image dialog box is now working correctly.
3957
		</li>
3958
		<li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form
3959
			is posted. </li>
3960
		<li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
3961
			is shown). </li>
3962
	</ul>
3963
	<h3>
3964
		Version 1.0 Final Candidate</h3>
3965
	<ul>
3966
		<li>A new dialog box for the &quot;Link&quot; command is available. Now you can upload
3967
			and browse the server exactly like the image dialog box. It's also possible to define
3968
			the link title and target window (_blank, _self, _parent and _top). As with the
3969
			image dialog box, a sample (and simple) file server browser is available. </li>
3970
		<li>A new configuration option is available to force every paste action to be handled
3971
			as plain text. See &quot;config.ForcePasteAsPlainText&quot; in fck_config.js. </li>
3972
		<li>A new Toolbar button is available: &quot;Paste from Word&quot;. It automatically
3973
			cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
3974
			etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message
3975
			is displayed advising that the text will not be cleaned before pasting. </li>
3976
		<li>The editor automatically detects Word clipboard data on pasting operations and asks
3977
			the user to clean it before pasting. This option is turned on by default but it
3978
			can be configured. See &quot;config.AutoDetectPasteFromWord&quot; in fck_config.js.
3979
		</li>
3980
		<li>Table properties are now available in cells' right click context menu. </li>
3981
		<li>It's now possible to edit cells advanced properties from it's right click context
3982
			menu. </li>
3983
	</ul>
3984
	<h3>
3985
		Version 1.0 Release Candidate 1 (RC1)</h3>
3986
	<ul>
3987
		<li>Some performance improvements. </li>
3988
		<li>The file dhtmled.cab has been added to the package for clients ho needs to install
3989
			the Microsoft DHTML Editor component. </li>
3990
		<li>[SF BUG-713952] The format command options are localized, so it depends on the IE
3991
			language to work. Until version 0.9.5 it was working only over English IE browsers.
3992
			Now the options are load dynamically on the client using the client's language.
3993
		</li>
3994
		<li>[SF BUG-712103] The style command is localized, so it depends on the IE language
3995
			to work. Until version 0.9.5 it was working only over English IE browsers. Now it
3996
			configures itself using the client's language. </li>
3997
		<li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons,
3998
			...) remove the next available character before inserting the required content even
3999
			if no selection was made in the editor. Now the editor replaces only the selected
4000
			content (if available). </li>
4001
	</ul>
4002
	<h3>
4003
		Version 0.9.5 beta</h3>
4004
	<ul>
4005
		<li>XHTML support is now available! It can be enabled/disabled in the fck_config.js
4006
			file. </li>
4007
		<li>&quot;Show Table Borders&quot; option: show borders for tables with borders size
4008
			set to zero. </li>
4009
		<li>&quot;Show Details&quot; option: show hidden elements (comments, scripts, paragraphs,
4010
			line breaks) </li>
4011
		<li>IE behavior integration module. Thanks to Daniel Shryock. </li>
4012
		<li>&quot;Find&quot; option: to find text in the document. </li>
4013
		<li>More performance enhancements. </li>
4014
		<li>New testsubmit.php file. Thansk to Jim Michaels. </li>
4015
		<li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
4016
			Tyndiuk and Christian Liljedahl. </li>
4017
		<li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
4018
		</li>
4019
		<li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
4020
	</ul>
4021
	<h3>
4022
		Version 0.9.4 beta</h3>
4023
	<ul>
4024
		<li>ColdFusion module integration is now available! Thanks to John Watson. </li>
4025
		<li>&quot;Insert Smiley&quot; toolbar option! Thanks to Fredox. Take a look at fck_config.js
4026
			for configuration options. </li>
4027
		<li>&quot;Paste as plain text&quot; toolbar option! </li>
4028
		<li>Right click support for links (edit / remove). </li>
4029
		<li>Buttons now are shown in gray when disabled. </li>
4030
		<li>Buttons are shown just when the image is downloaded (no more &quot;red x&quot; while
4031
			waiting for it). </li>
4032
		<li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li>
4033
		<li>Toolbar images have been reviewed:
4034
			<ul>
4035
				<li>Now they are transparent. </li>
4036
				<li>No more over...gif for every button (so the editor loads quicker). </li>
4037
				<li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
4038
			</ul>
4039
		</li>
4040
		<li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li>
4041
		<li>Optimizations when loading the editor. </li>
4042
		<li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start
4043
			watching and responding the user actions (turn buttons on/off when the user changes
4044
			position inside the editor). </li>
4045
		<li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available
4046
			anymore. Take a look in test.html. </li>
4047
		<li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn
4048
			on and off the image upload and image browsing options in the Image dialog box.
4049
			This options can be hidden for a specific editor instance throw specific URL parameter
4050
			in the editor&rsquo;s IFRAME (upload=true/false&amp;browse=true/false). All specific
4051
			language integration modules handle this option. For sample see the _test directory.
4052
		</li>
4053
	</ul>
4054
</body>
4055
</html>
(4-4/14)