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