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

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