home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / acornet.spk / !Acornet / Apps / !ArcWeb / PublicHTML / what'snew < prev   
Text File  |  1996-04-14  |  5KB  |  102 lines

  1. <title>What's New in Recent Versions</title>
  2. <body>
  3. <h1>What's New?</h1>
  4.  
  5. Things of note which are new in this version:
  6. <ul>
  7. <li>Image sizes should be calculated better in non-square modes, so imagemaps will work better
  8. <li>Hot keys are detected on <select> menus and are not right justified by the Wimp any more.
  9. </ul>
  10.  
  11. New in recent versions:
  12. <ul>
  13. <li>Multithreading fixed so that structures belonging to one thread don't get
  14. deallocated by others whilst the other is still actively using the structure.
  15. <li><a href=bugreports>Debug information</a> sent to RAM:$.WebRegs if DumpRegisters variable is set.
  16. <li>A lot more information in the <a href="arcweb">user manual</a> pages.
  17. <li>Other misc fixes
  18. <li>Massive bug in message reception function fixed.  This would have caused
  19.     random Address Exceptions.
  20. <li>Anchors work again - they were broken in 1.27 and possibly before that too.
  21. <li>RISC OS 3.1 should no longer die when I delete windows due to the WindowManager
  22.     bug.  I have added code to defer window deletion until the Wimp does not have
  23.     any icon slabbed in.
  24. <li>Nothing was being automatically run (even 'safe' types) due to me failing
  25.     to read the top of PRM 1-310 regarding the fact that <tt>os_read_var_val</tt>
  26.     <em>can</em> return an error, even if it succeeds.
  27. <li>gopher code rewritten to handle EOL correctly
  28. <li>Bug in email handling (caused a crash) fixed
  29. <li>Mouse pointer changes shape whilst over a hyperlink
  30. <li>spurious window openings and crashes when using dialogue boxes have been
  31.     fixed (bug in RISC_OSlib)
  32. <li>History window has a menu to allow you to flush it
  33. <li>Won't open archives automatically, but will force you to save them before
  34.     opening.  This is a security feature as much as anything else
  35. <li>More modules included in the !System directory
  36. <li>The low memory handler contained a massive bug which resulted in the render
  37.     of a page stalling if there wasn't enough memory for an image conversion.
  38.     This could quite possibly have caused other weird errors for people who ran
  39.     low on memory.
  40. <li>Accepts data files and DOS files, thus making browsing structures inside TAR
  41.     archives possible again.
  42. <li>This version shouldn't be killed by ImageFS² so easily, and if the
  43.     option in the Choices file is set up (no GUI interface to this option yet),
  44.     it will attempt to use ImageFS² to perform it's image conversions.
  45. <li>FTP and gopher clients multitask better
  46. <li>HTTP client more tolerant of unfortunately packet splits on slow networks
  47.     which should stop you seeing the HTTP headers on pages.
  48. <li>Lots of miscellaneous little fixes
  49. <li>When delayed image loading is on, you can click on the little sprite icon
  50.     to reload the page with images
  51. <li>Recompiled version of PrintWeb to use new flex library - it now handles
  52.     multiple drawings in succession OK for me, plus WimpSlot increased.
  53. <li>Module ensuring is modified to allow RISC OS 3.6 users to carry own with
  54.     their ROM versions and not load the bugfixed newer versions.
  55. <li>Major resource leakage in icon bar handling code fixed.  If you ran
  56.     <img src="#!help" alt="!Help"> and left the pointer over ArcWeb's icon,
  57.     then the wimpslot goes up and up and up until it quits with the error
  58.     <tt>No more windows</tt>.
  59. <li>Shy window problem should be cured (again!)
  60. <li>New history icon by Pfert.
  61. <li>New options in Network window to send Referer and From headers
  62. <li>Fix to parser regarding nested tags
  63. <li>FORM posting is fixed (was broken in 1.17)
  64. <li>Page fetching is terminated correctly so you don't get a dead spider on
  65.     the icon bar icon
  66. <li>Page fetching fixed so you can View Source of local: pages again.  This was
  67.     broken in 1.17 and will affect any local: pages you may have viewed with
  68.     version 1.17.  Fix is to flush the cache.
  69. <li>Added option to open the Helper directory from the Show menu
  70. <li>You can add things manually to the hotlists on the Hotlist window menu
  71. <li>You can open the global history list from the toolbar
  72. <li>You can force inlined images for a page to be fetched by clicking on
  73.     the appropriate toolbar icon.
  74. <li>Toolbar icons rearranged into groups representing similar features
  75. <li>History code works!  The availability of previous and next pages in the window
  76.     history is reflected by the availability of the toolbar icons.  They will be
  77.     greyed out if you cannot go that way.
  78. <li>SHIFT-Click on a hypertext link will force a save box to appear for the
  79.     object pointed to by that link
  80. <li>Font configuration window
  81. <li>Colour configuration window<p>
  82. This is implemented as a seperate application.  It is a Toolbox application
  83. which takes advantage of facilities provided by the Toolbox for colour
  84. editing.  Since it requires several modules specific to the Toolbox, they are
  85. included in the supplied !System:
  86.  
  87. <ul>
  88. <li>System:Modules.310Support.ThreeTen (<em>for RISC OS 3.1 only</em>)
  89. <li>System:Modules.Toolbox.Toolbox
  90. <li>System:Modules.Toolbox.Window
  91. <li>System:Modules.Toolbox.ColourDbox
  92. </ul>
  93.  
  94. <li>Each Acorn division has its own link on the default home page
  95. <li>DNS resolver now has a cache, so network things should be a lot faster
  96. </ul>
  97.  
  98. <hr>
  99. <address>
  100. Stewart Brodie
  101. </address>
  102.