home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / WebSites / IBrowse / History.html < prev    next >
Text File  |  1999-09-01  |  3KB  |  77 lines

  1. <h1>Summary of the changes in IBrowse2.1</h1>
  2.  
  3. <ul>
  4. <li>Reworked the inner workings of the http fetcher to be more robust
  5.  
  6. <li>The changed source is now remembered correcly. To reset to the original
  7.   one, just select show source and press reset.
  8.  
  9. <li>Added priorities to the URL database. Now you can force some files to
  10.   be cached and others to not be cached
  11.  
  12. <li>Improved the mailto functionality alot
  13.  
  14. <li>Added support for http resume. ftp resume still to come...
  15.  
  16. <li>Added support for frameset onload
  17.  
  18. <li>Fixed a bug that caused downloaded files to become currupt if disk
  19.   got full during download
  20.  
  21. <li>Added PostScript Level 1 print output
  22.  
  23. <li>Added clip board support for the text edit field
  24.  
  25. <li>The cache now cache now caches redirections too
  26.  
  27. <li>Added a cool feature to the cache. Now it caches image sizes so pages
  28.   can be layouted before the images are actually loaded
  29.  
  30. <li>Major rewrite of the table layout code. It should now deal with any
  31.   strange table that might be out there
  32.  
  33. <li>Added more low level packet support to speed up the disk access.
  34.   Benchmarks to follow..
  35.  
  36. <li>Enabled assembly optimized dithering functions
  37.  
  38. <li>Added the new cache browser supplied by Thomas Igracki
  39.  
  40. <li>Added new font scheme
  41.  
  42. <li>Subframes now appears in the history too
  43.  
  44. <li>Added preliminary support for SSLv3. The SSL libraries will be
  45.   available later on
  46.  
  47. <li>Added support for Netscape's AutoProxy configuration
  48.  
  49. <li>Enabled the JavaScript engine. Far from all attributes are implemented
  50.   so please  report any sites where JavaScript behaves stramge asap
  51.  
  52. <li>Reworked the tableparser to be 2 call recursive instead of beeing
  53.   multiple call recursive This should improve performance alot for
  54.   recursive tables
  55.  
  56. <li>Added clicktab support which allows you to have several webpages
  57.   active in the same window. This avoids cluttering of the screen
  58.   with many windows
  59.  
  60. <li>Reworked the prefs system to work in a tree like fashion instead
  61.  
  62. <li>Reworked the cachesystem to be more robust. It does now divide the
  63.   files into different subdirs to improve performence with many files
  64.   in the cache
  65.  
  66. <li>Splitted the various imagedecoders into several image codecs to
  67.   reduce memory consumption if not eg PNG images are loaded
  68.  
  69. <li>Added long awaited JavaScript support. The engine implements the full
  70.   ECMA script standard  and is one of the fastest engines on any platform
  71.  
  72. <li>Improved rendering speed a couple of magnitudes
  73.  
  74. <li>Fixed a small bug in the gifdecoder which could cause problems if
  75.   animated gifs were interrupted at the wrong moment
  76. </ul>
  77.