bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / changelog
1 Version 2.1.2 (2007-08-21)\r
2         Added fix for polluting third partly libraries that insist on messing with internal objects.\r
3         Added new save_on_tinymce_forms option to control when triggerSave is to be called.\r
4         Added mceContentBody class to template plugin preview.\r
5         Fixed bug where background color didn't work as expected in Opera.\r
6         Fixed bug where empty p tags where created on source code edit when forced_root_block was used.\r
7         Fixed bug where it was impossible to remove alignment using the align buttons.\r
8         Fixed bug where a empty URL was reported as a possible email link in advlink dialog.\r
9         Fixed bug where Opera would destroy the body if you pressed return 3 times in the beginning of a list.\r
10         Fixed bug where getHTML would return an empty string in IE sometimes.\r
11         Fixed bug where tinyMCE.selectedInstance is null after mceRemoveControl.\r
12         Fixed bug where remove_script_host option didn't work with media plugin.\r
13         Fixed bug with the convert_urls option and anchors in the advlink plugin.\r
14         Fixed issue with missing entityDecode statement for new document confirm.\r
15         Fixed issue with incorrect font value for Sans-serif.\r
16         Fixed problem with some youtube video urls.\r
17 Version 2.1.1.1 (2007-05-14)\r
18         Fixed bug where dot notaion for some callback options didn't work.\r
19         Fixed bug where valid_child_elements option didn't work.\r
20         Fixed bug where form trigger wasn't executed when keyboard was used to submit form.\r
21 Version 2.1.1 (2007-05-08)\r
22         Added new forced_root_block option. Forces inline elements or text nodes into block elements.\r
23         Added new fullpage_hide_in_source_view option to fullpage plugin.\r
24         Added new youtube/googlevideo support to media plugin. Simply paste a YouTube/Google URL and it will embed it.\r
25         Added new cancel button/control to the save plugin. This will undo all changes and execute a optional callback.\r
26         Added new remove_trailing_nbsp option that removes &nsbp; entities when paragraphs are filled with contents.\r
27         Added new default_document option this enables you to specify a document to be loaded into TinyMCE by default.\r
28         Added new detection for external and mail links. It will now ask to add http or mailto prefixes to these.\r
29         Cleaned up the source code by removing some obsolete code.\r
30         Removed debug option, no longer needed since the devkit does it better.\r
31         Removed old IE 5.0 code and reduced the overall code by using smarter prototype add methods.\r
32         Removed encoding of apos/' characters since they only time they need to be escaped is when placed in apos based attribs.\r
33         Fixed bug where local urls with params like ?param=x was converted into /?param=x if relative_urls was set to true. \r
34         Fixed bug where the clsids for wmp in media plugin was handled as RealMedia.\r
35         Fixed bug where template plugin was inserting blank_page in FF.\r
36         Fixed bug where it was impossible to remove the width/height of images in IE.\r
37         Fixed bug where replace with empty contents in the replace dialog didn't work in FF.\r
38         Fixed bug where the advanced themes insert image dialog produces a SSL warning if running over HTTPS in IE.\r
39         Fixed bug where links directly to a anchor with a editor in IE failed due to the frameset fix.\r
40         Fixed bug with numeric entity encoding not converting the first character in string.\r
41         Fixed bug with new color picker not closing correctly some times.\r
42         Fixed bug where FF was auto generating BR elements at the end of LI elements.\r
43         Fixed bug where more colors link failed if the page had a base element in page.\r
44         Fixed bug where link dialog produced error when importing CSS classes.\r
45         Fixed bug where fullpage plugin inserted extra > at the end of doctype.\r
46         Fixed bug where fullpage plugin didn't remove internal mce_src/mce_href items correctly.\r
47         Fixed bug where fullpage plugin height was incorrect on Linux.\r
48         Fixed bug where media plugin did a incorrect comparation of width/height.\r
49         Fixed bug with pressing return/enter inside a paragraph in a non IE browser.\r
50         Fixed bug with autoplay option for QT not being enabled by default in the media plugin.\r
51         Fixed bug where isDirty state of instances was incorrect if a form submit handler didn't submit the form.\r
52         Fixed bug where isDirty state was incorrect if another form was submitted.\r
53         Fixed bug with getHTML not returning correct content if run twice on a row in IE.\r
54         Fixed bug where setting class to "not set" in the advimage dialog in IE didn't remove the class attribute.\r
55         Fixed bug where mceToggleEditor command didn't work with other elements such as DIVs.\r
56         Fixed bug where link dialog didn't close if editing a link and having inlinepopups enabled.\r
57         Fixed bug where the hidden textarea was updated even if the instance was hidden with mceToggleEditor.\r
58         Fixed bug where IE7 was reporting undefined error if the iframe didn't load fast enough over https.\r
59         Fixed bug where a space was created after links, it will now just place the cursor after the link.\r
60         Fixed bug where false param values in media plugin wasn't stored correctly in IE.\r
61         Fixed bug with missing cursor if a instance was totally empty in Gecko.\r
62         Fixed so classes can be applied to images using the style select dropdown in FF and Opera.\r
63         Fixed so the width/height fields of the advanced themes image dialogs can take more that 3 characters.\r
64         Fixed so store/restore selection logic works in Opera and Safari (Nightly).\r
65         Fixed so the remove column/row icons are more clear in the table plugin. Contributed by Ferenc Veres.\r
66         Fixed so both title and alt attributes of buttons are set. Contributed by BigBrownChunx.\r
67         Fixed so if ctrl key is hold down the default browser context menu will appear.\r
68         Fixed so the mceResetDesignMode command resets the designmode and useCSS values more correctly.\r
69         Fixed so custom namespaces on tags can be used in all browsers like <myns:tag>.\r
70         Fixed problem with source editor using mono instead of monospace as a font family.\r
71         Fixed problem with Opera detection, it now detects Opera even if it spoofs another browser.\r
72         Fixed problem where TinyMCE failed to initialized if used together with libraries like Scriptaculous.\r
73 Version 2.1.0 (2007-02-13)\r
74         Added new template plugin, this supports simple snippets and advanced smart templates.\r
75         Added new attributes dialog for xhtmlxtras plugin. Based on contribution by Ryan Demmer.\r
76         Added new bbcode plugin, currently only support for PunBB but more might be added in the future.\r
77         Added new support for table captions, captions can now be toggled on or off on tables.\r
78         Added new more colors link for text/background color menus.\r
79         Added new more advanced color picker based on a contribution by Tristan Poet.\r
80         Added new functionality to always keep inlinepopups in viewable area contributed by Joshua T. Corbin.\r
81         Added new maximize button for inlinepopups contributed by Joshua T. Corbin.\r
82         Added new mceToggleEditor command. Toggles visibility of a editor instance on/off.\r
83         Added new showInstance/hideInstance callbacks. Used by mceToggleEditor command.\r
84         Added support for Ctrl+v handling for non IE browsers when the paste_auto_cleanup_on_paste option was used with the paste plugin.\r
85         Fixed issue where focus wasn't returned to editor after using a inlinepopup. Contributed by Andy Skelton.\r
86         Fixed issue where fullscreen.htm file used the _dev version of the JavaScript.\r
87         Fixed issue with TinyMCE forcing absolute links for document local anchors. Ex: #a got converted into b.htm#a\r
88         Fixed issue where initialization failed some times with Drupal.\r
89         Fixed issue with rtl languages and the new color picker menus.\r
90         Fixed major bug where url convertion logic wasn't executed correctly.\r
91         Fixed bug where text color/background color menus wasn't visible in fullscreen mode.\r
92         Fixed bug where text color/background color menus wasn't hidden when switching to/from fullscreen mode.\r
93         Fixed bug where embed elements was converted into ibed elements.\r
94         Fixed bug where contrain proportions in advimage dialog wasn't working.\r
95         Fixes bug where an inlinepopup wouldn't close if mcWindows.selectedWindow was nullified contributed by Joshua T. Corbin.\r
96         Fixed bug where style dropdown wasn't unique for each editor instance if diffrent content_css files where used.\r
97         Fixed bug with the noneditable plugin and IE. Only the last element was uneditable.\r
98         Fixed bug with link dialog and Firebug sometimes produced a TINYMCE_UNIQUEURL not defined error.\r
99         Fixed so the fix_list_elements option is enabled by default to produce more valid XHTML code.\r
100         Fixed so that all more info links on plugins point to the wiki in the about dialog.\r
101         Fixed so there is two new button names forecolorpicker and backcolorpicker these can be used to make plain old color picker buttons.\r
102         Removed the forcing of a space inside alt attributes by the advimage plugin since the default valid_elements rule defaults to "".\r
103 Version 2.0.9 (2007-01-09)\r
104         Added support for fullscreen new window mode since the other method was problematic for some.\r
105         Added new hide_selects_on_submit option. Enables the possibility to enable/disable disabling of TinyMCE select elements.\r
106         Added new removeInstance callback for plugins and also a new remove_instance_callback option.\r
107         Added warning if flash and media plugin is used at the same time. Flash plugin should be replaced with media plugin.\r
108         Fixed so that fullscreen can be used even if placed in absolute positioned divs with borders etc.\r
109         Fixed so that contextmenu on named anchors doesn't display the link/unlink items.\r
110         Fixed so that wrap in source editor dialog works in Opera.\r
111         Fixed so that single quotes/&#39; is only applied to text nodes not attributes.\r
112         Fixed so that the emotions dialog is a little wider to avoid the FF bug with statusbar content alignment.\r
113         Fixed issue where TinyMCE wasn't restoring scroll position after fullscreen mode switch.\r
114         Fixed some HTML issues in style plugin dialog. Contributed by Michael Keck.\r
115         Fixed bug where color selection menu was visible for instances that got removed.\r
116         Fixed bug where it wasn't possible to remove block formatting with format select box.\r
117         Fixed bug with xhtmlxtras plugin not working when convert_fonts_to_spans option enabled.\r
118         Fixed bug where element path elements wasn't entity encoded properly.\r
119         Fixed bug where IE 7 produced a invalid attribute exception for some URLs.\r
120         Fixed bug where the fix_table_elements option moved tables out of divs and not just P and H1-6 elements.\r
121         Fixed bug where drop menu for spellchecker didn't work in IE.\r
122         Fixed bug with noneditable plugin. The classes where removed sometimes.\r
123         Fixed bug where media plugin failed if single quotes wasn't entity encoded.\r
124         Fixed bug where fullscreen mode switched the way bold/italic/underline works in FF.\r
125         Fixed bug where style plugin could modify body element of editor instance.\r
126         Fixed bugs and issues with searchreplace plugin.\r
127         Fixed bug where windows using inlinepopups where invisible when using fullscreen mode. Contributed by Joshua T. Corbin.\r
128         Fixed bug where inlinepopups where settings style values without px suffix. Contributed by Joshua T. Corbin.\r
129         Fixed bug where externaltoolbar where causing problems in fullscreen mode. Contributed by Joshua T. Corbin.\r
130         Fixed alignment problems of buttons inside the search/replace dialog. Contributed by Dongsu Jang.\r
131         Optimized event/callback execution by a factor of 10.\r
132         Optimized cleanup engine by factor of 2 on some documents.\r
133         Optimized shortcut and key event handling logic.\r
134 Version 2.0.8 (2006-10-23)\r
135         Added class select lists for all xhtmlxtras dialogs, custom values can still be added.\r
136         Added missing documentation for devkit, xhtmlxtras, visualchars and nonbreaking plugins.\r
137         Added new gecko_spellcheck option, this enables you to disable/enable the FF 2.0 spellchecker.\r
138         Fixed so that the media can be modified using the context menu.\r
139         Fixed bug where media plugin wasn't working if convert_fonts_to_span option was enabled.\r
140         Fixed bug where media plugin produced errors on older IE versions.\r
141         Fixed bug where media plugin was breaking when prototype was used on the same page.\r
142         Fixed bug where cite and datetime attributes wasn't added to the default valid_elements list for del and ins.\r
143         Fixed bug where insert date in xhtmlxtras plugin wasn't placed in language pack.\r
144         Fixed bug where new fullscreen mode didn't function in IE with XHTML transitional doctype.\r
145         Fixed bug where new text and hilite text previews generated ghost layers in IE.\r
146         Fixed bug where fullscreen mode produced an error is the resizing was disabled.\r
147         Fixed bug where BR elements wasn't removed from PRE elements when apply_source_formatting was enabled.\r
148         Fixed bug where JS errors where thrown in IE if TinyMCE was placed in a frameset.\r
149         Fixed bug where devkit reported errors if TinyMCE was places in a frameset.\r
150         Fixed bug where auto_focus option didn't work in IE.\r
151         Fixed bug where FF leaked memory on some event handlers.\r
152         Fixed bug where Fullscreen plugin didn't fill containing elements if they where absolute.\r
153         Fixed bug where IE 7 hover out CSS events wasn't triggered correctly due to a IE bug.\r
154         Fixed bug where contextmenu plugin showed a incorrect flash menu item if the media plugin was enabled.\r
155         Fixed bug where 100% width of TinyMCE instances didn't work correctly.\r
156         Fixed issue where the image icon was selected when a user selected a media object.\r
157         Fixed issue where select elements where disabled if AJAX or custom submit triggers where used.\r
158         Fixed issue where formatblock command could insert invalid elements.\r
159         Fixed issue with duplicate default rules for abbr in valid_elements.\r
160         Fixed issue where the devkit wasn't the frontmost layer all the time.\r
161 Version 2.0.7 (2006-10-17)\r
162         Added new visualchars plugin. Enables users to see custom chars like &nbsp;.\r
163         Added new nonbreaking plugin. Enables users to insert &nbsp; characters.\r
164         Added new devkit plugin. Gives TinyMCE developers more information.\r
165         Added new xhtmlxtras plugin. Based on work contributed by Andrew Tetlaw.\r
166         Added new text and hilite color picker layers to the advanced theme.\r
167         Added new media plugin, this handles flash, quicktime, windows media player, real player.\r
168         Added new valid_child_elements option. Enables you to remove non valid child nodes from parents.\r
169         Added new required attribute flag to the valid_elements option.\r
170         Added new popup_css add option. Enables you to add an additional css to all popups.\r
171         Added new table_default_border, table_default_cellpadding, table_default_cellspacing options to table plugin.\r
172         Added new RegExp support for editor_selector/editor_deselector options.\r
173         Added new validation class. Implemented in various dialogs.\r
174         Added new createTag and createTagHTML methods to the API.\r
175         Added new shortcut keys for h1-h6,p,div,address elements by keys Ctrl+1-9.\r
176         Added lightbox, nofollow and tag as possible rel attribute values in the advlink dialog.\r
177         Added new table delete control for the table plugin.\r
178         Added new updated search/replace dialogs. Contributed by Felix Riesterer.\r
179         Added image browser support for style plugin.\r
180         Fixed bugs and issues with the lastest Safari Nightly build.\r
181         Fixed bugs where data was set outside the current function scopes.\r
182         Fixed bug where all plugin and theme callback methods had the "this" reference incorrectly set to window.\r
183         Fixed bug where a call to moveToBookmark method resulted in a error is called on a hidden TinyMCE instance.\r
184         Fixed bug where script element contents and event attributes where HTML encoded.\r
185         Fixed bug where TinyMCE didn't load if a base element and relative URL to TinyMCE where used in MSIE.\r
186         Fixed bug where TinyMCE didn't function in MSIE 5.0.1 because call method wasn't available.\r
187         Fixed bug where context menu location wasn't correct if the user scrolled down on page.\r
188         Fixed bug where nodes wasn't selected correctly in Opera 9.\r
189         Fixed bug with setOuterHTML function. This had some impacts on the spellchecker plugin.\r
190         Fixed bug where spaces in the body node of the document couldn't be deleted.\r
191         Fixed bug where images lost focus in IE if they where placed in a resizable div.\r
192         Fixed bug where isDirty state was set after calling user specific onsubmit function.\r
193         Fixed bug where editor_selector/editor_deselector matched incorrectly on some names.\r
194         Fixed bug where contextmenu was placed in the wrong location in FF.\r
195         Fixed bug where images had a href attribute displayed in it's element path title.\r
196         Fixed bug where forms_utils.js function where using a relative URL to the current theme.\r
197         Fixed bug where cursor was placed at a incorrect location after mceInsertContent call in Gecko.\r
198         Fixed bug where selection/caret is moved to top of document on a cleanup in Gecko.\r
199         Fixed bug where button elements was forced closed.\r
200         Fixed bug where comma separated content_css option wasn't working with the preview plugin.\r
201         Fixed bug where DIV element named doc caused errors in IE.\r
202         Fixed bug where the selectedInstance wasn't updated correctly if the user clicked outside of the body of a editor area.\r
203         Fixed bug where strong and em wasn't handled correctly in Gecko browsers if the user added them by using the source editor.\r
204         Fixed bug where script tag was removed if it was the first element in IE and convert_fonts_to_span option was enabled.\r
205         Fixed bug when converting empty divs to editor instances didn't work in IE.\r
206         Fixed bug where Gecko produces a BR tag at the end of a single line of content.\r
207         Fixed bug where the entity_encoding numeric wasn't converting &nbsp; to &#160;.\r
208         Fixed bug where fullpage plugin produced an error if the first thing was to edit the header data.\r
209         Fixed bug where background attribute of body element in fullpage plugin produced error in IE.\r
210         Fixed bug where Opera was reporting errors if the width/height of a editor area was set to a percent value.\r
211         Fixed bug where JS error was produced in IE if you tried to insert a row/column.\r
212         Fixed bug where IE was causing flicker if the browser cache was disabled and the button_tile_map option is enabled.\r
213         Fixed bug where onchange callback wasn't executed on a mceInsertContent command.\r
214         Fixed bug where custom classes on anchor elements was removed.\r
215         Fixed bug where force_br_newlines options produced errors in Opera.\r
216         Fixed bugs with table selection not beeing restored correctly when actions where performed.\r
217         Fixed issue where a link wasn't removed on unlink in gecko if only the caret was placed within the link.\r
218         Fixed so that the valid attribute values for the valid_elements rules are case insensitive.\r
219         Fixed so that the fullscreen plugin uses the current document area instead of a new window/popup.\r
220         Fixed so that the cleanup callback is executed on themes.\r
221         Fixed so that document local anchors isn't forced absolute.\r
222         Fixed so that the initialization is even faster both editor instanced and dialogs.\r
223         Fixed so that the force_p_newlines option works on Opera & Safari. This is enabled by default.\r
224         Fixed so that empty td cells are padded with &nbsp; by default. This can be changed with the extended_valid_elements option.\r
225         Fixed so that the theme_advanced_disable option works with RowLayout.\r
226         Fixed so that string serialization is alot faster in all browsers. Makes the cleanup logic a lot faster.\r
227         Fixed issue with language variable in replace dialog in the searchreplace plugin.\r
228         Fixed various CSS compatiblity issues with MSIE 7 beta 3.\r
229         Renamed some image names in style and layer plugins for compatiblity with Drupal.\r
230         Fixed some HTML and CSS issues with the style properties plugin.\r
231         Fixed so the addMCEControl method returns the new editor instance id.\r
232         Fixed translation issues with the style properties dialog, patch contributed by TOMASIAN.\r
233         Removed the need for adding language codes to plugins. Since the online service now merges old ones with en.\r
234 Version 2.0.6.1 (2006-05-04)\r
235         Fixed issue where the layer and style plugins couldn't be added in incorrect order.\r
236         Fixed issue with Firefox nl not beeing defined in triggerSave correctly.\r
237 Version 2.0.6 (2006-05-03)\r
238         Added new theme_advanced_source_editor_wrap option, this gives the possibility to force word wrapping.\r
239         Added new support for using div,blockquote,dt,dd,code,samp as a items in the theme_advanced_blockformats option.\r
240         Added new strict_loading_mode option, this switches the loading method from document.write to DOM.\r
241         Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug.\r
242         Added new absolute layer support, this was added to a new plugin called layer.\r
243         Added new CSS style properties support, this was as a plugin called style.\r
244         Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.\r
245         Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.\r
246         Fixed bug where links the the same page as the editor page was converted into a /.\r
247         Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.\r
248         Fixed bug with unterminated string literal errors where reported in some browsers.\r
249         Fixed bug where src and href where converted into xsrc and xhref in text.\r
250         Fixed bug where two characters where removed by backspace sometimes in Gecko.\r
251         Fixed bug where class drop list wasn't visible in some of the table dialogs.\r
252         Fixed bug where br elements where incorrectly removed within paragraphs on backspace.\r
253         Fixed bug where drag/drop operations failed in MSIE when editor height was set to a % value.\r
254         Fixed bug where width/height was lost on images if they where placed in hidden tabs in MSIE.\r
255         Fixed bugs with CSS auto import parsing, contributed by Scott Eade.\r
256         Fixed compatiblity issues with MSIE 5.0. Some RegExps needed to be rewritten.\r
257         Fixed issue that made it impossible to remove the entity code/name for &#39;.\r
258         Fixed issue with odd <br></br> elements not beeing handled properly.\r
259         Fixed issue where TinyMCE couldn't be loaded in a XML document.\r
260         Fixed issue with contextmenu beeing placed outside of visible area on Gecko browsers.\r
261         Fixed issue whith area tag not being closed.\r
262 Version 2.0.5.1 (2006-03-22)\r
263         Fixed bug where emtpy paragraphs sometimes got removed in MSIE.\r
264         Fixed bug where autosave plugin was running even in fullscreen mode.\r
265         Fixed bug where browse and color image button urls in form_utils.js where hardcoded.\r
266 Version 2.0.5 (2006-03-21)\r
267         Added API docs for the TinyMCE_Popup class that is used by all dialogs in TinyMCE.\r
268         Added new TinyMCE_Layer class to the core of TinyMCE plugins will be using this later on.\r
269         Added new loadPlugin function, use this to load external plugins.\r
270         Added instructions on how to contribute language packs.\r
271         Added new support for multiple content_css files, based on contribution by Man-Chicken.\r
272         Added new table_cell_limit, table_row_limit, table_col_limit options, based on contribution by Man-Chicken.\r
273         Added new fix_list_elements option, if this is set to true UL/OL lists will be forced XHTML valid on cleanup.\r
274         Added new fix_table_elements, if this is set to true tables will be moved outside paragraphs.\r
275         Fixed so input and button as closed elements in the cleanup logic.\r
276         Fixed so the mceButtonSelected is more visible with darker background in the editor_ui.css.\r
277         Fixed issue where charmap.js was calling switchClass that's reserved for buttons.\r
278         Fixed issue where the directionality option wasn't used in the preview plugin.\r
279         Fixed issues with nestled bullet lists pasted from Word 2003.\r
280         Fixed bug where button wasn't selected correctly in MSIE due to a CSS issue.\r
281         Fixed bug where ask mode wasn't working on DIV elements in Firefox and Opera.\r
282         Fixed bug where the mceAddFrameControl command wasn't working correctly.\r
283         Fixed bug where language packs wasn't imported correctly in plugins loaded externaly.\r
284         Fixed bug where focusing external input elements was visible in element path under MSIE.\r
285         Fixed bug where fullscreen plugin wasn't opening the window fullscreen in Firefox.\r
286         Fixed bug where style select dropdown wasn't working in Firefox when used in fullscreen mode.\r
287         Fixed bug where the fix_content_duplication wasn't working anymore.\r
288         Fixed bug where MSIE sometimes generated empty paragraphs.\r
289         Fixed bug where MSIE sometimes generated tags like <//tag>.\r
290         Fixed bug where the directionality option produced a error for the color picker dialog.\r
291         Fixed bug where configured callback options wasn't executed correctly in fullscreen mode.\r
292         Fixed bug where tags got generated as <*> some times in Gecko.\r
293         Fixed bug where the cursor was placed within a the anchor when inserting a new one in Gecko.\r
294         Fixed bug where convert_fonts_to_span option wasn't working correctly with new cleanup engine.\r
295         Fixed various language pack issues such as invalid characters.\r
296         Fixed naming conflict with zoom plugin and the format select box.\r
297         Fixed so that the initialization of the editor is slightly faster.\r
298         Removed all language packs except the english one from the core package. [BREAKS COMPATIBLITY]\r
299 Version 2.0.4 (2006-02-24)\r
300         Fixed bug where fullscreen plugin was using the tinymce_dev.js script.\r
301         Fixed bug where events where having a return true; statement infront of them.\r
302         Fixed bug where theme_advanced_toolbar_location option wasn't working.\r
303         Fixed bug where select lists wasn't working if you touched them with the tab key.\r
304         Fixed bug where auto reset design mode wasn't working correctly.\r
305         Fixed bug where null was inserted in paste button action in MSIE.\r
306         Fixed bug where _template plugin had a , instead of . character on e.type.\r
307         Fixed bug where src, href where replaced to xsrc and xhref in comments.\r
308         Fixed bug where paste_cleanup_on_paste option wasn't working correctly with the paste plugin.\r
309         Fixed bug where MSIE was reporting an error when TinyMCE was placed in a frame and not focused.\r
310         Fixed bug where clipboard_msg wasn't entity decoded corectly before displaying it in confirm box.\r
311         Fixed bug where mceRemoveControl wasn't working correctly on DIV elements.\r
312         Fixed bug where mceInsertContent/mceReplaceContent produced error when a empty string was inserted.\r
313         Fixed so the default valid_elements option is more XHTML valid.\r
314         Fixed issue where style formatting wasn't handled when pasting content from Word.\r
315         Fixed issue where ' characters wasn't entity encoded, they are now encoded into &#39; and not &apos;.\r
316         Fixed issue with empty paragraphs, these are now filled with &nsbp; if they are empty.\r
317         Added documentation on how the # prefix can be used in the valid_elements option.\r
318         Added new options paste_remove_styles and paste_remove_spans to paste plugin.\r
319         Added possibility to have empty default attributes values.\r
320 Version 2.0.3 (2006-02-13)\r
321         Added missing buttons to button reference page in documentation.\r
322         Added dt,dl,dd elements to default_valid elements config value.\r
323         Added new support for self registrering plugins.\r
324         Added new callback for themes and plugins handleEvent and the handle_event_callback option.\r
325         Added new execcommand_callback option, this enables you to add custom execcommand logic on page level.\r
326         Added new custom_shortcuts option, this enables you to disable plugin/theme specific keyboard shortcuts.\r
327         Added new addShortcut to TinyMCE_Control, this enables plugin to register custom keyboard shortcuts.\r
328         Added new getButtonHTML function to TinyMCE core, this function makes it easier for plugins/themes to make buttons.\r
329         Added more documentation on how to write plugins and updated the _template plugin.\r
330         Added more documentation on how to write custom themes.\r
331         Fixed so the default window size of the source editor is larger in the advanced theme.\r
332         Fixed so all internal plugins use the new auto registration and separation logic.\r
333         Fixed so all internal themes use the new auto registration and separation logic.\r
334         Fixed so the Safari warning is switched off by default.\r
335         Fixed so cursor position isn't moved when performing a cleanup.\r
336         Fixed so cursor position is correct when performing undo/redo actions.\r
337         Fixed so all themes/plugins now use a:hover to produce the mouse over button effect.\r
338         Fixed so it uses the DOMContentLoaded and onreadystatechange instead of onload.\r
339         Fixed so the simple theme also supports the button_tile_map option.\r
340         Fixed so the selection/cursor is moved to the beginning of area on search/replace.\r
341         Fixed callback handling to reduce logic, improve performance and flexibility.\r
342         Fixed documentarion error for the paste plugin, contributed by Jochen Metzger.\r
343         Fixed bug that made the cleanup process to hang MSIE on specific content.\r
344         Fixed bug with absolute to relative URL convertion logic if the absolute URL didn't have a path.\r
345         Fixed bug where about.htm in advanced theme refered to a non existing css file.\r
346         Fixed bug with defParam and the event_elements option.\r
347         Fixed bug where fullscreen plugin wasn't correctly setup with editor contents.\r
348         Fixed bug where paste/drop converted relative URLs incorrectly in MSIE.\r
349         Fixed bug with inlinepopups not restoring selection on close window in MSIE.\r
350         Fixed bug where selection was lost when a new column/row was inserted in a table running in Gecko.\r
351         Fixed bug where save plugin wasn't working in fullscreen mode.\r
352         Fixed bug where fullscreen plugin wasn't working in Opera.\r
353         Fixed bug where editor resizing in advanced theme wasn't working in Opera.\r
354         Fixed bug where cursor position was placed at the end of instance on word paste.\r
355         Fixed bug where a tinyMCE is undefined error was reported in Firefox.\r
356         Fixed compatiblity issues with new cleanup plugin and the prototype.js library.\r
357         Renamed the mceItemEditable/mceItemNonEditable to mceEditable/mceNonEditable.\r
358         Renamed the TinyMCEControl class to TinyMCE_Control, TinyMCE_ is the valid class prefix.\r
359         Removed the getInsertLinkTemplate and getInsertImageTemplate functions from themes and from API.\r
360         Removed insertImage and insertLink from TinyMCE core, they are moved to the advanced theme.\r
361         Removed opacity workaround made for Opera Preview 1, download Opera Preview 2 instead.\r
362         Removed search backward function from replace dialog since it could result in a infinite loop.\r
363         Marked insertlink_callback, insertimage_callback options as deprecated these can be replaced with execcommand_callback.\r
364         Moved selection specific methods to a new class. For example inst.selectNode is now inst.selection.selectNode.\r
365         Updated German language pack, contributed by Ace Man.\r
366 Version 2.0.2 (2006-01-24)\r
367         Added updated Danish language pack contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.\r
368         Added updated Czech language pack contributed by michi aka mishal.\r
369         Added new Slovenian language pack contributed by Domen Kosir.\r
370         Added new Turkish language pack contributed by Engin Dumlu.\r
371         Added new save_onsavecallback option to the save plugin, this function is called on save.\r
372         Added new save_enablewhendirty option to the save plugin, this will disable the button until changes are made.\r
373         Added new onpageload callback event, this event is called when the page is loaded but before instances are made.\r
374         Added new accessibility_focus option, this enables you to control if buttons should be tab focusable or not.\r
375         Added new greek alpha character to charmap dialog.\r
376         Added new Scaron,scaron,Alpha entities to the default value of the entities option thanks to Kevin Rodgers.\r
377         Added new contextmenu items link.unlink,advhr contributed by Speednet.\r
378         Added new paste_insert_word_content_callback option for the paste plugin.\r
379         Added new cleanup plugin, this will replace the one inside the core ones it's considered stable.\r
380         Added cancel button to color picker contributed by Speednet.\r
381         Fixed various documentation errors and typos, modified the FAQ.\r
382         Fixed issue where the first handleNodeChange call was done to early in initialization.\r
383         Fixed issue with Dutch language pack for advlink plugin.\r
384         Fixed issue where dialogs was to short when dialog_type option was set to modal in MSIE.\r
385         Fixed bug where insert image under Gecko resulted in a broken image if it was inserted a the beginning of a element.\r
386         Fixed bug where mceVisualAid class wasn't removed from TH elements on save.\r
387         Fixed bug where the href attribute area elements gets converted to xhref.\r
388         Fixed bug with document relative anchors being forced absolute even when the convert_urls was set to false.\r
389         Fixed bug where some plugins produced &gr; intead of &gt; entities on string encoding.\r
390         Fixed bug where some characters in charmap dialog was double encoded in Firefox/Gecko.\r
391         Fixed bug with XML core entities wasn't encoded when using raw or numeric value in entity_encoding option.\r
392         Fixed bug where classes was removed from table,td,th elements when the verify_css_classes option was enabled.\r
393         Fixed bug where elements was getting a visual aid class if a default or force class attribute value rule was used.\r
394         Fixed bug where strong/em rules didn't handle the -/+ prefixes correctly under Firefox/Mozilla.\r
395         Fixed bug where non textarea elements didn't work when submiting content.\r
396         Fixed bug where a access denied error was produced when using contextmenu together with modal dialogs under MSIE.\r
397         Fixed bug where fullscreen plugin didn't call custom cleanup functions when passing content back and forth.\r
398         Fixed issue where default rule for font tags didn't have a + prefix in valid_elements.\r
399         Fixed issue with CSS where "arrow" was used instead of "default" for cursor replacement.\r
400         Fixed issue where the replace button replaced the current selection first time it was used.\r
401         Fixed issue with missing title for the advhr dialog.\r
402         Fixed issue with div not beeing usable in the theme_advanced_blockformats option.\r
403         Fixed issue in with translation in the German language pack.\r
404         Fixed so the word wrap toggle for source view functions in Firefox/Mozilla.\r
405         Fixed so title attribute of emotion images gets inserted aswell as alt.\r
406         Fixed so the insert return on popups is checked by default in advlink.\r
407         Fixed so url gets filled when empty if a user selects a popup url.\r
408         Fixed so some init settings gets trimmed from whitespace.\r
409         Fixed so charmap closes when a char is selected since most of the time users only need one char.\r
410         Fixed so the link and image dialogs of advanced theme are styled with the new 2.x layout.\r
411         Fixed accessibility issuew with the link, image and advhr dialogs.\r
412         Fixed so the advhr dialog uses the new 2.x layout.\r
413         Fixed XHTML compliance for Preview plugin contributed by Bo Frederiksen.\r
414         Fixed entity decoding problem with insert button of the advhr plugin contributed by Bo Frederiksen.\r
415 Version 2.0.1 (2005-12-02)\r
416         Fixed critical bug in some MSIE versions when submiting content.\r
417 Version 2.0 (2005-12-01)\r
418         Added new paste_replace_list option to the paste plugin, this replaces some MS specific characters into normal characters.\r
419         Added new convert_urls option, this was required to address some issues with Firefox 1.5.\r
420         Added new paste_create_linebreaks option to paste plugin contributed by Kevin Rodgers.\r
421         Added new advimage_update_dimensions_onchange option to advimage plugin, this is enabled by default.\r
422         Added new table_inline_editing option, this enables you to toggle the inline table editing controls in FF 1.5.\r
423         Added new object_resizing option, this enables you to toggle the resizing controls of table and images in FF 1.5.\r
424         Added updated simplified Chinese language pack contributed by Wang Yang (tom_cat).\r
425         Added updated Dutch language pack contributed by Mark van der Sanden.\r
426         Added updated French language pack contributed by Normand Lamoureux.\r
427         Added updated Polish language pack contributed by Wooya.\r
428         Added updated Brazilian Portuguese language pack contributed by Marcio Barbosa.\r
429         Added new Traditional Chinese language pack contributed by Twapweb.\r
430         Added new Slovak language pack contributed by Vladimir VASIL.\r
431         Added new Norwegian Nynorsk pack contributed by Knut B. Jacobsen.\r
432         Fixed bug where getting init settings in handleNodeChange callback wasn't working correctly when multiple configs where used.\r
433         Fixed bug with urls being converted into incorrect values in Firefox 1.5.\r
434         Fixed bug where editor and cursor was flickering when TinyMCE was placed in a hidden div in Firefox 1.5.\r
435         Fixed bug with missing parenthesis in a MSIE setInnerHTML call.\r
436         Fixed bug where MSIE was producing a "Invalid source HTML for this operation" javascript error when placed in P tags.\r
437         Fixed bug where some styles with RGB values was parsed/serialized incorrectly in Firefox/Mozilla.\r
438         Fixed bug where reset form action didn't reset all editor instances to their original values.\r
439         Fixed bug where a javascript exception whas thrown when the editor was resized to a negative value in MSIE.\r
440         Fixed bug where inserting custom characters or date/time within a font element removed formatting in Firefox/Mozilla.\r
441         Fixed bug where image urls was inserted incorrectly if relative_urls was set to false due to issues with inserthtml command.\r
442         Fixed bug where encoding option wasn't working correctly becurse the entities list wasn't initialized.\r
443         Fixed bug where MSIE removed the first comment from the HTML of a mceInsertContent call.\r
444         Fixed bug where update all cells in table/row wasn't working on some tables with lots of whitespace.\r
445         Fixed bug with td background attribute when inline_styles option was set to true in MSIE.\r
446         Fixed bug where forms submitted with accesskey or return produced a JS error in Firefox 1.5.\r
447         Fixed bug with URL convertion logic not converting paths correctly to relative/absolute URLs.\r
448         Fixed bug where inline_styles option and flash moviews produced strange results.\r
449         Fixed bug where tabs and links where opened in a new window in MSIE when dialog_type option was set to modal.\r
450         Fixed bug where dialogs didn't open in Opera if the dialog_type option was set to modal.\r
451         Fixed bug where the table plugin wasn't working with the inlinepopups plugin while running in MSIE.\r
452         Fixed bug where embed elements whasn't parsed correctly by the flash plugin if no object tag was surrounding it.\r
453         Fixed bug where contents wasn't stored/restored when using the browser back button in Firefox 1.5.\r
454         Fixed issue where the ghost resize handles in Firefox/Mozilla was appearing when resizing images/tables.\r
455         Fixed issue with constrain proportions feature in advimage plugin, when trying to reset the values to blank.\r
456         Fixed issue where inlinepopups option couldn't be enabled/disabled on individual instances.\r
457         Fixed issue where TDs was created instead of TH elements when inserting a column on a row with TH elements.\r
458         Fixed issue with editor_selector/editor_deselector options couldn't be used when mode was specific_textareas.\r
459         Fixed issue where font selection produced null face attributes in MSIE.\r
460         Fixed issue where document local anchors where prefixed with the document name.\r
461         Fixed issue where link/image dialogs of the advanced theme didn't open using inlinepopups when enabled.\r
462         Fixed so the CSS select list gets hidden in the link dialog in advanced theme if there isn't any CSS classes.\r
463         Fixed so that the onsubmit handler of a form was processed correctly when posting using the save plugin.\r
464         Fixed so TinyMCE makes some very simple cleanups even if cleanup option is set to false.\r
465         Fixed so alignment button gifs have the justify prefix, such as justifyleft, for compatiblity with Drupal.\r
466         Fixed compatiblity issues with the .NET version of TinyMCE Compressor.\r
467         Fixed performance issue with fullscreen plugin, it switches back to normal view a lot faster now.\r
468         Fixed issues with mceSelectList class in advanced theme and compressed it some.\r
469         Renamed the Norwegian language pack from no to nb since it's "Norwegian Bokmål".\r
470 Version 2.0RC4 (2005-10-30)\r
471         Fixed bug with font face/size/color wasn't working correctly in Firefox 1.5b1.\r
472         Fixed bug where all actions where dispatching the onbeforeunload event.\r
473         Fixed bug where buttons in fullscreen mode wasn't working in MSIE.\r
474         Fixed bug where style removal with drop list wasn't working correctly.\r
475         Fixed bug where element path list or return key some times didn't scroll to the right location.\r
476         Fixed bug where return key in Firefox/Mozilla some times produced a error.\r
477         Fixed bug where MSIE was presenting a alert box about insecure items when running TinyMCE over HTTPS.\r
478         Fixed bug where TR/TD elements width/height attributes produced a JS error on cleanup.\r
479         Fixed bug where Polish Ctrl+Alt+Z executed the undo function instead of inserting national character.\r
480         Fixed bug where editor couldn't be initialized if no rows or height where specified on a textarea.\r
481         Fixed bug where comments sometimes got removed from HTML code.\r
482         Fixed bug with advimage not inserting onmouseover attribute correctly.\r
483         Fixed bug where anchors with child nodes messed up list elements.\r
484         Fixed bug where apply_source_formatting option wasn't working when used together with remove_linebreaks.\r
485         Fixed bug where empty paragraphs where invisible in Firefox. These are now padded with a &nbsp;.\r
486         Fixed bug where tables without a border attribute didn't get visual aid borders until cleanup.\r
487         Fixed bug with URL convertion, absolute URLs to the same domain without trailing slash produced incorrect results.\r
488         Fixed bug with URL convertion of urls like this somedir/?id=3 produced somedir?id=3.\r
489         Fixed bug with weird cursor movement when pressing return/enter in a list when running on Firefox/Mozilla.\r
490         Fixed bug where contents where deleted sometimes when user pressed return/enter running on Firefox/Mozilla.\r
491         Fixed bug where style elements what generated empty in MSIE, but using style tags is not recommended.\r
492         Fixed bug with not beeing able to have absolute urls in the external_link_list_url and simmilar.\r
493         Fixed bug with bold, italic, underline, strikethrough buttons not beeing selected correctly.\r
494         Fixed bug with font size and font face select list not beeing selected correctly.\r
495         Fixed bug where document anchors was incorrectly converted if document_base_url was defined.\r
496         Fixed bug where changing border width/color of a table didn't update CSS styles correcty.\r
497         Fixed bug where emotions plugin didn't insert a new smiley the second time you insert one.\r
498         Fixed bug with blockquote command produced javascript error when used on lists in MSIE.\r
499         Fixed bug with cleanup converting flash elements to images.\r
500         Fixed bug where class wasn't selected in drop list of advlink/advimage dialogs when editing links/images.\r
501         Fixed bug where cellpadding/cellspacing/scope wasn't correctly handled in MSIE 5.5SP2.\r
502         Fixed bug where hreflang,charset and type attributes wasn't returned correctly in MSIE 5.5SP2.\r
503         Fixed bug with broken image URLs when user clicked the cleanup button in Firefox 1.5b2.\r
504         Fixed some compatiblity issues with call to createStyleSheet and event.target setup.\r
505         Fixed more compatiblity issues with scripts extending core JS logic such as the Array class.\r
506         Fixed issue where paragraphs wasn't generated if user pressed returned inside a H1-H6 running on Firefox/Mozilla.\r
507         Fixed issue with context menu plugin messing up some onclick events.\r
508         Fixed issue with missing </tbody> HTML in advanced theme.\r
509         Fixed issue with Finnish language pack, it wasn't working at all.\r
510         Fixed issue where button control styles needed to be overriden in default editor_ui.css.\r
511         Fixed issue with a broken link in the documentation to the theme_advanced_resize_horizontal option.\r
512         Fixed issue with missing var declaration of a buttons variable in the advanced theme.\r
513         Fixed issue with missing block elements in block element regexp.\r
514         Fixed issue where advhr plugin didn't produce valid attribute for noshade.\r
515         Fixed issue with misslabeled option, plaintext_create_paragraphs is renamed to paste_create_paragraphs.\r
516         Fixed issue where remove_script_host and relative_urls where treated as true if they where specified as strings.\r
517         Fixed issue with charmap, made it easier to select/click characters.\r
518         Fixed issue with search/replace dialogs not being refocused in MSIE.\r
519         Fixed issues with dialogs being to small if large class names where added. Made sure they can grow.\r
520         Fixed issues with some dialogs being to small in NS 7.2 and not working correctly in NS 7.1.\r
521         Fixed missing HEAD element in fullscreen.htm file, contributed by monkeybrain.\r
522         Fixed some HTML issues with the advhr plugin, contributed by monkeybrain.\r
523         Fixed some small issues with the span element rule of the XHTML rule set in valid_elements documentation.\r
524         Added new Opera 9 support, most of the functions is working in the prerelease of Opera 9.\r
525         Added new paste_strip_class_attributes option to paste plugin, contributed by monkeybrain.\r
526         Added new merge_styles_invalid_parents option, allows users to control what elements gets styles.\r
527         Added new theme_advanced_resizing_use_cookie option, this enables you to disable the cookie used by resize.\r
528         Added new function that converts all font elements to span elements when the editor loads.\r
529         Added new force_hex_style_colors option, enables you to control the color format of CSS styles.\r
530         Added new convert_fonts_to_spans option, this option converts fonts to span elements.\r
531         Added new font_size_classes option, this option is used together with convert_fonts_to_spans.\r
532         Added new doctype option, enables you to control the internal doctype declaration.\r
533         Added new event_elements option contributed by happy_noodle_boy.\r
534         Added new path tooltips for font, span and flash elements such as color, font-family, src and so forth.\r
535         Added trim_span_elements back again, this option removes unneeded span elements.\r
536         Added documentation of the apply_source_formatting option.\r
537         Added updated Danish language pack, contributed by Jan Moelgaard.\r
538         Added updated Hebrew language pack, contributed by Liron Newman.\r
539         Added updated Russian language pack, contributed by Vladimir Vitkovsky.\r
540         Added updated Finnish language pack, contributed by Tuomo Aura.\r
541         Added updated Spanish language pack, contributed by Adolfo Sanz De Diego.\r
542         Added updated Italian language pack, contributed by grueff.\r
543         Added updated Icelandic language pack, contributed by Johannes Birgir Jensson.\r
544         Removed option convert_fonts_to_styles due to various compatiblity issues. Use convert_fonts_to_spans instead.\r
545 Version 2.0RC3 (2005-09-26)\r
546         Fixed bug where colorpicker in table plugin wasn't working in Mozilla/Firefox.\r
547         Fixed bug where closed anchors produced strange results. Anchors are now forced open.\r
548         Fixed bug where the font style/color functions wasn't producing correct results.\r
549         Fixed bug where buttons not working if a target was defined in head element.\r
550         Fixed bug where paragraphs wasn't generated when pressing return/enter in a floating div.\r
551         Fixed bug where anchor contents was getting lost, contents of anchors are now placed behind them.\r
552         Fixed bug where style info such font size/face/color was removing parent elements such as LI.\r
553         Fixed bug where %I wasn't inserting correct hour in the insertdatetime plugin.\r
554         Fixed bug where MSIE sometimes doesn't output attributes correctly, contributed by Luke Bennett.\r
555         Fixed bug where images was lost if the user pressed return after a image in a TD on FF.\r
556         Fixed bug where empty non block elements where produced when hitting return in Gecko browsers.\r
557         Fixed bug where it was impossible to update tables.\r
558         Fixed various bugs and issues with removeformatting function it will now remove classes and styles.\r
559         Fixed compatiblity issues with prototype.js and other scripts that modifies the Object.prototype.\r
560         Fixed issue where a unnecessary dir and style attribute was generated on the blockquote command in MSIE.\r
561         Fixed issue with access denied error if page contained iframes with external URLs.\r
562         Fixed issue where the plugin links in about dialog was linking to blank.\r
563         Fixed issue with useCSS command not working in Deer park beta.\r
564         Fixed XHTML table compatiblity issues. Placed bordercolor and height in styles instead of attributes.\r
565         Fixed issue with tables getting empty summary attribute in MSIE.\r
566         Fixes so the insert custom character dialog is accessible through keyboard.\r
567         Removed _self as the default target for links inorder to produce more XHTML compliant code.\r
568         Removed bordercolor field from table row properties dialog since this is not a valid attribute.\r
569         Added accessibility warnings to image and table plugin. These can be disabled by the accessibility_warnings option.\r
570         Added updated Danish language pack, contributed by Jan Moelgaard.\r
571         Added updated Hebrew language pack, contributed by Liron Newman.\r
572         Added updated Norwegian language pack, contributed by Knut B. Jacobsen.\r
573         Added updated German language pack, contributed by salzbermat.\r
574 Version 2.0RC2 (2005-09-12)\r
575         Fixed bug with plugin tab in about dialog not working in MSIE 5.01.\r
576         Fixed bug issues with paste and noneditable plugin in MSIE 5.01.\r
577         Fixed bug where dialogs in the search/replace plugin was to small.\r
578         Fixed bug where about dialog sometimes produced unknown runtime error in MSIE.\r
579         Fixed bug where é and í characters was converted the wrong entities.\r
580         Fixed bug where it was possible to click on the disabled link icon when nothing was selected.\r
581         Fixed bug where autosave plugin wasn't working with JS submit calls or the save plugin.\r
582         Fixed bug where file/image browser wasn't working with the default link/image dialogs.\r
583         Fixed bug where style attributes where parsed/serialized incorrectly when using - and #.\r
584         Fixed bug where inline popups plugin wasn't working when loading the compressed JS files.\r
585         Fixed bug with contextmenu showing theme image dialog instead of advimage dialog.\r
586         Fixed bug with flash plugin trying to include a empty external list JS file.\r
587         Fixed bug with some fields beeing to short if the file browser was disabled.\r
588         Fixed bug where contextmenu wasn't recognizing flash elements.\r
589         Fixed bug where border styles on images and tables was removed.\r
590         Fixed accessibility issue with colorpicker, added titles and keyboard access.\r
591         Fixed accessibility issue with toolbar buttons, all toolbar buttons are now wrapped in links.\r
592         Fixed accessibility issue width browse buttons, these are now wrapped in links.\r
593         Fixed accessibility issue with select lists, all select lists has now keyboard access.\r
594         Fixed accessibility issues with missing labels in various dialogs.\r
595         Fixed accessibility issue with the emotions plugin, this one now inserts a alt text for smileys.\r
596         Fixed accessibility issue with the locationbar, menubar and so fort in advlink plugin.\r
597         Fixed accessibility issue with TOC in english help pages. This is not wrapped in a acronym element.\r
598         Fixed issue with the directionality plugin. It will now get disabled on invalid elements.\r
599         Fixed issue where popups was the wrong size a new resizeToInnerSize function resizes popups to the correct size.\r
600         Fixed so empty <a> elements gets removed since they serve no purpose.\r
601         Added support for TinyMCE grabbing text from input elements if specified in exact mode.\r
602         Added language specific relative popup width/heights to all build in dialogs.\r
603         Added missing browser for popup url in advlink plugin.\r
604         Added missing delete table icon to context menu.\r
605         Added so it's possible to see the target value in the target select dropdown in the advlink plugin.\r
606         Updated the documentation to include information about the new language packs.\r
607         Updated the swedish language pack.\r
608 Version 2.0RC1 (2005-09-06)\r
609         Renamed CSS classes mcePathTop,mcePathBottom,mcePath to mceStatusbarTop,mceStatusbarBottom,mceStatusbar. [BREAKS COMPATIBLITY].\r
610         Moved all theme CSS files to a css directory within the theme. [BREAKS COMPATIBLITY].\r
611         Removed the default theme since the advanced theme can be configured to be as the default theme. [BREAKS COMPATIBLITY].\r
612         Removed closeDialog method from TinyMCE use tinyMCEPopup.close(); instead of tinyMCE.closeDialog();. [BREAKS COMPATIBLITY].\r
613         Removed the auto_cleanup_word option, since the paste plugin now handles this better than the build in function.\r
614         Added improved undo/redo and onchange handling. All modifications are now undo/redo:able.\r
615         Added new mceBeginUndoLevel/mceEndUndoLevel commands. Used to begin/end a undo/redo:able action.\r
616         Added new link dialog with tab interface and lots of new fields and options.\r
617         Added new image dialog with tab interface and lots of new fields and options.\r
618         Added new about dialog with tab interface, this one replaces the old help dialog.\r
619         Added new table dialogs with tab interface and lots of new fileds and options.\r
620         Added new utils directory in tiny_mce script dir. This directory contains various utility classes.\r
621         Added new TinyMCEPopup class to tiny_mce_popup.js, used for common popup logic.\r
622         Added new inlinepopups plugin, this makes the popup windows to open as DHTML windows (divs).\r
623         Added new version info constants to TinyMCE (majorVersion, minorVersion, releaseDate).\r
624         Added new resizing functionality to the advanced theme, the editor instance can now be resized.\r
625         Added new theme_advanced_resizing option, enables/disables the new resizing functionality.\r
626         Added new theme_advanced_resize_horizontal option, enables/disables the horizontal resizing.\r
627         Added new theme_advanced_path option, enables/disables the element path functionality in statusbar.\r
628         Added new compressed icons about 1/3 of the original size, contributed by Jozef.\r
629         Added new center support of images, images are now wrapped in a div with alignment.\r
630         Added new - character to the valid_elements/extended_valid_elements options this feature removes empty elements.\r
631         Added new setup_content_dom and submit_content types to custom cleanup callbacks.\r
632         Added new inst parameter to custom cleanup callbacks, this is a reference to the editor instance.\r
633         Added new mceColorPicker command to the advanced theme, enables the possibility invoke the color picker.\r
634         Added new safari_warning option, this enables you to disable the alert that gets presented when running on Safari.\r
635         Added new editor_selector/editor_deselector options that enables you to specify a include/exclude from convertion class.\r
636         Added new tinyMCE.addToLang function to reduce the overall size of the language files.\r
637         Added new auto save plugin. This plugin will confirm that the user want's the leave any modifications unsaved.\r
638         Added new noneditable plugin. This plugin enables you to disable/enable the possibility to edit various elements.\r
639         Added new word example, to better illustrate how TinyMCE is to be used when pasting content from Office/Word.\r
640         Added missing entities eactute,iacute,oacute,uacute,Aacute,Eacute,Iacute,Oacute,Uacute,Yacute,Aacute.\r
641         Added updated Hebrew language pack contributed by Liron Newman.\r
642         Added visual aid icon for invisible anchors elements.\r
643         Added new insert table and delete table commands to context menu.\r
644         Added new convert_fonts_to_styles option, this option controls if font or span will be used when using font size, color etc.\r
645         Renamed the theme_advanced_path_location to theme_advanced_statusbar_location.\r
646         Moved all popup javascript logic into external .js files, inorder to separate presentation and logic.\r
647         Removed the automatic resizing of popups. Better to use relative window sizes for each language when opening a dialog.\r
648         Fixed issue where the character map dialog lost focus when inserting a char.\r
649         Fixed issue where the attribute values where not XML encoded correctly. For example: & will be &amp;.\r
650         Fixed performance issue with the table plugin, it was executing logic even when it was inactive.\r
651         Fixed so the directionality gets inherited by all popups/dialogs.\r
652         Fixed so the CSS file content_css loads after the theme content CSS, user specific CSS extends theme CSS.\r
653         Fixed so more than 3 toolbar rows may be added in when using the default simple layout.\r
654         Fixed so the insertdatetime plugin polls it's default date formats from the language pack.\r
655         Fixes so auto_reset_designmode is enabled by default, to avoid the question about the editor not working in tabs.\r
656         Fixed better inline styles support for images and tables.\r
657         Fixed duplicate IDs on advanced theme with external toolbar, contributed by Miguel Fortea.\r
658         Fixed issue with remove formatting under MSIE, if all contents of a element is selected the element is also selected.\r
659         Fixed issue with visual aids not being removed from content when cleanup is disabled. But it's NOT recommended to disable the cleanup.\r
660         Fixed bug where return/enter key sometimes produced empty elements in MSIE.\r
661         Fixed bug where link list was generated twice in the advanced themes link dialog.\r
662         Fixed bug issue where embed was converted in to ibed due to some invalid regexps.\r
663         Fixed bug where summary attribute on tables got lost in MSIE.\r
664         Fixed bug where the editor scrolled to the top of content when the pasting text with the paste plugin.\r
665         Fixed bug where external toolbar wasn't translated, contributed by Miguel Fortea.\r
666         Fixed bug where the editor had a incorrect height, contributed by Miguel Fortea.\r
667         Fixed bug where visual aid class where presented in element path.\r
668         Fixed bug where HR elements with a id set to "null" produced runtime error in MSIE.\r
669         Fixed bug where isDirty wasn't working due to the same function name and variable name.\r
670         Fixed bug where events like onclick wasn't removed/stored correctly in old MSIE.\r
671 Version 1.45 (2005-06-23)\r
672         Fixed so the newdocument button shows again, was removed by accident in RC2.\r
673         Fixed so styles drop down in link dialog gets hidden if no classes are defined.\r
674         Fixed bug where Paste command in context menu wasn't working.\r
675         Fixed bug issue with not having a base href element in preview plugin.\r
676         Fixed bug where input elements produced double type/value attributes in MSIE.\r
677         Fixed so the check for empty contents in cleanup handled uppercase elements.\r
678         Added a alert box is a popup is blocked by a popup blocker.\r
679         Added updated dutch language pack, contributed by Fred Stuurman.\r
680         Added a confirm dialog for the newdocument action.\r
681         Added mceContentBody class to the iframe document body.\r
682         Added allowtransparency attribute to iframe.\r
683         Added fix where some HTML content produced runtime error in MSIE.\r
684         Added a lot better Safari support, but many things are still very buggy.\r
685         Added flash_wmode, flash_quality and flash_menu options for the flash plugin.\r
686         Added new dialog_type option, this enables you to switch back to modal dialogs in MSIE.\r
687         Updated Canadian French table language pack contributed by Virtuelcom.\r
688         Fixed some minor issues with Simplified Chinese language pack.\r
689         Re-added Tahoma font to font drop list, was removed in previous version.\r
690 Version 1.45 RC2 (2005-06-15)\r
691         Fixed bug where paste_use_dialog option for the paste plugin wasn't working correctly.\r
692         Fixed bug issue with setContent not calling custom cleanups correctly. Inflicts the Flash plugin.\r
693         Fixed bug where external_link_list_url/external_image_list_url in fullscreen mode.\r
694         Fixed so TinyMCE doesn't use modal dialogs on MSIE, these where giving some problems with for example lost sessions.\r
695         Fixed the auto resize function for popups to use new logic.\r
696         Fixed so callback functions gets called correctly from fullscreen mode.\r
697         Fixed misspelled language pack for canadian french in the advimage plugin.\r
698         Fixed so openWindow can open use absolute URL:s.\r
699         Fixed bug issue where auto_cleanup_word sometimes didn't work in MSIE.\r
700         Fixed bug issue where the close button in dialogs wasn't available on Firefox on MacOSX.\r
701         Added new pastetext icon contributed by speednet.\r
702         Added new browsers option that enables you to specify what browsers is to be WYSIWYG enabled or not.\r
703         Added partial Catalan translation contributed by Marc Bria Ramírez.\r
704         Added portuguese Brazil translation contributed by João Borges.\r
705         Added updated Simplified Chinese language pack contributed by cube316.\r
706         Added beforeunload handler for fullscreen plugin so contents gets updated when the window is closed.\r
707         Added a new fullscreen_settings option for the fullscreen plugin contributed by David Glick.\r
708         Added new insert table command to context menu when user clicks within a table.\r
709         Added new advimage_constrain_proportions option to advimage plugin, contributed by Knut B. Jacobsen.\r
710         Added updated advanced theme with a new external toolbar location option, contributed by Man-Chicken (http://www.zoomshare.com/).\r
711         Added new tiny_mce_gzip.php file, this PHP script merges and compressed the requested .js files to improve loading times.\r
712         Added updated czech language pack, contributed by Stanislav Lacko.\r
713         Added new mceRemoveNode command, this command removes a node and inserts the node contents instead.\r
714         Added new behavior to format select box, you can now remove a paragraph by selecting -- Format --.\r
715         Removed ?rnd from external_link_list_url/external_image_list_url since it doesn't work well with serverside scripts.\r
716 Version 1.45 RC1 (2005-05-27)\r
717         Fixed bug where character map inserted &amp; and &lt;/&gt; when using & < >.\r
718         Fixed so paragraphs containing &nbsp; is converted to numeric or raw if entity_encoding is set.\r
719         Fixed bug in searchreplace plugin when user tried to search on a empty string or the editor contents was empty.\r
720         Fixed repaint/trail graphics issues with images and tables in FF/Mozilla.\r
721         Fixed some memory leaks in TinyMCE core and context menu plugin, only MSIE was inflicted by this.\r
722         Fixed stange issue where elements sometimes disappeared in MSIE.\r
723         Fixed URL convertion problems with onmouseover, onmouseout image urls in advimage plugin.\r
724         Fixed URL convertion problems with Flash plugin.\r
725         Fixed the experimental Safari support, some features work some doesn't.\r
726         Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla.\r
727         Fixed bug in importCSS function, was having a meaning less if statement.\r
728         Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme.\r
729         Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path.\r
730         Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache.\r
731         Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position.\r
732         Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin.\r
733         Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE.\r
734         Added split/merge table cells support, to table plugin and context menus.\r
735         Added cut/copy/paste table rows functionality to context menu and table plugin.\r
736         Added new mceSetContent command, this does the same as the setContent function.\r
737         Added new clear all/new document icon to advanced theme.\r
738         Added new remove formatting and select text color icons.\r
739         Added new directionality plugin to better support languages that write from right to left.\r
740         Added new fullscreen plugin, enables users to toggle fullscreen editing mode.\r
741         Added a new template/tutorial plugin to aid people in the development of own plugins.\r
742         Removed visual_table_style and replaced it with visual_table_class. [BREAKS COMPATIBLITY].\r
743         Renamed urlconvertor_callback option to urlconverter_callback.\r
744 Version 1.44 (2005-05-03)\r
745         Fixed bug with contextmenu not showing at the correct location in MSIE.\r
746         Fixed bug where a error was produced by the Flash plugin if the user reloaded the page in MSIE.\r
747         Fixed issue where mceAddControl and mceRemoveControl commands produced a error in MSIE.\r
748         Fixed bug when images and flash movies where mixed in the editor produced strange results.\r
749         Fixed so trailing / characters isn't removed from URLs.\r
750         Fixed so the contextmenu uses a diffrent method of loading it's custom CSS file.\r
751         Fixed getAttributes problem, it should read getAttribute.\r
752         Fixed so "Edit HTML source" window may be maximized.\r
753         Added French eacute entitiy to default entities option.\r
754         Added a height CSS value for the element path in advanced themes editor_ui.css since it keept bobbing up and down.\r
755         Added updated Polish language pack contributed by Marcin Szymon Sznyra.\r
756         Added better window auto resize method for most dialogs.\r
757         Added new feature to set what tags are to be left open in valid_elements. Add a + before the element names to enable.\r
758         Added nowrap for the editor table cells, sometimes the editors controls wrapped.\r
759         Updated German language pack contributed by Krokogras.\r
760 Version 1.44 RC2 (2005-04-25)\r
761         Fixed bug with host prefixes and port numbers when having relative_urls set to false and remove_script_host set to true.\r
762         Fixed bug when site absolute URLs for example /something was converted incorrectly in Firefox/Mozilla.\r
763         Fixed bug where the link wasn't auto selected in the drop list in the advanced themes default link dialog.\r
764         Fixed bug issue with the flash plugin and croping out characters before and after the movie.\r
765         Fixed bug where the editor jumped to top of editor area on enter/return when doctype was set to XML Transitional.\r
766         Fixed bug where context menu was appearing in the wrong location if the window was resized.\r
767         Fixed bug in the context menu where table properties wasn't working.\r
768         Fixed bug where a selectorText exception was trown if the CSS file contained @import or @charset.\r
769         Fixed bug where bold/italic/strikethough/underline wasn't selected/unselected in toolbar some times.\r
770         Fixed issue with hspace and vspace when having the inline_styles option enabled. Contributed by speednet.\r
771         Fixed bug where access denied error was thrown sometimes in MSIE.\r
772         Fixed so images without src won't be inserted.\r
773         Fixed some issues with width/height fields in the advimage plugin.\r
774         Fixed so the contextmenu plugin doesn't appear in MSIE 5.0, now functions with 5.5+.\r
775         Added filebrowser icon to mouse over and mouse out fields in the advimage plugin.\r
776         Added filebrowser icon to popup field in the advlink plugin.\r
777         Added so the triggerSave function gets auto executed when a user calls submit on a form, this can be disabled with the submit_patch option.\r
778         Added missing readme.txt file for the context menu plugin.\r
779         Added new border and background color fields to table dialog, based on contribution by Neirda. Enable them by the table_color_fields option.\r
780         Removed some old outdated items from FAQ.\r
781 Version 1.44 RC1 (2005-04-20)\r
782         Fixed bug where width/height attributes of a image wasn't stored some times in Firefox/Mozilla.\r
783         Fixed bug where P elements where created if a user pressed return/enter within a h1-h6 in Firefox/Mozilla.\r
784         Fixed bug where the remove format fuction didn't work some times in MSIE.\r
785         Fixed so backspace/delete gets added in one undo level in MSIE (improves performance).\r
786         Fixed so the "Could not find element by id or name" alert only shows when the debug option is set to true.\r
787         Fixed bug where bold/italic didn't work in Mozilla 1.3.\r
788         Fixed bug where width/height of a hidden TinyMCE instance where incorrect.\r
789         Fixed so the function layout of classes in tiny_mce_src.js uses prototype keyword instead of TinyMCE_ prefix (reduces size).\r
790         Fixed bug where triggerNodeChange produced javascript error some times in MSIE.\r
791         Fixed some issues in the Swedish and Spanish language packs.\r
792         Fixed bug where first undo level wasn't working correctly.\r
793         Fixed so flash plugin loads it's needed CSS data from within the plugin.\r
794         Fixed button images and CSS in the simple theme.\r
795         Fixed so the simple example shows how to use the simple theme instead of the default theme.\r
796         Fixed so cleanup default values can be set to empty. For example alt= generated alt="" on img elements.\r
797         Fixed memory leaks in MSIE (circular closure problem) events are now removed in a better way.\r
798         Fixed bug where URLs where converted incorrectly if the editor page URL contained / characters.\r
799         Fixed bug where table guidlines didn't work correctly when using the build in Mozilla table buttons.\r
800         Fixed bug where the Flash plugin was breaking other elements.\r
801         Added new contextmenu plugin, this plugin adds a menu if the user right clicks/uses the contextmenu on elements.\r
802         Added new multiple configuration support, the init method may now be called multiple times.\r
803         Added new remove_linebreaks option, this option is enabled by default and removes all HTML code linebreaks.\r
804         Added new behavior to the textarea_trigger option, if mode is textareas and trigger is false those elements will not be converted into editors.\r
805         Added new entity_encoding option, enabled user to better control the behavior of how character are converted into entities.\r
806         Added new isDirty command to TinyMCEControl, this method returns true if the user has done any modifications to the content.\r
807         Added new onchange_callback option, this callback is executed when contents within the editor instance is changed.\r
808         Added new init function for themes/plugins this gets called when a editor instance has finished it's setup.\r
809         Added new init_instance_callback option this callback is executed when instances are added to the editor.\r
810         Added new cleanup option this option enables users to totaly disable the whole cleanup process.\r
811         Added new importCSS method to TinyMCE. This method allows plugins and themes to load custom CSS files on initialization.\r
812         Added new getSelectedHTML method to TinyMCEControl class, this method returns the currently selected HTML contents.\r
813         Added new getSelectedText method to TinyMCEControl class, this method returns the currently selected contents as text.\r
814         Added new removeclass behavior to the removeformat button. The current class will be removed if no contents is selected.\r
815         Added new queryInstanceCommandValue and queryInstanceCommandState methods.\r
816         Added new option button_tile_map, this option contols the usage of button tile maps and is disabled by default.\r
817 Version 1.43 (2005-03-06)\r
818         Fixed bug with ask option not working at all.\r
819         Fixed bug where a "instance is not defined bug" error was produced.\r
820         Fixed bug with empty image src produced a error.\r
821         Fixed so the simple and default theme used the same CSS style as the advanced theme.\r
822         Fixed bug with the relative to absolute URL convertion logic if a empty string was passed used.\r
823         Fixed parse error bug with the source editor some servers can't handle XML PI declarations.\r
824         Fixed bug issue with HR elements in MSIE, if a specific work pattern where used a runtime error was produced by MSIE.\r
825         Fixed bug in the URL convertor logic, port numbers was not correctly handled.\r
826         Fixed issue where the cursor was placed before a insert of custom charater or date/time.\r
827         Fixed bug where the editor height option didn't work on MSIE.\r
828         Fixed bug where a linefeed within a table cell broke the table in Firefox/Mozilla.\r
829         Fixed bug where return/enter key after a image removed all content.\r
830         Fixed bug where return/enter key sometimes produced nestled P elements.\r
831         Fixed bug where the editor was stealing focus on load in MSIE.\r
832         Fixed bug where the visual aid logic forces width/height attributes on tables.\r
833         Fixed bug where getCSSClasses some times returned null value.\r
834         Fixed issue where the lang_insert/lang_update language variables wasn't entity decoded.\r
835         Fixed so the image/link/flash drop list gets auto selected thanks goes to Randy Simons and salzbermat.\r
836         Fixed so remove formatting button in MSIE removes all classes aswell.\r
837         Fixed issue where output contained single br element when the editor area was empty.\r
838         Added new %A/%a/%B/%b format chunks to insertdatetime, these insert localized date names such as January.\r
839         Added new oninit callback option for TinyMCE this callback is executed when all editor instances been initialized.\r
840         Added new preview panel to dialog in the advimage plugin, contributed by Virtuelcom.\r
841         Added element class name to element path in the advanced theme.\r
842         Updated Canadian French table language pack contributed by Virtuelcom.\r
843         Updated the swedish language pack, contributed by Mats Löfström, York Consulting AB.\r
844 Version 1.42 (2005-02-14)\r
845         Fixed bug with the element path beeing resized if width/height of editor was 100%.\r
846         Fixed bug with reloading/flicker of all button images in MSIE if browser cache is disabled.\r
847         Fixed backspace/delete bug in Firefox, some times the cursor got stuck.\r
848         Fixed bug issues with enter/return key in Firefox/Mozilla.\r
849         Fixed bug where copy/paste and drag drop of images/links failed in Firefox/Mozilla if a document_base_url is provided.\r
850         Fixed so when relative_urls is set to false it forces absolute URLs for images/links.\r
851         Fixed so the _src.js suffix versions of the themes and plugins gets loaded with the tiny_mce_src.js script is used.\r
852         Fixed so verify_css_classes option is disabled by default.\r
853         Fixed bug where tables where resized when toggling visual aid in Firefox/Mozilla.\r
854         Fixed bugs with advhr plugin running in a hidden div element.\r
855         Added new auto_focus option that enabled a specific editor area to be focused on startup.\r
856         Added a extra argument to the filebrowser callback inorder to get the calling window reference.\r
857         Added a new persian (farsi) language pack contributed by Morteza Zafari.\r
858         Added new more nice looking icons contributed by Morteza Zafari and Michael Keck. The old icons are available in a separate icon pack.\r
859         Added updated Canadian French language pack contributed by Virtuelcom.\r
860         Added updated French languahe pack contributed by Laurent Dran.\r
861         Added updated German language pack contributed by Tobias Heer.\r
862         Added some documentation regarding the layout manager options made by SlyD.\r
863 Version 1.41 (2005-01-31)\r
864         Added new table plugin, all table code is moved into this plugin [BREAKS COMPATIBLITY].\r
865         Added new external_link_list_url/external_image_list_url options for better backend integration.\r
866         Added new file_browser_callback option for better backend integration.\r
867         Added new layout manager code into the advanced theme, contributed by SlyD.\r
868         Added new nowrap option, enables so users may change the word wraping behavior.\r
869         Added new Thai language pack contributed by Innozent.\r
870         Added obfuscated version of all plugins and themes to reduce over all startup/download time.\r
871         Added Simplified Chinese language pack contributed by cube316.\r
872         Added a updated Czech language pack thanks to Josef Klimosz.\r
873         Fixed issue where anchor elements where closed. This results in browser problems with the outputed HTML.\r
874         Fixed bug where the first return key press didn't produce a paragraph in Firefox/Mozilla.\r
875         Fixed bug in the searchreplace plugin where replace content sometimes fails in Firefox/Mozilla.\r
876         Fixed so all language packs now uses the ISO-639-2 code instead of ISO 3166-1 [BREAKS COMPATIBLITY].\r
877         Fixed some issues with the force_br_newlines option in MSIE.\r
878         Fixed bug where the backspace or delete key produced BR elements in Firefox/Mozilla.\r
879         Fixed bug issue with link and image dialogs of the default theme/simple example.\r
880         Fixed some bugs when having the editor hidden in a tab/div, contributed by Ernst de Moor.\r
881         Fixed some character issues with the Danish language packs, contributed by someone unknown.\r
882 Version 1.40 (2005-01-09)\r
883         Added a new default value for the font size drop down, if no font size where found this gets selected.\r
884         Added a auto resize window feature, this is enabled by default but can be disabled with a window argument.\r
885         Added a new print plugin, prints the current editor contents to a printer.\r
886         Added a new searchreplace plugin, adds a search, searchnext and replace button.\r
887         Fixed bug issue where buttons didn't display correctly on some Firefox installations.\r
888         Fixed issue with value and type attributes of input elements getting lost in cleanup on MSIE.\r
889         Fixed so that the getEditorInstance command is public, returns a TinyMCEControl by id.\r
890         Fixed issue where "true" and "false" string wasn't treated as booleans in TinyMCE init options.\r
891         Fixed so cursor/mousepointer allways remains a arrow in all themes when rolling over buttons.\r
892         Fixed the popup windows so they are mode "modal" in Mozilla/Firefox.\r
893         Fixed so the ask question is displayed when elements are focused with the tab key.\r
894         Fixed so the ask option works when mode option is set to exact.\r
895         Fixed issue with visualaids on tables not working correctly when the user uses the tab key in Firefox/Mozilla.\r
896         Fixed some bugs with the mceSetCSSClass class command and the element path.\r
897         Fixed a new version of the mceInsertContent command.\r
898         Fixed so the auto_cleanup_word option is disabled by default.\r
899         Removed the langs of the zoom plugin, it now uses + instead of the "zoom" word.\r
900 Version 1.391 (2005-01-04)\r
901         Fixed major spacebar bug in MSIE, spacebar was disabled.\r
902 Version 1.39 (2005-01-04)\r
903         Updated the Flash plugin with a new version, contributed by jamesw.\r
904         Added new setWindowArg function, useful if plugins are to call other plugins.\r
905         Added new save plugin, this plugin adds a save/submit form button to tinyMCE, contributed by SlyD.\r
906         Added new hilite color support, sets a background-color style on the selected text.\r
907         Added new variable replacement popup URLs, check the openWindow function documentation for details.\r
908         Added new force_p_newlines option, forces P elements on return/enter key in Mozilla/Firefox.\r
909         Added new theme_advanced_path_location, adds a element path list.\r
910         Added new theme_advanced_toolbar_align option, defaults to center.\r
911         Added new Portuguese translation contributed by José Pedro Pereira.\r
912         Added new mceSelectNode and mceSelectNodeDepth commands.\r
913         Added new add_unload_trigger option, this adds a unload triggerSave call. Enabled by default.\r
914         Added am/pm time format to the insertdatetime plugin.\r
915         Fixed font color and size attribute bug, contributed by Vincent FIACK.\r
916         Fixed className undefined bug, Firefox/Mozilla produced a console error sometimes.\r
917         Fixed so mceSetCSSClass command may be applied to all sorts of elements.\r
918         Fixed so anchor elements can be removed by setting the anchor name to nothing.\r
919         Fixed typing performance some in Firefox/Mozilla, removed some nodechange triggers.\r
920         Fixed so the zoom plugin is invisible in MSIE 5.0, since zoom isn't available in that browser.\r
921         Fixed bug with the emotions plugin in MSIE 5.0, it was opening a new window.\r
922         Fixed so contents stay within the editor if the user hits the back/forward buttons.\r
923         Fixed bug where the window.name property was set to the image name.\r
924         Fixed so anchors links within the same page are made relative when relative_urls are set to false.\r
925         Updated the advanced theme so most of the images are loaded from a tiled image, improves loading time.\r
926         Updated the Swedish language pack, contributed by Martin.\r
927         Updated the readme.txt in the advlink plugin, was some problems with the valid_elements.\r
928         Updated the default CSS for the advanced theme some, added button backgrounds to look like office2k.\r
929 Version 1.38 (2004-11-28)\r
930         Added new textarea field for form elements when debug mode is enabled, contributed by Michael Keck.\r
931         Added new spacer item support for the theme_advanced_buttons<n> options, contributed by Michael Keck.\r
932         Added new selection borders for images and hr elements, contributed by Michael Keck.\r
933         Added new advhr plugin, this plugin handles advanced settings on HR elements, contributed by Michael Keck.\r
934         Added new german language pack for the preview plugin, contributed by Michael Keck.\r
935         Added new word wrap and source formatting to the source editor, contributed by Michael Keck.\r
936         Added new updated charmap, contributed by Michael Keck.\r
937         Added new flash plugin that enabled flash movied to be handled, contributed by Michael Keck.\r
938         Added the old cut/copy/paste commands to the advanced theme, these are not visible by default.\r
939         Added new theme_advanced_buttons<N>_add_before option to advanced theme.\r
940         Added new "update" button title for a popup windows.\r
941         Added new zoom prefix language variable to the zoom plugin.\r
942         Added new entities option, that enables you to config entity code to name convertion.\r
943         Added new custom cleanup possibility to plugins.\r
944         Added new cleanup_callback option, adds the possibilty to add custom cleanup logic.\r
945         Added new Norwegian language pack, contributed by Sten Aksel Heien.\r
946         Added new Korean language pack, contributed by Setzer Gabbiani.\r
947         Fixed the layout of the color picker, contributed by Michael Keck.\r
948         Fixed so the preview plugin doesn't include the any toolsbars in preview popup window, contributed by Michael Keck.\r
949         Fixed bug where anchors elements was treated as links.\r
950         Fixed so all popup windows are modal dialogs in MSIE.\r
951         Fixed bug where the word "null" sometimes appares in HTML after cleanup in Firefox/Mozilla.\r
952         Fixed bug where form elements with missing name attributes produced errors.\r
953         Fixed some default value bugs and issues with the new advlink plugin.\r
954         Fixed the link/image dialog sizes in the SE language pack.\r
955         Fixed the content duplication bug, it seems to be fixed anyway, if not please let me know.\r
956         Fixed bug where plugin handleNodeChange extentions broke the theme function.\r
957 Version 1.37 (2004-11-12)\r
958         Added new mceResetDesignMode command that can be used when the editor is placed in tabs.\r
959         Added new updated Italian language pack thanks goes to "Fabrix Xm" for the contribtion.\r
960         Added new greek language pack thanks goes to "Jacaranda Bill" for the contribution.\r
961         Added new french language pack thanks goes to "Pat Boens" for the contribution.\r
962         Added new russian language pack thanks goes to "Roman Filippov" for the contribution.\r
963         Added new updated Dutch language pack thanks goes to Arnoud van Delden and Ernst de Moor for the contribution.\r
964         Added new convert_newlines_to_brs option, that enables newlines to be converted to br elements.\r
965         Added new custom_undo_redo_keyboard_shortcuts option, enables keyboard shortcuts to be enabled/disabled.\r
966         Added new auto_reset_designmode option, thats resets the design mode when a editor instance is focused.\r
967         Added new form reset handler, resets the contents of TinyMCE areas when the onreset event is trigged.\r
968         Added new skip_cleanup parameter to triggerSave, this parameter is optional and defaults to false.\r
969         Added new lang_underline_img language variable to all themes.\r
970         Added new title attribute to all images, enables tooltips in Mozilla and Firefox.\r
971         Added new insert and cancel CSS id's for all submit and cancel buttons.\r
972         Added new full featured example that includes all available plugins and buttons.\r
973         Added new advlink and advimage plugins to TinyMCE, these are more advanced link and image tools. Contributed by Michael Keck.\r
974         Added new parameters to insertImage and insertLink commands. Contributed by Michael Keck.\r
975         Added updated compatiblity chart, includes a matrix table thanks goes to Ernst de Moor.\r
976         Added new insert image icon contributed by Arnoud van Delden and Ernst de Moor.\r
977         Added window focus on all popup windows, contributed by Arnoud van Delden and Ernst de Moor.\r
978         Fixed some issues with the char map added some characters and removed duplicate ones, contributed by Arnoud van Delden and Ernst de Moor.\r
979         Fixed the insert row icon, rotated it 180 degrees, contributed by Arnoud van Delden and Ernst de Moor.\r
980         Fixed the visual aid icon, made it a bit darker. Contributed by Arnoud van Delden and Ernst de Moor.\r
981         Fixed some issues with entity encoding in source editor aswell as in core cleanup code.\r
982         Fixed bug where the auto import CSS feature imported invalid CSS rules with : or spaces.\r
983         Fixed bug where unnecessary entity encoding of characters was done.\r
984         Fixed the window sizes some to better function on MSIE with SP2.\r
985         Fixed some issued with the auto word cleanup feature, fixes some issued with content duplication.\r
986         Fixed bug that made the editor to throw weird error when HTML code includes <!a or <!/a> content.\r
987         Fixed bug where the style attribute was returned on images in source output even if it was disabled.\r
988         Fixed issue where the UI form elements of TinyMCE was submitted with the form submit.\r
989 Version 1.36 (2004-10-19)\r
990         Added a newly modified version of the German language pack from "krokogras".\r
991         Added auto resizing to popup windows with the same name.\r
992         Added example page for the plugin_preview_pageurl option in the preview plugin.\r
993         Fixed issue with link button auto enable/disable feature when content selection was made with the keyboard.\r
994         Fixed bug where events wasn't handled correctly in MSIE 5.5 and some 6.0 versions.\r
995         Fixed so align on images gets set as float style when the inline_styles option is enabled.\r
996         Fixed so solid border style isn't applied on elements with a border when the inline_styles option is enabled.\r
997         Fixed some issues with tables and the inline_styles option.\r
998         Fixed back button issue with MSIE, iframes was placed in browser history.\r
999 Version 1.35 (2004-10-13)\r
1000         Added so that whitespace gets stripped in plugin and theme_advanced_buttons options.\r
1001         Added custom plugin_preview_pageurl option to preview plugin.\r
1002         Added Canadian French language packs for the new plugins, contributed by Virtuelcom.\r
1003         Added new theme_advanced_blockformats option.\r
1004         Added new title support to advanced theme link dialog.\r
1005         Added new Ctrl+B/I/U keyboard shortcuts for Firefox.\r
1006         Added Polish language pack contributed by "revyag".\r
1007         Added Taiwanese language pack contributed by "Jim Kou".\r
1008         Added updated German language pack contributed by "Krokogras".\r
1009         Fixed some issues with ieSpell including better language support.\r
1010         Fixed bug with default value in valid_elements not working in Firefox some times.\r
1011         Fixed bug when focusing links without selecting any characters.\r
1012         Fixed some typos in Swedish language pack.\r
1013         Fixed bug with content selection and link button auto enable/disable feature.\r
1014         Fixed bug issue when "theme_advanced_buttons<N>" options where left empty.\r
1015         Fixed various bugs with absolute URLs.\r
1016 Version 1.34 (2004-10-03)\r
1017         Added new insertdatetime plugin, inserts date/time in various formats.\r
1018         Added new preview plugin, previews the HTML page in a new window.\r
1019         Added new zoom plugin, adds the possibility zoom the editor in MSIE.\r
1020         Added new emotions plugin, adds the possibility to add smileys.\r
1021         Fixed so that TinyMCE functions on MSIE 5.0 again.\r
1022         Fixed so that TinyMCE functions better on Mozilla 1.3.\r
1023         Fixed so that the cursor doesn't jump to the top when setting styles.\r
1024         Fixed bug with STRONG and EM elements wasn't handled correctly in Firefox.\r
1025         Optimized the key handling some, gives better typing performance.\r
1026         Removed key down statusbar debug info.\r
1027 Version 1.33 (2004-09-29)\r
1028         Removed the need of loading blank.html, iframes are now created dynamicly.\r
1029         Fixed bug when selecting tables, MSIE was casting errors.\r
1030         Fixed bug with pluginurl variable.\r
1031         Fixed bug when tinyMCE.selectedElement error was cast in Mozilla.\r
1032         Added new Arabic language pack contributed by Hani Suleiman.\r
1033         Added "lang_dir" support to language packs like Arabic.\r
1034 Version 1.32 (2004-09-25)\r
1035         Added new ieSpell plugin, only works in MSIE.\r
1036         Added new "theme_advanced_buttons<N>_add" option.\r
1037         Added new importPluginLanguagePack function.\r
1038         Added new Danish language pack contributed by Jan Moelgaard.\r
1039         Added updated German language pack contributed by Christopher Müller.\r
1040         Added new any_selection to handleNodeChange callback.\r
1041         Modified so link/unlink is dimmed if nothing is selected.\r
1042         Fixed bug when deleting images in Firefox.\r
1043         Changed the plugin location to a new plugin directory.\r
1044         Renamed the "theme_plugins" option to "plugins".\r
1045 Version 1.31 (2004-09-18)\r
1046         Added Canadian French language pack, contributed by Virtuelcom.\r
1047         Added so link/unlink buttons gets selected when user enters a link element.\r
1048         Fixed URL bug when drag dropping/copy pasting images in Mozilla.\r
1049         Fixed so mso style attribs don't get trimmed if auto_cleanup_word option is set to false.\r
1050         Fixed bug with text alignment buttons.\r
1051         Fixed bug with CSS auto import function in MSIE.\r
1052         Fixed initialization bugs and issues.\r
1053 Version 1.30 (2004-09-10)\r
1054         Fixed bug issue where the editor was stealing focus from location bar.\r
1055         Fixed bug issue with absolute aligned images lost focus when using tools.\r
1056         Fixed bug #1025483, Url converting broken.\r
1057         Added ability to send command values in advanced theme button list, contributed by someone helpfull.\r
1058         Added new cleanup_on_startup option, to increase startup speed.\r
1059         Added new inline_styles partly based on a contribution by Victor Nilsson.\r
1060         Added new named anchor support.\r
1061         Added custom_undo_redo_levels option.\r
1062 Version 1.29 (2004-09-08)\r
1063         Added new getEditorId function, to retrive the editor id of a form element.\r
1064         Readded so cleanup is automaticly executed on editor startup in MSIE.\r
1065         Added some various cleanup fixes for MS Word HTML.\r
1066         Added new auto_cleanup_word option, enabled auto MS Word HTML cleanup on paste events.\r
1067         Fixed parameter issue with insertImage function. Bug #1022863.\r
1068         Fixed bug #1022874, Where the small theme had underline command on strikethrough button.\r
1069         Fixed some bugs with table commands.\r
1070         Fixed bug #1023204, mceRemoveControl brings back the old HTML.\r
1071         Fixed bug issue with tinyMCE.selectedInstance in Mozilla.\r
1072         Fixed bug issue with Mozilla not saving content.\r
1073 Version 1.28 (2004-09-04)\r
1074         Added new Finnish language pack thanks to Urho Konttori.\r
1075         Added new rowseparator as a possible value of the theme_advanced_buttons<n> options.\r
1076         Added new theme_advanced_toolbar_location option.\r
1077         Added new uid variable option to valid_elements. (Generates unique IDs)\r
1078         Added new "directionality" option to support languages like Arabic.\r
1079         Added new character map button/window.\r
1080         Added new guidelines/visual aid toggle button.\r
1081         Reduced the source of the advanced theme some, and added some better comments.\r
1082         Separated the default theme in to files aswell.\r
1083         Removed source area size options and made source editor resizable instead.\r
1084         Increased the default width and height of the source editor.\r
1085         Fixed bug where image width/height default to 0x0 if these attributes wasn't defined.\r
1086         Fixed some bug issues with MSIE 5.5.\r
1087 Version 1.27 (2004-08-29)\r
1088         Added new cleanup logic, with new options and smarter behavior.\r
1089         Added new "trim_span_elements" option (removed unneeded span elements).\r
1090         Added new "verify_css_classes" option (verifies so class attributes contain a valid class).\r
1091         Added new "verify_html" option (enables/disabled verification of elements and attributes).\r
1092         Added new value verification type to "valid_elements" option.\r
1093         Added new simple wildcard support in "valid_elements" option.\r
1094         Added class as a valid attribute to table elements by default.\r
1095         Added so non existent classes gets removed HTML output.\r
1096         Added fix for &nbsp; entities, so they get converted correctly.\r
1097         Added new class select box in table dialog.\r
1098         Added hr as a default valid element.\r
1099         Fixed some issues with the language packs.\r
1100         Fixed some weird bugs and issues with hr elements.\r
1101         Fixed bug where Mozilla was casting exceptions on keypress.\r
1102 Version 1.26 (2004-08-25)\r
1103         Added a better way to create theme popup windows (External files).\r
1104         Added new getWindowArg function, returns window arguments in theme popups.\r
1105         Modified the advanced theme to adopt the new theme popup idea.\r
1106         Fixed critical Mozilla bug, where the editor didn't work at all some times.\r
1107         Fixed bug with auto CSS class import feature running on Firefox.\r
1108 Version 1.25 (2004-08-22)\r
1109         Added new format select box in advanced theme (Can be disabled).\r
1110         Added new "theme_advanced_disable" option to advanced theme.\r
1111         Added some new elements to default list of valid elements (Format select box elements).\r
1112         Added new font face, forecolor and font size support, these are not enabled by default.\r
1113         Added new "mceAddControl" command, enables users to dynamicly add editors.\r
1114         Added new execInstanceCommand function, check the documentation for details.\r
1115         Added new "mceSetAttribute" command.\r
1116         Modified the themes so that the focus alert doesn't popup as often as before.\r
1117         Modified the "mceRemoveControl" command so it can handle element id aswell as editor ids.\r
1118         Fixed some bugs and issues with the new custom undo/redo logic.\r
1119         Fixed weird Mozilla bug #997860.\r
1120 Version 1.24 (2004-08-17)\r
1121         Modified so that span with CSS classes that don't exists get removed.\r
1122         Added new "custom_undo_redo" option, this option is enabled by default.\r
1123         Added new "fix_content_duplication" option, that fixes some MSIE content duplication issues.\r
1124         Added new "mceFocus" command, that changes focus to the specified editor instance.\r
1125         Added new "mceReplaceContent" command, that enables users to replace the current selection.\r
1126         Fixed so styles including spaces doesn't get listed in style selection box.\r
1127         Fixed bug with form element names and exact mode in Mozilla.\r
1128         Fixed so tiny_mce_src.js can be used aswell as tiny_mce.js.\r
1129         Converted some of the language packs to better support unicode.\r
1130 Version 1.23 (2004-07-31)\r
1131         Modified the mceSetCSSClass command to address bug #997071.\r
1132         Added new Hungarian language pack thanks to 2XP.\r
1133         Added new callback "setupcontent_callback" check the manual for details.\r
1134         Fixed bug #994506, where empty theme_plugins option generated a 404 error.\r
1135         Fixed bug #999332, where image properties wasn't removed if the user deleted the image.\r
1136 Version 1.22 (2004-07-19)\r
1137         Fixed bug #989846, Image resize bug.\r
1138         Changed so that style attribute values get converted to lowercase in MSIE.\r
1139         Changed so the alignment called "middle" is "center" in table properties.\r
1140         Fixed so visual aids work correctly after using the source editor.\r
1141         Fixed some issues with anchor links.\r
1142         Fixed so that javascript: links can be used.\r
1143         Added width/height options for the advanced source editor.\r
1144         Fixed bug issue with URL:s containing quotes or single quotes.\r
1145         Fixed so that document_base_url can point to another domain.\r
1146 Version 1.21 (2004-07-12)\r
1147         Added new "theme_plugins" option, check the manuals for details.\r
1148         Added new "execCommand" plugin extention possibility.\r
1149         Added new "buttons<n>" config options to the advanced theme.\r
1150         Added new "mceRemoveControl" command.\r
1151         Added Spanish language pack thanks to "Alvaro Velasco".\r
1152         Fixed first click bug.\r
1153         Fixed so CSS url:s can be absolute.\r
1154         Updated the FAQ regarding the Cut/Copy/Paste issue.\r
1155 Version 1.20 (2004-07-05)\r
1156         Fixed bug issue #983257, JS runtime error when template contains no controls.\r
1157         Removed cut/copy/paste commands and icons due to security reasons in Mozilla.\r
1158         Added Czech language pack, thanks goes to "Pavel Novák" for the contribution.\r
1159         Fixed minor bug regarding empty attributes.\r
1160         Fixed so the "extended_valid_elements" overrides previous declarations.\r
1161 Version 1.19 (2004-06-28)\r
1162         Fixed focus bug that appared on Linux version of Mozilla.\r
1163         Fixed major bug issues with some Firefox/Firebird versions on Linux.\r
1164         Fixed minor visual aid bugs on tables.\r
1165         Fixed minor bugs with table commands.\r
1166         Fixed scroll issue in HTML source windows on Mozilla/Linux.\r
1167         Added a compatiblity chart to the manuals.\r
1168 Version 1.18 (2004-06-20)\r
1169         Added new option "remove_script_host".\r
1170         Some minor fixes to the mceInsertContent command.\r
1171         Fixed some issues with visual aids for tables.\r
1172         Fixed strange focus bug in MSIE.\r
1173         Updated some of the documentation.\r
1174 Version 1.17 (2004-06-16)\r
1175         Fixed bug, #972666 - Doesn't save edits when id != name.\r
1176         Added more Italian, user manuals. Thanks goes to "Fabrix Xm".\r
1177         Added Dutch language pack thanks to "Meint Post".\r
1178         Modified the MSIE version of mceInsertContent command.\r
1179 Version 1.16 (2004-06-14)\r
1180         Added new table dialog and TinyMCE_<theme>_getInsertTableTemplate template function.\r
1181         Added auto class import feature and Italian language pack thanks goes to "Lorenzo Pavani".\r
1182         Added border, alignment, vspace, hspace, width, height fields to the image properties dialog in advanced theme.\r
1183         Updates advanced theme help pages for Swedish and English.\r
1184         Fixed some minor issues with the mceSetCSSClass command.\r
1185         Fixed minor MSIE bug in built in default URL convertor.\r
1186         Fixed some image alignment issues.\r
1187         Fixed support for site root script paths like src="/jscripts/tiny_mce.js".\r
1188         Removed the use of "TinyMCE_advanced_cssClasses" from "advanced" theme.\r
1189         Modified the default value of "valid_elements" to include table align and class as valid attributes.\r
1190         Modified the default value of "valid_elements" to set img border attribute to 0 by default instead of by force.\r
1191         Modified so that popup windows gets centered on screen.\r
1192 Version 1.15 (2004-06-09)\r
1193         Added new "advanced" theme, that adds some new functions.\r
1194         Added new public js functions "getContent, setContent, applyTemplate, openWindow".\r
1195         Added new custom command "mceSetCSSClass", that sets css class of the selection.\r
1196         Added new custom command "mceInsertContent", that inserts HTML content.\r
1197         Added class attributes to some of the elements in the default value of "valid_elements".\r
1198         Added ability to have theme specific language packs by the js function "importThemeLanguagePack".\r
1199         Added more documentation to the usage and themes sections.\r
1200         Added table support, with custom commands and in advanced theme.\r
1201         Modified the advanced example to include the new advanced theme.\r
1202         Fixed tooltips for buttons in Mozilla.\r
1203 Version 1.14 (2004-06-07)\r
1204         Added new conversion possibility to save callback.\r
1205         Added some more usage documentation.\r
1206         Fixed some issues will updateContent function in Mozilla.\r
1207         Fixed some issues with relative paths.\r
1208         Fixed small Mozilla issue with visual aids.\r
1209         Fixed so that the default theme sets image border to 0.\r
1210         Fixed bug #968079, Removing editor buttons in template can cause errors.\r
1211 Version 1.13 (2004-06-04)\r
1212         Fixed critical bug where the editor didn't work at all in MSIE.\r
1213         Fixed bug where table visual aids didn't work in Mozilla.\r
1214 Version 1.12 (2004-06-03)\r
1215         Added updateContent function thanks to "Jürgen Baute" contribution.\r
1216         Added documentation of the diffrent public javascript functions of tinyMCE.\r
1217         Fixed bug #965615, Empty editor content returns "<br />" as value after cleanup.\r
1218         Fixed bug where Bold and Italic didn't work correctly in Mozilla.\r
1219 Version 1.11 (2004-06-01)\r
1220         Added new option "document_base_url", it's used when converting absolute URLs to relative ones.\r
1221         Added so that align button sets the align attribute of selected images.\r
1222         Fixed bug when / was passed within query string to the editors page.\r
1223         Fixed bug #961041, Image attributes are not removed.\r
1224 Version 1.1 (2004-05-26)\r
1225         Fixed bug #960112 JavaScript error when opening image window.\r
1226         Fixed bug #926644 Multiple forms with elements having the same name failed.\r
1227         Added function so that "specific_textareas" mode handles the "ask" option.\r
1228         Added new option "focus_alert", to remove annoying focus alert message.\r
1229 Version 1.09 (2004-05-24)\r
1230         Added new option "extended_valid_elements", this option adds extra elements to the "valid_elements" list.\r
1231         Fixed bug #958637, Resized images are displayed in original size\r
1232         Fixed bug #958942, Bug on realitive_urls (Bug with absolute URLs to insertlink_callback, insertimage_callback callbacks)\r
1233         Fixed bug #958498, Unable to change Bold and italic text in Mozilla. \r
1234 Version 1.08 (2004-05-21)\r
1235         Added new attributes "border, hspace, vspace, width, height, align" to the getInsertImageTemplate theme function.\r
1236         Added new relative_urls option, this new feature converts all absolute URLs to relative URLs and it's on by default.\r
1237         Fixed bug #956007, the CSS theme URL:s was allways pointing to the default theme.\r
1238         Fixed bug where enter/return key produced a error in the insert link popup window form. (This was done in the default template)\r
1239         Fixed bug #957681, Could not delete text without first adding character bug in Mozilla.\r
1240 Version 1.07 (2004-05-10)\r
1241         Added experimental support for option "force_br_newlines" to address bug #922416 and feature request #936270.\r
1242         Fixed bug with mailto: links.\r
1243 Version 1.06 (2004-04-15) \r
1244         Added new German language pack. Thanks goes to "Simon Rupf" for the contribution.\r
1245         Added new German/Swedish bold/italic language specific icons to both default and simple theme.\r
1246         Added new Swedish documentation. \r
1247 Version 1.05 (2004-04-02) \r
1248         Added new Italian language pack and documentation. Thanks goes to "Fabrix Xm" for the contribution.\r
1249         Fixed missing "lang_help_desc" definition in UK and SE langpacks.\r
1250         Added better documentation for the "valid_elements" option and it's format.\r
1251         Added new "preformatted" option to address feature request #927948.\r
1252         Added browser checker so that the script don't break on non compatible browsers.\r
1253         Fixed bug #926639, now the editor instance gets resized if a width/height is specified in %.\r
1254         Added new simple theme, this theme has only basic functions. \r
1255 Version 1.04 (2004-03-30) \r
1256         Fixed bug when insertLink and insertImage function didn't use the url_convertor callback.\r
1257         Fixed MSIE bug when images was 32x32 on initialization on slow connections.\r
1258         Fixed bug that made request on images with wrong path, produced some 404 error in webserver logs.\r
1259         Fixed MSIE bug where users could add images outside of the editor scope. \r
1260 Version 1.03 (2004-03-26) \r
1261         Added new "add_form_submit_trigger" this option is default and is added on all document forms within the page. To address bug #923362\r
1262         Moved javascript sourcecode file to "jscripts/tiny_mce/tiny_mce_src.js".\r
1263         Added new obfuscated version of tinymce to reduce size of script.\r
1264         Added some performance boosting code to the switchClassSticky function.\r
1265         Removed the "autosave" option, this is no longer needed and is replaced with "add_form_submit_trigger" or triggerSave call.\r
1266         Fixed undo bug in MSIE.\r
1267         Removed some unused eventhandlers results in better performance. \r
1268 Version 1.02 (2004-03-26) \r
1269         Added new handleNodeChange callback to themes.\r
1270         Fixed some bugs regarding events and themes function checks.\r
1271         Fixed bug issue when user focused nodes with keyboard. \r
1272 Version 1.01 (2004-03-12) \r
1273         Added some more documentation.\r
1274         Added new "visual" option to editor.\r
1275         Fixed bug on empty P elements.\r
1276         Fixed bug on table width/height. \r
1277 Version 1.0 (2004-03-11) \r
1278         Added new "debug" option and fixed some path issues.  \r