==============
LAST CHANGES :
==============

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.6.5 - last fixes (**) :
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1. Includes FCKeditor 2.6.5 version (see docs/_whatsnew.html)

2. Includes imgmap plugin (http://martinezdelizarrondo.com/imagemaps/) a very good tool

3. If a folder had not the same skin as portal, this skin was not rendered in FCKeditor area
   because the skinname was missing in css urls in getFCKArea_default_style.py
   
4. The default opening folder for upload is no more the Article but the parent when 
   editing PloneArticle content types.
   Fix the 'upload not allowed error' when using the quick upload feature.

(**) for all confirmed bugs and last versions of FCKeditor 2.x and/or new plugins 
    (FCKeditor 2.x will be replaced by CKeditor 3.x in future)

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.6.4.2 :
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1. fix regression when browsing PloneArticle attachments 
   added state='' in xml results for PA proxies

2. upload is no more allowed in articles
   because in Plone3 it becames really complicated to 
   upload contents inside context during edition
   it's impossible when using portal_factory
   it's impossible when using Plone Article edition forms
   MULTIPAGE schema is responsible.
   
3. fix states colors in browser :
   use member.css standard style
   use classes on links, with good class name (state-private, state-published ... )   