Version 1.1.1: * Fixed: Fixed a few cosmetic details and got the autocomplete to actually work for IE 6 and 7 Version 1.1: * Changed: Now specifying which type of HTML/XHTML was seen * Added: Support for PML elements TABLE, CAPTION, TR, TD, big, small, br and CHOICE-GROUP from the 1.13.5 spec * Fixed: Now handling unknown content types without crashing * Changed: Made encoding handling slightly more robust after the cleanup * Removed: Removed popup device selection * Added: Added autocomplete search of useragent strings to UA box * Changed: Cleaned up the framework HTML, CSS and Javascript * Changed: Moved to stdlib cookielib instead of ClientCookie (although they're really the same) * Fixed: Made sure forms with method POST don't become GET when transcoding them to javascript * Changed: Removed code.dlade.net hostname in configuration files * Fixed: Stripping out UTF-8 BOM at the start of source documents * Fixed: Prettyprinting of non-HTML source * Fixed: Handling of CSS comments using the new cssutils Version 1.0: * Changed: Added a few example bookmarks * Fixed: Fixed prettyprinter when tag name is not in list of blocklevel tags and stack is empty * Changed: Removed old form field prefilling code that would never get used * Changed: Removed old image handling code that would never get used * Changed: Broke out parsers to a separate file * Fixed: Crash when finding css comments * Added: Pretty print that works on HTML as well as XML and which strips out excess whitespace * Added: User friendly error message when URL does not load * Fixed: Validation error if page doesn't load * Added: Checkbutton to turn validation on or off * Changed: No longer commenting out the validateXML function. Why would I have done that? * Added: Syntax highlighting of source via pygments * Changed: Upgraded from cssutils 0.6 to 0.9