Changes in V. 0.1.4 release of August 10, 2003: - Implemented disk caching of text/html files from remote (only per session yet). To enable this feature the highwire.cfg file needs to include the line CACHEDIR = where must be a valid and writeable directory. - Added a new config keyword to define the default background colour for pages that doesn't define any: DFLT_BACKGND = (see example.cfg\highwire.cfg for details). - The toolbar got a stop button now to allow page loading to be stopped. The same function is implemented for the escape key now as well. Additional there is also a new button for open file now. - Some adaptions for monochrome screen mode done. - Improved history functionality to not messed up due to frames that are loaded from a different server than the frameset. Furthermore slider positions of frames are stored also now. - Implemented ID keyword as anchor for

and tags, blanks in anchor names are filtered out now in general. - Implemented tag (base URL for relative links in a document). - Sound files from remote sites are now loaded also and can be played by external players. - Fixed a problem with tables which were over- lapping other objects. - Reworked config parser for faster program start on slow machines. - Fixed a bug that was messing up the scheduler's job queue. - Bugs #0092, #0114 resolved. __________________________________________________ Changes in V. 0.1.3 release of June 05, 2003: - Implemented handling of shift + left/right cursor keys (page-wise horizontal scrolling). - Double clicks on arrows of sliders are handled now in the same way as N.AES does (for left and right mouse button). - New menu entry (under 'Options') to have frames always resizeable and scrollbars if necessary, even if the HTML defines anything else there. The default is off but can be set to on with the keyword FORCE_FRAMECTRL = 1 in the config file. - New keyword FONT_MINSIZE to define a minimum font height in points, eg. for (see example.cfg\highwire.cfg for explanation). - Added a fix for tags with large refresh URLs. - Improved calculation of percent and fractional frame size values, makes it much more robust against faulty frameset tags. - Corrected wrong setting of hanging indentions in and after lists. - Corrected handling of table cells with both colspan and rowspan set. - Re-implemented

tag rendering to tables with one single cell, matches their meaning much more now than the previous implementation. - Added resetting of font characteristics after tables and title tags, this was messing up the renderer while calculating text word widths (only rarely seen on some very simple pages). - Set texts of buttons and input fields always to black. - Removed several code redundancies. - Bugs #0041, #0096, #0098, #0102, #0103, #0104, #0105, #0106, #0108, #0109, #0110 resolved. __________________________________________________ Changes in V. 0.1.2 release of May 12, 2003: - The new implemented navigation bar allows easy entering of URLs as well as going for/backward in view history (can be hidden/shown by holding down the ALT key while clicking the window's closer button). - Changed the behaviour of the window's info bar to have it more logical and informative. - New control keyword for the configuration file to change the appearance of the info bar, can be displayed now at the window's bottom (see example.cfg\highwire.cfg for explanation). - Formulars now also support selection lists, as given from