Changes in V. 0.2.3 release of November 21, 2004: - Support for image link maps implemented (MAP/ AREA/USEMAP that is) for all three area types rectangle, circle and polygone (#0078/#0128). This includes also support for tags used rather then , as defined by HTML 4.0 (not even supported by IE5/Netscape/CAB). - Support added for form elements (#0173). - Scroller buttons implemented for popup menus which doen't fit to the desktop height. Not that fancy done yet but at least it useable so far (#0147/#0175). - Bugfix for text input field width setting. They were always set to a minimum width of 20 chars even if a smaller width was defined in the tag. - Image formats XBM and XPM (X11 bitmap/pixmap) implemented. These formats are very rare nowadays but still used by some stone old server (eg. the NCSA one) and all other browsers support at least the first format (even CAB does). - Support added for web access via a proxy server. This can be controlled by using the keyword HTTP_PROXY = in the highwire.cfg file. - Bugs #0078, #0128, #0147, #0173, #0175 resolved. __________________________________________________ Changes in V. 0.2.2 release of October 31, 2004: - Large portions of the cache handling code reworked. This gets rid of several wrong warnings about not found files (mostly due to login pages for forums). - Image width/height are saved in the disk cache now, this reduces reformat flickering on re-visited pages to the nearly absolute minimum (#0133). - The window handling code also got a large rework to have non-modal dialog windows in the future. As a little gimmick the F10 key does the same now as the F11 does in Mozilla/IE. - An ugly hack was added to get yahoo's buggy standard login working (the non-ssl version). - CTRL-V can be used now to paste text from the clipboard into formular input fields. - Named character recognition added for apostroph. - More types of corrupted jpeg image data are catched now, instead of aborting. - Improved detection of system type (AES + kernel), now XaAES is recognized also. This also allows to get rid of the window fuller bug with XaAES (#0150, #0167). - Some error messages are displayed by alert boxes now instead of console output or simple writing to the screen - Workaround added for weird constructs, where the complete document path is used as the base (wrong usage that is, but also used by the W3C staff!). - Additional filtering method to detect images that has a particulare directory name in their URL. This method is used if the search pattern starts with a '/'. Eg. RESTRICT_HOST I /ads/ matches all images that has '/ads/' somewhere in their path. - Bugs #0133, #0148, #0150, #0167, #0169, #0170, #0176, #0177 resolved. __________________________________________________ Changes in V. 0.2.1 release of August 22, 2004: - Cookie support implemented. Non-session cookies are stored to disk to allow persistent user preferences for sites. - New config keyword RESTRICT_HOST added for blocking images and/or cookies from certain domains or hosts. (see example.cfg\highwire.cfg for details). - New Sting.OVL. - Http request-header field 'Referer:' implemented. - Corrected calculation of UTC date/time values as needed for cache expiration. - The cache.idx file header structure got changed to allow version checking for possibly changed cache structure. In this case the cache will be emptied to avoid messed up data. Some bugfixes to avoid orphaned cache files. - Bugfix for anchors inside of tables which got lost when more than one was defined. - Added handling for wrong opend/closed formulars regarding table structures. - Checking for proper font settings in the cfg file added to avoid bad formatted text input fields. - Crashing bug fixed which occured with interlaced 24bit PNGs. - Support for 1/2/4bit grayscale PNGs added along with speed improvement for interlaced images. - Workaround for the Lattice compiler bitfield bug. - Bugs #0160, #0163 resolved. __________________________________________________ Changes in V. 0.2.0 release of June 10, 2004: - Save As... and Copy URL added to normal right mouse click popup. - Popup added for right mouse click to links to allow storing of downloaded file to a local directory ('Save As'). -