Version 3.0.5 (2008-03-12)
Added new black skin variant to the o2k7 skin contributed by Stefan Moonen.
Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter.
Added new detection logic for IE 8 standards mode into the DOMUtils class strMode can now be checked to see if that mode is on/off.
Added new noscale option value for the scale select box for Flash in the media plugin.
Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed.
Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly.
Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup.
Fixed bug where table editing would produce double height values.
Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.
Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.
Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.
Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.
Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.
Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.
Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.
Fixed bug where directionality could produce odd results for the UI and the dialogs.
Fixed bug where the DOM serializer wouldn't serialize custom namespaced attributes in IE 6 using the *[*] valid elements rule.
Fixed bug where table caption would be inserted after the thead element if you swapped a tr to be inside the thead.
Fixed bug where the youtube detection logic for the media plugin was to generic.
Fixed so the deprecated and undocumented theme_advanced_path_location set to none won't hide the whole statusbar.
Fixed so most input lists can have whitespace in them they are now split using the new tinymce.explode method.
Fixed so the popup_css and popup_css_add URLs are relative to where the current document is located.
Fixed various bugs and quirks with the store/restore selection logic.
Fixed so the editor starts in IE 8 standards mode but still that browser is very very buggy.
Fixed so dialog_type set to modal will block the background and other inline windows and only give access to the front most window.
Version 3.0.4.1 (2008-03-08)
Fixed critical bug where it was impossible to edit images when inlinepopups where used due to lost selection in IE.
Version 3.0.4 (2008-03-07)
Added new option constrain_menus, this enables you to force view port constraints on all menus. Contributed by Shane Tomlinson.
Fixed bug where table background wasn't visible inside the editor due to a default CSS rule overriding the style attribute.
Fixed bug where links would get a null class added if no styles was used in IE.
Fixed bug where spellchecker was auto focusing the editor in IE.
Fixed bug where document.domain would produce invalid argument if the editor was loaded in IE6 over a network UNC path.
Fixed bug where table height attribute was used, this is deprecated in XHTML so it now adds it as an style.
Fixed bug where textareas with style values would produce error in IE.
Fixed so the first element in each dialog is focused by default to enhance keyboard usage.
Fixed so you can add a mceFocus class to elements to make it auto focused.
Fixed so you can close dialogs using the esc key.
Fixed so you can press return/enter to submit the action of each dialog.
Fixed so tabbing inside an inline popups wont focus the resize anchor elements.
Fixed so you can press ok in inline alert messages using the return/enter key.
Fixed so textareas can be set to non px or % sizes for example em, cm, pt etc.
Fixed so non pixel values can be used in width/height properties for tables.
Fixed so the custom context menu can be disabled by holding down ctrl key while clicking.
Fixed so the layout for the o2k7 skin looks better if you don't have separators before and after list boxes.
Fixed so the sub classes get a copy of the super class constructor function to ease up type checking.
Fixed so font sizes for the format block previews are normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).
Fixed so font sizes for h1-h6 in the default content.css is normalized according to http://www.w3.org/TR/CSS21/sample.html (it can be overridden).
Version 3.0.3 (2008-03-03)
Fixed bug where an error about document.domain would be thrown if TinyMCE was loaded using a different port.
Fixed bug where mode exact would convert textareas without id or name if the elements option was omitted.
Fixed bug where the caret could be placed at an incorrect location when backspace was used in Gecko.
Fixed bug where local file:// URLs where converted into absolute domain URLs.
Fixed bug where an error was produced if a editor was removed inside an editor command.
Fixed bug where force_p_newlines didn't effect the paste plugin correctly.
Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.
Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.
Fixed bug where the layer plugin would produce an visual add class called mceVisualAid this one is now renamed to mceItemVisualAid to mark it internal.
Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.
Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.
Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.
Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.
Fixed bug where IE was loosing focus of the editor when you clicked some dropmenu and if it was placed in a frame or iframe.
Fixed bug where focus of images could be lost in IE if you focused the accessibility confirm dialog in the advimage plugin.
Fixed bug where nestled font elements would produce odd output like missing font elements.
Fixed bug where text colors and styles got removed if invalid_elements included the font element.
Fixed bug where text-decoration set to underline or line-through would remove other styles from span elements.
Fixed bug where editor contents like \n\n would be incorrectly handled and processed as real line feeds.
Fixed bug where incorrectly encoded urls with ampersands in them would be decoded incorrectly.
Optimized the DOMUtils decode method to be a lot faster if the string doesn't have any entities to decode.
Version 3.0.2.1 (2008-02-26)
Fixed alert/confirm dialogs so they display correctly.
Version 3.0.2 (2008-02-26)
Added new body_id option that enables you to specify the id of the body inside the editor iframe based on ideas by David Bildstr�m (ChronoZ).
Added new body_class option that enables you to set the class for the body of the editor iframe based on ideas by David Bildstr�m (ChronoZ).
Added new CSS class to the default content.css files mceForceColors that forces white background and black text can be used with the body_class option.
Added new type parameter to the Editor.getParam function to reduce redundant logic for parsing hash tables.
Added new isDone method to the ScriptLoaded class, this enables you to check if a script has been loaded or not.
Added new resizeTo and resizeBy methods for the advanced theme. Can be called using tinyMCE.activeEditor.theme.resizeTo(w, h);
Added new skin_variant option this can be used to extend existing skins with slight modifications like color.
Added new variant of th