Home » Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/What'sNew

!ArcWeb/PublicHTML/What'sNew

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » web
Filename: !ArcWeb/PublicHTML/What'sNew
Read OK:
File size: 13E6 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
<title>What's New in Recent Versions</title>
<body>
<h1>What's New?</h1>


Things of note which are new in recent versions:
<ul>
<li>ArcWeb has gained its own GIF decoder so it no longer has to rely on ChangeFSI/gif2spr
    to provide image translation.
</ul>

New in less recent versions (the further down the list, the older the feature/fix):
<ul>
<li>PrintWeb takes into account the current printer paper size settings (
    or defaults to A4 if <img src="#!printers" alt="!Printers"> isn't loaded
<li>Frames via lists of links
<li>Cookie support added
<li>META and LINK tags are stored and can be viewed by clicking Adjust on
<img src="#sm!help" alt="the small !Help icon"> on the toolbar or by clicking
on the <em>More Information</em> button in the About dialogue box.
<li>Preformatted text layout is much better
<li>Authentication database much enhanced.  Now features:
	<ul>
	<li>Storing of FTP passwords
	<li>Correct handling of multiple realms per HTTP server
	<li>All password information is encrypted in the Auth_DB file
	</ul>
<li>JPEG plotting code more consistent (can handle JPEGs with non-default
DPI settings
<li>Client-side imagemaps (same document only)
<li>FTP upload provides status updates
<li>Interactive web page design
<li>FTP upload
<li>local: URLs can be made case-sensitive
<li>Background image plotting should be much better now
<li>Drag'n'Drop protocol now supported - so you can drag the URLs from the URL icon out to
    other places.
<li>I've fixed a major fault in the global history handling which was causing random exits
    whenever the global history filled up.
<li>Cache is more configurable (see its configuration window) 
<li>More resilient networking code - no obvious outward signs of this except a decrease in
    the number of failed connections to proxies, hopefully.
<li>Image menu added so that you can export (most of) the images from web pages
<li>DrawFiles are exported `cleanly' now, so Draw doesn't complain about some of the objects.
<li>Width &amp; Height attributes to the img tag are supported
<li>Email sending no longer causes a weird silent exit, and the result of trying to e-mail is
    displayed in a dialogue box too.
<li>New DNS Resolver code included to provide secondary cacheing, and to search out system
    variables contaning resolver configuration information when the resconf configuration file
    is not found.
<li>ArcWeb now uses Dynamic Areas on a Risc PC (the amount of memory to claim is configurable in
    the <em>Memory</em> choices window)
<li>ArcWeb can take advantage of Virtualise &reg; in order to make those dynamic areas virtual.
    Control of virtual memory is via the Virtualise frontend, or a simple on/off switch in the
    <em>Memory</em> choices window in ArcWeb.
<li>ADJUST click on the Reload button just resizes the display
<li>Image size detection fixed again
<li>Shouldn't prompt you to confirm a quit if there are no windows open and no activity
<li>Renderer should finally manage to multitask multiple renders, although this will use
    quite a bit of CPU time, I would have thought
<li>Major memory leak fixed (1.5Kb per page viewed!)
<li>Image sizes should be calculated better in non-square modes, so imagemaps will work better
<li>Hot keys are detected on <select> menus and are not right justified by the Wimp any more.
<li>Multithreading fixed so that structures belonging to one thread don't get
deallocated by others whilst the other is still actively using the structure.
<li><a href=bugreports>Debug information</a> sent to RAM:$.WebRegs if DumpRegisters variable is set.
<li>A lot more information in the <a href="arcweb">user manual</a> pages.
<li>Other misc fixes
<li>Massive bug in message reception function fixed.  This would have caused
    random Address Exceptions.
<li>Anchors work again - they were broken in 1.27 and possibly before that too.
<li>RISC OS 3.1 should no longer die when I delete windows due to the WindowManager
    bug.  I have added code to defer window deletion until the Wimp does not have
    any icon slabbed in.
<li>Nothing was being automatically run (even 'safe' types) due to me failing
    to read the top of PRM 1-310 regarding the fact that <tt>os_read_var_val</tt>
    <em>can</em> return an error, even if it succeeds.
<li>gopher code rewritten to handle EOL correctly
<li>Bug in email handling (caused a crash) fixed
<li>Mouse pointer changes shape whilst over a hyperlink
<li>spurious window openings and crashes when using dialogue boxes have been
    fixed (bug in RISC_OSlib)
<li>History window has a menu to allow you to flush it
<li>Won't open archives automatically, but will force you to save them before
    opening.  This is a security feature as much as anything else
<li>More modules included in the !System directory
<li>The low memory handler contained a massive bug which resulted in the render
    of a page stalling if there wasn't enough memory for an image conversion.
    This could quite possibly have caused other weird errors for people who ran
    low on memory.
</ul>

<hr>
<address>
Stewart Brodie
</address>
00000000  3c 74 69 74 6c 65 3e 57  68 61 74 27 73 20 4e 65  |<title>What's Ne|
00000010  77 20 69 6e 20 52 65 63  65 6e 74 20 56 65 72 73  |w in Recent Vers|
00000020  69 6f 6e 73 3c 2f 74 69  74 6c 65 3e 0a 3c 62 6f  |ions</title>.<bo|
00000030  64 79 3e 0a 3c 68 31 3e  57 68 61 74 27 73 20 4e  |dy>.<h1>What's N|
00000040  65 77 3f 3c 2f 68 31 3e  0a 0a 0a 54 68 69 6e 67  |ew?</h1>...Thing|
00000050  73 20 6f 66 20 6e 6f 74  65 20 77 68 69 63 68 20  |s of note which |
00000060  61 72 65 20 6e 65 77 20  69 6e 20 72 65 63 65 6e  |are new in recen|
00000070  74 20 76 65 72 73 69 6f  6e 73 3a 0a 3c 75 6c 3e  |t versions:.<ul>|
00000080  0a 3c 6c 69 3e 41 72 63  57 65 62 20 68 61 73 20  |.<li>ArcWeb has |
00000090  67 61 69 6e 65 64 20 69  74 73 20 6f 77 6e 20 47  |gained its own G|
000000a0  49 46 20 64 65 63 6f 64  65 72 20 73 6f 20 69 74  |IF decoder so it|
000000b0  20 6e 6f 20 6c 6f 6e 67  65 72 20 68 61 73 20 74  | no longer has t|
000000c0  6f 20 72 65 6c 79 20 6f  6e 20 43 68 61 6e 67 65  |o rely on Change|
000000d0  46 53 49 2f 67 69 66 32  73 70 72 0a 20 20 20 20  |FSI/gif2spr.    |
000000e0  74 6f 20 70 72 6f 76 69  64 65 20 69 6d 61 67 65  |to provide image|
000000f0  20 74 72 61 6e 73 6c 61  74 69 6f 6e 2e 0a 3c 2f  | translation..</|
00000100  75 6c 3e 0a 0a 4e 65 77  20 69 6e 20 6c 65 73 73  |ul>..New in less|
00000110  20 72 65 63 65 6e 74 20  76 65 72 73 69 6f 6e 73  | recent versions|
00000120  20 28 74 68 65 20 66 75  72 74 68 65 72 20 64 6f  | (the further do|
00000130  77 6e 20 74 68 65 20 6c  69 73 74 2c 20 74 68 65  |wn the list, the|
00000140  20 6f 6c 64 65 72 20 74  68 65 20 66 65 61 74 75  | older the featu|
00000150  72 65 2f 66 69 78 29 3a  0a 3c 75 6c 3e 0a 3c 6c  |re/fix):.<ul>.<l|
00000160  69 3e 50 72 69 6e 74 57  65 62 20 74 61 6b 65 73  |i>PrintWeb takes|
00000170  20 69 6e 74 6f 20 61 63  63 6f 75 6e 74 20 74 68  | into account th|
00000180  65 20 63 75 72 72 65 6e  74 20 70 72 69 6e 74 65  |e current printe|
00000190  72 20 70 61 70 65 72 20  73 69 7a 65 20 73 65 74  |r paper size set|
000001a0  74 69 6e 67 73 20 28 0a  20 20 20 20 6f 72 20 64  |tings (.    or d|
000001b0  65 66 61 75 6c 74 73 20  74 6f 20 41 34 20 69 66  |efaults to A4 if|
000001c0  20 3c 69 6d 67 20 73 72  63 3d 22 23 21 70 72 69  | <img src="#!pri|
000001d0  6e 74 65 72 73 22 20 61  6c 74 3d 22 21 50 72 69  |nters" alt="!Pri|
000001e0  6e 74 65 72 73 22 3e 20  69 73 6e 27 74 20 6c 6f  |nters"> isn't lo|
000001f0  61 64 65 64 0a 3c 6c 69  3e 46 72 61 6d 65 73 20  |aded.<li>Frames |
00000200  76 69 61 20 6c 69 73 74  73 20 6f 66 20 6c 69 6e  |via lists of lin|
00000210  6b 73 0a 3c 6c 69 3e 43  6f 6f 6b 69 65 20 73 75  |ks.<li>Cookie su|
00000220  70 70 6f 72 74 20 61 64  64 65 64 0a 3c 6c 69 3e  |pport added.<li>|
00000230  4d 45 54 41 20 61 6e 64  20 4c 49 4e 4b 20 74 61  |META and LINK ta|
00000240  67 73 20 61 72 65 20 73  74 6f 72 65 64 20 61 6e  |gs are stored an|
00000250  64 20 63 61 6e 20 62 65  20 76 69 65 77 65 64 20  |d can be viewed |
00000260  62 79 20 63 6c 69 63 6b  69 6e 67 20 41 64 6a 75  |by clicking Adju|
00000270  73 74 20 6f 6e 0a 3c 69  6d 67 20 73 72 63 3d 22  |st on.<img src="|
00000280  23 73 6d 21 68 65 6c 70  22 20 61 6c 74 3d 22 74  |#sm!help" alt="t|
00000290  68 65 20 73 6d 61 6c 6c  20 21 48 65 6c 70 20 69  |he small !Help i|
000002a0  63 6f 6e 22 3e 20 6f 6e  20 74 68 65 20 74 6f 6f  |con"> on the too|
000002b0  6c 62 61 72 20 6f 72 20  62 79 20 63 6c 69 63 6b  |lbar or by click|
000002c0  69 6e 67 0a 6f 6e 20 74  68 65 20 3c 65 6d 3e 4d  |ing.on the <em>M|
000002d0  6f 72 65 20 49 6e 66 6f  72 6d 61 74 69 6f 6e 3c  |ore Information<|
000002e0  2f 65 6d 3e 20 62 75 74  74 6f 6e 20 69 6e 20 74  |/em> button in t|
000002f0  68 65 20 41 62 6f 75 74  20 64 69 61 6c 6f 67 75  |he About dialogu|
00000300  65 20 62 6f 78 2e 0a 3c  6c 69 3e 50 72 65 66 6f  |e box..<li>Prefo|
00000310  72 6d 61 74 74 65 64 20  74 65 78 74 20 6c 61 79  |rmatted text lay|
00000320  6f 75 74 20 69 73 20 6d  75 63 68 20 62 65 74 74  |out is much bett|
00000330  65 72 0a 3c 6c 69 3e 41  75 74 68 65 6e 74 69 63  |er.<li>Authentic|
00000340  61 74 69 6f 6e 20 64 61  74 61 62 61 73 65 20 6d  |ation database m|
00000350  75 63 68 20 65 6e 68 61  6e 63 65 64 2e 20 20 4e  |uch enhanced.  N|
00000360  6f 77 20 66 65 61 74 75  72 65 73 3a 0a 09 3c 75  |ow features:..<u|
00000370  6c 3e 0a 09 3c 6c 69 3e  53 74 6f 72 69 6e 67 20  |l>..<li>Storing |
00000380  6f 66 20 46 54 50 20 70  61 73 73 77 6f 72 64 73  |of FTP passwords|
00000390  0a 09 3c 6c 69 3e 43 6f  72 72 65 63 74 20 68 61  |..<li>Correct ha|
000003a0  6e 64 6c 69 6e 67 20 6f  66 20 6d 75 6c 74 69 70  |ndling of multip|
000003b0  6c 65 20 72 65 61 6c 6d  73 20 70 65 72 20 48 54  |le realms per HT|
000003c0  54 50 20 73 65 72 76 65  72 0a 09 3c 6c 69 3e 41  |TP server..<li>A|
000003d0  6c 6c 20 70 61 73 73 77  6f 72 64 20 69 6e 66 6f  |ll password info|
000003e0  72 6d 61 74 69 6f 6e 20  69 73 20 65 6e 63 72 79  |rmation is encry|
000003f0  70 74 65 64 20 69 6e 20  74 68 65 20 41 75 74 68  |pted in the Auth|
00000400  5f 44 42 20 66 69 6c 65  0a 09 3c 2f 75 6c 3e 0a  |_DB file..</ul>.|
00000410  3c 6c 69 3e 4a 50 45 47  20 70 6c 6f 74 74 69 6e  |<li>JPEG plottin|
00000420  67 20 63 6f 64 65 20 6d  6f 72 65 20 63 6f 6e 73  |g code more cons|
00000430  69 73 74 65 6e 74 20 28  63 61 6e 20 68 61 6e 64  |istent (can hand|
00000440  6c 65 20 4a 50 45 47 73  20 77 69 74 68 20 6e 6f  |le JPEGs with no|
00000450  6e 2d 64 65 66 61 75 6c  74 0a 44 50 49 20 73 65  |n-default.DPI se|
00000460  74 74 69 6e 67 73 0a 3c  6c 69 3e 43 6c 69 65 6e  |ttings.<li>Clien|
00000470  74 2d 73 69 64 65 20 69  6d 61 67 65 6d 61 70 73  |t-side imagemaps|
00000480  20 28 73 61 6d 65 20 64  6f 63 75 6d 65 6e 74 20  | (same document |
00000490  6f 6e 6c 79 29 0a 3c 6c  69 3e 46 54 50 20 75 70  |only).<li>FTP up|
000004a0  6c 6f 61 64 20 70 72 6f  76 69 64 65 73 20 73 74  |load provides st|
000004b0  61 74 75 73 20 75 70 64  61 74 65 73 0a 3c 6c 69  |atus updates.<li|
000004c0  3e 49 6e 74 65 72 61 63  74 69 76 65 20 77 65 62  |>Interactive web|
000004d0  20 70 61 67 65 20 64 65  73 69 67 6e 0a 3c 6c 69  | page design.<li|
000004e0  3e 46 54 50 20 75 70 6c  6f 61 64 0a 3c 6c 69 3e  |>FTP upload.<li>|
000004f0  6c 6f 63 61 6c 3a 20 55  52 4c 73 20 63 61 6e 20  |local: URLs can |
00000500  62 65 20 6d 61 64 65 20  63 61 73 65 2d 73 65 6e  |be made case-sen|
00000510  73 69 74 69 76 65 0a 3c  6c 69 3e 42 61 63 6b 67  |sitive.<li>Backg|
00000520  72 6f 75 6e 64 20 69 6d  61 67 65 20 70 6c 6f 74  |round image plot|
00000530  74 69 6e 67 20 73 68 6f  75 6c 64 20 62 65 20 6d  |ting should be m|
00000540  75 63 68 20 62 65 74 74  65 72 20 6e 6f 77 0a 3c  |uch better now.<|
00000550  6c 69 3e 44 72 61 67 27  6e 27 44 72 6f 70 20 70  |li>Drag'n'Drop p|
00000560  72 6f 74 6f 63 6f 6c 20  6e 6f 77 20 73 75 70 70  |rotocol now supp|
00000570  6f 72 74 65 64 20 2d 20  73 6f 20 79 6f 75 20 63  |orted - so you c|
00000580  61 6e 20 64 72 61 67 20  74 68 65 20 55 52 4c 73  |an drag the URLs|
00000590  20 66 72 6f 6d 20 74 68  65 20 55 52 4c 20 69 63  | from the URL ic|
000005a0  6f 6e 20 6f 75 74 20 74  6f 0a 20 20 20 20 6f 74  |on out to.    ot|
000005b0  68 65 72 20 70 6c 61 63  65 73 2e 0a 3c 6c 69 3e  |her places..<li>|
000005c0  49 27 76 65 20 66 69 78  65 64 20 61 20 6d 61 6a  |I've fixed a maj|
000005d0  6f 72 20 66 61 75 6c 74  20 69 6e 20 74 68 65 20  |or fault in the |
000005e0  67 6c 6f 62 61 6c 20 68  69 73 74 6f 72 79 20 68  |global history h|
000005f0  61 6e 64 6c 69 6e 67 20  77 68 69 63 68 20 77 61  |andling which wa|
00000600  73 20 63 61 75 73 69 6e  67 20 72 61 6e 64 6f 6d  |s causing random|
00000610  20 65 78 69 74 73 0a 20  20 20 20 77 68 65 6e 65  | exits.    whene|
00000620  76 65 72 20 74 68 65 20  67 6c 6f 62 61 6c 20 68  |ver the global h|
00000630  69 73 74 6f 72 79 20 66  69 6c 6c 65 64 20 75 70  |istory filled up|
00000640  2e 0a 3c 6c 69 3e 43 61  63 68 65 20 69 73 20 6d  |..<li>Cache is m|
00000650  6f 72 65 20 63 6f 6e 66  69 67 75 72 61 62 6c 65  |ore configurable|
00000660  20 28 73 65 65 20 69 74  73 20 63 6f 6e 66 69 67  | (see its config|
00000670  75 72 61 74 69 6f 6e 20  77 69 6e 64 6f 77 29 20  |uration window) |
00000680  0a 3c 6c 69 3e 4d 6f 72  65 20 72 65 73 69 6c 69  |.<li>More resili|
00000690  65 6e 74 20 6e 65 74 77  6f 72 6b 69 6e 67 20 63  |ent networking c|
000006a0  6f 64 65 20 2d 20 6e 6f  20 6f 62 76 69 6f 75 73  |ode - no obvious|
000006b0  20 6f 75 74 77 61 72 64  20 73 69 67 6e 73 20 6f  | outward signs o|
000006c0  66 20 74 68 69 73 20 65  78 63 65 70 74 20 61 20  |f this except a |
000006d0  64 65 63 72 65 61 73 65  20 69 6e 0a 20 20 20 20  |decrease in.    |
000006e0  74 68 65 20 6e 75 6d 62  65 72 20 6f 66 20 66 61  |the number of fa|
000006f0  69 6c 65 64 20 63 6f 6e  6e 65 63 74 69 6f 6e 73  |iled connections|
00000700  20 74 6f 20 70 72 6f 78  69 65 73 2c 20 68 6f 70  | to proxies, hop|
00000710  65 66 75 6c 6c 79 2e 0a  3c 6c 69 3e 49 6d 61 67  |efully..<li>Imag|
00000720  65 20 6d 65 6e 75 20 61  64 64 65 64 20 73 6f 20  |e menu added so |
00000730  74 68 61 74 20 79 6f 75  20 63 61 6e 20 65 78 70  |that you can exp|
00000740  6f 72 74 20 28 6d 6f 73  74 20 6f 66 29 20 74 68  |ort (most of) th|
00000750  65 20 69 6d 61 67 65 73  20 66 72 6f 6d 20 77 65  |e images from we|
00000760  62 20 70 61 67 65 73 0a  3c 6c 69 3e 44 72 61 77  |b pages.<li>Draw|
00000770  46 69 6c 65 73 20 61 72  65 20 65 78 70 6f 72 74  |Files are export|
00000780  65 64 20 60 63 6c 65 61  6e 6c 79 27 20 6e 6f 77  |ed `cleanly' now|
00000790  2c 20 73 6f 20 44 72 61  77 20 64 6f 65 73 6e 27  |, so Draw doesn'|
000007a0  74 20 63 6f 6d 70 6c 61  69 6e 20 61 62 6f 75 74  |t complain about|
000007b0  20 73 6f 6d 65 20 6f 66  20 74 68 65 20 6f 62 6a  | some of the obj|
000007c0  65 63 74 73 2e 0a 3c 6c  69 3e 57 69 64 74 68 20  |ects..<li>Width |
000007d0  26 61 6d 70 3b 20 48 65  69 67 68 74 20 61 74 74  |&amp; Height att|
000007e0  72 69 62 75 74 65 73 20  74 6f 20 74 68 65 20 69  |ributes to the i|
000007f0  6d 67 20 74 61 67 20 61  72 65 20 73 75 70 70 6f  |mg tag are suppo|
00000800  72 74 65 64 0a 3c 6c 69  3e 45 6d 61 69 6c 20 73  |rted.<li>Email s|
00000810  65 6e 64 69 6e 67 20 6e  6f 20 6c 6f 6e 67 65 72  |ending no longer|
00000820  20 63 61 75 73 65 73 20  61 20 77 65 69 72 64 20  | causes a weird |
00000830  73 69 6c 65 6e 74 20 65  78 69 74 2c 20 61 6e 64  |silent exit, and|
00000840  20 74 68 65 20 72 65 73  75 6c 74 20 6f 66 20 74  | the result of t|
00000850  72 79 69 6e 67 20 74 6f  20 65 2d 6d 61 69 6c 20  |rying to e-mail |
00000860  69 73 0a 20 20 20 20 64  69 73 70 6c 61 79 65 64  |is.    displayed|
00000870  20 69 6e 20 61 20 64 69  61 6c 6f 67 75 65 20 62  | in a dialogue b|
00000880  6f 78 20 74 6f 6f 2e 0a  3c 6c 69 3e 4e 65 77 20  |ox too..<li>New |
00000890  44 4e 53 20 52 65 73 6f  6c 76 65 72 20 63 6f 64  |DNS Resolver cod|
000008a0  65 20 69 6e 63 6c 75 64  65 64 20 74 6f 20 70 72  |e included to pr|
000008b0  6f 76 69 64 65 20 73 65  63 6f 6e 64 61 72 79 20  |ovide secondary |
000008c0  63 61 63 68 65 69 6e 67  2c 20 61 6e 64 20 74 6f  |cacheing, and to|
000008d0  20 73 65 61 72 63 68 20  6f 75 74 20 73 79 73 74  | search out syst|
000008e0  65 6d 0a 20 20 20 20 76  61 72 69 61 62 6c 65 73  |em.    variables|
000008f0  20 63 6f 6e 74 61 6e 69  6e 67 20 72 65 73 6f 6c  | contaning resol|
00000900  76 65 72 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |ver configuratio|
00000910  6e 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 20 77 68  |n information wh|
00000920  65 6e 20 74 68 65 20 72  65 73 63 6f 6e 66 20 63  |en the resconf c|
00000930  6f 6e 66 69 67 75 72 61  74 69 6f 6e 20 66 69 6c  |onfiguration fil|
00000940  65 0a 20 20 20 20 69 73  20 6e 6f 74 20 66 6f 75  |e.    is not fou|
00000950  6e 64 2e 0a 3c 6c 69 3e  41 72 63 57 65 62 20 6e  |nd..<li>ArcWeb n|
00000960  6f 77 20 75 73 65 73 20  44 79 6e 61 6d 69 63 20  |ow uses Dynamic |
00000970  41 72 65 61 73 20 6f 6e  20 61 20 52 69 73 63 20  |Areas on a Risc |
00000980  50 43 20 28 74 68 65 20  61 6d 6f 75 6e 74 20 6f  |PC (the amount o|
00000990  66 20 6d 65 6d 6f 72 79  20 74 6f 20 63 6c 61 69  |f memory to clai|
000009a0  6d 20 69 73 20 63 6f 6e  66 69 67 75 72 61 62 6c  |m is configurabl|
000009b0  65 20 69 6e 0a 20 20 20  20 74 68 65 20 3c 65 6d  |e in.    the <em|
000009c0  3e 4d 65 6d 6f 72 79 3c  2f 65 6d 3e 20 63 68 6f  |>Memory</em> cho|
000009d0  69 63 65 73 20 77 69 6e  64 6f 77 29 0a 3c 6c 69  |ices window).<li|
000009e0  3e 41 72 63 57 65 62 20  63 61 6e 20 74 61 6b 65  |>ArcWeb can take|
000009f0  20 61 64 76 61 6e 74 61  67 65 20 6f 66 20 56 69  | advantage of Vi|
00000a00  72 74 75 61 6c 69 73 65  20 26 72 65 67 3b 20 69  |rtualise &reg; i|
00000a10  6e 20 6f 72 64 65 72 20  74 6f 20 6d 61 6b 65 20  |n order to make |
00000a20  74 68 6f 73 65 20 64 79  6e 61 6d 69 63 20 61 72  |those dynamic ar|
00000a30  65 61 73 20 76 69 72 74  75 61 6c 2e 0a 20 20 20  |eas virtual..   |
00000a40  20 43 6f 6e 74 72 6f 6c  20 6f 66 20 76 69 72 74  | Control of virt|
00000a50  75 61 6c 20 6d 65 6d 6f  72 79 20 69 73 20 76 69  |ual memory is vi|
00000a60  61 20 74 68 65 20 56 69  72 74 75 61 6c 69 73 65  |a the Virtualise|
00000a70  20 66 72 6f 6e 74 65 6e  64 2c 20 6f 72 20 61 20  | frontend, or a |
00000a80  73 69 6d 70 6c 65 20 6f  6e 2f 6f 66 66 20 73 77  |simple on/off sw|
00000a90  69 74 63 68 20 69 6e 20  74 68 65 0a 20 20 20 20  |itch in the.    |
00000aa0  3c 65 6d 3e 4d 65 6d 6f  72 79 3c 2f 65 6d 3e 20  |<em>Memory</em> |
00000ab0  63 68 6f 69 63 65 73 20  77 69 6e 64 6f 77 20 69  |choices window i|
00000ac0  6e 20 41 72 63 57 65 62  2e 0a 3c 6c 69 3e 41 44  |n ArcWeb..<li>AD|
00000ad0  4a 55 53 54 20 63 6c 69  63 6b 20 6f 6e 20 74 68  |JUST click on th|
00000ae0  65 20 52 65 6c 6f 61 64  20 62 75 74 74 6f 6e 20  |e Reload button |
00000af0  6a 75 73 74 20 72 65 73  69 7a 65 73 20 74 68 65  |just resizes the|
00000b00  20 64 69 73 70 6c 61 79  0a 3c 6c 69 3e 49 6d 61  | display.<li>Ima|
00000b10  67 65 20 73 69 7a 65 20  64 65 74 65 63 74 69 6f  |ge size detectio|
00000b20  6e 20 66 69 78 65 64 20  61 67 61 69 6e 0a 3c 6c  |n fixed again.<l|
00000b30  69 3e 53 68 6f 75 6c 64  6e 27 74 20 70 72 6f 6d  |i>Shouldn't prom|
00000b40  70 74 20 79 6f 75 20 74  6f 20 63 6f 6e 66 69 72  |pt you to confir|
00000b50  6d 20 61 20 71 75 69 74  20 69 66 20 74 68 65 72  |m a quit if ther|
00000b60  65 20 61 72 65 20 6e 6f  20 77 69 6e 64 6f 77 73  |e are no windows|
00000b70  20 6f 70 65 6e 20 61 6e  64 20 6e 6f 20 61 63 74  | open and no act|
00000b80  69 76 69 74 79 0a 3c 6c  69 3e 52 65 6e 64 65 72  |ivity.<li>Render|
00000b90  65 72 20 73 68 6f 75 6c  64 20 66 69 6e 61 6c 6c  |er should finall|
00000ba0  79 20 6d 61 6e 61 67 65  20 74 6f 20 6d 75 6c 74  |y manage to mult|
00000bb0  69 74 61 73 6b 20 6d 75  6c 74 69 70 6c 65 20 72  |itask multiple r|
00000bc0  65 6e 64 65 72 73 2c 20  61 6c 74 68 6f 75 67 68  |enders, although|
00000bd0  20 74 68 69 73 20 77 69  6c 6c 20 75 73 65 0a 20  | this will use. |
00000be0  20 20 20 71 75 69 74 65  20 61 20 62 69 74 20 6f  |   quite a bit o|
00000bf0  66 20 43 50 55 20 74 69  6d 65 2c 20 49 20 77 6f  |f CPU time, I wo|
00000c00  75 6c 64 20 68 61 76 65  20 74 68 6f 75 67 68 74  |uld have thought|
00000c10  0a 3c 6c 69 3e 4d 61 6a  6f 72 20 6d 65 6d 6f 72  |.<li>Major memor|
00000c20  79 20 6c 65 61 6b 20 66  69 78 65 64 20 28 31 2e  |y leak fixed (1.|
00000c30  35 4b 62 20 70 65 72 20  70 61 67 65 20 76 69 65  |5Kb per page vie|
00000c40  77 65 64 21 29 0a 3c 6c  69 3e 49 6d 61 67 65 20  |wed!).<li>Image |
00000c50  73 69 7a 65 73 20 73 68  6f 75 6c 64 20 62 65 20  |sizes should be |
00000c60  63 61 6c 63 75 6c 61 74  65 64 20 62 65 74 74 65  |calculated bette|
00000c70  72 20 69 6e 20 6e 6f 6e  2d 73 71 75 61 72 65 20  |r in non-square |
00000c80  6d 6f 64 65 73 2c 20 73  6f 20 69 6d 61 67 65 6d  |modes, so imagem|
00000c90  61 70 73 20 77 69 6c 6c  20 77 6f 72 6b 20 62 65  |aps will work be|
00000ca0  74 74 65 72 0a 3c 6c 69  3e 48 6f 74 20 6b 65 79  |tter.<li>Hot key|
00000cb0  73 20 61 72 65 20 64 65  74 65 63 74 65 64 20 6f  |s are detected o|
00000cc0  6e 20 3c 73 65 6c 65 63  74 3e 20 6d 65 6e 75 73  |n <select> menus|
00000cd0  20 61 6e 64 20 61 72 65  20 6e 6f 74 20 72 69 67  | and are not rig|
00000ce0  68 74 20 6a 75 73 74 69  66 69 65 64 20 62 79 20  |ht justified by |
00000cf0  74 68 65 20 57 69 6d 70  20 61 6e 79 20 6d 6f 72  |the Wimp any mor|
00000d00  65 2e 0a 3c 6c 69 3e 4d  75 6c 74 69 74 68 72 65  |e..<li>Multithre|
00000d10  61 64 69 6e 67 20 66 69  78 65 64 20 73 6f 20 74  |ading fixed so t|
00000d20  68 61 74 20 73 74 72 75  63 74 75 72 65 73 20 62  |hat structures b|
00000d30  65 6c 6f 6e 67 69 6e 67  20 74 6f 20 6f 6e 65 20  |elonging to one |
00000d40  74 68 72 65 61 64 20 64  6f 6e 27 74 20 67 65 74  |thread don't get|
00000d50  0a 64 65 61 6c 6c 6f 63  61 74 65 64 20 62 79 20  |.deallocated by |
00000d60  6f 74 68 65 72 73 20 77  68 69 6c 73 74 20 74 68  |others whilst th|
00000d70  65 20 6f 74 68 65 72 20  69 73 20 73 74 69 6c 6c  |e other is still|
00000d80  20 61 63 74 69 76 65 6c  79 20 75 73 69 6e 67 20  | actively using |
00000d90  74 68 65 20 73 74 72 75  63 74 75 72 65 2e 0a 3c  |the structure..<|
00000da0  6c 69 3e 3c 61 20 68 72  65 66 3d 62 75 67 72 65  |li><a href=bugre|
00000db0  70 6f 72 74 73 3e 44 65  62 75 67 20 69 6e 66 6f  |ports>Debug info|
00000dc0  72 6d 61 74 69 6f 6e 3c  2f 61 3e 20 73 65 6e 74  |rmation</a> sent|
00000dd0  20 74 6f 20 52 41 4d 3a  24 2e 57 65 62 52 65 67  | to RAM:$.WebReg|
00000de0  73 20 69 66 20 44 75 6d  70 52 65 67 69 73 74 65  |s if DumpRegiste|
00000df0  72 73 20 76 61 72 69 61  62 6c 65 20 69 73 20 73  |rs variable is s|
00000e00  65 74 2e 0a 3c 6c 69 3e  41 20 6c 6f 74 20 6d 6f  |et..<li>A lot mo|
00000e10  72 65 20 69 6e 66 6f 72  6d 61 74 69 6f 6e 20 69  |re information i|
00000e20  6e 20 74 68 65 20 3c 61  20 68 72 65 66 3d 22 61  |n the <a href="a|
00000e30  72 63 77 65 62 22 3e 75  73 65 72 20 6d 61 6e 75  |rcweb">user manu|
00000e40  61 6c 3c 2f 61 3e 20 70  61 67 65 73 2e 0a 3c 6c  |al</a> pages..<l|
00000e50  69 3e 4f 74 68 65 72 20  6d 69 73 63 20 66 69 78  |i>Other misc fix|
00000e60  65 73 0a 3c 6c 69 3e 4d  61 73 73 69 76 65 20 62  |es.<li>Massive b|
00000e70  75 67 20 69 6e 20 6d 65  73 73 61 67 65 20 72 65  |ug in message re|
00000e80  63 65 70 74 69 6f 6e 20  66 75 6e 63 74 69 6f 6e  |ception function|
00000e90  20 66 69 78 65 64 2e 20  20 54 68 69 73 20 77 6f  | fixed.  This wo|
00000ea0  75 6c 64 20 68 61 76 65  20 63 61 75 73 65 64 0a  |uld have caused.|
00000eb0  20 20 20 20 72 61 6e 64  6f 6d 20 41 64 64 72 65  |    random Addre|
00000ec0  73 73 20 45 78 63 65 70  74 69 6f 6e 73 2e 0a 3c  |ss Exceptions..<|
00000ed0  6c 69 3e 41 6e 63 68 6f  72 73 20 77 6f 72 6b 20  |li>Anchors work |
00000ee0  61 67 61 69 6e 20 2d 20  74 68 65 79 20 77 65 72  |again - they wer|
00000ef0  65 20 62 72 6f 6b 65 6e  20 69 6e 20 31 2e 32 37  |e broken in 1.27|
00000f00  20 61 6e 64 20 70 6f 73  73 69 62 6c 79 20 62 65  | and possibly be|
00000f10  66 6f 72 65 20 74 68 61  74 20 74 6f 6f 2e 0a 3c  |fore that too..<|
00000f20  6c 69 3e 52 49 53 43 20  4f 53 20 33 2e 31 20 73  |li>RISC OS 3.1 s|
00000f30  68 6f 75 6c 64 20 6e 6f  20 6c 6f 6e 67 65 72 20  |hould no longer |
00000f40  64 69 65 20 77 68 65 6e  20 49 20 64 65 6c 65 74  |die when I delet|
00000f50  65 20 77 69 6e 64 6f 77  73 20 64 75 65 20 74 6f  |e windows due to|
00000f60  20 74 68 65 20 57 69 6e  64 6f 77 4d 61 6e 61 67  | the WindowManag|
00000f70  65 72 0a 20 20 20 20 62  75 67 2e 20 20 49 20 68  |er.    bug.  I h|
00000f80  61 76 65 20 61 64 64 65  64 20 63 6f 64 65 20 74  |ave added code t|
00000f90  6f 20 64 65 66 65 72 20  77 69 6e 64 6f 77 20 64  |o defer window d|
00000fa0  65 6c 65 74 69 6f 6e 20  75 6e 74 69 6c 20 74 68  |eletion until th|
00000fb0  65 20 57 69 6d 70 20 64  6f 65 73 20 6e 6f 74 20  |e Wimp does not |
00000fc0  68 61 76 65 0a 20 20 20  20 61 6e 79 20 69 63 6f  |have.    any ico|
00000fd0  6e 20 73 6c 61 62 62 65  64 20 69 6e 2e 0a 3c 6c  |n slabbed in..<l|
00000fe0  69 3e 4e 6f 74 68 69 6e  67 20 77 61 73 20 62 65  |i>Nothing was be|
00000ff0  69 6e 67 20 61 75 74 6f  6d 61 74 69 63 61 6c 6c  |ing automaticall|
00001000  79 20 72 75 6e 20 28 65  76 65 6e 20 27 73 61 66  |y run (even 'saf|
00001010  65 27 20 74 79 70 65 73  29 20 64 75 65 20 74 6f  |e' types) due to|
00001020  20 6d 65 20 66 61 69 6c  69 6e 67 0a 20 20 20 20  | me failing.    |
00001030  74 6f 20 72 65 61 64 20  74 68 65 20 74 6f 70 20  |to read the top |
00001040  6f 66 20 50 52 4d 20 31  2d 33 31 30 20 72 65 67  |of PRM 1-310 reg|
00001050  61 72 64 69 6e 67 20 74  68 65 20 66 61 63 74 20  |arding the fact |
00001060  74 68 61 74 20 3c 74 74  3e 6f 73 5f 72 65 61 64  |that <tt>os_read|
00001070  5f 76 61 72 5f 76 61 6c  3c 2f 74 74 3e 0a 20 20  |_var_val</tt>.  |
00001080  20 20 3c 65 6d 3e 63 61  6e 3c 2f 65 6d 3e 20 72  |  <em>can</em> r|
00001090  65 74 75 72 6e 20 61 6e  20 65 72 72 6f 72 2c 20  |eturn an error, |
000010a0  65 76 65 6e 20 69 66 20  69 74 20 73 75 63 63 65  |even if it succe|
000010b0  65 64 73 2e 0a 3c 6c 69  3e 67 6f 70 68 65 72 20  |eds..<li>gopher |
000010c0  63 6f 64 65 20 72 65 77  72 69 74 74 65 6e 20 74  |code rewritten t|
000010d0  6f 20 68 61 6e 64 6c 65  20 45 4f 4c 20 63 6f 72  |o handle EOL cor|
000010e0  72 65 63 74 6c 79 0a 3c  6c 69 3e 42 75 67 20 69  |rectly.<li>Bug i|
000010f0  6e 20 65 6d 61 69 6c 20  68 61 6e 64 6c 69 6e 67  |n email handling|
00001100  20 28 63 61 75 73 65 64  20 61 20 63 72 61 73 68  | (caused a crash|
00001110  29 20 66 69 78 65 64 0a  3c 6c 69 3e 4d 6f 75 73  |) fixed.<li>Mous|
00001120  65 20 70 6f 69 6e 74 65  72 20 63 68 61 6e 67 65  |e pointer change|
00001130  73 20 73 68 61 70 65 20  77 68 69 6c 73 74 20 6f  |s shape whilst o|
00001140  76 65 72 20 61 20 68 79  70 65 72 6c 69 6e 6b 0a  |ver a hyperlink.|
00001150  3c 6c 69 3e 73 70 75 72  69 6f 75 73 20 77 69 6e  |<li>spurious win|
00001160  64 6f 77 20 6f 70 65 6e  69 6e 67 73 20 61 6e 64  |dow openings and|
00001170  20 63 72 61 73 68 65 73  20 77 68 65 6e 20 75 73  | crashes when us|
00001180  69 6e 67 20 64 69 61 6c  6f 67 75 65 20 62 6f 78  |ing dialogue box|
00001190  65 73 20 68 61 76 65 20  62 65 65 6e 0a 20 20 20  |es have been.   |
000011a0  20 66 69 78 65 64 20 28  62 75 67 20 69 6e 20 52  | fixed (bug in R|
000011b0  49 53 43 5f 4f 53 6c 69  62 29 0a 3c 6c 69 3e 48  |ISC_OSlib).<li>H|
000011c0  69 73 74 6f 72 79 20 77  69 6e 64 6f 77 20 68 61  |istory window ha|
000011d0  73 20 61 20 6d 65 6e 75  20 74 6f 20 61 6c 6c 6f  |s a menu to allo|
000011e0  77 20 79 6f 75 20 74 6f  20 66 6c 75 73 68 20 69  |w you to flush i|
000011f0  74 0a 3c 6c 69 3e 57 6f  6e 27 74 20 6f 70 65 6e  |t.<li>Won't open|
00001200  20 61 72 63 68 69 76 65  73 20 61 75 74 6f 6d 61  | archives automa|
00001210  74 69 63 61 6c 6c 79 2c  20 62 75 74 20 77 69 6c  |tically, but wil|
00001220  6c 20 66 6f 72 63 65 20  79 6f 75 20 74 6f 20 73  |l force you to s|
00001230  61 76 65 20 74 68 65 6d  20 62 65 66 6f 72 65 0a  |ave them before.|
00001240  20 20 20 20 6f 70 65 6e  69 6e 67 2e 20 20 54 68  |    opening.  Th|
00001250  69 73 20 69 73 20 61 20  73 65 63 75 72 69 74 79  |is is a security|
00001260  20 66 65 61 74 75 72 65  20 61 73 20 6d 75 63 68  | feature as much|
00001270  20 61 73 20 61 6e 79 74  68 69 6e 67 20 65 6c 73  | as anything els|
00001280  65 0a 3c 6c 69 3e 4d 6f  72 65 20 6d 6f 64 75 6c  |e.<li>More modul|
00001290  65 73 20 69 6e 63 6c 75  64 65 64 20 69 6e 20 74  |es included in t|
000012a0  68 65 20 21 53 79 73 74  65 6d 20 64 69 72 65 63  |he !System direc|
000012b0  74 6f 72 79 0a 3c 6c 69  3e 54 68 65 20 6c 6f 77  |tory.<li>The low|
000012c0  20 6d 65 6d 6f 72 79 20  68 61 6e 64 6c 65 72 20  | memory handler |
000012d0  63 6f 6e 74 61 69 6e 65  64 20 61 20 6d 61 73 73  |contained a mass|
000012e0  69 76 65 20 62 75 67 20  77 68 69 63 68 20 72 65  |ive bug which re|
000012f0  73 75 6c 74 65 64 20 69  6e 20 74 68 65 20 72 65  |sulted in the re|
00001300  6e 64 65 72 0a 20 20 20  20 6f 66 20 61 20 70 61  |nder.    of a pa|
00001310  67 65 20 73 74 61 6c 6c  69 6e 67 20 69 66 20 74  |ge stalling if t|
00001320  68 65 72 65 20 77 61 73  6e 27 74 20 65 6e 6f 75  |here wasn't enou|
00001330  67 68 20 6d 65 6d 6f 72  79 20 66 6f 72 20 61 6e  |gh memory for an|
00001340  20 69 6d 61 67 65 20 63  6f 6e 76 65 72 73 69 6f  | image conversio|
00001350  6e 2e 0a 20 20 20 20 54  68 69 73 20 63 6f 75 6c  |n..    This coul|
00001360  64 20 71 75 69 74 65 20  70 6f 73 73 69 62 6c 79  |d quite possibly|
00001370  20 68 61 76 65 20 63 61  75 73 65 64 20 6f 74 68  | have caused oth|
00001380  65 72 20 77 65 69 72 64  20 65 72 72 6f 72 73 20  |er weird errors |
00001390  66 6f 72 20 70 65 6f 70  6c 65 20 77 68 6f 20 72  |for people who r|
000013a0  61 6e 0a 20 20 20 20 6c  6f 77 20 6f 6e 20 6d 65  |an.    low on me|
000013b0  6d 6f 72 79 2e 0a 3c 2f  75 6c 3e 0a 0a 3c 68 72  |mory..</ul>..<hr|
000013c0  3e 0a 3c 61 64 64 72 65  73 73 3e 0a 53 74 65 77  |>.<address>.Stew|
000013d0  61 72 74 20 42 72 6f 64  69 65 0a 3c 2f 61 64 64  |art Brodie.</add|
000013e0  72 65 73 73 3e 0a                                 |ress>.|
000013e6