home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Tools / Browser / IBrowse-Installed / History.txt < prev    next >
Text File  |  1977-12-31  |  6KB  |  180 lines

  1. Fixed tons of bugs in the disk cache code. Now IBrowse doesn't leave any 
  2.   half empty dirs.
  3.  
  4. Added OpenURL support for SendMail
  5.  
  6. Enabled parts of the WebAdvertControlLanguage
  7.  
  8. Misc fixes in the drag & drop GUI
  9.  
  10. IBrowse now appends "Transfer Interrupted" at the end of an interrupted page
  11.  
  12. Improved the automatic scroller code to not reparse the HTML when it is not
  13.   needed
  14.  
  15. Added support for displaying progressive jpegs progressively
  16.  
  17. Fixed a bug in the HTML reading code that wasted approx 50% of the memory
  18.   needed to load an HTML page
  19.  
  20. Now you can select in prefs if you want to have global proxy settings or
  21.   local (i.e. one setting per every browser)
  22.  
  23. Fixed the long standing bug where the download window didn't close after
  24.   deiconifying IBrowse when the download has ended
  25.  
  26. Added a few more prefs options and features to the download log window
  27.  
  28. Fixed Network URL MIME type
  29.  
  30. Rewrite the timer code to avoid a lockup bug in timer.device
  31.  
  32. Minor changes to the parser to be handle illegal params better
  33.  
  34. Fixed a Y2K compatibility bug with non Y2K aware servers
  35.  
  36. Added a prefs option to disable proxy usage when resuming transfers
  37.  
  38. Added SSL proxy tunneling support
  39.  
  40. Changed SSLv23 connection so that it doesn't try a TLSv1 request too.
  41.  
  42. Improved the URL completer to select the shortest available URL if several
  43.   URLs matches the same beginning
  44.  
  45. Added a SECURE indicator for secure pages
  46.  
  47. Reenabled the CACHE indicator
  48.  
  49. If you drag and add a fastlink, a requster pops up to request the title
  50.  
  51. Requested URLs now have higher priority than images
  52.  
  53. The new action system for Fastlinks, Toolbar buttons and Macros is now
  54.   implemented and tested. Now you can assign custom actions to all elements
  55.   to execute internal arexx commands and external arexx scripts and dos
  56.   programs
  57.  
  58. Made IBrowse recoginize OS3.5 as a valid OS version.
  59.  
  60. FIxed a bug that could cause problems when changing font preferences
  61.  
  62. Added support for font styles. Now you can define fontstyles that matches the
  63.   contents of <font face=...> tags
  64.  
  65. Added support for editable fabmenus.
  66.  
  67. Open new window/browser now copies the originating windows settings
  68.  
  69. Added support for default download dirs. You can select dirs for a type or
  70.   for a main type. And you can specify if you don't want the file requester
  71.  
  72. Cycle gadgets with too many entries are now transformed into a listview
  73.   automatically
  74.  
  75. Removed the clicktabs if only 1 browser is open
  76.  
  77. Fixed the editable gui and made it alot easier to configure than before
  78.  
  79. Fixed crash problems when using multiple browser tabs
  80.  
  81. Fixed a bug that cause files to be left open in the cache
  82.  
  83. Added a better error msg system. Now all network errors are reported
  84.   with detailed descriptions
  85.  
  86. Added a much more flexible download system. Now the download window
  87.   keeps track of errors, failed downloads, completed downloads, queues
  88.   downloads etc.
  89.  
  90. Added preliminary support sending SSL User Certificates
  91.  
  92. Added preliminary support receiving SSL User Certificates
  93.  
  94. Search from the menu works now again
  95.  
  96. Fixed a bug that caused some jpeg images not to be loaded
  97.  
  98. Fixed ALT-Left ALT-Right in the browsewindow
  99.  
  100. Fixed problems with soft links in ftp listings
  101.  
  102. Added http resume
  103.  
  104. Added ftp resume
  105.  
  106. *** IBrowse 2.1 released to the public
  107.  
  108. Reworked the inner workings of the http fetcher to be more robust
  109.  
  110. The changed source is now remembered correcly. To reset to the original
  111.   one, just select show source and press reset.
  112.  
  113. Added priorities to the URL database. Now you can force some files to
  114.   be cached and others to not be cached
  115.  
  116. Improved the mailto functionality alot
  117.  
  118. Added support for http resume. ftp resume still to come...
  119.  
  120. Added support for frameset onload
  121.  
  122. Fixed a bug that caused downloaded files to become currupt if disk
  123.   got full during download
  124.  
  125. Added PostScript Level 1 print output
  126.  
  127. Added clip board support for the text edit field
  128.  
  129. The cache now cache now caches redirections too
  130.  
  131. Added a cool feature to the cache. Now it caches image sizes so pages
  132.   can be layouted before the images are actually loaded
  133.  
  134. Major rewrite of the table layout code. It should now deal with any
  135.   strange table that might be out there
  136.  
  137. Added more low level packet support to speed up the disk access.
  138.   Benchmarks to follow..
  139.  
  140. Enabled assembly optimized dithering functions
  141.  
  142. Added the new cache browser supplied by Thomas Igracki
  143.  
  144. Added new font scheme
  145.  
  146. Subframes now appears in the history too
  147.  
  148. Added preliminary support for SSLv3. The SSL libraries will be
  149.   available later on
  150.  
  151. Added support for Netscape's AutoProxy configuration
  152.  
  153. Enabled the JavaScript engine. Far from all attributes are implemented
  154.   so please  report any sites where JavaScript behaves stramge asap
  155.  
  156. Reworked the tableparser to be 2 call recursive instead of beeing
  157.   multiple call recursive This should improve performance alot for
  158.   recursive tables
  159.  
  160. Added clicktab support which allows you to have several webpages
  161.   active in the same window. This avoids cluttering of the screen
  162.   with many windows
  163.  
  164. Reworked the prefs system to work in a tree like fashion instead
  165.  
  166. Reworked the cachesystem to be more robust. It does now divide the
  167.   files into different subdirs to improve performence with many files
  168.   in the cache
  169.  
  170. Splitted the various imagedecoders into several image codecs to
  171.   reduce memory consumption if not eg PNG images are loaded
  172.  
  173. Added long awaited JavaScript support. The engine implements the full
  174.   ECMA script standard  and is one of the fastest engines on any platform
  175.  
  176. Improved rendering speed a couple of magnitudes
  177.  
  178. Fixed a small bug in the gifdecoder which could cause problems if
  179.   animated gifs were interrupted at the wrong moment
  180.