source: companies/celepar/news_admin/templates/celepar/fckeditor/to_delete/_whatsnew.html @ 763

Revision 763, 182.6 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
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
4 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
5 *
6 * Licensed under the terms of the GNU Lesser General Public License:
7 *              http://www.opensource.org/licenses/lgpl-license.php
8 *
9 * For further information visit:
10 *              http://www.fckeditor.net/
11 *
12 * "Support Open Source software. What about a donation today?"
13-->
14<html xmlns="http://www.w3.org/1999/xhtml">
15<head>
16        <title>FCKeditor - What's New?</title>
17        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
18        <style type="text/css">
19                body { font-family: arial, verdana, sans-serif }
20                p { margin-left: 20px }
21        </style>
22</head>
23<body>
24        <h3>
25                Version 2.3.2</h3>
26        <p>
27                New Features and Improvements:</p>
28        <ul>
29                <li>Users can now decide if the template dialog will replace the entire contents of
30                        the editor or simply place the template in the cursor position. This feature can
31                        be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
32                        options.</li>
33                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
34                        Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
35                        is now available to tell the editor to convert non ASCII chars to their relative
36                        numeric entity references. It is disabled by default.</li>
37                <li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
38                        define a set of characters to be transformed to their relative numeric entities.
39                        This is useful when you don't want the code to have simple quotes ('), for example.</li>
40                <li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
41                        Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
42                </li>
43                <li>Two new patterns have been added to the Universal Keyboard:
44                        <ul>
45                                <li>Persian. Thanks to Pooyan Mahdavi</li>
46                                <li>Portuguese. Thanks to Bo Brandt.</li>
47                        </ul>
48                </li>
49                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
50                        Patch-1517322</a>] It is now possible to define the start number on numbered lists.
51                        Thanks to Marcel Bennett.</li>
52                <li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
53                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
54                        Patch-1461539</a>] The File Browser connector can now optionally return a "url"
55                        attribute for the files. Thanks to Pent.</li>
56                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
57                        BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
58                        created, so it is possible to point the Style and Format toolbar combos to a different
59                        CSS, avoiding conflicts with the editor area CSS.</li>
60                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1421309&amp;group_id=75348&amp;atid=543656">SF
61                        Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
62                                BUG-1489402</a>] It is now possible to configure the Quick Uploder target path
63                        to consider the file type (ex: Image or File) in the target path for uploads.</li>
64                <li>The JavaScript integration file has two new things:
65                        <ul>
66                                <li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
67                                        an editor instance, instead of writing it directly to the page (as done by "Create()").</li>
68                                <li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
69                                        browser is compatible with FCKeditor. This makes it possible to do any necessary
70                                        processing depending on the compatibility, without having to create and editor instance.</li>
71                        </ul>
72                </li>
73        </ul>
74        <p>
75                Fixed Bugs:</p>
76        <ul>
77                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
78                        BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
79                                BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now
80                        being protected before loading the editor. In this way, we avoid firing those events
81                        during editing (IE issue) and they don't interfere in other specific processors
82                        in the editor.</li>
83                <li>Small security fixes to the File Browser connectors. </li>
84                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
85                        BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
86                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
87                        Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
88                        very specific cases. Fixed, thanks to Frode E. Moe.</li>
89                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
90                        Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
91                                BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
92                                        BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
93                                                BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
94                        to Arpad Borsos.</li>
95                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
96                        Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
97                                BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
98                                        BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
99                                                BUG-1510685</a>] Fixed problem with panels wrongly positioned when the
100                        editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
101                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
102                        Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
103                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
104                        Patch-1503178</a>] Small improvement to stop IE from loading smiley images when
105                        one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
106                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
107                        BUG-1549112</a>] The Replace dialog window now escapes regular expression specific
108                        characters in the find and replace fields.</li>
109                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
110                        BUG-1548788</a>] Updated the ieSpell download URL.</li>
111                <li>In FF, the editor was throwing an error when closing the window. Fixed.</li>
112                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
113                        BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li>
114                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
115                        BUG-1551734</a>] The SetHTML function will now update the editing area height no
116                        matter which editing mode is active.</li>
117                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
118                        BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
119                                BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
120                                        BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
121                                                BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
122                                                        BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
123                                                                BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
124                                                                        BUG-1562134</a>] The protection of URLs has been enhanced
125                        and now it will not break URLs on very specific cases.</li>
126                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
127                        BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
128                                BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in
129                        page inside a FRAME defined in a different domain.</li>
130                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
131                        BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
132                                BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
133                        = false and FullPage = true in Firefox. Thanks to Brett.</li>
134                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
135                        BUG-1512798</a>] BaseHref will now work well on FullPage, even if no &lt;head&gt;
136                        is available.</li>
137                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
138                        BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
139                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
140                        BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
141                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
142                        BUG-1553727</a>] The editor was throwing an error when inserting complex templates.
143                        Fixed.</li>
144                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
145                        Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
146                                BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste
147                        from Word button. Fixed, thanks to geirhelge.</li>
148                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
149                        BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
150                                BUG-1421810</a>] The link dialog now validates Popup Window names.</li>
151                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
152                        BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in
153                        some special cases.</li>
154                <li>The context menu for links is now correctly shown when right-clicking on floating
155                        divs.</li>
156                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
157                        BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li>
158                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
159                        BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
160                                BUG-1174503</a>] The &lt;abbr&gt; tag is not anymore getting broken by IE.</li>
161                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
162                        BUG-1182906</a>] IE is not anymore messing up mailto links.</li>
163                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
164                        BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('')
165                        by code.</li>
166                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
167                        BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
168                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
169                        BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
170                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
171                        BUG-1409969</a>] &lt;noscript&gt; tags now remain untouched by the editor.</li>
172                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
173                        BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
174                                BUG-1513631</a>] Empty "href" attributes in &lt;a&gt; or empty "src" in &lt;img&gt;
175                        will now be correctly preserved.</li>
176                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
177                        BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
178                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
179                        BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
180                        tags.</li>
181                <li>If a popup blocker blocks context menu operations, the correct alert message is
182                        displayed now, instead of a ugly JavaScript error.</li>
183                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
184                        BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of
185                        the editor.</li>
186                <li>The spell check may not work correctly when using SpellerPages with ColdFusion.
187                        Fixed.</li>
188                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
189                        BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
190                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
191                        BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are
192                        now localizable.</li>
193                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
194                        BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute
195                        exactly as defined in the source.</li>
196                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
197                        Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons
198                        (usually used by plugins) mixed with icons coming from a strip (the default toolbar
199                        buttons).</li>
200                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
201                        Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being
202                        cut. Fixed.</li>
203                <li>Fixed a startup compatibility issue with Firefox 1.0.4.</li>
204        </ul>
205        <h3>
206                Version 2.3.1</h3>
207        <p>
208                Fixed Bugs:</p>
209        <ul>
210                <li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
211                        BUG-1506126</a>] Fixed the Catalan language file, which had been published with
212                        problems in accented letters. </li>
213                <li>More performance improvements in the default File Browser.</li>
214                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
215                        BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li>
216                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
217                        BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
218                        calls to the "editor/dialog/" directory, generating error 400 entries in the web
219                        server log.</li>
220                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
221                        BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
222                                BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
223                        API command or even when switching back from the source view. Fixed.</li>
224                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
225                        BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
226                        configuration options over IE.</li>
227                <li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
228                        this browser is not "yet" supported, the editor was broken on it. It has been fixed,
229                        and now a textarea is displayed, as in any other unsupported browser. Support for
230                        Opera is still experimental and can be activated by setting the property "EnableOpera"
231                        to true when creating an instance of the editor with the JavaScript integration
232                        files.</li>
233                <li>With Opera 9, the toolbar was jumping on buttons rollover. </li>
234                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
235                        BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
236                        context menu, etc...) are now being placed right before the main iframe that holds
237                        the editor. In this way, if the editor container element is removed from the DOM
238                        (by DHTML) they are removed together with it.</li>
239                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
240                        BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
241                                BUG-1411430</a>] The editor API now works well on DHTML pages that create and
242                        remove instances of FCKeditor dynamically. </li>
243                <li>A second call to a page with the editor was not working correctly with Firefox 1.0.x.
244                        Fixed.</li>
245                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
246                        BUG-1511460</a>] Small correction to the &lt;script&gt; protected source regex.
247                        Thanks to Randall Severy.</li>
248                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
249                        BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
250                        Thanks to johnw_ceb.</li>
251                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
252                        BUG-1511442</a>] The &lt;base&gt; tag is now correctly handled in IE, no matter
253                        its position in the source code.</li>
254                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
255                        BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
256                        are not anymore jumping with Firefox 1.5.</li>
257        </ul>
258        <h3>
259                Version 2.3</h3>
260        <p>
261                New Features and Improvements:</p>
262        <ul>
263                <li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
264                        and sample11.html.*</li><li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
265                                Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
266        </ul>
267        <p>
268                Fixed Bugs:</p>
269        <ul>
270                <li>Small security fixes.</li>
271                <li>The context menu system has been optimized. Nested menus now open "onmouseover".
272                </li>
273                <li>An error in the image preloader system was making the toolbar strip being downloaded
274                        once for each button on slow connections. Some enhancements have also been made
275                        so now the smaple05.html is loading fast for all skins.</li><li>Fixed many memory leak
276                                issues with IE.</li>
277                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
278                        BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors),
279                        where being displayed in the wrong position if the contents of the editor, or its
280                        containing window were scrolled down. </li>
281                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
282                        BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer
283                        disable by default.</li>
284                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
285                        BUG-1491784</a>] Language files have been updated to not include html entities.</li>
286                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
287                        BUG-1490259</a>] No more security warning on IE over HTTPS.</li>
288                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
289                        BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
290                                BUG-1499708</a>] We now assume that, if a user is in source editing, he/she
291                        wants to control the HTML, so the editor doesn't make changes to it when posting
292                        the form being in source view or when calling the GetXHTML function in the API.
293                </li>
294                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
295                        BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li>
296                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
297                        BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
298                        only Yes/No (no more &lt;Not Set&gt; value).</li>
299                <li>The context menu is now being hidden when a nested menu option is selected.</li>
300                <li>Table cell context menu operations are now working correctly.</li>
301                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
302                        BUG-1494549</a>] The code formatter was having problems with dollar signs inside
303                        &lt;pre&gt; tags.</li>
304                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
305                        Patch-1459740</a>] The "src" element of images can now be set by styles definitions.
306                        Thanks to joelwreed.</li>
307                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
308                        Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
309                                Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
310                                        Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
311                        and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
312                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
313                        Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
314                        Alfonso Martinez.</li>
315                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
316                        Patch-1495422</a>] The editor now creates link based on the URL when no selection
317                        is available. Thanks to Dominik Pesch.</li>
318                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
319                        Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
320                        File Browser window, giving no feedback to the user. Now an alert message is displayed.</li>
321                <li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos
322                        were not showing completely in the first click. Fixed.</li>
323                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
324                        BUG-1500212</a>] All "_samples/html" samples are now working when loading directly
325                        from the Windows Explorer. Thanks to Alfonso Martinez.</li>
326                <li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
327                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
328                        Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when
329                        clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
330                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
331                        BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
332                        reacquiring it) when opening. This behavior was blocking the dialog in some Linux
333                        installations. </li>
334                <li>Drastically improved the loading performance of the file list in the default File
335                        Browser.</li>
336                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
337                        BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has
338                        been now unified to "/fckeditor/" (lower-case). This is the usual casing system
339                        in case sensitive OSs like Linux.</li>
340                <li>The "DisableFFTableHandles" setting is now honored when switching the full screen
341                        mode with FitWindow.</li>
342                <li>Some fixes has been applied to the cell merging in Firefox.</li>
343        </ul>
344        <p>
345                * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
346                and <a href="http://www.kentico.com/">Kentico</a>.</p>
347        <h3>
348                Version 2.3 Beta</h3>
349        <p>
350                New Features and Improvements:</p>
351        <ul>
352                <li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3
353                        times faster than before, with no impact on its advanced features.</span> </li>
354                <li><span><strong>New toolbar system</strong>:</span>
355                        <ul>
356                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1454850&amp;group_id=75348&amp;atid=543656">SF
357                                        Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All
358                                        images have being merged in a single image file using a unique system available
359                                        only with FCKeditor. </li>
360                                <li>The &quot;Text Color&quot; and &quot;Background Color&quot; commands buttons have
361                                        enhancements on the interface.</li>
362                                <li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely
363                                        new system has being developed. Skins created for versions prior this one will not
364                                        work. Skin styles definitions have being merged, added and removed. All skins have
365                                        been a little bit reviewed. </li>
366                                <li>It is possible to <strong>detach the toolbar</strong> from an editor instance and
367                                        share it with other instances. In this way you may have only one toolbar (in the
368                                        top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
369                                                sample10.html</a>). This feature is still under development (issues with IE
370                                        focus still to be solved).* </li>
371                        </ul>
372                </li>
373                <li><strong><span>New context menu system</span></strong>:
374                        <ul>
375                                <li>It uses the same (fast) loading system as the toolbar. </li>
376                                <li>Sub-Menus are now available to group features (try the context menu over a table
377                                        cell). </li>
378                                <li>It is now possible to create your own context menu entries by creating plugins.
379                                </li>
380                        </ul>
381                </li>
382                <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">
383                        plugin</a> published by Paul Moers. Thanks Paul!</li>
384                <li><strong>&quot;Auto Grow&quot; Plugin</strong>: automatically resizes the editor
385                        until a maximum height, based on its contents size.** </li>
386                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1444943&amp;group_id=75348&amp;atid=543656">SF
387                        Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
388                        editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one
389                        is a path to a different css file). It works also as a simple string, as on prior
390                        versions. </li>
391                <li>New language files:<ul>
392                        <li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li>
393                        <li><strong>English (Canadian)</strong> (by Kevin Bennett). </li>
394                        <li><strong>Khmer</strong> (by Sengtha Chay).</li>
395                </ul>
396                </li>
397                <li>The source view is now available in the editing area on Gecko browsers. Previously
398                        a popup was used for it (due to a Firefox bug). </li>
399                <li><span>As some people may prefer the popup way for source editing, a new configuration
400                        option (SourcePopup) has being introduced.</span> </li>
401                <li>The IEForceVScroll configuration option has been removed. The editor now automatically
402                        shows the vertical scrollbar when needed (for XHTML doctypes). </li>
403                <li>The configuration file doesn't define a default DOCTYPE to be used now. </li>
404                <li>It is now possible to easily change the toolbar using the JavaScript API by just
405                        calling &lt;EditorInstance&gt;.ToolbarSet.Load( '&lt;ToolbarName&gt;' ). See _testcases/010.html
406                        for a sample. </li>
407                <li>The &quot;OnBlur&quot; and &quot;OnFocus&quot; JavaScript API events are now compatible
408                        with all supported browsers. </li>
409                <li>Some few updates in the Lasso connector and uploader. </li>
410                <li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code
411                        produced by the bold, italic and underline commands are the same on all browsers.</li>
412        </ul>
413        <p>
414                Fixed Bugs:</p>
415        <ul>
416                <li><strong>Important security fixes have been applied to the File Manager, Uploader
417                        and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro,
418                        Baudouin Lamourere and James Bercegay.</li><li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1399966&amp;group_id=75348&amp;atid=543653">SF
419                                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
420                                        BUG-1249853</a>] The &quot;BaseHref&quot; configuration is now working with
421                                Firefox in both normal and full page modes.</li>
422                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1405263&amp;group_id=75348&amp;atid=543653">SF
423                        BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload
424                        feature. </li>
425                <li>Nested &lt;ul&gt; and &lt;ol&gt; tags are now generating valid html.</li>
426                <li>The &quot;wmode&quot; and &quot;quality&quot; attributes are now preserved for Flash
427                        embed tags, in case they are entered manually in the source view. Also, empty attributes
428                        are removed from that tag. </li>
429                <li>Tables where not being created correctly on Opera. </li>
430                <li>The XHTML processor will ignore invalid tags with names ending with &quot;:&quot;,
431                        like http:. </li>
432                <li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands
433                        when not needed.</span> </li>
434                <li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>.
435                </li>
436                <li>The table dialog window has been a little bit enlarged to avoid contents being cropped
437                        on some languages, like Russian. </li>
438                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1465203&amp;group_id=75348&amp;atid=543653">SF
439                        BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that
440                        they don't have a fixed URL for it, so let's hope the mirror will be up for it.
441                </li>
442                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1456332&amp;group_id=75348&amp;atid=543653">SF
443                        BUG-1456332</a>] Small fix in the Spanish language file. </li>
444                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1457078&amp;group_id=75348&amp;atid=543653">SF
445                        BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li>
446                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1459846&amp;group_id=75348&amp;atid=543653">SF
447                        BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
448                        files. </li>
449                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
450                        BUG-1432120</a>] The &quot;UserFilesAbsolutePath&quot; setting is not correctly
451                        used in the PHP uploader. </li>
452                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
453                        BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
454                </li>
455                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1410082&amp;group_id=75348&amp;atid=543653">SF
456                        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
457                                BUG-1424240</a>] The &quot;moz-bindings.xml&quot; file is now well formed. </li>
458                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1413980&amp;group_id=75348&amp;atid=543653">SF
459                        BUG-1413980</a>] All frameborder &quot;yes/no&quot; values have been changes to
460                        &quot;1/0&quot;. </li>
461                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414101&amp;group_id=75348&amp;atid=543653">SF
462                        BUG-1414101</a>] The fake table borders are now showing correctly when running under
463                        the &quot;file://&quot; protocol. </li>
464                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414155&amp;group_id=75348&amp;atid=543653">SF
465                        BUG-1414155</a>] Small typo in the cell properties dialog window.</li>
466                <li>Fixed a problem in the File Manager. It was not working well with folder or file
467                        names with apostrophes ('). Thanks to René de Jong.</li>
468                <li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
469                <li>The about box is now showing correctly in Firefox 1.5.</li>
470                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
471                        Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
472                                BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox
473                        if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
474                <li>In the File Manager, it was not possible to upload files to folders with ampersands
475                        in the name. Thanks to Mike Pone.</li>
476                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
477                        BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing
478                        area.</li>
479                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
480                        BUG-1487544</a>] Fixed a small issue in the code formatter for &lt;br /&gt; and
481                        &lt;hr /&gt; tags.</li>
482                <li>The "Background Color" command now works correctly when the GeckoUseSPAN setting
483                        is disabled (default).</li>
484                <li>Links are now rendered in blue with Firefox (they were black before). Actually,
485                        an entry for it has been added to the editing area CSS, so you can customize with
486                        the color you prefer. </li>
487        </ul>
488        <p>
489                * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
490                and <a href="http://www.kentico.com/">Kentico</a>.
491                <br />
492                ** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p>
493        <h3>
494                Version 2.2</h3>
495        <p>
496                New Features and Improvements:</p>
497        <ul>
498                <li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
499                        integration. In this version we are introducing his new files with the following
500                        changes:
501                        <ul>
502                                <li>The &quot;<strong>Uploader</strong>&quot;, used for quick uploads,&nbsp;is now available
503                                        <strong>natively for ColdFusion</strong>. </li>
504                                <li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li>
505                                <li>The samples now work as is, even if you don't install the editor in the &quot;/FCKeditor&quot;
506                                        directory.</li>
507                        </ul>
508                </li>
509                <li>And a big welcome also to &quot;Andrew Liu&quot;, our responsible for the <strong>
510                        Python</strong> integration. This version is bringing <strong>native support for Python</strong>
511                        , including the File Browser connector and Quick Upload. </li>
512                <li>The &quot;<strong>IsDirty()</strong>&quot; and &quot;<strong>ResetIsDirty()</strong>&quot;
513                        functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check if the editor
514                        content has been changed.* </li>
515                <li>New language files:
516                        <ul>
517                                <li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li>
518                                <li><strong>Latvian </strong>(by Janis Klavin&scaron;)</li>
519                        </ul>
520                </li>
521                <li>For&nbsp;the interface, now we have complete <strong>RTL support</strong> also for
522                        the drop-down toolbar commands, color selectors and context menu. </li>
523                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653">SF
524                        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
525                                BUG-1277661</a>] The new &quot;Delete Table&quot; command is available in the
526                        Context Menu when right-clicking inside a table. </li>
527                <li>The &quot;FCKConfig.DisableTableHandles&quot; configuration option is now working
528                        on Firefox 1.5. </li>
529                <li>The new &quot;<strong>OnBlur</strong>&quot; and &quot;<strong>OnFocus</strong>&quot;
530                        events have been added to the JavaScript API (IE only). See&nbsp;&quot;_samples/html/sample09.html&quot;&nbsp;*
531                </li>
532                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>GetHTML</strong>&quot;
533                        function has been deprecated. It now returns the same value as &quot;<strong>GetXHTML</strong>&quot;.
534                        The same is valid for the &quot;EnableXHTML&quot; and &quot;EnableSourceXHTML&quot;
535                        that have no effects now. The editor now works with XHTML output only. </li>
536                <li><strong><font color="#ff0000">Attention</font></strong>: A new &quot;<strong>PreserveSessionOnFileBrowser</strong>&quot;
537                        configuration option has been introduced. It makes it possible to set whenever is
538                        needed to maintain the user session in the File Browser. It is disabled by default,
539                        as it has very specific usage and may cause the File Browser to be blocked by popup
540                        blockers. If you have custom File Browsers that depends on session information,
541                        remember to activate it. </li>
542                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>fun</strong>&quot;
543                        smileys set has been removed from the package. If you are using it, you must manually
544                        copy it to newer installations and upgrades. </li>
545                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>mcpuk</strong>&quot;
546                        file browser has been removed from the package. We have no ways to support it. There
547                        were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/">
548                                http://mcpuk.net/fbxp/</a>. </li>
549                <li>It is now possible to set different CSS styles for the chars in the Special Chars
550                        dialog window by adding the &quot;SpecialCharsOut&quot; and &quot;SpecialCharsOver&quot;
551                        in the &quot;fck_dialog.css&quot; skin file.* </li>
552                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655">SF
553                        Patch-1268726</a>] Added table &quot;summary&quot; support in the table dialog.
554                        Thanks to Sebastien-Mahe. </li>
555                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655">SF
556                        Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
557                        object without being tied to the skin path (just like FCKToolbarButton). Thanks
558                        to Ian Sullivan. </li>
559                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655">SF
560                        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
561                                Patch-1263009</a>] New characters have been added to the &quot;Special Characters&quot;
562                        dialog window. Thanks to Deian. </li>
563                <li>You can set the QueryString value &quot;fckdebug=true&quot; to activate &quot;debug
564                        mode&quot; in the editor (showing the debug window), overriding the configurations.
565                        The &quot;AllowQueryStringDebug&quot; configuration option is also available so
566                        you can disable this feature.</li>
567        </ul>
568        <p>
569                Fixed Bugs:</p>
570        <ul>
571                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653">SF
572                        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
573                                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
574                                        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
575                                                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
576                                                        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
577                                                                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
578                                                                        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
579                                                                                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
580                                                                                        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
581                                                                                                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
582                                                                                                        BUG-1246952</a>] The URLs for links and
583                        images are now correctly preserved as entered, no matter if you are using relative
584                        or absolute paths. </li>
585                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653">SF
586                        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
587                                BUG-1205638</a>] The &quot;Image&quot; and &quot;Flash&quot;&nbsp;dialog windows
588                        now loads the preview correctly if the &quot;BaseHref&quot; configuration option
589                        is set. </li>
590                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653">SF
591                        BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
592                        operations on Firefox installations when it is not possible to execute that operations
593                        due to security settings. </li>
594                <li>A new &quot;Panel&quot; system (used in the drop-dowm toolbar commands, color selectors
595                        and context menu) has been developed. The following bugs have been fixed with it:
596                        <ul>
597                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653">SF
598                                        BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.*
599                                </li>
600                                <li>On Firefox, the context menu was flashing in the wrong position before showing.
601                                </li>
602                                <li>On Firefox 1.5, the Color Selector was not working. </li>
603                                <li>On Firefox 1.5, the fonts in the panels were too big. </li>
604                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653">SF
605                                        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
606                                                BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the
607                                        wrong position.</li>
608                        </ul>
609                </li>
610                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
611                        BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
612                                not being rendered correctly on Firefox</a> . </li>
613                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348">SF
614                        BUG-1315954</a>] No error is thrown when pasting some case specific code from editor
615                        to editor. </li>
616                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653">SF
617                        BUG-1341553</a>] A small fix for a security alert in the File&nbsp;Browser has been
618                        applied. </li>
619                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653">SF
620                        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
621                                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
622                                        BUG-1323319</a>] A message will be shown to the user (instead of a JS error)&nbsp;if
623                        a &quot;popup blocker&quot; blocks the &quot;Browser Server&quot; button. Thanks
624                        to Erwin Verdonk. </li>
625                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653">SF
626                        BUG-1370355</a>] Anchor links that points to a single character anchor, like &quot;#A&quot;,
627                        are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li>
628                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653">SF
629                        BUG-1368998</a>] Custom error processing has been added to the file upload on the
630                        File Browser. </li>
631                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653">SF
632                        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
633                                BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by
634                        a popup blocker in Firefox. </li>
635                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653">SF
636                        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
637                                BUG-1340960</a>] The editor not works locally (without a web server) on directories
638                        where the path contains spaces. </li>
639                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653">SF
640                        BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
641                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653">SF
642                        BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
643                        Break command now produces different tags&nbsp;to avoid&nbsp;XHTML compatibility
644                        issues. Any Page Break previously applied to content produced with previous versions
645                        of FCKeditor will not me rendered now, even if&nbsp;they will still be working correctly.
646                </li>
647                <li>It is now possible to allow cut/copy/past operations on Firefox using the <a
648                        href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
649                        target="_blank">user.js</a> file. </li>
650                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653">SF
651                        BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names
652                        with the &quot;minus&quot; char (-). </li>
653                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653">SF
654                        BUG-1339560</a>] The editor now correctly removes the &quot;selected&quot; option
655                        for checkboxes and radio buttons. </li>
656                <li>The Table dialog box now selects the table correctly when right-clicking on objects
657                        (like images) placed inside the table. </li>
658                <li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been
659                        made in the skins. If you have a custom skin, it is recommended you to make a diff
660                        of the fck_contextmenu.css file of the default skin with your implementation. </li>
661                <li>Mouse select (marking&nbsp;things in blue, like selecting text) has been disabled
662                        on panels (drop-down menu commands, color selector and context menu) and toolbar,
663                        for both IE and Firefox. </li>
664                <li>On Gecko, fake borders will not be applied to tables with the border attribute set
665                        to more than 0, but placed inside tables with border set to 0. </li>
666                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653">SF
667                        BUG-1360717</a>] A wrapping issue in the &quot;Silver&quot; skin has been corrected.
668                        Thanks to Ricky Casey. </li>
669                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653">SF
670                        BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in
671                        the empty area&nbsp;following it. </li>
672                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653">SF
673                        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
674                                BUG-1237791</a>] The &quot;Stylesheet Classes&quot; field in the Link dialog
675                        window in now applied correctly on IE. Thanks to Andrew Crowe. </li>
676                <li>The &quot;Past from Word&quot; dialog windows is now showing correctly on Firefox
677                        on some languages. </li>
678                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653">SF
679                        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
680                                BUG-1241992</a>] IE, when selecting objects (like images) and hitting the &quot;Backspace&quot;
681                        button, the browser's &quot;back&quot; will not get executed anymore and the object
682                        will be correctly deleted. </li>
683                <li>The &quot;AutoDetectPasteFromWord&quot; is now working correctly in IE. Thanks to
684                        Juan Ant. G&oacute;mez. </li>
685                <li>A small enhancement has been made in the Word pasting detection. Thanks to Juan
686                        Ant. G&oacute;mez. </li>
687                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653">SF
688                        BUG-1090686</a>] No more conflict with Firefox &quot;Type-Ahead Find&quot; feature.
689                </li>
690                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653">SF
691                        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
692                                BUG-1155856</a>] The &quot;width&quot; and &quot;height&quot; of images sized
693                        using the inline handlers are now correctly loaded in the image dialog box. </li>
694                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653">SF
695                        BUG-1209093</a>] When &quot;Full Page Editing&quot; is active, in the &quot;Document
696                        Properties&quot; dialog, the &quot;Browse Server&quot; button for the page background
697                        is now correctly hidden if &quot;ImageBrowser&quot; is set to &quot;false&quot;
698                        in the configurations file. Thanks to Richard. </li>
699                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653">SF
700                        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
701                                BUG-1186196</a>] The editor now retains the focus when selecting commands in
702                        the toolbar. </li>
703                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653">SF
704                        BUG-1244480</a>] The editor now will look first to linked fields &quot;ids&quot;
705                        and&nbsp;second to &quot;names&quot;. </li>
706                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653">SF
707                        BUG-1252905</a>] The &quot;InsertHtml&quot; function now preserves URLs as entered.
708                </li>
709                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653">SF
710                        BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
711                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653">SF
712                        BUG-1365664</a>] The &quot;wrap=virtual&quot; attribute has been removed from the
713                        integration files for validation purposes. No big impact. </li>
714                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653">SF
715                        BUG-972193</a>] Now just one click is needed to active the cursor inside the editor.
716                </li>
717                <li>The hidden fields used by the editor are now protected from changes using the &quot;Web
718                        Developer Add-On &gt; Forms &gt; Display Forms Details&quot; extension. Thanks to
719                        Jean-Marie Griess. </li>
720                <li>On IE, the &quot;Format&quot; toolbar dropdown now reflects the current paragraph
721                        type on IE. Because of a bug in the browser, it is quite dependent on the browser
722                        language and the editor interface language (both must be the same). Also, as the
723                        &quot;Normal (DIV)&quot; type is seen by IE as &quot;Normal&quot;, to avoid confusion,
724                        both types are ignored by this fix. </li>
725                <li>On some very rare cases, IE was loosing the &quot;align&quot; attribute for DIV
726                        tags. Fixed. </li>
727                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348">SF
728                        BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines
729                        inside PRE tags. Fixed. </li>
730                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653">SF
731                        BUG-1387135</a>] No more &quot;NaN&quot; values in the image dialog, when changing
732                        the sizes in some situations. </li>
733                <li>Corrected a small type in the table handler. </li>
734                <li>You can now set the &quot;z-index&quot; for floating panels (toolbar dropdowns,
735                        color selectors, context menu) in Firefox, avoiding having them hidden under another
736                        objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration
737                        option to change this value.</li>
738        </ul>
739        <p>
740                <strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/">
741                        Alfonso Martinez</a>, who have provided many patches and suggestions for the
742                following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
743                        donate</a> to Alfonso, as a way to say thanks for his nice open source approach.
744                Thanks Alfonso!. Check out his contributions:</p>
745        <ul>
746                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
747                        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
748                                BUG-1208348</a>] With Firefox, no more &quot;fake&quot; selections are appearing
749                        when inserting images, tables, special chars or when using the &quot;insertHtml&quot;
750                        function. </li>
751                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348">SF
752                        Patch-1382588</a>] The &quot;FCKConfig.DisableImageHandles&quot; configuration option
753                        is not working on Firefox 1.5. </li>
754                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655">SF
755                        Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the
756                        Flash pre-processor. </li>
757                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655">SF
758                        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
759                                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
760                                        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
761                                                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
762                                                        BUG-1347808</a>] On dialogs, some fields&nbsp;became impossible
763                        to select or change when using Firefox. It has been fixed. </li>
764                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655">SF
765                        Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
766                </li>
767                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653">SF
768                        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
769                                BUG-1376175</a>] The &quot;Cell Properties&quot; dialog now works correctly
770                        when right-clicking in an object (image, for example) placed inside the cell itself.
771                </li>
772                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655">SF
773                        Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li>
774                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655">SF
775                        Patch-1350552</a>] Fix the display issue when applying styles on tables. </li>
776                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655">SF
777                        Patch-1352320</a> ] Fixed&nbsp;a wrong&nbsp;usage of the &quot;parentElement&quot;
778                        property on Gecko. </li>
779                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655">SF
780                        Patch-1355007</a>] The new &quot;FCKDebug.OutputObject&quot; function is available
781                        to dump all object information in the debug window. </li>
782                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655">SF
783                        Patch-1329500</a>] It is now possible to delete table columns when clicking on a
784                        TH cell of the column. </li>
785                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655">SF
786                        Patch-1315351</a>] It is now possible to pass the image width and height to the
787                        &quot;SetUrl&quot; function of the Flash dialog box. </li>
788                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655">SF
789                        Patch-1327384</a>] TH tags are now correctly handled by the source code formatter
790                        and the &quot;FillEmptyBlocks&quot; configuration option. </li>
791                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655">SF
792                        Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with
793                        border set to 0. Also, on Firefox, it will now work even if the border attribute
794                        is not defined and the borders are not dotted. </li>
795                <li>Hidden fields now get rendered on Firefox. </li>
796                <li>The BasePath is now included in the debugger URL to avoid problems when calling
797                        it from plugins.</li>
798        </ul>
799        <p>
800                * This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com">
801                        Alkacon Software</a>.</p>
802        <h3>
803                Version 2.1.1</h3>
804        <p>
805                New Features and Improvements:</p>
806        <ul>
807                <li>The new &quot;<strong>Insert Page Break</strong>&quot;&nbsp;command (for printing)&nbsp;has
808                        been introduced.* </li>
809                <li>The editor package now has a root directory called &quot;FCKeditor&quot;.</li>
810        </ul>
811        <p>
812                Fixed Bugs:</p>
813        <ul>
814                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653">SF
815                        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
816                                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
817                                        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
818                                                BUG-1326223</a>] We are doing a little step back with this version.
819                        The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice
820                        feature, but we need much more testing&nbsp;on it. It introduced some bugs and so
821                        its preferable to not have that feature, avoiding problems (even if that feature
822                        was intended to solve some issues). </li>
823                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
824                        BUG-1275714</a>] Comments in the beginning of the source are now preserved when
825                        using the &quot;undo&quot; and &quot;redo&quot; commands. </li>
826                <li>The &quot;undo&quot; and &quot;redo&quot; commands now work for the Style command.
827                </li>
828                <li>An error in the execution of the pasting commands on Firefox has been fixed. </li>
829                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348">SF
830                        BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
831                        the &amp;nbsp; used by the FillEmptyBlocks setting is maintained even if you disable
832                        the ProcessHTMLEntities setting.</li>
833        </ul>
834        <p>
835                * This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/">
836                        Acctive Software&nbsp;S.A.</a>.</p>
837        <h3>
838                Version 2.1</h3>
839        <p>
840                New Features and Improvements:</p>
841        <ul>
842                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653">SF
843                        BUG-1200328</a>] The editor now offers a way to &quot;protect&quot; part of the
844                        source to remain untouched while editing or changing views.&nbsp;Just use the &quot;FCKConfig.ProtectedSource&quot;
845                        object to configure it and customize to your needs. It is based on regular expressions.
846                        See fckconfig.js for some samples. </li>
847                <li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome&nbsp;to
848                        our new developer Jason Huck. </li>
849                <li>New language files are available:
850                        <ul>
851                                <li><strong>Faraose</strong> (by S&iacute;min Lassaberg and&nbsp;Helgi Arnthorsson)
852                                </li>
853                                <li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li>
854                                <li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li>
855                                <li><strong>Vietnamese</strong> (by Phan Binh Giang)</li>
856                        </ul>
857                </li>
858                <li>A new configurable&nbsp;ColdFusion connector is available. Thanks to Mark Woods.
859                        Many enhancements has been introduced with it. </li>
860                <li>The PHP connector for the default File Browser now sorts the folders and files names.
861                </li>
862                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
863                        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
864                                BUG-1282758</a>] In the PHP connector it is now possible to set the absolute
865                        (server) path to the User Files directory, avoiding problems with Virtual Directories,
866                        Symbolic Links or Aliases. Take a look at the config.php file. </li>
867                <li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li>
868                <li>A new way to define <strong>simple &quot;combo&quot; toolbar items</strong> , like
869                        Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve Lineberry.&nbsp;See
870                        sample06.html and the &quot;simplecommands&quot; plugin&nbsp;to fully understand
871                        it. </li>
872                <li>A new test case has been added that shows how to set the editor background dynamically
873                        without using a CSS. </li>
874                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653">SF
875                        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
876                                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
877                                        BUG-1216332</a>] The &quot;AutoDetectPasteFromWord&quot; configuration option
878                        is back (IE only feature). </li>
879                <li>The&nbsp;new &quot;OnAfterLinkedFieldUpdate&quot; event has been introduced. If
880                        is fired when the editor updates its hidden associated field. </li>
881                <li>Attention: The color of the right border of the toolbar (left on RTL interfaces)
882                        has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
883                </li>
884                <li>A&nbsp;sample &quot;htaccess.txt&quot; file has been added to the editor's package
885                        to show how to configure some Linux sites that could present problems on Firefox
886                        with &quot;Illegal characters&quot; errors. Respectively the &quot;&iuml;&raquo;&iquest;&quot;
887                        chars. </li>
888                <li>With the JavaScript, ASP and PHP integration files, you can set the QueryString
889                        value &quot;fcksource=true&quot; to load the editor using the source files (located
890                        in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
891                        the suggestion. </li>
892                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656">SF
893                        Feature-1246623</a>] The new configuration option &quot;ForceStrongEm&quot; has
894                        been introduced so you can force the editor to convert all &lt;B&gt; and &lt;I&gt;
895                        tags to &lt;STRONG&gt; and &lt;EM&gt; respectively. </li>
896                <li>A nice contribution has been done by Goss Interactive Ltd:
897                        <ul>
898                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653">SF
899                                        BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
900                                        P tags (or an appropriate block element) get inserted instead of BR tags when not
901                                        in the UseBROnCarriageReturn config mode.
902                                        <br />
903                                        The ENTER key handling has been written to function much the same as the ENTER key
904                                        handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped
905                                        with a suitable block element (P tag) as appropriate and a new block element (P
906                                        tag) will be started.
907                                        <br />
908                                        The ENTER key handler also caters for pressing ENTER within empty list items - ENTER
909                                        in an empty item at the top of a list will remove that list item and start a new
910                                        P tag above the list; ENTER in an empty item at the bottom of a list will remove
911                                        that list item and start a new P tag below the list; ENTER in an empty item in the
912                                        middle of a list will remove that list item, split the list into two, and start
913                                        a new P tag between the two lists. </li>
914                                <li>Any tables that are found to be incorrectly nested within a block element (P tag)
915                                        will be moved out of the block element when loaded into the editor. This is required
916                                        for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.&nbsp;
917                                </li>
918                                <li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko
919                                        to ensure that block elements (P tags) are placed around a list item's content when
920                                        it is moved out of the list due to clicking on the editor's list toolbar buttons
921                                        (when not in the UseBROnCarriageReturn config mode). </li>
922                        </ul>
923                </li>
924        </ul>
925        <p>
926                Fixed Bugs:</p>
927        <ul>
928                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
929                        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
930                                BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
931                        visible in the link dialog window. It has been fixed. </li>
932                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348">SF
933                        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
934                                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
935                                        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
936                                                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
937                                                        BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working
938                        on startup over Firefox. It has been fixed. </li>
939                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653">SF
940                        BUG-1251373</a> ] The above fix also has&nbsp;corrected some strange behaviors on
941                        Firefox. </li>
942                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258">SF
943                        BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081">SF
944                                BUG-1092081</a>] The File Browsers now run on the&nbsp;same server session used
945                        in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
946                </li>
947                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653">SF
948                        BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows
949                        Integrated Security with IIS. </li>
950                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655">SF
951                        Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed
952                        to set the editor hidden at startup. </li>
953                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653">SF
954                        BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
955                        Flash and Link dialogs. Fixed. </li>
956                <li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div.
957                        Workarounds have been introduced. In any case, the testcase 004 hack is needed when
958                        showing the editor (as in a tabbed interface). </li>
959                <li>An invalid path in the dialogs CSS file has been corrected. </li>
960                <li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut
961                        keys. </li>
962                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653">SF
963                        BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
964                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653">SF
965                        BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
966                        (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li>
967                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653">SF
968                        BUG-1274303</a>] The &quot;Insert Column&quot; command is now working correctly
969                        on TH cells. It also copies any attribute applied to the source cells. </li>
970                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655">SF
971                        Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
972                        is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
973                <li>The editor now handles AJAX requests with HTTP status 304. </li>
974                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653">SF
975                        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
976                                BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases).
977                </li>
978                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653">SF
979                        BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been
980                        corrected. </li>
981                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653">SF
982                        BUG-1272018</a>] The ampersand character can now be added from the Special Chars
983                        dialog. </li>
984                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653">SF
985                        BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file.
986                        Thanks to Mike Wallace. </li>
987                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653">SF
988                        BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field.
989                </li>
990                <li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss
991                        Interactive Ltd). </li>
992                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653">SF
993                        BUG-1297431</a>] With IE, the editor now works locally when its files are placed
994                        in a directory path that contains spaces. </li>
995                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653">SF
996                        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
997                                BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure...
998                        distributed&nbsp;with IE itself). Some security setting could avoid the usage of
999                        those components and the editor would stop working. Now a message is shown, indicating
1000                        the use the minimum necessary settings need&nbsp;by the editor to run. </li>
1001                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653">SF
1002                        BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
1003                        converted to B and I so it works accordingly. </li>
1004                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653">SF
1005                        BUG-1271723</a>] On IE, it is now possible to select the text and work correctly
1006                        in the contents of absolute positioned/dimensioned divs. </li>
1007                <li>On IE, there is no need to click twice in the editor to&nbsp;activate the cursor
1008                        in the editing area. </li>
1009                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348">SF
1010                        BUG-1221621</a>] Many &quot;warnings&quot; in the Firefox console are not thrown
1011                        anymore. </li>
1012                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653">SF
1013                        BUG-1295526</a>] While&nbsp;editing on &quot;FullPage&quot; mode the basehref is
1014                        now active for CSS &quot;link&quot; tags. </li>
1015                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655">SF
1016                        Patch-1222584</a>] A small fix to the PHP connector has been applied. </li>
1017                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655">SF
1018                        Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
1019                </li>
1020                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653">SF
1021                        BUG-1275911</a>] A check for double dots sequences on directory names on creation
1022                        has been introduced to the PHP and ASP connectors.</li>
1023        </ul>
1024        <h3>
1025                Version 2.0</h3>
1026        <p>
1027                New Features and Improvements:</p>
1028        <ul>
1029                <li>The&nbsp;new &quot;<strong>Flash</strong>&quot; command is available. Now you can
1030                        easily handle Flash content, over IE and Gecko, including server browser integration
1031                        and context menu support. Due to limitations of the browsers, it is not possible
1032                        to see the preview of the movie while editing, so a nice &quot;placeholder&quot;
1033                        is used instead. * </li>
1034                <li>A&nbsp;&quot;<strong>Quick Upload</strong> &quot; option is now available in the
1035                        link, image and flash dialog windows, so the user don't need to go (or have) the
1036                        File Browser for this operations. The ASP and PHP uploader&nbsp;are included.&nbsp;Take
1037                        a look at the configuration file.*** </li>
1038                <li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
1039                        S&ouml;nke Freitag. </li>
1040                <li>It is now possible to <strong>disable the size handles</strong> for images and tables
1041                        (IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
1042                        configuration options. </li>
1043                <li>The handles on form fields&nbsp;(small squares around them) and the inline editing
1044                        of&nbsp;its contents&nbsp;have been disabled. This makes it easier to users to use
1045                        the controls. </li>
1046                <li>A much better support for Word pasting operations has been introduced. Now it uses
1047                        a dialog box, in this way we have better results and more control.** </li>
1048                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655">SF
1049                        Patch-1225372</a>] A small change has been done to the PHP integration file. The
1050                        generic __construct constructor has been added for better PHP 5 sub-classing&nbsp;compatibility
1051                        (backward compatible). Thanks to Marcus Bointon.</li>
1052        </ul>
1053        <p>
1054                Fixed Bugs:</p>
1055        <ul>
1056                <li>ATTENTION: Some security changes have been made to the connectors. Now you must
1057                        explicitly enable the connector you want to use. Please test your application before
1058                        deploying this update. </li>
1059                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591">SF
1060                        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
1061                                BUG-1204273</a>] The connectors have been changed so it is not possible to use
1062                        &quot;..&quot; on directory names. </li>
1063                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655">SF
1064                        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
1065                                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
1066                                        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
1067                                                BUG-1205442</a>] There was an error in the page unload on some cases
1068                        that has been fixed. </li>
1069                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708">SF
1070                        BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125">SF
1071                                BUG-1214125</a>] The undo on IE is now working correctly when the user starts
1072                        typing. </li>
1073                <li>The preview now loads &quot;Full Page&quot; editing correctly. It also uses the
1074                        same XHTML code produced by the final output. </li>
1075                <li>The &quot;Templates&quot; dialog was not working on some very specific (and strange)
1076                        occasions over IE. </li>
1077                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348">SF
1078                        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
1079                                BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows
1080                        the horizontal scrollbar even when not needed. You can now force the vertical scrollbar
1081                        to be always visible. Just set the &quot;IEForceVScroll&quot; configuration option
1082                        to &quot;true&quot;. Thanks to Grant Bartlett. </li>
1083                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655">SF
1084                        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
1085                                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
1086                                        BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824">SF
1087                                                BUG-1199824</a>] An error in the Packager has been corrected. </li>
1088                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669">SF
1089                        BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of
1090                        tags that don't have a closing tag, like &lt;br /&gt;. </li>
1091                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653">SF
1092                        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
1093                                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
1094                                        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
1095                                                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
1096                                                        BUG-1187936</a> ]&nbsp;Now, on Gecko, the source is opened in a
1097                        dialog window to avoid fatal errors (Gecko bugs). </li>
1098                <li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur
1099                        Kalmenson. </li>
1100                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653">SF
1101                        BUG-1171606</a>] There&nbsp;is a bug on IE that makes the editor to not work if
1102                        the instance name matches a meta tag name. Fixed. </li>
1103                <li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages
1104                        with more than one editor. </li>
1105                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655">SF
1106                        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
1107                                BUG-1214941</a>] The &quot;ForcePasteAsPlainText&quot; configuration option
1108                        is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
1109                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653">SF
1110                        BUG-1228836</a>] The &quot;Show Table Borders&quot; feature is now working on Gecko
1111                        browsers. </li>
1112                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655">SF
1113                        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
1114                                BUG-1212517</a>] The default File Browser now accepts connectors with querystring
1115                        parameters (with &quot;?&quot;). Thanks to Tomas Jucius. </li>
1116                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653">SF
1117                        BUG-1233318</a>] A JavaScript error thrown when using the Print command has been
1118                        fixed. </li>
1119                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653">SF
1120                        BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening
1121                        the code in some editors. It has been moved to a&nbsp;dialog window. </li>
1122                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653">SF
1123                        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
1124                                BUG-1228939</a>] The Preview window is now using the Content Type and Base href.
1125                </li>
1126                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
1127                        BUG-1232056</a>] The&nbsp;anchor icon is now working correctly on IE. </li>
1128                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
1129                        BUG-1202468</a>] The anchor icon is now available on Gecko too. </li>
1130                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653">SF
1131                        BUG-1236279</a>] A security warning has been corrected when using the File Browser
1132                        over HTTPS. </li>
1133                <li>The ASP implementation now avoid errors when setting the editor value to null values.
1134                </li>
1135                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653">SF
1136                        BUG-1237359</a>] The trailing &lt;BR&gt; added by Gecko at the end of the source
1137                        is now removed. </li>
1138                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828">SF
1139                        BUG-1170828</a>] No more &amp;nbsp; is added to the source when using the &quot;New
1140                        Page&quot; button. </li>
1141                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653">SF
1142                        BUG-1165264</a>] A&nbsp;new configuration option has been included to force the
1143                        editor to ignore empty paragraph values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning
1144                        empty (&quot;&quot;). </li>
1145                <li>No more &amp;nbsp; is added when creating a table or adding columns, rows or cells.
1146                </li>
1147                <li>The &lt;TD&gt; tags are now included in the FillEmptyBlocks configuration handling.
1148                </li>
1149                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653">SF
1150                        BUG-1224829</a>] A small bug in the &quot;Find&quot; dialog has been fixed. </li>
1151                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653">SF
1152                        BUG-1221307</a>] A small bug in the &quot;Image&quot; dialog has been fixed. </li>
1153                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653">SF
1154                        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
1155                                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
1156                                        BUG-1178473</a>] It is handling the &lt;FORM&gt;, &lt;TEXTAREA&gt; and &lt;SELECT&gt;
1157                        tags &quot;name&quot; attribute correctly. Thanks to thc33. </li>
1158                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653">SF
1159                        BUG-1205403</a>] The checkbox and radio button values are now handled correctly
1160                        in their dialog windows. Thanks to thc33. </li>
1161                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653">SF
1162                        BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page
1163                        (IE only). </li>
1164                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653">SF
1165                        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
1166                                BUG-1017231</a>] The &quot;Save&quot; button now calls the &quot;onsubmit&quot;
1167                        event before posting the form. The submit can be cancelled if the onsubmit returns
1168                        &quot;false&quot;. </li>
1169                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653">SF
1170                        BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to
1171                        &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
1172                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653">SF
1173                        BUG-1217546</a>] No error is thrown when &quot;pasting as plain text&quot; and no
1174                        text is available for pasting (as an image for example). </li>
1175                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653">SF
1176                        BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978">SF
1177                                BUG-1223978</a>] The context menu is now available in the source view. </li>
1178                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871">SF
1179                        BUG-1213871</a>] Undo has been added to table creation and table operation commands.
1180                </li>
1181                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653">SF
1182                        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
1183                                BUG-1229941</a>] Small bug in the mcpuk file browser&nbsp;have been corrected.</li>
1184        </ul>
1185        <p>
1186                * This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
1187                        Infineon Technologies AG</a>.<br />
1188                ** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
1189                        Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
1190                *** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com">
1191                        Web Crossing, Inc</a>.</p>
1192        <h3>
1193                Version 2.0&nbsp;FC (Final Candidate)</h3>
1194        <p>
1195                New Features and Improvements:</p>
1196        <ul>
1197                <li>A new tab called &quot;<strong>Link</strong>&quot; is available in the<strong> Image
1198                        Dialog</strong> window. In this way you can insert or modify the image link directly
1199                        from that dialog.* </li>
1200                <li>The new &quot;<strong>Templates</strong>&quot; command is now available. Now the
1201                        user can select from a list of pre-build HTML and fill the editor with it. Take
1202                        a look at the &quot;_docs&quot; for more info.** </li>
1203                <li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
1204                        PHP has been included in the package. He became the official developer of the File
1205                        Manager for FCKeditor, so we can expect good news in the future. </li>
1206                <li>New configuration options are available to <strong>hide tabs</strong> from the <strong>
1207                        Image</strong> Dialog&nbsp;and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
1208                        LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
1209                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653">SF
1210                        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
1211                                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
1212                                        BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
1213                        or special&nbsp;<strong>Latin </strong>letters to ther specific HTML entities. You
1214                        can also configure it to not convert any character at all. Take a look at the &quot;ProcessHTMLEntities&quot;,
1215                        &quot;IncludeLatinEntities&quot; and &quot;IncludeGreekEntities&quot; configuration
1216                        options. </li>
1217                <li>New language files are available:
1218                        <ul>
1219                                <li><strong>Basque</strong> (by Ibon Igartua) </li>
1220                                <li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li>
1221                                <li><strong>Ukrainian</strong> (by Alexander Pervak)</li>
1222                        </ul>
1223                </li>
1224                <li>The version and date information have been removed from the files headers to avoid
1225                        unecessary diffs in source control systems when new versions are released (from
1226                        now on). </li>
1227                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655">SF
1228                        Patch-1159854</a>] Ther HTML output rendered by the server side integration files
1229                        are now XHTML compatible. </li>
1230                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653">SF
1231                        BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
1232                        HTML fragments (not in Full Page mode). </li>
1233                <li>There is now an optional way to implement different &quot;mouse over&quot; effects
1234                        to the buttons when they are &quot;on&quot; of &quot;off&quot;.</li>
1235        </ul>
1236        <p>
1237                Fixed Bugs:</p>
1238        <ul>
1239                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653">SF
1240                        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
1241                                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
1242                                        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
1243                                                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
1244                                                        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
1245                                                                BUG-1155408</a>] The IE memory leak bug has been solved. The
1246                        code has been completely reviewed and many memory usage improvements have been done.
1247                </li>
1248                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653">SF
1249                        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
1250                                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
1251                                        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
1252                                                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
1253                                                        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
1254                                                                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
1255                                                                        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
1256                                                                                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
1257                                                                                        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
1258                                                                                                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
1259                                                                                                        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
1260                                                                                                                BUG-1155747</a>] There was a loading
1261                        problem in Gecko browsers in some cases. It has been solved. </li>
1262                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653">SF
1263                        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
1264                                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
1265                                        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
1266                                                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
1267                                                        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
1268                                                                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
1269                                                                        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
1270                                                                                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
1271                                                                                        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
1272                                                                                                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
1273                                                                                                        BUG-978441</a> ] A custom Undo/Redo system
1274                        has been implemented for IE. </li>
1275                <li>The editor startup execution is now made in the right order (so configurations override
1276                        works correctly). </li>
1277                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
1278                        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
1279                                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
1280                                        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
1281                                                BUG-1090388</a> ]&nbsp;No more &quot;illegible&quot; characters in the
1282                        toolbar when &quot;ClearType&quot; is active. </li>
1283                <li>It is now possible to set the &quot;width&quot; style of the BODY tag in the EditorAreaCSS
1284                        to limit the editing area size. </li>
1285                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653">SF
1286                        BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history
1287                        anymore. </li>
1288                <li>The editor now uses the same method used on version RC2 to load its contents on
1289                        Gecko. It is now possible to have more than one editor in the page. This change
1290                        has a negative impact: the BaseHref property is not working. </li>
1291                <li>Changes have been made to make the editor work with PHP versions&nbsp;older than&nbsp;2.1.0.
1292                </li>
1293                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653">SF
1294                        BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348">SF
1295                                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
1296                                        BUG-1156863</a>] The &quot;Insert Horizontal Line&quot; command is now working
1297                        correctly. Thanks to Hector Raul Colonia Coral. </li>
1298                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653">SF
1299                        BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected)
1300                        on Safari browsers (and all &quot;like Gecko&quot; browsers). Thanks to Bob Paul.
1301                </li>
1302                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653">SF
1303                        BUG-1182224</a>] The PHP connector can now handle file extensions in upper case,&nbsp;like
1304                        JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
1305                <li>The &quot;sample06.html&quot; is now working correctly with Gecko browsers. </li>
1306                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653">SF
1307                        BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
1308                        to Abdul-Aziz Al-Oraij. </li>
1309                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653">SF
1310                        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
1311                                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
1312                                        BUG-1156068</a>] The &quot;Browse Server&quot; button is now working correctly
1313                        for the Background Image in the &quot;Document Properties&quot; dialog window (full
1314                        page editing). The active &quot;BaseHref&quot; is also set to the preview window.
1315                </li>
1316                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653">SF
1317                        BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
1318                        are ignored with no errors. </li>
1319                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653">SF
1320                        BUG-1185911</a>] The Greek language file name has been corrected to &quot;el.js&quot;.
1321                </li>
1322                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
1323                        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
1324                                BUG-1158421</a>] The &quot;Print&quot; button is now active on startup. </li>
1325                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
1326                        BUG-1165219</a>] No error occours when the user defines just one color to the FontColors
1327                        on &quot;in page&quot; configurations. </li>
1328                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653">SF
1329                        BUG-1162957</a>] The small problem with Zope (ZPT)&nbsp;has been solved. </li>
1330                <li>Some small RTL / LTR corrections has been done in the interface and the Farsi language
1331                        has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
1332        </ul>
1333        <p>
1334                * This version has been partially sponsored by the <a href="http://www.hamilton.edu">
1335                        Hamilton College</a>.<br />
1336                ** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
1337                        Infineon Technologies AG</a>.</p>
1338        <h3>
1339                Version 2.0 RC3 (Release Candidate 3)</h3>
1340        <p>
1341                New Features and Improvements:</p>
1342        <ul>
1343                <li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
1344                        to Takashi Yamaguchi, our official Perl developer. </li>
1345                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656">SF
1346                        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
1347                                Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the
1348                        <strong>Source View</strong>. The output HTML can also be formatted. You can choose
1349                        to use spaces or tab for indentation. See the configuration file. </li>
1350                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656">SF
1351                        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
1352                                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
1353                                        Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong>
1354                        with the editor. Use the &quot;FullPage&quot; configuration setting to activate
1355                        it. </li>
1356                <li>The&nbsp;new toolbar command, &quot;<strong>Document Properties</strong>&quot;&nbsp;is
1357                        available to edit document header info, title, colors, background, etc... Full page
1358                        editing must be enabled. </li>
1359                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656">SF
1360                        Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use
1361                        <strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor.
1362                        More info about configuration can be found in the _docs folder. </li>
1363                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656">SF
1364                        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
1365                                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
1366                                        Feature-1124602</a>] New &quot;<strong>Insert Anchor</strong>&quot; command
1367                        has been introduced. (The anchor icon is visible only over&nbsp;IE for now). </li>
1368                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656">SF
1369                        Feature-1123816</a>] It is now possible to configure the editor to <strong>show &quot;fake&quot;
1370                                table borders</strong> when the border size is set to zero. (It is working only
1371                        on IE for now). </li>
1372                <li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
1373                        configured</strong> . Just right click on then. </li>
1374                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656">SF
1375                        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
1376                                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
1377                                        Feature-1149808</a>] A new configuration setting is available, &quot;<strong>BaseHref</strong>
1378                        &quot;, to set the URL used to resolve relative links. </li>
1379                <li>It is now possible to set&nbsp;the <strong>content language direction</strong> .
1380                        See the &quot;FCKConfig.ContentLangDirection&quot; configurations setting. </li>
1381                <li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded
1382                        and&nbsp;included in this version: <strong>form</strong>, <strong>checkbox</strong>,
1383                        <strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
1384                        <strong>select field</strong>, <strong>button</strong>, <strong>image button</strong>
1385                        and <strong>hidden field</strong> . </li>
1386                <li><strong>Context menu</strong> options (right-click) has been added for: <strong>
1387                        anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong>
1388                                checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
1389                        <strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
1390                        <strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
1391                        and <strong>numbered list</strong> . </li>
1392                <li>The &quot;<strong>Universal Keyboard</strong>&quot; has been converted from version
1393                        1.6 to this one and it's now available. </li>
1394                <li>It is now possible to <strong>configure</strong> the items to be shown in the <strong>
1395                        context menu</strong> . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
1396                </li>
1397                <li>A new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <strong>
1398                        automatically insert a &amp;nbsp;</strong> on empty block elements (p, div, pre,
1399                        h1, etc...) to avoid differences from the editing and the final result. (Actually,
1400                        the editor automatically &quot;grows&quot; empty elements to make the user able
1401                        to enter text on it). Attention: the extra &amp;nbsp; will be added when switching
1402                        from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
1403                        (XHTML support must be enabled). </li>
1404                <li>It is now possible to configure the <strong>toolbar</strong> to &quot;<strong>break</strong>
1405                        &quot; between two toolbar strips. Just insert a &quot;/&quot; between then. Take
1406                        a look at fckconfig.js for a sample. </li>
1407                <li>New Language files are available:
1408                        <ul>
1409                                <li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li>
1410                                <li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li>
1411                                <li><strong>Esperanto</strong> (by Tim Morley) </li>
1412                                <li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li>
1413                                <li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li>
1414                                <li><strong>Persian</strong> (by Hamed Taj-Abadi) </li>
1415                                <li><strong>Romanian</strong> (by Adrian Nicoara) </li>
1416                                <li><strong>Slovak</strong> (by Gabriel Kiss) </li>
1417                                <li><strong>Thai </strong>(by Audy Charin Arsakit) </li>
1418                                <li><strong>Turkish</strong> (by Reha Bi&ccedil;er) </li>
1419                                <li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li>
1420                        </ul>
1421                </li>
1422                <li>Warning: All toolbar image images have been changed. The &quot;button.&quot; prefix
1423                        has been removed. If you have your custom skin, please rename your files. </li>
1424                <li>A new plugin is available in the package: &quot;<strong>Placeholders</strong>&quot;.
1425                        In this way you can insert non editable tags in your document to be processed on
1426                        server side (very specific usage). </li>
1427                <li>The ASPX files are no longer available in this package. They have been moved to
1428                        the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
1429                </li>
1430                <li>The FCKeditor.Packager program is now part of the main package. It is not anymore&nbsp;distributed
1431                        separately. </li>
1432                <li>The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to 0777. </li>
1433                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655">SF
1434                        Patch-1090215</a>] It's now possible to give back more info from your custom image
1435                        browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
1436                </li>
1437                <li>The package files now maintain their original &quot;Last Modified&quot; date, so
1438                        incremental FTP uploads can be used to update to&nbsp;new versions of the editor
1439                        (from now on). </li>
1440                <li>The &quot;Source&quot; view now forces its contents to be written in &quot;Left
1441                        to Right&quot; direction even when the editor interface language is running a RTL
1442                        language (like Arabic, Hebrew or Persian). </li>
1443        </ul>
1444        <p>
1445                Fixed Bugs:</p>
1446        <ul>
1447                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653">SF
1448                        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
1449                                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
1450                                        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
1451                                                BUG-1100408</a>] The editor now works correctly when starting with an
1452                        empty value and switching to the Source mode. </li>
1453                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653">SF
1454                        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
1455                                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
1456                                        BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
1457                        Font, etc...) over Mac has been fixed. </li>
1458                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653">SF
1459                        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
1460                                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
1461                                        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
1462                                                BUG-1092395</a>] A new upload class has been included for the ASP File
1463                        Manager Connector. It uses the &quot;ADODB.Stream&quot; object. Many thanks to &quot;NetRube&quot;.
1464                </li>
1465                <li>I small correction has been made to the ColdFusion integration files. Thanks to
1466                        Hendrik Kramer. </li>
1467                <li>There was a very specific problem when the editor was running over a FRAME executed
1468                        on another domain. </li>
1469                <li>The performance problem on Gecko while typing&nbsp;quickly has been solved. </li>
1470                <li>The &lt;br type= &quot;_moz&quot;&gt;is not anymore shown on XHTML source. </li>
1471                <li>It has been introduced a mechanism to avoid automatic contents duplication on very
1472                        specific occasions (bad formatted HTML). </li>
1473                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653">SF
1474                        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
1475                                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
1476                                        BUG-1118803</a> ] Other&nbsp;issues in the XHTML processor have been solved.
1477                </li>
1478                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653">SF
1479                        BUG-1143969</a>] The editor now accepts the &quot;accept-charset&quot; attribute
1480                        in the FORM tag (IE specific bug). </li>
1481                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653">SF
1482                        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
1483                                BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
1484                </li>
1485                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653">SF
1486                        BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions
1487                        (chmod)&nbsp;to 0777 correctly. </li>
1488                <li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php)
1489                        to set some security preferences. </li>
1490                <li>The&nbsp;ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp)
1491                        to set some security preferences. </li>
1492                <li>A small bug in the toolbar rendering (strips auto position) has been corrected.
1493                </li>
1494                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653">SF
1495                        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
1496                                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
1497                                        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
1498                                                BUG-1096307</a>] The configurations are now encoded so a user can use
1499                        values that has special chars (&amp;=/). </li>
1500                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653">SF
1501                        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
1502                                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
1503                                        BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover
1504                        the editor's base path. </li>
1505                <li>Some small wrapping problems with some labels in the Image and Table dialog windows
1506                        have been fixed. </li>
1507                <li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to
1508                        avoid some errors on specific Linux installations. </li>
1509                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653">SF
1510                        BUG-1114449</a>] The editor packager program has been modified so now it is possible
1511                        to use the source files to run the editor as described in the documentation. The
1512                        new packager must be downloaded. </li>
1513                <li>A small problem with the editor focus while in&nbsp;source&nbsp;mode has been corrected.
1514                        Thanks to Eric (ric1607). </li>
1515                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653">SF
1516                        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
1517                                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
1518                                        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
1519                                                BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points
1520                        to a blank page located in the editor's package. In this way we avoid security warnings
1521                        when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
1522                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653">SF
1523                        BUG-1117779</a>] The editor now works well if you have more than one element named
1524                        &quot;submit&quot;&nbsp;on its form (even if it is not correct to have this situation).
1525                </li>
1526                <li>The XHTML processor was duplicating the text on some specific situation. It has
1527                        been fixed. </li>
1528                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655">SF
1529                        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
1530                                Patch-1098929</a>] With ASP, the editor now works correctly on pages using &quot;Option
1531                        Explicit&quot;. Thanks to Ben Noblet. </li>
1532                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653">SF
1533                        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
1534                                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
1535                                        BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There
1536                        was a problem with the XML parser. It has been fixed. </li>
1537                <li>The localization engine is now working correctly over IE 5.5 browsers. </li>
1538                <li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has
1539                        been fixed. </li>
1540                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653">SF
1541                        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
1542                                BUG-1149777</a>] The editor now uses the TEXTAREA id&nbsp;in the ReplaceTextarea
1543                        function. If the id is now found, it uses the &quot;name&quot;. The docs have been
1544                        updated. </li>
1545                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653">SF
1546                        BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks
1547                        to Erwin Dondorp. </li>
1548                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653">SF
1549                        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
1550                                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
1551                                        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
1552                                                BUG-1102907</a>] There is no problem now to start the editor with values
1553                        like &quot;&lt;div&gt;&lt;/div&gt;&quot; or &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
1554                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653">SF
1555                        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
1556                                BUG-1041861</a>] The click on the disabled options in the Context Menu has no
1557                        effects now. </li>
1558                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653">SF
1559                        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
1560                                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
1561                                        BUG-1095312</a>] Some problems when setting the editor source to very specific
1562                        values has been fixed. </li>
1563                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653">SF
1564                        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
1565                                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
1566                                        BUG-1077609</a>] The editor now runs correctly if called directly (locally)&nbsp;without
1567                        a server installation (just opening the HTML sample files). </li>
1568                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653">SF
1569                        BUG-1088248</a>] The editor now uses a different method to load its contents. In
1570                        this way the URLs remain untouched. </li>
1571                <li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li>
1572        </ul>
1573        <h3>
1574                Version 2.0 RC2 (Release Candidate 2)</h3>
1575        <ul>
1576                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1577                        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
1578                                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
1579                                        Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong>
1580                        is now available (right-click). </li>
1581                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1582                        Feature-1042034</a>] The new &quot;<strong>Split Cell</strong> &quot;, to split
1583                        a table cell in two columns, has been introduced (right-click). </li>
1584                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1585                        Feature-1042034</a>] The new &quot;<strong>Merge Cells</strong>&quot;, to merge
1586                        table cells (in the same row), has been introduced (right-click). </li>
1587                <li>The &quot;fake&quot; <strong>TAB key support</strong> (available by default over
1588                        Gecko browsers is now available over IE too. You can set the number of spaces to
1589                        add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
1590                        disable this feature (IE). </li>
1591                <li>It now possible to tell IE to send a <strong>&lt;BR&gt;</strong> when the user presses
1592                        the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
1593                        configuration setting. </li>
1594                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656">SF
1595                        Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
1596                        is now available! (Thanks to Hendrik Kramer). </li>
1597                <li>The editor is now available in <strong>29 languages!</strong> The new language files
1598                        available are:&nbsp;
1599                        <ul>
1600                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656">SF
1601                                        Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
1602                                        and Hong Kong) (by NetRube). </li>
1603                                <li><strong>Czech</strong> (by David Hor&aacute;k). </li>
1604                                <li><strong>Danish</strong> (by Jesper Michelsen). </li>
1605                                <li><strong>Dutch</strong> (by Bram Crins). </li>
1606                                <li><strong>German</strong> (by Maik Unruh). </li>
1607                                <li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li>
1608                                <li><strong>Russian</strong> (by Andrey Grebnev). </li>
1609                                <li><strong>Slovenian</strong> (by Boris Volaric).</li>
1610                        </ul>
1611                </li>
1612                <li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li>
1613                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653">SF
1614                        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
1615                                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
1616                                        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
1617                                                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
1618                                                        BUG-1037404</a>] Many&nbsp;small bugs&nbsp;in the XHTML processor
1619                        has been corrected (workarounds to browser specific bugs). These are some things
1620                        to consider regarding the changes:
1621                        <ul>
1622                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653">SF
1623                                        BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with
1624                                        &quot;_moz&quot; will be ignored. </li>
1625                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653">SF
1626                                        BUG-1060073</a>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; elements contents will be
1627                                        handled as is, without CDATA tag surrounding. This may break XHTML validation. In
1628                                        any case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
1629                        </ul>
1630                </li>
1631                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653">SF
1632                        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
1633                                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
1634                                        BUG-999792</a>] URLs now remain untouched when initializing the editor or
1635                        switching from WYSYWYG to Source and vice versa. </li>
1636                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653">SF
1637                        BUG-1082323</a>] The&nbsp;problem in the ASP and PHP connectors when handling non
1638                        &quot;strange&quot; chars in file names has been corrected. </li>
1639                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653">SF
1640                        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
1641                                BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li>
1642                <li>A&nbsp;problem with the &quot;Format&quot; command on IE browsers on languages different
1643                        of English has been solved. The negative side of this correction is that due to
1644                        a IE bad design it is not possible to update the &quot;Format&quot; combo while
1645                        moving throw the text (context sensitive). </li>
1646                <li>On Gecko browsers, when selecting an image and executing the &quot;New Page&quot;
1647                        command, the image handles still appear, even if the image is not available anymore
1648                        (this is a Gecko bug). When clicking in&nbsp;a &quot;phanton&quot; randle, the browser
1649                        crashes. It doesn't&nbsp;happen (the crash)&nbsp;anymore. </li>
1650                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653">SF
1651                        BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
1652                        has been corrected. Thanks to Alex Varga. </li>
1653                <li>Again on ASP, the browser detection for IE had some problems on servers that use
1654                        comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
1655                </li>
1656                <li>No error is thrown now when&nbsp;non existing&nbsp;language is configured in the
1657                        editor. The English language file is loaded in that case. </li>
1658                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653">SF
1659                        BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included
1660                        in the package. </li>
1661                <li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't
1662                        reproduce the problem, but a fix has been applied based on users tests. </li>
1663                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653">SF
1664                        BUG-1004078</a>] ColdFusion: The &quot;config&quot; structure/hash table with keys
1665                        and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
1666                        are in upper case format. Because the FCKeditor configuration keys must be case
1667                        sensitive, we had to match all structure/hash keys with a list of the correct configuration
1668                        names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
1669                </li>
1670                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653">SF
1671                        BUG-1075166</a>] ColdFusion: The &quot;fallback&quot; variant of the texteditor
1672                        (&lt;textarea&gt;) has a bug in the fckeditor.cfm. This has been fixed. </li>
1673                <li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
1674                </li>
1675                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653">SF
1676                        BUG-1086370</a>] A small coding type in the Link dialog window has been corrected.
1677                </li>
1678        </ul>
1679        <h3>
1680                Version 2.0 RC1 (Release Candidate 1)</h3>
1681        <ul>
1682                <li><strong>ASP</strong> support is now available (including the&nbsp;File Manager connector).
1683                </li>
1684                <li><strong>PHP</strong> support is now available (including the File Manager connector).
1685                </li>
1686                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656">SF
1687                        Feature-1063217</a>] The new advanced&nbsp;<strong>Style</strong> command is available
1688                        in the toolbar: full preview, context sensitive, style definitions are loaded from
1689                        a XML file (see documentation for more instructions). </li>
1690                <li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
1691                        toolbar command now show a <strong>preview</strong> of the available options. </li>
1692                <li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
1693                </li>
1694                <li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
1695                        customize the editor to your needs. (Take a look at the html/sample06.html file).
1696                </li>
1697                <li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support
1698                        must be set to &quot;true&quot;). It handles all entities defined in the W3C&nbsp;XHTML
1699                        DTD file. </li>
1700                <li>A new &quot;_docs&quot; folder has been introduced for the <strong>documentation</strong>.
1701                        It is not yet complete, but I hope the community will help us to fill it better.
1702                </li>
1703                <li>It is now possible (even if it is not recommended by the W3C) to force the use of
1704                        simple ampersands (&amp;) on attributes (like the links href) instead of its entity
1705                        &amp;amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the&nbsp;configuration
1706                        file. </li>
1707                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656">SF
1708                        Feature-1026866</a>] The &quot;<strong>EditorAreaCSS</strong>&quot; configuration
1709                        option has been introduced. In this way you can set the CSS to use in the editor
1710                        (editable area). </li>
1711                <li>The editing area is not anymore clipped if the toolbar is too large and exceeds
1712                        the window width. </li>
1713                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653">SF
1714                        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
1715                                BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
1716                        The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
1717                        <b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
1718                        <b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
1719                        <b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
1720                        <strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
1721                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653">SF
1722                        BUG-1027858</a>] Firefox 1.0 PR&nbsp;introduced&nbsp;a bug that made the editor
1723                        stop working on it. A workaround has been developed to fix the problem. </li>
1724                <li>There was a positioning problem over IE&nbsp;with the color panel. It has been corrected.
1725                </li>
1726                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653">SF
1727                        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
1728                                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
1729                                        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
1730                                                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
1731                                                        BUG-1064498</a>] The combo commands in the toolbar were not opening
1732                        in the right way. It has been fixed. </li>
1733                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653">SF
1734                        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
1735                                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
1736                                        BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and
1737                        Firefox/Mac installations. It has been fixed. </li>
1738                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653">SF
1739                        BUG-1054621</a>] Color pickers are now working with the &quot;office2003&quot; and
1740                        &quot;silver&quot; skins. </li>
1741                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653">SF
1742                        BUG-1054108</a>] IE doesn&rsquo;t recognize the &quot;&amp;apos;&quot; entity for
1743                        apostrophes, so a workaround has been developed to replace it with &quot;&amp;#39;&quot;
1744                        (its numeric entity representation). </li>
1745                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653">SF
1746                        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
1747                                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
1748                                        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
1749                                                BUG-1072496</a>] The problem with elements with name &quot;submit&quot;
1750                        inside the editor's form has been solved. </li>
1751                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653">SF
1752                        BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source
1753                        mode has been fixed. </li>
1754                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348">SF
1755                        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
1756                                BUG-1034354</a>] The XHTML processor now doesn&rsquo;t use the minimized tag
1757                        syntax (like &lt;br/&gt;) for empty elements that are not marked as EMPTY in the
1758                        W3C XHTML DTD specifications. </li>
1759                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653">SF
1760                        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
1761                                BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links.
1762                        It has been fixed. </li>
1763                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653">SF
1764                        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
1765                                BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform
1766                        all relative URLs to absolute links, pointing to the site the editor is running.
1767                        So now the editor removes the protocol and host part of the link if it matches the
1768                        running server. </li>
1769                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653">SF
1770                        BUG-1071824</a>] The color dialog box bug has been fixed. </li>
1771                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653">SF
1772                        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
1773                                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
1774                                        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
1775                                                BUG-1025978</a>] The editor now doesn&rsquo;t throw an error if no selection
1776                        was made and the create link command is used. </li>
1777                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653">SF
1778                        BUG-1036756</a>] The XHTML processor has been reviewed. </li>
1779                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653">SF
1780                        BUG-1029101</a>] The Paste from Word feature is working correctly. </li>
1781                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653">SF
1782                        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;.
1783                        A workaround has been developed. </li>
1784                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653">SF
1785                        BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla.
1786                        (Actually that is a bug on both browsers). A workaround has been developed to solve
1787                        it. </li>
1788                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653">SF
1789                        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
1790                                BUG-1050394</a>] The editor doesn&rsquo;t throw errors when hidden. </li>
1791                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653">SF
1792                        BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
1793                        Image and Link ones). </li>
1794                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653">SF
1795                        BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
1796                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348">SF
1797                        BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li>
1798                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653">SF
1799                        BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers.
1800                </li>
1801                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653">SF
1802                        BUG-1036675</a>] The Resources Browser window now displays the server error on bad
1803                        installations.</li>
1804        </ul>
1805        <h3>
1806                Version 2.0 Beta 2</h3>
1807        <ul>
1808                <li>There is a new configuration - &quot;<strong>GeckoUseSPAN</strong>&quot; - that
1809                        can be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, &lt;I&gt;
1810                        and &lt;U&gt; for the bold, italic and underline commands. </li>
1811                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656">SF
1812                        Feature-1002622</a>] New <strong>Text Color</strong> and&nbsp;<strong>Background Color</strong>
1813                        &nbsp;commands have been added to the editor. </li>
1814                <li>On Gecko browsers, a message is shown when,&nbsp;because of&nbsp;security settings,&nbsp;the
1815                        user&nbsp;is not able to&nbsp;cut, copy or paste data from the clipboard using the
1816                        toolbar buttons or the context menu. </li>
1817                <li>The new &quot;<strong>Paste as Plain Text</strong> &quot; command has been introduced.
1818                </li>
1819                <li>The new &quot;<strong>Paste from Word</strong> &quot; command has been introduced.
1820                </li>
1821                <li>A new configuration named&nbsp;&quot;StartupFocus&quot; can be used to tell the
1822                        editor to get the focus when the page is loaded. </li>
1823                <li>All <strong>Java </strong>integration files has been moved to a new separated package.
1824                </li>
1825                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653">SF
1826                        BUG-1016781</a>] <strong>Table operations</strong> are now working when right click
1827                        inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
1828                        <strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
1829                        <strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
1830                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653">SF
1831                        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
1832                                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
1833                                        BUG-977713</a>] XHTML support was not working with FireFox, blocking the
1834                        editor when submitting data. It has been fixed. </li>
1835                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653">SF
1836                        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
1837                                BUG-974595</a> ]&nbsp;The &quot;FCKLang not defined&quot; error when loading
1838                        has been fixed. </li>
1839                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653">SF
1840                        BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed
1841                        outside the editor in the place where the focus is. It has been fixed. </li>
1842                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653">SF
1843                        BUG-981191</a>] We are now using &lt;!--- ---&gt; for ColdFusion comments.</li>
1844        </ul>
1845        <h3>
1846                Version 2.0 Beta 1</h3>
1847        <p>
1848                This is the first beta of the 2.x series. It brings a lot of new and important things.
1849                Beta versions will be released until all features available on version 1.x will
1850                be introduced in the 2.0.<br />
1851                <br />
1852                <strong>Note:</strong> As it is a beta, it is not yet completely developed. Future
1853                versions can bring new features that can break backward compatibility with this
1854                version.
1855        </p>
1856        <ul>
1857                <li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
1858                </li>
1859                <li><strong>Quick startup</strong> response times. </li>
1860                <li>Complete <strong>XHTML</strong> 1.0 support. </li>
1861                <li><strong>Advanced link</strong> dialog box:
1862                        <ul>
1863                                <li>Target selection. </li>
1864                                <li>Popup configurator. </li>
1865                                <li>E-Mail link. </li>
1866                                <li>Anchor selector. </li>
1867                        </ul>
1868                </li>
1869                <li>New <strong>File Manager</strong>. </li>
1870                <li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
1871                <li>New <strong>context menus</strong> with icons. </li>
1872                <li>New toolbar with &quot;expand/collapse&quot; feature. </li>
1873                <li><strong>Skins</strong> support. </li>
1874                <li><strong>Right to left languages</strong> support. </li>
1875        </ul>
1876        <h3>
1877                Version 1.6.1</h3>
1878        <ul>
1879                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653">SF
1880                        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
1881                                BUG-812733</a>] There was a problem when the user tried to delete the last row,
1882                        collumn or cell in a table. It has been corrected.* </li>
1883                <li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
1884                <li>New Croatian language file. Thanks to Alex Varga. </li>
1885                <li>Updated language file for Czech. Thanks to Plachow. </li>
1886                <li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li>
1887                <li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li>
1888        </ul>
1889        <p>
1890                * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
1891                        LLC</a>.</p>
1892        <h3>
1893                Version 1.6</h3>
1894        <ul>
1895                <li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li>
1896                <li>New <strong>&quot;Selection Field&quot; command</strong> with advanced dialog box
1897                        for options definitions.* </li>
1898                <li>New <strong>&quot;Image Button&quot; command</strong> is available.* </li>
1899                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656">SF
1900                        Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and
1901                        <strong>many improvements</strong> has been done.* </li>
1902                <li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag
1903                        Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
1904                        and Hao Jiang. </li>
1905                <li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
1906                        browser security configuration &quot;Initialize and script ActiveX controls not
1907                        marked as safe&quot; must be set to &quot;Enable&quot; or &quot;Prompt&quot;. And
1908                        easier and more secure way to do that is to add your site in the list of trusted
1909                        sites. IeSpell can still be used. Take a look at the fck_config.js file for some
1910                        configuration options. Thanks to EdwardRF. </li>
1911                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656">SF
1912                        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
1913                                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
1914                                        Feature-880684</a>] New &quot;<strong>Anchor&quot; command</strong>, including
1915                        context menu support. Thanks to G.Meijer. </li>
1916                <li>Special characters are replaced with their decimal HTML entities when the XHMTL
1917                        support is enabled (only over IE5.5+). </li>
1918                <li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment
1919                        the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz
1920                        A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved
1921                        to the &quot;images/toolbar/default&quot; directory. </li>
1922                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655">SF
1923                        Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
1924                        Anchors and all Form elements. Thanks to Top Man. </li>
1925                <li>New <strong>&quot;New Page&quot; command</strong> to start a typing from scratch.
1926                        Thanks to Abdul-Aziz A. Al-Oraij. </li>
1927                <li>New <strong>&quot;Replace&quot; command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
1928                </li>
1929                <li>New <strong>&quot;Advanced Font Style&quot; command</strong>. Thanks to Abdul-Aziz
1930                        A. Al-Oraij. </li>
1931                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656">SF
1932                        Feature-738193</a>] New <strong>&quot;Save&quot; command</strong>. It can be used
1933                        to simulate a save action, but in fact it just submits the form where the editor
1934                        is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
1935                <li>New <strong>&quot;Universal Keyboard&quot; command</strong>. This 22 charsets are
1936                        available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
1937                        Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
1938                        (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
1939                        a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz
1940                        A. Al-Oraij. </li>
1941                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655">SF
1942                        Patch-935358</a>] New <strong>&quot;Preview&quot; command</strong>. Context menu
1943                        option is included and can be deactivated throw the config.ShowPreviewContextMenu
1944                        configuration. Thanks to Ben Ramsey. </li>
1945                <li>New &quot;<strong>Table Auto Format</strong>&quot; context menu command. Hack a
1946                        little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
1947                        Lezos. </li>
1948                <li>New &quot;<strong>Bulleted List Properties</strong> &quot; context menu to define
1949                        its type and class. Thanks to Alexandros Lezos. </li>
1950                <li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
1951                        to Mark Fierling. </li>
1952                <li>Images now always have the <strong>&quot;alt&quot; attribute</strong> set, even
1953                        when it's value is empty. Thanks to Andreas Barnet. </li>
1954                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655">SF
1955                        Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
1956                        pasting operations without a user confirmation. </li>
1957                <li>Forms element dialogs and other localization pending labels has been updated. </li>
1958                <li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
1959                </li>
1960                <li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
1961                </li>
1962                <li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
1963                </li>
1964                <li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
1965                <li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
1966                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655">SF
1967                        Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF
1968                                BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF
1969                                        BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF
1970                                                BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF
1971                                                        BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF
1972                                                                BUG-918716</a>] Some <strong>languages files</strong> were not
1973                        saved on <strong>UTF-8</strong> format causing some javascript errors on loading
1974                        the editor or making &quot;undefined&quot; to show on editor labels. This problem
1975                        was solved. </li>
1976                <li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
1977                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF
1978                        BUG-924620</a>] There was a problem when setting a name to an editor instance when
1979                        the name is used by another tag. For example when using &quot;description&quot;
1980                        as the name in a page with the &lt;META name=&quot;description&quot;&gt; tag. </li>
1981                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF
1982                        BUG-935018</a>] The &quot;buletted&quot; typo has been corrected. </li>
1983                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF
1984                        BUG-902122</a>] Wrong css and js file references have been corrected. </li>
1985                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF
1986                        BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
1987                        buttons.</li>
1988        </ul>
1989        <p>
1990                * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
1991                        LLC</a>.</p>
1992        <h3>
1993                Version 1.5</h3>
1994        <ul>
1995                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
1996                        Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special
1997                        thanks to G.Meijer. </li>
1998                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656">SF
1999                        Feature-861149</a>] <strong>Print Command</strong> is now available! </li>
2000                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348">SF
2001                        BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been
2002                        <strong>solved</strong> . Thanks to Paul Hutchison. </li>
2003                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348">SF
2004                        BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width
2005                        and height values set as styles. In this way a user can change the size of the image
2006                        directly inside the editor and the changes will be reflected in the dialog box.
2007                </li>
2008                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
2009                        Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now
2010                        uses <strong>guids</strong> for the file name generation. In this way a support
2011                        XML file is not needed anymore. </li>
2012                <li>It's possible now to <strong>programmatically change the Base Path</strong> of the
2013                        editor if it's installed in a directory different of &quot;/FCKeditor/&quot;. Something
2014                        like this:<br />
2015                        oFCKeditor.BasePath = '/FCKeditor/' ;<br />
2016                        Take a look at the _test directory for samples. </li>
2017                <li>There was a little bug in the TAB feature that moved the insertion point if there
2018                        were any object (images, tables) in the content. It has been fixed. </li>
2019                <li>The problem with <strong>accented and international characters</strong> on the PHP
2020                        test page was solved. </li>
2021                <li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
2022                </li>
2023                <li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
2024                </li>
2025                <li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
2026                </li>
2027                <li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
2028                        Al-Oraij. </li>
2029                <li>Small corrections on the <strong>Norwegian</strong> language file. </li>
2030                <li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to
2031                        Pritpal Dhaliwal. </li>
2032                <li>When using JavaScript to create a editor instance it's possible now to easily get
2033                        the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
2034                        will be available on version 2.0. </li>
2035                <li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it
2036                        on the Source View, so the exact result can be viewed by the user. This option can
2037                        be activated setting config.EnableSourceXHTML = true in the fck_config.js file.
2038                </li>
2039                <li>The <strong>JS integration object</strong> now escapes all configuration settings,
2040                        in this way a user can use <strong>reserved chars</strong> on it. For example:
2041                        <br />
2042                        oFCKeditor.Config[&quot;ImageBrowserURL&quot;] = '/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
2043                </li>
2044                <li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet.
2045                </li>
2046        </ul>
2047        <h3>
2048                Version 1.4</h3>
2049        <ul>
2050                <li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
2051                        htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
2052                        the initial value. It should works well, but please make some tests before upgrading
2053                        definitively. If there is any problem just uncomment the line in the fckeditor.php
2054                        file (and send me a message!). </li>
2055                <li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
2056                        for <strong>Spell Checking</strong>. You can configure the download URL in then
2057                        fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but
2058                        must be paid for commercial use) </li>
2059                <li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
2060                        Now you can <strong>select the class</strong> you want to be applied. Thanks to
2061                        Alexander Lezos. </li>
2062                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656">SF
2063                        Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It
2064                        uses the /UserImages/ folder in the root of the web site as the files container
2065                        and a counter controlled by the upload.cnt file. Both must have write permissions
2066                        set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
2067                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655">SF
2068                        Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
2069                        for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
2070                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656">SF
2071                        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
2072                                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
2073                                        Patch-869389</a>] A minimal support for a &ldquo;fake&rdquo; <strong>TAB is now available</strong>,
2074                        even if HTML has no support for TAB. Now when the user presses the TAB key a configurable
2075                        number of spaces (&amp;nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js
2076                        file. No action is performed if it is set to zero. The default value is 4. Thanks
2077                        to Phil Hassey. </li>
2078                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
2079                        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
2080                                BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver.
2081                </li>
2082                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
2083                        BUG-862975</a>] Now the editor does nothing if no image is selected in the image
2084                        dialog box and the OK button is hit. </li>
2085                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653">SF
2086                        BUG-851609</a>] The problem with ASP and null values has been solved. </li>
2087                <li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
2088                <li><strong>Hungarian</strong> language pack. Thanks to Bal&aacute;zs Szab&oacute;.
2089                </li>
2090                <li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
2091                <li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
2092                <li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
2093                </li>
2094                <li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package
2095                        because it's corrupt. I'm sorry. I hope someone could send me a good version soon.
2096                </li>
2097        </ul>
2098        <h3>
2099                Version 1.3.1</h3>
2100        <ul>
2101                <li>It's now possible to configure the editor the insert a <strong>&lt;BR&gt; tag instead
2102                        of &lt;P&gt;</strong> when the user presses the <strong>&lt;Enter&gt;</strong> key.
2103                        Take a look at the fck_config.js configuration file for the &quot;<strong>UseBROnCarriageReturn</strong>&quot;
2104                        key. This option is disabled by default. </li>
2105                <li><strong>Icelandic</strong> language pack. Thanks to Andri &Oacute;skarsson. </li>
2106                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
2107                        BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
2108                        initialization. It was corrected. </li>
2109                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF
2110                        BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
2111                        setting the focus in the editor. It was corrected. </li>
2112                <li>Minor errors on the language file for <strong>english</strong> has been corrected.
2113                        Thanks to Anders Madsen. </li>
2114                <li>Minor errors on the language file for <strong>danish</strong> has been corrected.
2115                        Thanks to Martin Johansen. </li>
2116        </ul>
2117        <h3>
2118                Version 1.3</h3>
2119        <ul>
2120                <li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
2121                        Turkish</strong>. </li>
2122                <li>Language updates for <strong>Romanian</strong>. </li>
2123                <li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
2124                        (for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
2125                        for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
2126                </li>
2127                <li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
2128                        It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong>
2129                        for the editor instead of output it (echo). This feature is useful for people who
2130                        are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
2131                </li>
2132                <li>Many people have had problems with <strong>international characters</strong> over
2133                        <strong>PHP</strong>. I had also the same problem. PHP have strange problems with
2134                        character encoding. The code hasn't been changed but just saved again with Western
2135                        European encoding. <strong>Now it works well</strong> in my system.<br />
2136                        Take a look also at the &quot;default_charset&quot; configuration option at the
2137                        php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li>
2138                <li>The &quot;<strong>testsubmit.php</strong>&quot; file now strips the &quot;<strong>Magic
2139                        Quotes</strong> &quot; that are automatically added by PHP on form posts. </li>
2140                <li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
2141                        Thanks to Dimiter Naydenov. </li>
2142                <li><strong>New configuration</strong> options are available to <strong>customize the
2143                        Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box.
2144                        Now you can hide it, or set which options are available in the combo box. Take a
2145                        look at the fck_config.js file. </li>
2146                <li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed
2147                        <strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
2148                </li>
2149                <li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not
2150                        needed to the editor to work and caused some confusion for a few users. </li>
2151                <li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong>
2152                        when the user clicks with the mouse in a toolbar button. </li>
2153                <li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor
2154                        is now <strong>converted to plain text</strong> when the &quot;<strong>ForcePasteAsPlainText</strong>&quot;
2155                        configuration is set to <strong>true</strong>. </li>
2156                <li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong>
2157                        by name. Thanks to Sergey Lupashko. </li>
2158                <li>Two <strong>new configuration</strong> options are available to <strong>turn on/off
2159                        by default</strong> the &quot;<strong>Show Borders</strong>&quot; and &quot;<strong>Show
2160                                Details</strong>&quot; commands. </li>
2161                <li>Some <strong>characters have been removed</strong> from the &quot;<strong>Insert
2162                        Special Chars</strong>&quot; dialog box because they were causing encoding problems
2163                        in some languages. Thanks to Abomb Hua. </li>
2164                <li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
2165                        features. Thanks to Simone Chiaretta.</li>
2166        </ul>
2167        <h3>
2168                Version 1.2.4</h3>
2169        <ul>
2170                <li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
2171                <li>Language updates for <strong>German</strong>. </li>
2172                <li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks
2173                        to &quot;mtn_roadie&quot;</a>)</li>
2174        </ul>
2175        <h3>
2176                Version 1.2.2</h3>
2177        <ul>
2178                <li>Language support for <strong>French</strong>. </li>
2179                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
2180                        BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
2181                        the image, no update was done. This bug is now fixed. </li>
2182        </ul>
2183        <h3>
2184                Version 1.2</h3>
2185        <ul>
2186                <li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
2187                </li>
2188                <li>The <strong>Table dialog box</strong> now handles the Style width and height set
2189                        in the table (Thanks to Roberto Arruda). There where many problems on prior version
2190                        when people changed manually the table's size, dragging the size handles, and then
2191                        it was not possible to set a new size using the table dialog box. </li>
2192                <li>For the <strong>Image dialog box:</strong>
2193                        <ul>
2194                                <li>No image is shown in the preview pane if no image has been set. </li>
2195                                <li>If no HSpace is set in the image a &quot;-1&quot; value was shown in the dialog
2196                                        box. Now, nothing is shown if the value is negative. </li>
2197                        </ul>
2198                </li>
2199                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653">SF
2200                        BUG-739630</a>] Image with link lost the link when changing its properties. The
2201                        problem is solved. </li>
2202                <li>Due to some problems in the XHTML cleaning (content duplication when the source
2203                        HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
2204                        from this version. You can still change this behavior and turn it on in the configuration
2205                        file. </li>
2206                <li>Some little updates on the <strong>English </strong>language file. </li>
2207                <li>A few addition of missing entries on all languages files (translations for these
2208                        changes are pending). </li>
2209                <li>Language files has been added for the following languages:
2210                        <ul>
2211                                <li><strong>Brazilian Portuguese</strong> (pt-br) </li>
2212                                <li><strong>Czech</strong> (cz) </li>
2213                                <li><strong>Dutch</strong> (nl) </li>
2214                                <li><strong>Russian</strong> (ru) </li>
2215                                <li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
2216                                <li><strong>Greek</strong> (gr) </li>
2217                                <li><strong>German</strong> (de)</li>
2218                        </ul>
2219                </li>
2220        </ul>
2221        <h3>
2222                Version 1.1</h3>
2223        <ul>
2224                <li>The &quot;<strong>Multi Language</strong>&quot; system is now available. This version
2225                        ships with English and Italian versions completed. Other languages will be available
2226                        soon. The editor automatically detects the client language and sets all labels,
2227                        tooltips and dialog boxes to it, if available. The auto detection and the default
2228                        language can be set in the <strong>fck_config.file</strong>. </li>
2229                <li>Two files can now be created to isolate customizations code from the original source
2230                        code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
2231                        Create these files in the root folder of your web site, if needed. The first one
2232                        can be used to add or override configurations set on fck_config.js. The second one
2233                        is used for custom actions and behaviors. </li>
2234                <li>A problem with relative links and images like &quot;/test/test.doc&quot; has been
2235                        solved. In prior versions, only with XHTML support enabled, the URL was changed
2236                        to something like &quot;http://www.mysite.xxx/test/test.doc&quot; (The domain was
2237                        automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
2238                        they are defined in the editor&rsquo;s HTML. </li>
2239                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653">SF
2240                        BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
2241                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653">SF
2242                        BUG-768210</a>] HTML entities, like <strong>&amp;lt;</strong>, were not load correctly.
2243                        The problem is solved. </li>
2244                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653">SF
2245                        BUG-748812</a>] The link dialog window doesn't open when the link button is grayed.
2246                </li>
2247        </ul>
2248        <h3>
2249                Version 1.0</h3>
2250        <ul>
2251                <li>Three new options are available in the configuration file to set what file types
2252                        are allowed / denied to be uploaded from the &quot;Insert Link&quot; and &quot;Insert
2253                        Image&quot; dialog boxes. </li>
2254                <li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers
2255                        (it's not compatible). </li>
2256                <li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
2257                        lost. </li>
2258                <li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties
2259                        when no image is available. </li>
2260                <li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the
2261                        editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;. </li>
2262                <li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
2263                        feature is still not available over IE 5.0. </li>
2264                <li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li>
2265                <li>[SF BUG-737495] The image preview in the image dialog box is now working correctly.
2266                </li>
2267                <li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form
2268                        is posted. </li>
2269                <li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
2270                        is shown). </li>
2271        </ul>
2272        <h3>
2273                Version 1.0 Final Candidate</h3>
2274        <ul>
2275                <li>A new dialog box for the &quot;Link&quot; command is available. Now you can upload
2276                        and browse the server exactly like the image dialog box. It's also possible to define
2277                        the link title and target window (_blank, _self, _parent and _top). As with the
2278                        image dialog box, a sample (and simple) file server browser is available. </li>
2279                <li>A new configuration option is available to force every paste action to be handled
2280                        as plain text. See &quot;config.ForcePasteAsPlainText&quot; in fck_config.js. </li>
2281                <li>A new Toolbar button is available: &quot;Paste from Word&quot;. It automatically
2282                        cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
2283                        etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message
2284                        is displayed advising that the text will not be cleaned before pasting. </li>
2285                <li>The editor automatically detects Word clipboard data on pasting operations and asks
2286                        the user to clean it before pasting. This option is turned on by default but it
2287                        can be configured. See &quot;config.AutoDetectPasteFromWord&quot; in fck_config.js.
2288                </li>
2289                <li>Table properties are now available in cells' right click context menu. </li>
2290                <li>It's now possible to edit cells advanced properties from it's right click context
2291                        menu. </li>
2292        </ul>
2293        <h3>
2294                Version 1.0 Release Candidate 1 (RC1)</h3>
2295        <ul>
2296                <li>Some performance improvements. </li>
2297                <li>The file dhtmled.cab has been added to the package for clients ho needs to install
2298                        the Microsoft DHTML Editor component. </li>
2299                <li>[SF BUG-713952] The format command options are localized, so it depends on the IE
2300                        language to work. Until version 0.9.5 it was working only over English IE browsers.
2301                        Now the options are load dynamically on the client using the client's language.
2302                </li>
2303                <li>[SF BUG-712103] The style command is localized, so it depends on the IE language
2304                        to work. Until version 0.9.5 it was working only over English IE browsers. Now it
2305                        configures itself using the client's language. </li>
2306                <li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons,
2307                        ...) remove the next available character before inserting the required content even
2308                        if no selection was made in the editor. Now the editor replaces only the selected
2309                        content (if available). </li>
2310        </ul>
2311        <h3>
2312                Version 0.9.5 beta</h3>
2313        <ul>
2314                <li>XHTML support is now available! It can be enabled/disabled in the fck_config.js
2315                        file. </li>
2316                <li>&quot;Show Table Borders&quot; option: show borders for tables with borders size
2317                        set to zero. </li>
2318                <li>&quot;Show Details&quot; option: show hidden elements (comments, scripts, paragraphs,
2319                        line breaks) </li>
2320                <li>IE behavior integration module. Thanks to Daniel Shryock. </li>
2321                <li>&quot;Find&quot; option: to find text in the document. </li>
2322                <li>More performance enhancements. </li>
2323                <li>New testsubmit.php file. Thansk to Jim Michaels. </li>
2324                <li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
2325                        Tyndiuk and Christian Liljedahl. </li>
2326                <li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
2327                </li>
2328                <li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
2329        </ul>
2330        <h3>
2331                Version 0.9.4 beta</h3>
2332        <ul>
2333                <li>ColdFusion module integration is now available! Thanks to John Watson. </li>
2334                <li>&quot;Insert Smiley&quot; toolbar option! Thanks to Fredox. Take a look at fck_config.js
2335                        for configuration options. </li>
2336                <li>&quot;Paste as plain text&quot; toolbar option! </li>
2337                <li>Right click support for links (edit / remove). </li>
2338                <li>Buttons now are shown in gray when disabled. </li>
2339                <li>Buttons are shown just when the image is downloaded (no more &quot;red x&quot; while
2340                        waiting for it). </li>
2341                <li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li>
2342                <li>Toolbar images have been reviewed:
2343                        <ul>
2344                                <li>Now they are transparent. </li>
2345                                <li>No more over...gif for every button (so the editor loads quicker). </li>
2346                                <li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
2347                        </ul>
2348                </li>
2349                <li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li>
2350                <li>Optimizations when loading the editor. </li>
2351                <li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start
2352                        watching and responding the user actions (turn buttons on/off when the user changes
2353                        position inside the editor). </li>
2354                <li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available
2355                        anymore. Take a look in test.html. </li>
2356                <li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn
2357                        on and off the image upload and image browsing options in the Image dialog box.
2358                        This options can be hidden for a specific editor instance throw specific URL parameter
2359                        in the editor&rsquo;s IFRAME (upload=true/false&amp;browse=true/false). All specific
2360                        language integration modules handle this option. For sample see the _test directory.
2361                </li>
2362        </ul>
2363</body>
2364</html>
Note: See TracBrowser for help on using the repository browser.