ChangeLog

2007-05-10
Initial version.

2007-05-15
Added more tips to Edit Hints.
Edit help links work now properly when editing a sub-page.
Clicking the Edit/GUI Mode button shows "draft" background properly.
Several changes to CSS colors: sidebar is buff and blue; page area white and gray.
Removed underlines from headings.
CSS now specifies width of sidebar in em units instead of pixels.
Page trail does not show current page, most recent pages on top.
Page name is now a link to page page references.

2007-06-03
Added "overflow: auto" to sidebar CSS so small monitor resolutions degrade nicely.
Handles almost useless things like local page_header1,2 and page_footer1,2.
Moved wiki search to top of sidebar instead of bottom.
Fixed a couple of minor bugs like putting out 2 "pagebottom"s.
Ripped up screen CSS to look more like Python syntax.

2007-06-06
Fixed fixedleft name to be fixedleft.

2007-07-24
Fixed CSS errors correcting #white to white.
CSS change to make sidebar darker color.
Added msie.css file.
Made some strings in fixedleft.py into unicode.
Shortened page names to 19 characters to fit into narrow sidebar.
Added better code comments in several places.

2007-08-13
Minor screen.css change to put top and bottom border on Table of Contents.
Minor screen.css change to position logo better.
Minor screen.css change for edit hints formatting.
Added more edit hints.

2007-12-04
Changes for version 1.6.0 beta2 - you must comment/uncomment 2 lines in fixedleft.py for 1.6.
Fix to not show GUI Switch button if user preferences do not allow switch.
Minor CSS change to reduce font size on search input text box to fix box width problem on Linux Firefox.
Minor CSS change to not print page-name inserted into wiki page contents.
Added newwindow.png icon to replace old (non-standard?) moin-popup.png.

2008-03-11
All changes are to support new version 1.6.1 features -- not tested on 1.5.8
If your users are editing with IE 7 you must deal with this: http://moinmo.in/MoinMoinBugs/TrivialChangeDuplicateId
 - edit text area is shifted to right 
 - may be fixed on 1.6.2 release
Added support for Load Draft button
 - IE 7 shows jerky left panel after loading a draft - see http://moinmo.in/MoinMoinBugs/LoadDraftMessage
Minor recoding of edit help popup windows.
CSS changes for 1.6 page comment features.
Changed "Comment" button functionality with Javascript changes:
 - Comment hyperlink is hidden if page has no comments
 - Comment button changed to Hide Comments or Show Comments as value is toggled
 - Comment button shows number of comments on page
 - Non-english users may want to translate within Javascript code 
   - see http://moinmo.in/FeatureRequests/Toggle_ToggleComments_IfNoInlineCommentsExist
CSS changes for textcha support.
CSS changes to try to make IE 6 sortof work.
