Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler » !ProFiler/Dox/Changes
!ProFiler/Dox/Changes
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 » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler |
Filename: | !ProFiler/Dox/Changes |
Read OK: | ✔ |
File size: | 4972 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html><head><title>Latest changes in ProFiler</title></head> <body> <h2>Changes from 1.13 to 1.15</h2> <ul> <li>A bug caused some directories to get a small sprite instead of a large one. <li>The same bug also prevented some apps from being booted properly. <li>Now using RunDir_2FFD and BootDir_2FFD as default actions. More info is in <a href="./RunAndBoot">RunAndBoot</a>. <li>Error handler now reports which program (usually a module) that contains the instruction, that caused the error. <li>Better handling of memory buffers when reading directories. <li>Added a function to close selected files (obviously open for misuse, but so are all the other functions). <li>When an unbooted app-dir was opened and then closed, it was booted. This was because of the <a href="./Messages#410">Message_FilerSpriteIs</a>. The system has now been changed, read <a href="./Service#30C">Service</a> for details. <li>Consequently, you now need Pinboard+ version 1.23 to see correct sprites on the pinboard. The only difference is whether open/closed dirs are displayed and updated properly. <li>Some of the command help texts were missing, now they're back. </ul> <h2>Changes from 1.15 to 1.17</h2> <ul> <li>Access, Stamp and Count now works recursively in singletask mode. Stamp and Count are always recursive, for Access it is optional. <li>About Close: It could be recursive, but isn't. The problem is, that when it recurses, it causes the image files to be scanned (and hence opened), so it usually defeats its purpose. <li>About the singletasking Count: It is a very simple count, that adds up all the file sizes. Later on it will probably work like RealCount, and display wasted space etc. as well. <li>Changed Stamp slightly, so it makes sure that there is at least one cs between stamped files. The only time the stamps should be identical, is when one is a copy of the other. I can't do anything about Filer_Action, so the above only applies to the singletasking stamp. <li>Added the option to recurse into directories when 'Show size' is on. This can obviously make selecting very slow, that is why it is an option. <li>Access and Stamp will recurse into image files, Count and Show size will not. <li>New option to keep the 'Show size' pane visible, even when nothing is selected. Some people will prefer this. <li>Now calculates the width of the toolsprites instead of just assuming it. <li>If sprites are added to the wimp pool, the objects that has used the 'unknown' filetype sprite are updated. This keeps the viewers up to date in most cases. One case where it doesn't, is if the sprite for a filetype is replaced. Perhaps this will be included later, but that will probably require Wimp_SpriteOp to be intercepted. <li>New version number <li>New date stamp <li>Re-assembled <li>This file updated <li>This line added </ul> <h2>Changes from 1.17 to 1.19</h2> <ul> <li>Space key was displayed as ' ', i.e. invisible. It's called 'SPACE' now. <li>These documents converted to HTML. <li>There was a bug in Filer_Boot that caused failed Filer_Boots to be added to the list of booted things. This caused errors if the list was later used as a desktop startup file. Files were ignored, but also entered into the list, though this did not give rise to errors. <li>Made the Choices=>Fileops window shade the choices that aren't implemented anyway. <li>Implemented many of the fileop options in singletask mode. It is still limited by what OS_FSControl can do, though. <li>Rename (move) within an image file didn't update the destination viewer properly. This is a bug in FileSwitch, and I have worked around it in the same way as the ROM filer does. </ul> <h2>Changes from 1.19 to 1.21</h2> <ul> <li>Fixed a bug that held back Message_DataOpen for some image files. <li>Fixed the known bug that prevented viewer update of things like 'Pipe:$'. <li>Implemented special fields when updating (as mentioned in Future (not anymore of course)). <li>Bug in !Filer_L (Local choices) fixed, double-clicking on ViewDef files didn't work as intended. <li>Many changes to "Rename-in-place": <br>Worked around the wimp bug, so it now works reliably with small icons. <br>It could select white text on white background, which wasn't very nice. <br>Rename in Full info doesn't use the full width for the writable field anymore. <li>Wrote interactive help for !Filer_G and !Filer_L (choices windows). Yawn. <li>Added Alt-Click on type in Full info, brings up the settype menu. <li>Settype entry is instantly expanded to the first match. E.g. entering <kbd>spr</kbd> is usually enough to identify <kbd>Sprite</kbd>. <li>The change to Access in 1.17 left the Access box choosing some strange default states. Now it's back to normal. <li>Ctrl-Close icon (with Select) will now close the viewer and all its open subdirectories. <li>When Swap was used with small icons, Rename-in-place was more like Rename-all-over-the-place. Now it works. <li>Added a key to close the viewer. No default key on this function. <li>Added the choice of left, right, either or no Alt key for starting the direct file operations. Default is 'either'. <li>Added attribute buttons for low res modes. Ugly as they are, they're better than scaled down hires ones. Make your own if you wish, just make sure they all have the same width (the width of attr_00 affects all of them). <li>Added the check for hang-click to *Filer_Run code. This means that hang-click now works on the Pinboard and other programs that say *Filer_Run when you double-click on something. <li>Completely revised the system for running objects. Still works as before, but I've changed the description anyway (see <a href="./RunAndBoot">RunAndBoot</a>). <li>*Filer_Run now works <i>exactly</i> like double-clicking, even to the point of opening dirs in the right place if the parent happens to be visible. <li>Made all the icons slightly larger for the people with large fonts. <li>SC_Sprite now uses the normal sprite file icon if there isn't exactly one sprite in the file. <li>SC_Sprite now gets the palette right if there is none in the file. <li>Background tiling now supported. Since it is possible to use tiling with or without Wimp_BlockCopy, there is also an option to choose this. See <a href="./Guide#Global">Guide</a> for details. <li>Added a choice of giving the thumbnails a maximum width. Some of them already had a fixed one, but now it can be set, locally for each viewer if desired. <br>Sprite Clients are given more information in their service calls, see <a href="./Service#308">Service</a> for details. <br><i>Note: This width is also taken into account when deciding if a sprite is already in the cache. It will be used from the cache if it doesn't exceed the maximum width.</i> <li>Implemented the maximum width in all the SC_* modules. <li>Added <b>HotButtons</b> on the size bar. They can do the same as hotkeys, and are turned on in the shortcut window. It's a very simple feature at the moment, and it will be extended later. <li>Now forces filled icons for the data part of full info. Also turns off the select bit, so it can look like the ROM filer, without losing the anti-aliasing. <li>If the desktop font changes, the viewers are updated (so the objects might widen). <li>The width of the vertical scrollbar is now calculated properly, so it works if you've got different toolsprites for different modes. <br><i>Note: This width is only used when opening a viewer beyond the right edge of the screen.</i> <li>New option: <b>Snap width to object grid</b>, which will make sure new viewers are a whole number of objects wide. <li>The sprites 'smwait_1xxx' and 'smwait_2xxx' are now used correctly. <li>You could bind a key to more than one function. Not anymore. <li>There is now an option which will require clicks on unselected objects to hit the sprite or the text. When the object is selected, clicking within the bounding box is sufficient. This is like the ROM filer does it. <li>New SWI (Filer_Scale) that does some of the redundant code in Sprite Clients. See <a href="./SWIs#Scale">SWIs</a> for details. <li>In Small icons and Full info, the width of the thumbnails are now checked against half the maximum width defined. If it is wider than this, or taller than 36 os-units, it is shown at half size. </ul> <h2>Changes from 1.21 to 1.23</h2> <ul> <li>Message_DesktopFontChanged is apparently sent at mode changes too, whether or not the font changes. Now the handle is checked before updating to see if it is worthwhile. <li>New option makes it possible to get the 'Show size' bars on the outside of the viewers instead of inside. <li>Local choices can now be stored as a 'HyperDef' file. Such a file will take effect from the directory it's in, and down into all subsequent directories. There is still only one file, but it has a different type. <br>Since it will take longer to open a directory when the path has to be scanned for these HyperDef files, there is a master switch in Global choices that can disable this feature. <br><i>Note: This HyperDef effect can still be overridden by normal ViewDef files for a single directory, or by another HyperDef file for the rest of the directory tree. Also, you don't need to define all the choices in each file. I recommend that you refer to the <a href="./Guide#Local">Guide</a> for a full explanation.</i> <li>The Local choices window was getting large, so now the action buttons are in a pane. <li>Now fills in row and column numbers in Message_FilerSelection, so it at least matches the number of files selected. <li>When counting the size of the selection for the 'Show size' bar, Escape will abort it. <li>New service call, see <a href="./Service#310">Service</a>. <li>Added several messages, two service calls and a SWI to enable external programs to have choices. <li>In SC_Sprite, it is now optional whether you demand exactly 1 sprite in the file before it will make a thumbnail. <li>Added SC_Manager to make life even easier, if the choices can be maintained in a standard way. <li>Changed the settype menu to be user-defined, with a submenu containing all the types. When using a type from the long list, it is added to the short list if not there already. Thanks to Vincent Lefevre for this idea! <li>Added a window to Choices to set up the short list of types. <li>It is now possible to use another sprite for tiling in the Filer windows if you wish. It will look for 'tile_f' sprites first, then the normal 'tile_1' ones. <li>For the NN'th time, worked around a bug in the Toolbox, that could provoke exceptions if you ran several menu functions in a row (with Adjust). <li>A booting bug still lingered. This time CDFS sometimes returns a load/exec pair that means 'untyped', when in fact the object has a type if you look closer. <li>When an object was overwritten, and only the case of the filename changed, the viewer didn't update. Now it does. <li>Another bug in the toolbox caused keypresses, that the toolbox had dealt with, to be sent on anyway to the rest of the system. As there is no way of knowing whether the toolbox has reacted or not, I can't fix this completely. It is now a compromise: Any key that the toolbox <i>may</i> have dealt with is not sent on. The exception is F12 in any of its forms, which is always sent on. <li>New system variable, Filer$Viewer. See <a href="./SysVars">SysVars</a>. <li>Gave up on using the toolbox for handling key shortcuts. <li>Lots of changes. Internal functions modified to work like external ones. The main goal for functions is, that everything I could have made in the Filer, you should be able to make in an external module. <li>Made 'service entries' for utilities instead of a lot of SWIs. <li>SC_Manager now provides AutoLoad for modular external utilities. <li>Hide hidden is now forced on when the computer is locked. <li>A bug in the PowerTec SCSIFS can corrupt one map copy in some circumstances. In the filer, it affected 'Save cache'. That code has now been changed to make it work, but the FS bug it still there of course. <li>Made a link utility to test the client interface. Serves as an example as well. <li>Made a utility to control 'generic converters'. These are just small Basic programs, and many people should be able to make such converters. There are no choices for these yet (other than custom choices), but that will come later. <li>More texts moved into the Messages file. <li>A new file '!Menus' will control which order the various functions appear in the menus. There is no GUI for defining this file yet. The format is described in <a href="./Menus">Menus</a>. <li>The order of the buttons on the size bar can now be controlled. <li>An example button is shown to the right of the option button. <li>Each External Utility now has a description to be shown in the choices window. <li>At some point, Shift-*Filer_Run and Shift-doubleclick stopped closing an already open directory. Now it's back. <li>Input focus is kept after direct-renaming. <li>DataOpen is now also sent for plain directories. It wasn't before because it improved the response. However, things like !Director didn't work, and now it does. </ul> <h2>Changes from 1.23 to 1.25</h2> <ul> <li>Eventually found and fixed the irritating bug to do with the type menu in New directory. <li>Fixed another bug involving direct-settype. <li>Changed the error handler so it only provides a 'Cancel to quit' if the error occurs within half a second after the previous error. So if you really get in trouble with an infinite error-loop, you can quit the filer. In most cases you will just continue, but some people inadvertently used Cancel when it wasn't necessary. <li>The new window manager made it worthwhile to add a minimum size of viewers to the global choices. <li>Added a check for Window 1.39 if running newer window managers. Older versions of Window have redraw problems. <li>Added two keys for turning status windows on and off. Note that RealCount seems to prevent this from working with Count. <li>To make a public release easier, the fixed SpriteExtend module was removed, and a patch routine included instead. This patch routine will at least patch versions 0.99 and 1.04. If newer versions still have the bug, but it has changed appearance, it may not work. <li>Fix: If a key caused a viewer to close, and the menu was open, sometimes the menu wasn't closed as well. <li>Fix: Large directories with more than about 1200 files could lead to errors. <li>Released to beta testers </ul> <h2>Changes from 1.25 to 1.27</h2> <ul> <li>Fixed a bug when escaping 'Show size' counting. <li>A few changes when updating very large viewers. <li>Wimp_ReadPixTrans doesn't work with 8bpp sprites. This affected tiled viewers in 256 colour modes. Now using ColourTrans instead, which works. <li>Changed Sort-by-type to use the same order as the ROM filer. <li>Added a header to the Access window that might make things a bit clearer to new users. <li>Changed the run sequence to work better under the new wimp. <li>Added shading code to 'Open parent', so it is shaded in the root. <li>Moved some functions to make it look more like the ROM filer. <li>Added an Access menu like the ROM filer has. <li>Changed the Access window to look like the ROM filer. This took a long time, 'cause there is yet another strange bug in the toolbox. <li>Added shading to 'Select all'. <li>Changed the Object entry to say 'File', 'Dir.', 'App.', and 'Image'. <li>Added more accurate shading to Help, and removed the possibility of having help files in plain directories and images. This is to avoid the problem of getting an error when opening the object submenu. <li>Made directory types optional. When off, all dirs will be type &1FFD, all apps will be &2FFD, and it will not be possible to change them. <br><i>Note: Dir-types are now off by default.</i> <li>Changed default choices to be more like the ROM filer. <li>Changed full info dates to look like the ROM filer. <li>Added option to show parameter windows in relation to the viewer instead of the pointer. <li>Changed icon sizes/spacing to be equivalent to the ROM filer. Full info can't be exactly the same, but it's close enough. <li>Made the selection of child when opening parent optional. <li>Changed the object info box to look like the ROM filer's. Removed 'File', 'Image' etc. from the tail of the type strings, so it fits better in the icon. <li>Probably fixed a bug that could make errors when saving from the convert utility. <li>Fixed a bug that happened when killing the module immediately after quitting the task. <li>Now restoring the previous value of Filer$Path when dying. This enables the previous (usually ROM-) filer to start afterwards. <li>Added an 'All' button to the 'File ops�' window. This will set choices for all the operation types at once. <li>If the window has maximum height, and the maximum height is increased (e.g. if new files are added), the window will be extended so it has the new maximum height. </ul> <h2>Changes from 1.27 to 1.29</h2> <ul> <li>No-child-selection-in-parent on as default. Background colour is 3 by default. M_Filer_Object0 changed to 'No selection'. <li>Kludged a <0> onto the Filer task name. This makes Filer- and PlaceIt work without modifications. <li>Changed the direct-renaming of large icons to just highlight the text part of the icon. <li>Added the option of having a border on the rename icon. On by default. <li>Added an indication of when the global choices have been modified. <li>Added the option of using the CMOS ram to store viewer style/sort instead of the choices file. It will also change the CMOS ram when you manually change the viewer style, so it works like the ROM filer. On by default. <li>Yet another option to sort the full type list by name as well. <li>Added 'Sort by name' to the settype setup window. <li>Added more checks to SC_Replay code. <li>Added an option to prevent booting of apps if their sprite is already known. This was the default action before, now it is turned off by default. </ul> <h2>Changes from 1.29 to 1.31</h2> <ul> <li>Untyped files said 'Image' in the menu. <li>Escape now aborts all single-tasking file operations. <li>Fixed a bug that might have prevented shutdown in some cases. <li>Input focus made more like an editor. A viewer gets the focus when opened or clicked in. It still only happens if the filer (or nobody) had it before. Also, Menu doesn't change the focus. <li>Added the option of going all the way with 'Editor mode'. This will allow the filer to grab input focus from other applications. <li>Now checks all object sprites at mode changes, in the unlikely event that someone should have removed one of them. <li>Changed the Copy box so it uses multitasking if configured. Also, it forces singletasking if copying directly to an application. </ul>
00000000 3c 68 74 6d 6c 3e 3c 68 65 61 64 3e 3c 74 69 74 |<html><head><tit| 00000010 6c 65 3e 4c 61 74 65 73 74 20 63 68 61 6e 67 65 |le>Latest change| 00000020 73 20 69 6e 20 50 72 6f 46 69 6c 65 72 3c 2f 74 |s in ProFiler</t| 00000030 69 74 6c 65 3e 3c 2f 68 65 61 64 3e 0a 0a 3c 62 |itle></head>..<b| 00000040 6f 64 79 3e 0a 3c 68 32 3e 43 68 61 6e 67 65 73 |ody>.<h2>Changes| 00000050 20 66 72 6f 6d 20 31 2e 31 33 20 74 6f 20 31 2e | from 1.13 to 1.| 00000060 31 35 3c 2f 68 32 3e 0a 0a 3c 75 6c 3e 0a 3c 6c |15</h2>..<ul>.<l| 00000070 69 3e 41 20 62 75 67 20 63 61 75 73 65 64 20 73 |i>A bug caused s| 00000080 6f 6d 65 20 64 69 72 65 63 74 6f 72 69 65 73 20 |ome directories | 00000090 74 6f 20 67 65 74 20 61 20 73 6d 61 6c 6c 20 73 |to get a small s| 000000a0 70 72 69 74 65 20 69 6e 73 74 65 61 64 20 6f 66 |prite instead of| 000000b0 20 61 20 6c 61 72 67 65 20 6f 6e 65 2e 0a 3c 6c | a large one..<l| 000000c0 69 3e 54 68 65 20 73 61 6d 65 20 62 75 67 20 61 |i>The same bug a| 000000d0 6c 73 6f 20 70 72 65 76 65 6e 74 65 64 20 73 6f |lso prevented so| 000000e0 6d 65 20 61 70 70 73 20 66 72 6f 6d 20 62 65 69 |me apps from bei| 000000f0 6e 67 20 62 6f 6f 74 65 64 20 70 72 6f 70 65 72 |ng booted proper| 00000100 6c 79 2e 0a 3c 6c 69 3e 4e 6f 77 20 75 73 69 6e |ly..<li>Now usin| 00000110 67 20 52 75 6e 44 69 72 5f 32 46 46 44 20 61 6e |g RunDir_2FFD an| 00000120 64 20 42 6f 6f 74 44 69 72 5f 32 46 46 44 20 61 |d BootDir_2FFD a| 00000130 73 20 64 65 66 61 75 6c 74 20 61 63 74 69 6f 6e |s default action| 00000140 73 2e 20 4d 6f 72 65 20 69 6e 66 6f 20 69 73 20 |s. More info is | 00000150 69 6e 20 3c 61 20 68 72 65 66 3d 22 2e 2f 52 75 |in <a href="./Ru| 00000160 6e 41 6e 64 42 6f 6f 74 22 3e 52 75 6e 41 6e 64 |nAndBoot">RunAnd| 00000170 42 6f 6f 74 3c 2f 61 3e 2e 0a 3c 6c 69 3e 45 72 |Boot</a>..<li>Er| 00000180 72 6f 72 20 68 61 6e 64 6c 65 72 20 6e 6f 77 20 |ror handler now | 00000190 72 65 70 6f 72 74 73 20 77 68 69 63 68 20 70 72 |reports which pr| 000001a0 6f 67 72 61 6d 20 28 75 73 75 61 6c 6c 79 20 61 |ogram (usually a| 000001b0 20 6d 6f 64 75 6c 65 29 20 74 68 61 74 20 63 6f | module) that co| 000001c0 6e 74 61 69 6e 73 20 74 68 65 20 69 6e 73 74 72 |ntains the instr| 000001d0 75 63 74 69 6f 6e 2c 20 74 68 61 74 20 63 61 75 |uction, that cau| 000001e0 73 65 64 20 74 68 65 20 65 72 72 6f 72 2e 0a 3c |sed the error..<| 000001f0 6c 69 3e 42 65 74 74 65 72 20 68 61 6e 64 6c 69 |li>Better handli| 00000200 6e 67 20 6f 66 20 6d 65 6d 6f 72 79 20 62 75 66 |ng of memory buf| 00000210 66 65 72 73 20 77 68 65 6e 20 72 65 61 64 69 6e |fers when readin| 00000220 67 20 64 69 72 65 63 74 6f 72 69 65 73 2e 0a 3c |g directories..<| 00000230 6c 69 3e 41 64 64 65 64 20 61 20 66 75 6e 63 74 |li>Added a funct| 00000240 69 6f 6e 20 74 6f 20 63 6c 6f 73 65 20 73 65 6c |ion to close sel| 00000250 65 63 74 65 64 20 66 69 6c 65 73 20 28 6f 62 76 |ected files (obv| 00000260 69 6f 75 73 6c 79 20 6f 70 65 6e 20 66 6f 72 20 |iously open for | 00000270 6d 69 73 75 73 65 2c 20 62 75 74 20 73 6f 20 61 |misuse, but so a| 00000280 72 65 20 61 6c 6c 20 74 68 65 20 6f 74 68 65 72 |re all the other| 00000290 20 66 75 6e 63 74 69 6f 6e 73 29 2e 0a 3c 6c 69 | functions)..<li| 000002a0 3e 57 68 65 6e 20 61 6e 20 75 6e 62 6f 6f 74 65 |>When an unboote| 000002b0 64 20 61 70 70 2d 64 69 72 20 77 61 73 20 6f 70 |d app-dir was op| 000002c0 65 6e 65 64 20 61 6e 64 20 74 68 65 6e 20 63 6c |ened and then cl| 000002d0 6f 73 65 64 2c 20 69 74 20 77 61 73 20 62 6f 6f |osed, it was boo| 000002e0 74 65 64 2e 20 54 68 69 73 20 77 61 73 20 62 65 |ted. This was be| 000002f0 63 61 75 73 65 20 6f 66 20 74 68 65 20 3c 61 20 |cause of the <a | 00000300 68 72 65 66 3d 22 2e 2f 4d 65 73 73 61 67 65 73 |href="./Messages| 00000310 23 34 31 30 22 3e 4d 65 73 73 61 67 65 5f 46 69 |#410">Message_Fi| 00000320 6c 65 72 53 70 72 69 74 65 49 73 3c 2f 61 3e 2e |lerSpriteIs</a>.| 00000330 20 54 68 65 20 73 79 73 74 65 6d 20 68 61 73 20 | The system has | 00000340 6e 6f 77 20 62 65 65 6e 20 63 68 61 6e 67 65 64 |now been changed| 00000350 2c 20 72 65 61 64 20 3c 61 20 68 72 65 66 3d 22 |, read <a href="| 00000360 2e 2f 53 65 72 76 69 63 65 23 33 30 43 22 3e 53 |./Service#30C">S| 00000370 65 72 76 69 63 65 3c 2f 61 3e 20 66 6f 72 20 64 |ervice</a> for d| 00000380 65 74 61 69 6c 73 2e 0a 3c 6c 69 3e 43 6f 6e 73 |etails..<li>Cons| 00000390 65 71 75 65 6e 74 6c 79 2c 20 79 6f 75 20 6e 6f |equently, you no| 000003a0 77 20 6e 65 65 64 20 50 69 6e 62 6f 61 72 64 2b |w need Pinboard+| 000003b0 20 76 65 72 73 69 6f 6e 20 31 2e 32 33 20 74 6f | version 1.23 to| 000003c0 20 73 65 65 20 63 6f 72 72 65 63 74 20 73 70 72 | see correct spr| 000003d0 69 74 65 73 20 6f 6e 20 74 68 65 20 70 69 6e 62 |ites on the pinb| 000003e0 6f 61 72 64 2e 20 54 68 65 20 6f 6e 6c 79 20 64 |oard. The only d| 000003f0 69 66 66 65 72 65 6e 63 65 20 69 73 20 77 68 65 |ifference is whe| 00000400 74 68 65 72 20 6f 70 65 6e 2f 63 6c 6f 73 65 64 |ther open/closed| 00000410 20 64 69 72 73 20 61 72 65 20 64 69 73 70 6c 61 | dirs are displa| 00000420 79 65 64 20 61 6e 64 20 75 70 64 61 74 65 64 20 |yed and updated | 00000430 70 72 6f 70 65 72 6c 79 2e 0a 3c 6c 69 3e 53 6f |properly..<li>So| 00000440 6d 65 20 6f 66 20 74 68 65 20 63 6f 6d 6d 61 6e |me of the comman| 00000450 64 20 68 65 6c 70 20 74 65 78 74 73 20 77 65 72 |d help texts wer| 00000460 65 20 6d 69 73 73 69 6e 67 2c 20 6e 6f 77 20 74 |e missing, now t| 00000470 68 65 79 27 72 65 20 62 61 63 6b 2e 0a 3c 2f 75 |hey're back..</u| 00000480 6c 3e 0a 0a 3c 68 32 3e 43 68 61 6e 67 65 73 20 |l>..<h2>Changes | 00000490 66 72 6f 6d 20 31 2e 31 35 20 74 6f 20 31 2e 31 |from 1.15 to 1.1| 000004a0 37 3c 2f 68 32 3e 0a 0a 3c 75 6c 3e 0a 3c 6c 69 |7</h2>..<ul>.<li| 000004b0 3e 41 63 63 65 73 73 2c 20 53 74 61 6d 70 20 61 |>Access, Stamp a| 000004c0 6e 64 20 43 6f 75 6e 74 20 6e 6f 77 20 77 6f 72 |nd Count now wor| 000004d0 6b 73 20 72 65 63 75 72 73 69 76 65 6c 79 20 69 |ks recursively i| 000004e0 6e 20 73 69 6e 67 6c 65 74 61 73 6b 20 6d 6f 64 |n singletask mod| 000004f0 65 2e 20 53 74 61 6d 70 20 61 6e 64 20 43 6f 75 |e. Stamp and Cou| 00000500 6e 74 20 61 72 65 20 61 6c 77 61 79 73 20 72 65 |nt are always re| 00000510 63 75 72 73 69 76 65 2c 20 66 6f 72 20 41 63 63 |cursive, for Acc| 00000520 65 73 73 20 69 74 20 69 73 20 6f 70 74 69 6f 6e |ess it is option| 00000530 61 6c 2e 0a 3c 6c 69 3e 41 62 6f 75 74 20 43 6c |al..<li>About Cl| 00000540 6f 73 65 3a 20 49 74 20 63 6f 75 6c 64 20 62 65 |ose: It could be| 00000550 20 72 65 63 75 72 73 69 76 65 2c 20 62 75 74 20 | recursive, but | 00000560 69 73 6e 27 74 2e 20 54 68 65 20 70 72 6f 62 6c |isn't. The probl| 00000570 65 6d 20 69 73 2c 20 74 68 61 74 20 77 68 65 6e |em is, that when| 00000580 20 69 74 20 72 65 63 75 72 73 65 73 2c 20 69 74 | it recurses, it| 00000590 20 63 61 75 73 65 73 20 74 68 65 20 69 6d 61 67 | causes the imag| 000005a0 65 20 66 69 6c 65 73 20 74 6f 20 62 65 20 73 63 |e files to be sc| 000005b0 61 6e 6e 65 64 20 28 61 6e 64 20 68 65 6e 63 65 |anned (and hence| 000005c0 20 6f 70 65 6e 65 64 29 2c 20 73 6f 20 69 74 20 | opened), so it | 000005d0 75 73 75 61 6c 6c 79 20 64 65 66 65 61 74 73 20 |usually defeats | 000005e0 69 74 73 20 70 75 72 70 6f 73 65 2e 0a 3c 6c 69 |its purpose..<li| 000005f0 3e 41 62 6f 75 74 20 74 68 65 20 73 69 6e 67 6c |>About the singl| 00000600 65 74 61 73 6b 69 6e 67 20 43 6f 75 6e 74 3a 20 |etasking Count: | 00000610 49 74 20 69 73 20 61 20 76 65 72 79 20 73 69 6d |It is a very sim| 00000620 70 6c 65 20 63 6f 75 6e 74 2c 20 74 68 61 74 20 |ple count, that | 00000630 61 64 64 73 20 75 70 20 61 6c 6c 20 74 68 65 20 |adds up all the | 00000640 66 69 6c 65 20 73 69 7a 65 73 2e 20 4c 61 74 65 |file sizes. Late| 00000650 72 20 6f 6e 20 69 74 20 77 69 6c 6c 20 70 72 6f |r on it will pro| 00000660 62 61 62 6c 79 20 77 6f 72 6b 20 6c 69 6b 65 20 |bably work like | 00000670 52 65 61 6c 43 6f 75 6e 74 2c 20 61 6e 64 20 64 |RealCount, and d| 00000680 69 73 70 6c 61 79 20 77 61 73 74 65 64 20 73 70 |isplay wasted sp| 00000690 61 63 65 20 65 74 63 2e 20 61 73 20 77 65 6c 6c |ace etc. as well| 000006a0 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 20 53 74 |..<li>Changed St| 000006b0 61 6d 70 20 73 6c 69 67 68 74 6c 79 2c 20 73 6f |amp slightly, so| 000006c0 20 69 74 20 6d 61 6b 65 73 20 73 75 72 65 20 74 | it makes sure t| 000006d0 68 61 74 20 74 68 65 72 65 20 69 73 20 61 74 20 |hat there is at | 000006e0 6c 65 61 73 74 20 6f 6e 65 20 63 73 20 62 65 74 |least one cs bet| 000006f0 77 65 65 6e 20 73 74 61 6d 70 65 64 20 66 69 6c |ween stamped fil| 00000700 65 73 2e 20 54 68 65 20 6f 6e 6c 79 20 74 69 6d |es. The only tim| 00000710 65 20 74 68 65 20 73 74 61 6d 70 73 20 73 68 6f |e the stamps sho| 00000720 75 6c 64 20 62 65 20 69 64 65 6e 74 69 63 61 6c |uld be identical| 00000730 2c 20 69 73 20 77 68 65 6e 20 6f 6e 65 20 69 73 |, is when one is| 00000740 20 61 20 63 6f 70 79 20 6f 66 20 74 68 65 20 6f | a copy of the o| 00000750 74 68 65 72 2e 20 49 20 63 61 6e 27 74 20 64 6f |ther. I can't do| 00000760 20 61 6e 79 74 68 69 6e 67 20 61 62 6f 75 74 20 | anything about | 00000770 46 69 6c 65 72 5f 41 63 74 69 6f 6e 2c 20 73 6f |Filer_Action, so| 00000780 20 74 68 65 20 61 62 6f 76 65 20 6f 6e 6c 79 20 | the above only | 00000790 61 70 70 6c 69 65 73 20 74 6f 20 74 68 65 20 73 |applies to the s| 000007a0 69 6e 67 6c 65 74 61 73 6b 69 6e 67 20 73 74 61 |ingletasking sta| 000007b0 6d 70 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 74 68 |mp..<li>Added th| 000007c0 65 20 6f 70 74 69 6f 6e 20 74 6f 20 72 65 63 75 |e option to recu| 000007d0 72 73 65 20 69 6e 74 6f 20 64 69 72 65 63 74 6f |rse into directo| 000007e0 72 69 65 73 20 77 68 65 6e 20 27 53 68 6f 77 20 |ries when 'Show | 000007f0 73 69 7a 65 27 20 69 73 20 6f 6e 2e 20 54 68 69 |size' is on. Thi| 00000800 73 20 63 61 6e 20 6f 62 76 69 6f 75 73 6c 79 20 |s can obviously | 00000810 6d 61 6b 65 20 73 65 6c 65 63 74 69 6e 67 20 76 |make selecting v| 00000820 65 72 79 20 73 6c 6f 77 2c 20 74 68 61 74 20 69 |ery slow, that i| 00000830 73 20 77 68 79 20 69 74 20 69 73 20 61 6e 20 6f |s why it is an o| 00000840 70 74 69 6f 6e 2e 0a 3c 6c 69 3e 41 63 63 65 73 |ption..<li>Acces| 00000850 73 20 61 6e 64 20 53 74 61 6d 70 20 77 69 6c 6c |s and Stamp will| 00000860 20 72 65 63 75 72 73 65 20 69 6e 74 6f 20 69 6d | recurse into im| 00000870 61 67 65 20 66 69 6c 65 73 2c 20 43 6f 75 6e 74 |age files, Count| 00000880 20 61 6e 64 20 53 68 6f 77 20 73 69 7a 65 20 77 | and Show size w| 00000890 69 6c 6c 20 6e 6f 74 2e 0a 3c 6c 69 3e 4e 65 77 |ill not..<li>New| 000008a0 20 6f 70 74 69 6f 6e 20 74 6f 20 6b 65 65 70 20 | option to keep | 000008b0 74 68 65 20 27 53 68 6f 77 20 73 69 7a 65 27 20 |the 'Show size' | 000008c0 70 61 6e 65 20 76 69 73 69 62 6c 65 2c 20 65 76 |pane visible, ev| 000008d0 65 6e 20 77 68 65 6e 20 6e 6f 74 68 69 6e 67 20 |en when nothing | 000008e0 69 73 20 73 65 6c 65 63 74 65 64 2e 20 53 6f 6d |is selected. Som| 000008f0 65 20 70 65 6f 70 6c 65 20 77 69 6c 6c 20 70 72 |e people will pr| 00000900 65 66 65 72 20 74 68 69 73 2e 0a 3c 6c 69 3e 4e |efer this..<li>N| 00000910 6f 77 20 63 61 6c 63 75 6c 61 74 65 73 20 74 68 |ow calculates th| 00000920 65 20 77 69 64 74 68 20 6f 66 20 74 68 65 20 74 |e width of the t| 00000930 6f 6f 6c 73 70 72 69 74 65 73 20 69 6e 73 74 65 |oolsprites inste| 00000940 61 64 20 6f 66 20 6a 75 73 74 20 61 73 73 75 6d |ad of just assum| 00000950 69 6e 67 20 69 74 2e 0a 3c 6c 69 3e 49 66 20 73 |ing it..<li>If s| 00000960 70 72 69 74 65 73 20 61 72 65 20 61 64 64 65 64 |prites are added| 00000970 20 74 6f 20 74 68 65 20 77 69 6d 70 20 70 6f 6f | to the wimp poo| 00000980 6c 2c 20 74 68 65 20 6f 62 6a 65 63 74 73 20 74 |l, the objects t| 00000990 68 61 74 20 68 61 73 20 75 73 65 64 20 74 68 65 |hat has used the| 000009a0 20 27 75 6e 6b 6e 6f 77 6e 27 20 66 69 6c 65 74 | 'unknown' filet| 000009b0 79 70 65 20 73 70 72 69 74 65 20 61 72 65 20 75 |ype sprite are u| 000009c0 70 64 61 74 65 64 2e 20 54 68 69 73 20 6b 65 65 |pdated. This kee| 000009d0 70 73 20 74 68 65 20 76 69 65 77 65 72 73 20 75 |ps the viewers u| 000009e0 70 20 74 6f 20 64 61 74 65 20 69 6e 20 6d 6f 73 |p to date in mos| 000009f0 74 20 63 61 73 65 73 2e 20 4f 6e 65 20 63 61 73 |t cases. One cas| 00000a00 65 20 77 68 65 72 65 20 69 74 20 64 6f 65 73 6e |e where it doesn| 00000a10 27 74 2c 20 69 73 20 69 66 20 74 68 65 20 73 70 |'t, is if the sp| 00000a20 72 69 74 65 20 66 6f 72 20 61 20 66 69 6c 65 74 |rite for a filet| 00000a30 79 70 65 20 69 73 20 72 65 70 6c 61 63 65 64 2e |ype is replaced.| 00000a40 20 50 65 72 68 61 70 73 20 74 68 69 73 20 77 69 | Perhaps this wi| 00000a50 6c 6c 20 62 65 20 69 6e 63 6c 75 64 65 64 20 6c |ll be included l| 00000a60 61 74 65 72 2c 20 62 75 74 20 74 68 61 74 20 77 |ater, but that w| 00000a70 69 6c 6c 20 70 72 6f 62 61 62 6c 79 20 72 65 71 |ill probably req| 00000a80 75 69 72 65 20 57 69 6d 70 5f 53 70 72 69 74 65 |uire Wimp_Sprite| 00000a90 4f 70 20 74 6f 20 62 65 20 69 6e 74 65 72 63 65 |Op to be interce| 00000aa0 70 74 65 64 2e 0a 3c 6c 69 3e 4e 65 77 20 76 65 |pted..<li>New ve| 00000ab0 72 73 69 6f 6e 20 6e 75 6d 62 65 72 0a 3c 6c 69 |rsion number.<li| 00000ac0 3e 4e 65 77 20 64 61 74 65 20 73 74 61 6d 70 0a |>New date stamp.| 00000ad0 3c 6c 69 3e 52 65 2d 61 73 73 65 6d 62 6c 65 64 |<li>Re-assembled| 00000ae0 0a 3c 6c 69 3e 54 68 69 73 20 66 69 6c 65 20 75 |.<li>This file u| 00000af0 70 64 61 74 65 64 0a 3c 6c 69 3e 54 68 69 73 20 |pdated.<li>This | 00000b00 6c 69 6e 65 20 61 64 64 65 64 0a 3c 2f 75 6c 3e |line added.</ul>| 00000b10 0a 0a 3c 68 32 3e 43 68 61 6e 67 65 73 20 66 72 |..<h2>Changes fr| 00000b20 6f 6d 20 31 2e 31 37 20 74 6f 20 31 2e 31 39 3c |om 1.17 to 1.19<| 00000b30 2f 68 32 3e 0a 0a 3c 75 6c 3e 0a 3c 6c 69 3e 53 |/h2>..<ul>.<li>S| 00000b40 70 61 63 65 20 6b 65 79 20 77 61 73 20 64 69 73 |pace key was dis| 00000b50 70 6c 61 79 65 64 20 61 73 20 27 20 27 2c 20 69 |played as ' ', i| 00000b60 2e 65 2e 20 69 6e 76 69 73 69 62 6c 65 2e 20 49 |.e. invisible. I| 00000b70 74 27 73 20 63 61 6c 6c 65 64 20 27 53 50 41 43 |t's called 'SPAC| 00000b80 45 27 20 6e 6f 77 2e 0a 3c 6c 69 3e 54 68 65 73 |E' now..<li>Thes| 00000b90 65 20 64 6f 63 75 6d 65 6e 74 73 20 63 6f 6e 76 |e documents conv| 00000ba0 65 72 74 65 64 20 74 6f 20 48 54 4d 4c 2e 0a 3c |erted to HTML..<| 00000bb0 6c 69 3e 54 68 65 72 65 20 77 61 73 20 61 20 62 |li>There was a b| 00000bc0 75 67 20 69 6e 20 46 69 6c 65 72 5f 42 6f 6f 74 |ug in Filer_Boot| 00000bd0 20 74 68 61 74 20 63 61 75 73 65 64 20 66 61 69 | that caused fai| 00000be0 6c 65 64 20 46 69 6c 65 72 5f 42 6f 6f 74 73 20 |led Filer_Boots | 00000bf0 74 6f 20 62 65 20 61 64 64 65 64 20 74 6f 20 74 |to be added to t| 00000c00 68 65 20 6c 69 73 74 20 6f 66 20 62 6f 6f 74 65 |he list of boote| 00000c10 64 20 74 68 69 6e 67 73 2e 20 54 68 69 73 20 63 |d things. This c| 00000c20 61 75 73 65 64 20 65 72 72 6f 72 73 20 69 66 20 |aused errors if | 00000c30 74 68 65 20 6c 69 73 74 20 77 61 73 20 6c 61 74 |the list was lat| 00000c40 65 72 20 75 73 65 64 20 61 73 20 61 20 64 65 73 |er used as a des| 00000c50 6b 74 6f 70 20 73 74 61 72 74 75 70 20 66 69 6c |ktop startup fil| 00000c60 65 2e 20 46 69 6c 65 73 20 77 65 72 65 20 69 67 |e. Files were ig| 00000c70 6e 6f 72 65 64 2c 20 62 75 74 20 61 6c 73 6f 20 |nored, but also | 00000c80 65 6e 74 65 72 65 64 20 69 6e 74 6f 20 74 68 65 |entered into the| 00000c90 20 6c 69 73 74 2c 20 74 68 6f 75 67 68 20 74 68 | list, though th| 00000ca0 69 73 20 64 69 64 20 6e 6f 74 20 67 69 76 65 20 |is did not give | 00000cb0 72 69 73 65 20 74 6f 20 65 72 72 6f 72 73 2e 0a |rise to errors..| 00000cc0 3c 6c 69 3e 4d 61 64 65 20 74 68 65 20 43 68 6f |<li>Made the Cho| 00000cd0 69 63 65 73 3d 3e 46 69 6c 65 6f 70 73 20 77 69 |ices=>Fileops wi| 00000ce0 6e 64 6f 77 20 73 68 61 64 65 20 74 68 65 20 63 |ndow shade the c| 00000cf0 68 6f 69 63 65 73 20 74 68 61 74 20 61 72 65 6e |hoices that aren| 00000d00 27 74 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 61 |'t implemented a| 00000d10 6e 79 77 61 79 2e 0a 3c 6c 69 3e 49 6d 70 6c 65 |nyway..<li>Imple| 00000d20 6d 65 6e 74 65 64 20 6d 61 6e 79 20 6f 66 20 74 |mented many of t| 00000d30 68 65 20 66 69 6c 65 6f 70 20 6f 70 74 69 6f 6e |he fileop option| 00000d40 73 20 69 6e 20 73 69 6e 67 6c 65 74 61 73 6b 20 |s in singletask | 00000d50 6d 6f 64 65 2e 20 49 74 20 69 73 20 73 74 69 6c |mode. It is stil| 00000d60 6c 20 6c 69 6d 69 74 65 64 20 62 79 20 77 68 61 |l limited by wha| 00000d70 74 20 4f 53 5f 46 53 43 6f 6e 74 72 6f 6c 20 63 |t OS_FSControl c| 00000d80 61 6e 20 64 6f 2c 20 74 68 6f 75 67 68 2e 0a 3c |an do, though..<| 00000d90 6c 69 3e 52 65 6e 61 6d 65 20 28 6d 6f 76 65 29 |li>Rename (move)| 00000da0 20 77 69 74 68 69 6e 20 61 6e 20 69 6d 61 67 65 | within an image| 00000db0 20 66 69 6c 65 20 64 69 64 6e 27 74 20 75 70 64 | file didn't upd| 00000dc0 61 74 65 20 74 68 65 20 64 65 73 74 69 6e 61 74 |ate the destinat| 00000dd0 69 6f 6e 20 76 69 65 77 65 72 20 70 72 6f 70 65 |ion viewer prope| 00000de0 72 6c 79 2e 20 54 68 69 73 20 69 73 20 61 20 62 |rly. This is a b| 00000df0 75 67 20 69 6e 20 46 69 6c 65 53 77 69 74 63 68 |ug in FileSwitch| 00000e00 2c 20 61 6e 64 20 49 20 68 61 76 65 20 77 6f 72 |, and I have wor| 00000e10 6b 65 64 20 61 72 6f 75 6e 64 20 69 74 20 69 6e |ked around it in| 00000e20 20 74 68 65 20 73 61 6d 65 20 77 61 79 20 61 73 | the same way as| 00000e30 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 20 64 | the ROM filer d| 00000e40 6f 65 73 2e 0a 3c 2f 75 6c 3e 0a 0a 3c 68 32 3e |oes..</ul>..<h2>| 00000e50 43 68 61 6e 67 65 73 20 66 72 6f 6d 20 31 2e 31 |Changes from 1.1| 00000e60 39 20 74 6f 20 31 2e 32 31 3c 2f 68 32 3e 0a 0a |9 to 1.21</h2>..| 00000e70 3c 75 6c 3e 0a 3c 6c 69 3e 46 69 78 65 64 20 61 |<ul>.<li>Fixed a| 00000e80 20 62 75 67 20 74 68 61 74 20 68 65 6c 64 20 62 | bug that held b| 00000e90 61 63 6b 20 4d 65 73 73 61 67 65 5f 44 61 74 61 |ack Message_Data| 00000ea0 4f 70 65 6e 20 66 6f 72 20 73 6f 6d 65 20 69 6d |Open for some im| 00000eb0 61 67 65 20 66 69 6c 65 73 2e 0a 3c 6c 69 3e 46 |age files..<li>F| 00000ec0 69 78 65 64 20 74 68 65 20 6b 6e 6f 77 6e 20 62 |ixed the known b| 00000ed0 75 67 20 74 68 61 74 20 70 72 65 76 65 6e 74 65 |ug that prevente| 00000ee0 64 20 76 69 65 77 65 72 20 75 70 64 61 74 65 20 |d viewer update | 00000ef0 6f 66 20 74 68 69 6e 67 73 20 6c 69 6b 65 20 27 |of things like '| 00000f00 50 69 70 65 3a 24 27 2e 0a 3c 6c 69 3e 49 6d 70 |Pipe:$'..<li>Imp| 00000f10 6c 65 6d 65 6e 74 65 64 20 73 70 65 63 69 61 6c |lemented special| 00000f20 20 66 69 65 6c 64 73 20 77 68 65 6e 20 75 70 64 | fields when upd| 00000f30 61 74 69 6e 67 20 28 61 73 20 6d 65 6e 74 69 6f |ating (as mentio| 00000f40 6e 65 64 20 69 6e 20 46 75 74 75 72 65 20 28 6e |ned in Future (n| 00000f50 6f 74 20 61 6e 79 6d 6f 72 65 20 6f 66 20 63 6f |ot anymore of co| 00000f60 75 72 73 65 29 29 2e 0a 3c 6c 69 3e 42 75 67 20 |urse))..<li>Bug | 00000f70 69 6e 20 21 46 69 6c 65 72 5f 4c 20 28 4c 6f 63 |in !Filer_L (Loc| 00000f80 61 6c 20 63 68 6f 69 63 65 73 29 20 66 69 78 65 |al choices) fixe| 00000f90 64 2c 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b 69 |d, double-clicki| 00000fa0 6e 67 20 6f 6e 20 56 69 65 77 44 65 66 20 66 69 |ng on ViewDef fi| 00000fb0 6c 65 73 20 64 69 64 6e 27 74 20 77 6f 72 6b 20 |les didn't work | 00000fc0 61 73 20 69 6e 74 65 6e 64 65 64 2e 0a 3c 6c 69 |as intended..<li| 00000fd0 3e 4d 61 6e 79 20 63 68 61 6e 67 65 73 20 74 6f |>Many changes to| 00000fe0 20 22 52 65 6e 61 6d 65 2d 69 6e 2d 70 6c 61 63 | "Rename-in-plac| 00000ff0 65 22 3a 0a 3c 62 72 3e 57 6f 72 6b 65 64 20 61 |e":.<br>Worked a| 00001000 72 6f 75 6e 64 20 74 68 65 20 77 69 6d 70 20 62 |round the wimp b| 00001010 75 67 2c 20 73 6f 20 69 74 20 6e 6f 77 20 77 6f |ug, so it now wo| 00001020 72 6b 73 20 72 65 6c 69 61 62 6c 79 20 77 69 74 |rks reliably wit| 00001030 68 20 73 6d 61 6c 6c 20 69 63 6f 6e 73 2e 0a 3c |h small icons..<| 00001040 62 72 3e 49 74 20 63 6f 75 6c 64 20 73 65 6c 65 |br>It could sele| 00001050 63 74 20 77 68 69 74 65 20 74 65 78 74 20 6f 6e |ct white text on| 00001060 20 77 68 69 74 65 20 62 61 63 6b 67 72 6f 75 6e | white backgroun| 00001070 64 2c 20 77 68 69 63 68 20 77 61 73 6e 27 74 20 |d, which wasn't | 00001080 76 65 72 79 20 6e 69 63 65 2e 0a 3c 62 72 3e 52 |very nice..<br>R| 00001090 65 6e 61 6d 65 20 69 6e 20 46 75 6c 6c 20 69 6e |ename in Full in| 000010a0 66 6f 20 64 6f 65 73 6e 27 74 20 75 73 65 20 74 |fo doesn't use t| 000010b0 68 65 20 66 75 6c 6c 20 77 69 64 74 68 20 66 6f |he full width fo| 000010c0 72 20 74 68 65 20 77 72 69 74 61 62 6c 65 20 66 |r the writable f| 000010d0 69 65 6c 64 20 61 6e 79 6d 6f 72 65 2e 0a 3c 6c |ield anymore..<l| 000010e0 69 3e 57 72 6f 74 65 20 69 6e 74 65 72 61 63 74 |i>Wrote interact| 000010f0 69 76 65 20 68 65 6c 70 20 66 6f 72 20 21 46 69 |ive help for !Fi| 00001100 6c 65 72 5f 47 20 61 6e 64 20 21 46 69 6c 65 72 |ler_G and !Filer| 00001110 5f 4c 20 28 63 68 6f 69 63 65 73 20 77 69 6e 64 |_L (choices wind| 00001120 6f 77 73 29 2e 20 59 61 77 6e 2e 0a 3c 6c 69 3e |ows). Yawn..<li>| 00001130 41 64 64 65 64 20 41 6c 74 2d 43 6c 69 63 6b 20 |Added Alt-Click | 00001140 6f 6e 20 74 79 70 65 20 69 6e 20 46 75 6c 6c 20 |on type in Full | 00001150 69 6e 66 6f 2c 20 62 72 69 6e 67 73 20 75 70 20 |info, brings up | 00001160 74 68 65 20 73 65 74 74 79 70 65 20 6d 65 6e 75 |the settype menu| 00001170 2e 0a 3c 6c 69 3e 53 65 74 74 79 70 65 20 65 6e |..<li>Settype en| 00001180 74 72 79 20 69 73 20 69 6e 73 74 61 6e 74 6c 79 |try is instantly| 00001190 20 65 78 70 61 6e 64 65 64 20 74 6f 20 74 68 65 | expanded to the| 000011a0 20 66 69 72 73 74 20 6d 61 74 63 68 2e 20 45 2e | first match. E.| 000011b0 67 2e 20 65 6e 74 65 72 69 6e 67 20 3c 6b 62 64 |g. entering <kbd| 000011c0 3e 73 70 72 3c 2f 6b 62 64 3e 20 69 73 20 75 73 |>spr</kbd> is us| 000011d0 75 61 6c 6c 79 20 65 6e 6f 75 67 68 20 74 6f 20 |ually enough to | 000011e0 69 64 65 6e 74 69 66 79 20 3c 6b 62 64 3e 53 70 |identify <kbd>Sp| 000011f0 72 69 74 65 3c 2f 6b 62 64 3e 2e 0a 3c 6c 69 3e |rite</kbd>..<li>| 00001200 54 68 65 20 63 68 61 6e 67 65 20 74 6f 20 41 63 |The change to Ac| 00001210 63 65 73 73 20 69 6e 20 31 2e 31 37 20 6c 65 66 |cess in 1.17 lef| 00001220 74 20 74 68 65 20 41 63 63 65 73 73 20 62 6f 78 |t the Access box| 00001230 20 63 68 6f 6f 73 69 6e 67 20 73 6f 6d 65 20 73 | choosing some s| 00001240 74 72 61 6e 67 65 20 64 65 66 61 75 6c 74 20 73 |trange default s| 00001250 74 61 74 65 73 2e 20 4e 6f 77 20 69 74 27 73 20 |tates. Now it's | 00001260 62 61 63 6b 20 74 6f 20 6e 6f 72 6d 61 6c 2e 0a |back to normal..| 00001270 3c 6c 69 3e 43 74 72 6c 2d 43 6c 6f 73 65 20 69 |<li>Ctrl-Close i| 00001280 63 6f 6e 20 28 77 69 74 68 20 53 65 6c 65 63 74 |con (with Select| 00001290 29 20 77 69 6c 6c 20 6e 6f 77 20 63 6c 6f 73 65 |) will now close| 000012a0 20 74 68 65 20 76 69 65 77 65 72 20 61 6e 64 20 | the viewer and | 000012b0 61 6c 6c 20 69 74 73 20 6f 70 65 6e 20 73 75 62 |all its open sub| 000012c0 64 69 72 65 63 74 6f 72 69 65 73 2e 0a 3c 6c 69 |directories..<li| 000012d0 3e 57 68 65 6e 20 53 77 61 70 20 77 61 73 20 75 |>When Swap was u| 000012e0 73 65 64 20 77 69 74 68 20 73 6d 61 6c 6c 20 69 |sed with small i| 000012f0 63 6f 6e 73 2c 20 52 65 6e 61 6d 65 2d 69 6e 2d |cons, Rename-in-| 00001300 70 6c 61 63 65 20 77 61 73 20 6d 6f 72 65 20 6c |place was more l| 00001310 69 6b 65 20 52 65 6e 61 6d 65 2d 61 6c 6c 2d 6f |ike Rename-all-o| 00001320 76 65 72 2d 74 68 65 2d 70 6c 61 63 65 2e 20 4e |ver-the-place. N| 00001330 6f 77 20 69 74 20 77 6f 72 6b 73 2e 0a 3c 6c 69 |ow it works..<li| 00001340 3e 41 64 64 65 64 20 61 20 6b 65 79 20 74 6f 20 |>Added a key to | 00001350 63 6c 6f 73 65 20 74 68 65 20 76 69 65 77 65 72 |close the viewer| 00001360 2e 20 4e 6f 20 64 65 66 61 75 6c 74 20 6b 65 79 |. No default key| 00001370 20 6f 6e 20 74 68 69 73 20 66 75 6e 63 74 69 6f | on this functio| 00001380 6e 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 74 68 65 |n..<li>Added the| 00001390 20 63 68 6f 69 63 65 20 6f 66 20 6c 65 66 74 2c | choice of left,| 000013a0 20 72 69 67 68 74 2c 20 65 69 74 68 65 72 20 6f | right, either o| 000013b0 72 20 6e 6f 20 41 6c 74 20 6b 65 79 20 66 6f 72 |r no Alt key for| 000013c0 20 73 74 61 72 74 69 6e 67 20 74 68 65 20 64 69 | starting the di| 000013d0 72 65 63 74 20 66 69 6c 65 20 6f 70 65 72 61 74 |rect file operat| 000013e0 69 6f 6e 73 2e 20 44 65 66 61 75 6c 74 20 69 73 |ions. Default is| 000013f0 20 27 65 69 74 68 65 72 27 2e 0a 3c 6c 69 3e 41 | 'either'..<li>A| 00001400 64 64 65 64 20 61 74 74 72 69 62 75 74 65 20 62 |dded attribute b| 00001410 75 74 74 6f 6e 73 20 66 6f 72 20 6c 6f 77 20 72 |uttons for low r| 00001420 65 73 20 6d 6f 64 65 73 2e 20 55 67 6c 79 20 61 |es modes. Ugly a| 00001430 73 20 74 68 65 79 20 61 72 65 2c 20 74 68 65 79 |s they are, they| 00001440 27 72 65 20 62 65 74 74 65 72 0a 74 68 61 6e 20 |'re better.than | 00001450 73 63 61 6c 65 64 20 64 6f 77 6e 20 68 69 72 65 |scaled down hire| 00001460 73 20 6f 6e 65 73 2e 20 4d 61 6b 65 20 79 6f 75 |s ones. Make you| 00001470 72 20 6f 77 6e 20 69 66 20 79 6f 75 20 77 69 73 |r own if you wis| 00001480 68 2c 20 6a 75 73 74 20 6d 61 6b 65 20 73 75 72 |h, just make sur| 00001490 65 20 74 68 65 79 20 61 6c 6c 20 68 61 76 65 20 |e they all have | 000014a0 74 68 65 20 73 61 6d 65 20 77 69 64 74 68 20 28 |the same width (| 000014b0 74 68 65 20 77 69 64 74 68 20 6f 66 20 61 74 74 |the width of att| 000014c0 72 5f 30 30 20 61 66 66 65 63 74 73 20 61 6c 6c |r_00 affects all| 000014d0 20 6f 66 20 74 68 65 6d 29 2e 0a 3c 6c 69 3e 41 | of them)..<li>A| 000014e0 64 64 65 64 20 74 68 65 20 63 68 65 63 6b 20 66 |dded the check f| 000014f0 6f 72 20 68 61 6e 67 2d 63 6c 69 63 6b 20 74 6f |or hang-click to| 00001500 20 2a 46 69 6c 65 72 5f 52 75 6e 20 63 6f 64 65 | *Filer_Run code| 00001510 2e 20 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 |. This means tha| 00001520 74 20 68 61 6e 67 2d 63 6c 69 63 6b 20 6e 6f 77 |t hang-click now| 00001530 20 77 6f 72 6b 73 20 6f 6e 20 74 68 65 20 50 69 | works on the Pi| 00001540 6e 62 6f 61 72 64 20 61 6e 64 20 6f 74 68 65 72 |nboard and other| 00001550 20 70 72 6f 67 72 61 6d 73 20 74 68 61 74 20 73 | programs that s| 00001560 61 79 20 2a 46 69 6c 65 72 5f 52 75 6e 20 77 68 |ay *Filer_Run wh| 00001570 65 6e 20 79 6f 75 20 64 6f 75 62 6c 65 2d 63 6c |en you double-cl| 00001580 69 63 6b 20 6f 6e 20 73 6f 6d 65 74 68 69 6e 67 |ick on something| 00001590 2e 0a 3c 6c 69 3e 43 6f 6d 70 6c 65 74 65 6c 79 |..<li>Completely| 000015a0 20 72 65 76 69 73 65 64 20 74 68 65 20 73 79 73 | revised the sys| 000015b0 74 65 6d 20 66 6f 72 20 72 75 6e 6e 69 6e 67 20 |tem for running | 000015c0 6f 62 6a 65 63 74 73 2e 20 53 74 69 6c 6c 20 77 |objects. Still w| 000015d0 6f 72 6b 73 20 61 73 20 62 65 66 6f 72 65 2c 20 |orks as before, | 000015e0 62 75 74 20 49 27 76 65 20 63 68 61 6e 67 65 64 |but I've changed| 000015f0 20 74 68 65 20 64 65 73 63 72 69 70 74 69 6f 6e | the description| 00001600 20 61 6e 79 77 61 79 20 28 73 65 65 20 3c 61 20 | anyway (see <a | 00001610 68 72 65 66 3d 22 2e 2f 52 75 6e 41 6e 64 42 6f |href="./RunAndBo| 00001620 6f 74 22 3e 52 75 6e 41 6e 64 42 6f 6f 74 3c 2f |ot">RunAndBoot</| 00001630 61 3e 29 2e 0a 3c 6c 69 3e 2a 46 69 6c 65 72 5f |a>)..<li>*Filer_| 00001640 52 75 6e 20 6e 6f 77 20 77 6f 72 6b 73 20 3c 69 |Run now works <i| 00001650 3e 65 78 61 63 74 6c 79 3c 2f 69 3e 20 6c 69 6b |>exactly</i> lik| 00001660 65 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b 69 6e |e double-clickin| 00001670 67 2c 20 65 76 65 6e 20 74 6f 20 74 68 65 20 70 |g, even to the p| 00001680 6f 69 6e 74 20 6f 66 20 6f 70 65 6e 69 6e 67 20 |oint of opening | 00001690 64 69 72 73 20 69 6e 20 74 68 65 20 72 69 67 68 |dirs in the righ| 000016a0 74 20 70 6c 61 63 65 20 69 66 20 74 68 65 20 70 |t place if the p| 000016b0 61 72 65 6e 74 20 68 61 70 70 65 6e 73 20 74 6f |arent happens to| 000016c0 20 62 65 20 76 69 73 69 62 6c 65 2e 0a 3c 6c 69 | be visible..<li| 000016d0 3e 4d 61 64 65 20 61 6c 6c 20 74 68 65 20 69 63 |>Made all the ic| 000016e0 6f 6e 73 20 73 6c 69 67 68 74 6c 79 20 6c 61 72 |ons slightly lar| 000016f0 67 65 72 20 66 6f 72 20 74 68 65 20 70 65 6f 70 |ger for the peop| 00001700 6c 65 20 77 69 74 68 20 6c 61 72 67 65 20 66 6f |le with large fo| 00001710 6e 74 73 2e 0a 3c 6c 69 3e 53 43 5f 53 70 72 69 |nts..<li>SC_Spri| 00001720 74 65 20 6e 6f 77 20 75 73 65 73 20 74 68 65 20 |te now uses the | 00001730 6e 6f 72 6d 61 6c 20 73 70 72 69 74 65 20 66 69 |normal sprite fi| 00001740 6c 65 20 69 63 6f 6e 20 69 66 20 74 68 65 72 65 |le icon if there| 00001750 20 69 73 6e 27 74 20 65 78 61 63 74 6c 79 20 6f | isn't exactly o| 00001760 6e 65 20 73 70 72 69 74 65 20 69 6e 20 74 68 65 |ne sprite in the| 00001770 20 66 69 6c 65 2e 0a 3c 6c 69 3e 53 43 5f 53 70 | file..<li>SC_Sp| 00001780 72 69 74 65 20 6e 6f 77 20 67 65 74 73 20 74 68 |rite now gets th| 00001790 65 20 70 61 6c 65 74 74 65 20 72 69 67 68 74 20 |e palette right | 000017a0 69 66 20 74 68 65 72 65 20 69 73 20 6e 6f 6e 65 |if there is none| 000017b0 20 69 6e 20 74 68 65 20 66 69 6c 65 2e 0a 3c 6c | in the file..<l| 000017c0 69 3e 42 61 63 6b 67 72 6f 75 6e 64 20 74 69 6c |i>Background til| 000017d0 69 6e 67 20 6e 6f 77 20 73 75 70 70 6f 72 74 65 |ing now supporte| 000017e0 64 2e 20 53 69 6e 63 65 20 69 74 20 69 73 20 70 |d. Since it is p| 000017f0 6f 73 73 69 62 6c 65 20 74 6f 20 75 73 65 20 74 |ossible to use t| 00001800 69 6c 69 6e 67 20 77 69 74 68 20 6f 72 20 77 69 |iling with or wi| 00001810 74 68 6f 75 74 20 57 69 6d 70 5f 42 6c 6f 63 6b |thout Wimp_Block| 00001820 43 6f 70 79 2c 20 74 68 65 72 65 20 69 73 20 61 |Copy, there is a| 00001830 6c 73 6f 20 61 6e 20 6f 70 74 69 6f 6e 20 74 6f |lso an option to| 00001840 20 63 68 6f 6f 73 65 20 74 68 69 73 2e 20 53 65 | choose this. Se| 00001850 65 20 3c 61 20 68 72 65 66 3d 22 2e 2f 47 75 69 |e <a href="./Gui| 00001860 64 65 23 47 6c 6f 62 61 6c 22 3e 47 75 69 64 65 |de#Global">Guide| 00001870 3c 2f 61 3e 20 66 6f 72 20 64 65 74 61 69 6c 73 |</a> for details| 00001880 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 61 20 63 68 |..<li>Added a ch| 00001890 6f 69 63 65 20 6f 66 20 67 69 76 69 6e 67 20 74 |oice of giving t| 000018a0 68 65 20 74 68 75 6d 62 6e 61 69 6c 73 20 61 20 |he thumbnails a | 000018b0 6d 61 78 69 6d 75 6d 20 77 69 64 74 68 2e 20 53 |maximum width. S| 000018c0 6f 6d 65 20 6f 66 20 74 68 65 6d 20 61 6c 72 65 |ome of them alre| 000018d0 61 64 79 20 68 61 64 20 61 20 66 69 78 65 64 20 |ady had a fixed | 000018e0 6f 6e 65 2c 20 62 75 74 20 6e 6f 77 20 69 74 20 |one, but now it | 000018f0 63 61 6e 20 62 65 20 73 65 74 2c 20 6c 6f 63 61 |can be set, loca| 00001900 6c 6c 79 20 66 6f 72 20 65 61 63 68 20 76 69 65 |lly for each vie| 00001910 77 65 72 20 69 66 20 64 65 73 69 72 65 64 2e 0a |wer if desired..| 00001920 3c 62 72 3e 53 70 72 69 74 65 20 43 6c 69 65 6e |<br>Sprite Clien| 00001930 74 73 20 61 72 65 20 67 69 76 65 6e 20 6d 6f 72 |ts are given mor| 00001940 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 69 6e |e information in| 00001950 20 74 68 65 69 72 20 73 65 72 76 69 63 65 20 63 | their service c| 00001960 61 6c 6c 73 2c 20 73 65 65 20 3c 61 20 68 72 65 |alls, see <a hre| 00001970 66 3d 22 2e 2f 53 65 72 76 69 63 65 23 33 30 38 |f="./Service#308| 00001980 22 3e 53 65 72 76 69 63 65 3c 2f 61 3e 20 66 6f |">Service</a> fo| 00001990 72 20 64 65 74 61 69 6c 73 2e 0a 3c 62 72 3e 3c |r details..<br><| 000019a0 69 3e 4e 6f 74 65 3a 20 54 68 69 73 20 77 69 64 |i>Note: This wid| 000019b0 74 68 20 69 73 20 61 6c 73 6f 20 74 61 6b 65 6e |th is also taken| 000019c0 20 69 6e 74 6f 20 61 63 63 6f 75 6e 74 20 77 68 | into account wh| 000019d0 65 6e 20 64 65 63 69 64 69 6e 67 20 69 66 20 61 |en deciding if a| 000019e0 20 73 70 72 69 74 65 20 69 73 20 61 6c 72 65 61 | sprite is alrea| 000019f0 64 79 20 69 6e 20 74 68 65 20 63 61 63 68 65 2e |dy in the cache.| 00001a00 20 49 74 20 77 69 6c 6c 20 62 65 20 75 73 65 64 | It will be used| 00001a10 20 66 72 6f 6d 20 74 68 65 20 63 61 63 68 65 20 | from the cache | 00001a20 69 66 20 69 74 20 64 6f 65 73 6e 27 74 20 65 78 |if it doesn't ex| 00001a30 63 65 65 64 20 74 68 65 20 6d 61 78 69 6d 75 6d |ceed the maximum| 00001a40 20 77 69 64 74 68 2e 3c 2f 69 3e 0a 3c 6c 69 3e | width.</i>.<li>| 00001a50 49 6d 70 6c 65 6d 65 6e 74 65 64 20 74 68 65 20 |Implemented the | 00001a60 6d 61 78 69 6d 75 6d 20 77 69 64 74 68 20 69 6e |maximum width in| 00001a70 20 61 6c 6c 20 74 68 65 20 53 43 5f 2a 20 6d 6f | all the SC_* mo| 00001a80 64 75 6c 65 73 2e 0a 3c 6c 69 3e 41 64 64 65 64 |dules..<li>Added| 00001a90 20 3c 62 3e 48 6f 74 42 75 74 74 6f 6e 73 3c 2f | <b>HotButtons</| 00001aa0 62 3e 20 6f 6e 20 74 68 65 20 73 69 7a 65 20 62 |b> on the size b| 00001ab0 61 72 2e 20 54 68 65 79 20 63 61 6e 20 64 6f 20 |ar. They can do | 00001ac0 74 68 65 20 73 61 6d 65 20 61 73 20 68 6f 74 6b |the same as hotk| 00001ad0 65 79 73 2c 20 61 6e 64 20 61 72 65 20 74 75 72 |eys, and are tur| 00001ae0 6e 65 64 20 6f 6e 20 69 6e 20 74 68 65 20 73 68 |ned on in the sh| 00001af0 6f 72 74 63 75 74 20 77 69 6e 64 6f 77 2e 20 49 |ortcut window. I| 00001b00 74 27 73 20 61 20 76 65 72 79 20 73 69 6d 70 6c |t's a very simpl| 00001b10 65 20 66 65 61 74 75 72 65 20 61 74 20 74 68 65 |e feature at the| 00001b20 20 6d 6f 6d 65 6e 74 2c 20 61 6e 64 20 69 74 20 | moment, and it | 00001b30 77 69 6c 6c 20 62 65 20 65 78 74 65 6e 64 65 64 |will be extended| 00001b40 20 6c 61 74 65 72 2e 0a 3c 6c 69 3e 4e 6f 77 20 | later..<li>Now | 00001b50 66 6f 72 63 65 73 20 66 69 6c 6c 65 64 20 69 63 |forces filled ic| 00001b60 6f 6e 73 20 66 6f 72 20 74 68 65 20 64 61 74 61 |ons for the data| 00001b70 20 70 61 72 74 20 6f 66 20 66 75 6c 6c 20 69 6e | part of full in| 00001b80 66 6f 2e 20 41 6c 73 6f 20 74 75 72 6e 73 20 6f |fo. Also turns o| 00001b90 66 66 20 74 68 65 20 73 65 6c 65 63 74 20 62 69 |ff the select bi| 00001ba0 74 2c 20 73 6f 20 69 74 20 63 61 6e 20 6c 6f 6f |t, so it can loo| 00001bb0 6b 20 6c 69 6b 65 20 74 68 65 20 52 4f 4d 20 66 |k like the ROM f| 00001bc0 69 6c 65 72 2c 20 77 69 74 68 6f 75 74 20 6c 6f |iler, without lo| 00001bd0 73 69 6e 67 20 74 68 65 20 61 6e 74 69 2d 61 6c |sing the anti-al| 00001be0 69 61 73 69 6e 67 2e 0a 3c 6c 69 3e 49 66 20 74 |iasing..<li>If t| 00001bf0 68 65 20 64 65 73 6b 74 6f 70 20 66 6f 6e 74 20 |he desktop font | 00001c00 63 68 61 6e 67 65 73 2c 20 74 68 65 20 76 69 65 |changes, the vie| 00001c10 77 65 72 73 20 61 72 65 20 75 70 64 61 74 65 64 |wers are updated| 00001c20 20 28 73 6f 20 74 68 65 20 6f 62 6a 65 63 74 73 | (so the objects| 00001c30 20 6d 69 67 68 74 20 77 69 64 65 6e 29 2e 0a 3c | might widen)..<| 00001c40 6c 69 3e 54 68 65 20 77 69 64 74 68 20 6f 66 20 |li>The width of | 00001c50 74 68 65 20 76 65 72 74 69 63 61 6c 20 73 63 72 |the vertical scr| 00001c60 6f 6c 6c 62 61 72 20 69 73 20 6e 6f 77 20 63 61 |ollbar is now ca| 00001c70 6c 63 75 6c 61 74 65 64 20 70 72 6f 70 65 72 6c |lculated properl| 00001c80 79 2c 20 73 6f 20 69 74 20 77 6f 72 6b 73 20 69 |y, so it works i| 00001c90 66 20 79 6f 75 27 76 65 20 67 6f 74 20 64 69 66 |f you've got dif| 00001ca0 66 65 72 65 6e 74 20 74 6f 6f 6c 73 70 72 69 74 |ferent toolsprit| 00001cb0 65 73 20 66 6f 72 20 64 69 66 66 65 72 65 6e 74 |es for different| 00001cc0 20 6d 6f 64 65 73 2e 0a 3c 62 72 3e 3c 69 3e 4e | modes..<br><i>N| 00001cd0 6f 74 65 3a 20 54 68 69 73 20 77 69 64 74 68 20 |ote: This width | 00001ce0 69 73 20 6f 6e 6c 79 20 75 73 65 64 20 77 68 65 |is only used whe| 00001cf0 6e 20 6f 70 65 6e 69 6e 67 20 61 20 76 69 65 77 |n opening a view| 00001d00 65 72 20 62 65 79 6f 6e 64 20 74 68 65 20 72 69 |er beyond the ri| 00001d10 67 68 74 20 65 64 67 65 20 6f 66 20 74 68 65 20 |ght edge of the | 00001d20 73 63 72 65 65 6e 2e 3c 2f 69 3e 0a 3c 6c 69 3e |screen.</i>.<li>| 00001d30 4e 65 77 20 6f 70 74 69 6f 6e 3a 20 3c 62 3e 53 |New option: <b>S| 00001d40 6e 61 70 20 77 69 64 74 68 20 74 6f 20 6f 62 6a |nap width to obj| 00001d50 65 63 74 20 67 72 69 64 3c 2f 62 3e 2c 20 77 68 |ect grid</b>, wh| 00001d60 69 63 68 20 77 69 6c 6c 20 6d 61 6b 65 20 73 75 |ich will make su| 00001d70 72 65 20 6e 65 77 20 76 69 65 77 65 72 73 20 61 |re new viewers a| 00001d80 72 65 20 61 20 77 68 6f 6c 65 20 6e 75 6d 62 65 |re a whole numbe| 00001d90 72 20 6f 66 20 6f 62 6a 65 63 74 73 20 77 69 64 |r of objects wid| 00001da0 65 2e 0a 3c 6c 69 3e 54 68 65 20 73 70 72 69 74 |e..<li>The sprit| 00001db0 65 73 20 27 73 6d 77 61 69 74 5f 31 78 78 78 27 |es 'smwait_1xxx'| 00001dc0 20 61 6e 64 20 27 73 6d 77 61 69 74 5f 32 78 78 | and 'smwait_2xx| 00001dd0 78 27 20 61 72 65 20 6e 6f 77 20 75 73 65 64 20 |x' are now used | 00001de0 63 6f 72 72 65 63 74 6c 79 2e 0a 3c 6c 69 3e 59 |correctly..<li>Y| 00001df0 6f 75 20 63 6f 75 6c 64 20 62 69 6e 64 20 61 20 |ou could bind a | 00001e00 6b 65 79 20 74 6f 20 6d 6f 72 65 20 74 68 61 6e |key to more than| 00001e10 20 6f 6e 65 20 66 75 6e 63 74 69 6f 6e 2e 20 4e | one function. N| 00001e20 6f 74 20 61 6e 79 6d 6f 72 65 2e 0a 3c 6c 69 3e |ot anymore..<li>| 00001e30 54 68 65 72 65 20 69 73 20 6e 6f 77 20 61 6e 20 |There is now an | 00001e40 6f 70 74 69 6f 6e 20 77 68 69 63 68 20 77 69 6c |option which wil| 00001e50 6c 20 72 65 71 75 69 72 65 20 63 6c 69 63 6b 73 |l require clicks| 00001e60 20 6f 6e 20 75 6e 73 65 6c 65 63 74 65 64 20 6f | on unselected o| 00001e70 62 6a 65 63 74 73 20 74 6f 20 68 69 74 20 74 68 |bjects to hit th| 00001e80 65 20 73 70 72 69 74 65 20 6f 72 20 74 68 65 20 |e sprite or the | 00001e90 74 65 78 74 2e 20 57 68 65 6e 20 74 68 65 20 6f |text. When the o| 00001ea0 62 6a 65 63 74 20 69 73 20 73 65 6c 65 63 74 65 |bject is selecte| 00001eb0 64 2c 20 63 6c 69 63 6b 69 6e 67 20 77 69 74 68 |d, clicking with| 00001ec0 69 6e 20 74 68 65 20 62 6f 75 6e 64 69 6e 67 20 |in the bounding | 00001ed0 62 6f 78 20 69 73 20 73 75 66 66 69 63 69 65 6e |box is sufficien| 00001ee0 74 2e 20 54 68 69 73 20 69 73 20 6c 69 6b 65 20 |t. This is like | 00001ef0 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 20 64 6f |the ROM filer do| 00001f00 65 73 20 69 74 2e 0a 3c 6c 69 3e 4e 65 77 20 53 |es it..<li>New S| 00001f10 57 49 20 28 46 69 6c 65 72 5f 53 63 61 6c 65 29 |WI (Filer_Scale)| 00001f20 20 74 68 61 74 20 64 6f 65 73 20 73 6f 6d 65 20 | that does some | 00001f30 6f 66 20 74 68 65 20 72 65 64 75 6e 64 61 6e 74 |of the redundant| 00001f40 20 63 6f 64 65 20 69 6e 20 53 70 72 69 74 65 20 | code in Sprite | 00001f50 43 6c 69 65 6e 74 73 2e 20 53 65 65 20 3c 61 20 |Clients. See <a | 00001f60 68 72 65 66 3d 22 2e 2f 53 57 49 73 23 53 63 61 |href="./SWIs#Sca| 00001f70 6c 65 22 3e 53 57 49 73 3c 2f 61 3e 20 66 6f 72 |le">SWIs</a> for| 00001f80 20 64 65 74 61 69 6c 73 2e 0a 3c 6c 69 3e 49 6e | details..<li>In| 00001f90 20 53 6d 61 6c 6c 20 69 63 6f 6e 73 20 61 6e 64 | Small icons and| 00001fa0 20 46 75 6c 6c 20 69 6e 66 6f 2c 20 74 68 65 20 | Full info, the | 00001fb0 77 69 64 74 68 20 6f 66 20 74 68 65 20 74 68 75 |width of the thu| 00001fc0 6d 62 6e 61 69 6c 73 20 61 72 65 20 6e 6f 77 20 |mbnails are now | 00001fd0 63 68 65 63 6b 65 64 20 61 67 61 69 6e 73 74 20 |checked against | 00001fe0 68 61 6c 66 20 74 68 65 20 6d 61 78 69 6d 75 6d |half the maximum| 00001ff0 20 77 69 64 74 68 20 64 65 66 69 6e 65 64 2e 20 | width defined. | 00002000 49 66 20 69 74 20 69 73 20 77 69 64 65 72 20 74 |If it is wider t| 00002010 68 61 6e 20 74 68 69 73 2c 20 6f 72 20 74 61 6c |han this, or tal| 00002020 6c 65 72 20 74 68 61 6e 20 33 36 20 6f 73 2d 75 |ler than 36 os-u| 00002030 6e 69 74 73 2c 20 69 74 20 69 73 20 73 68 6f 77 |nits, it is show| 00002040 6e 20 61 74 20 68 61 6c 66 20 73 69 7a 65 2e 0a |n at half size..| 00002050 3c 2f 75 6c 3e 0a 0a 3c 68 32 3e 43 68 61 6e 67 |</ul>..<h2>Chang| 00002060 65 73 20 66 72 6f 6d 20 31 2e 32 31 20 74 6f 20 |es from 1.21 to | 00002070 31 2e 32 33 3c 2f 68 32 3e 0a 0a 3c 75 6c 3e 0a |1.23</h2>..<ul>.| 00002080 3c 6c 69 3e 4d 65 73 73 61 67 65 5f 44 65 73 6b |<li>Message_Desk| 00002090 74 6f 70 46 6f 6e 74 43 68 61 6e 67 65 64 20 69 |topFontChanged i| 000020a0 73 20 61 70 70 61 72 65 6e 74 6c 79 20 73 65 6e |s apparently sen| 000020b0 74 20 61 74 20 6d 6f 64 65 20 63 68 61 6e 67 65 |t at mode change| 000020c0 73 20 74 6f 6f 2c 20 77 68 65 74 68 65 72 20 6f |s too, whether o| 000020d0 72 20 6e 6f 74 20 74 68 65 20 66 6f 6e 74 20 63 |r not the font c| 000020e0 68 61 6e 67 65 73 2e 20 4e 6f 77 20 74 68 65 20 |hanges. Now the | 000020f0 68 61 6e 64 6c 65 20 69 73 20 63 68 65 63 6b 65 |handle is checke| 00002100 64 20 62 65 66 6f 72 65 20 75 70 64 61 74 69 6e |d before updatin| 00002110 67 20 74 6f 20 73 65 65 20 69 66 20 69 74 20 69 |g to see if it i| 00002120 73 20 77 6f 72 74 68 77 68 69 6c 65 2e 0a 3c 6c |s worthwhile..<l| 00002130 69 3e 4e 65 77 20 6f 70 74 69 6f 6e 20 6d 61 6b |i>New option mak| 00002140 65 73 20 69 74 20 70 6f 73 73 69 62 6c 65 20 74 |es it possible t| 00002150 6f 20 67 65 74 20 74 68 65 20 27 53 68 6f 77 20 |o get the 'Show | 00002160 73 69 7a 65 27 20 62 61 72 73 20 6f 6e 20 74 68 |size' bars on th| 00002170 65 20 6f 75 74 73 69 64 65 20 6f 66 20 74 68 65 |e outside of the| 00002180 20 76 69 65 77 65 72 73 20 69 6e 73 74 65 61 64 | viewers instead| 00002190 20 6f 66 20 69 6e 73 69 64 65 2e 0a 3c 6c 69 3e | of inside..<li>| 000021a0 4c 6f 63 61 6c 20 63 68 6f 69 63 65 73 20 63 61 |Local choices ca| 000021b0 6e 20 6e 6f 77 20 62 65 20 73 74 6f 72 65 64 20 |n now be stored | 000021c0 61 73 20 61 20 27 48 79 70 65 72 44 65 66 27 20 |as a 'HyperDef' | 000021d0 66 69 6c 65 2e 20 53 75 63 68 20 61 20 66 69 6c |file. Such a fil| 000021e0 65 20 77 69 6c 6c 20 74 61 6b 65 20 65 66 66 65 |e will take effe| 000021f0 63 74 20 66 72 6f 6d 20 74 68 65 20 64 69 72 65 |ct from the dire| 00002200 63 74 6f 72 79 20 69 74 27 73 20 69 6e 2c 20 61 |ctory it's in, a| 00002210 6e 64 20 64 6f 77 6e 20 69 6e 74 6f 20 61 6c 6c |nd down into all| 00002220 20 73 75 62 73 65 71 75 65 6e 74 20 64 69 72 65 | subsequent dire| 00002230 63 74 6f 72 69 65 73 2e 20 54 68 65 72 65 20 69 |ctories. There i| 00002240 73 20 73 74 69 6c 6c 20 6f 6e 6c 79 20 6f 6e 65 |s still only one| 00002250 20 66 69 6c 65 2c 20 62 75 74 20 69 74 20 68 61 | file, but it ha| 00002260 73 20 61 20 64 69 66 66 65 72 65 6e 74 20 74 79 |s a different ty| 00002270 70 65 2e 0a 3c 62 72 3e 53 69 6e 63 65 20 69 74 |pe..<br>Since it| 00002280 20 77 69 6c 6c 20 74 61 6b 65 20 6c 6f 6e 67 65 | will take longe| 00002290 72 20 74 6f 20 6f 70 65 6e 20 61 20 64 69 72 65 |r to open a dire| 000022a0 63 74 6f 72 79 20 77 68 65 6e 20 74 68 65 20 70 |ctory when the p| 000022b0 61 74 68 20 68 61 73 20 74 6f 20 62 65 20 73 63 |ath has to be sc| 000022c0 61 6e 6e 65 64 20 66 6f 72 20 74 68 65 73 65 20 |anned for these | 000022d0 48 79 70 65 72 44 65 66 20 66 69 6c 65 73 2c 20 |HyperDef files, | 000022e0 74 68 65 72 65 20 69 73 20 61 20 6d 61 73 74 65 |there is a maste| 000022f0 72 20 73 77 69 74 63 68 20 69 6e 20 47 6c 6f 62 |r switch in Glob| 00002300 61 6c 20 63 68 6f 69 63 65 73 20 74 68 61 74 20 |al choices that | 00002310 63 61 6e 20 64 69 73 61 62 6c 65 20 74 68 69 73 |can disable this| 00002320 20 66 65 61 74 75 72 65 2e 0a 3c 62 72 3e 3c 69 | feature..<br><i| 00002330 3e 4e 6f 74 65 3a 20 54 68 69 73 20 48 79 70 65 |>Note: This Hype| 00002340 72 44 65 66 20 65 66 66 65 63 74 20 63 61 6e 20 |rDef effect can | 00002350 73 74 69 6c 6c 20 62 65 20 6f 76 65 72 72 69 64 |still be overrid| 00002360 64 65 6e 20 62 79 20 6e 6f 72 6d 61 6c 20 56 69 |den by normal Vi| 00002370 65 77 44 65 66 20 66 69 6c 65 73 20 66 6f 72 20 |ewDef files for | 00002380 61 20 73 69 6e 67 6c 65 20 64 69 72 65 63 74 6f |a single directo| 00002390 72 79 2c 20 6f 72 20 62 79 20 61 6e 6f 74 68 65 |ry, or by anothe| 000023a0 72 20 48 79 70 65 72 44 65 66 20 66 69 6c 65 20 |r HyperDef file | 000023b0 66 6f 72 20 74 68 65 20 72 65 73 74 20 6f 66 20 |for the rest of | 000023c0 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 74 72 |the directory tr| 000023d0 65 65 2e 20 41 6c 73 6f 2c 20 79 6f 75 20 64 6f |ee. Also, you do| 000023e0 6e 27 74 20 6e 65 65 64 20 74 6f 20 64 65 66 69 |n't need to defi| 000023f0 6e 65 20 61 6c 6c 20 74 68 65 20 63 68 6f 69 63 |ne all the choic| 00002400 65 73 20 69 6e 20 65 61 63 68 20 66 69 6c 65 2e |es in each file.| 00002410 20 49 20 72 65 63 6f 6d 6d 65 6e 64 20 74 68 61 | I recommend tha| 00002420 74 20 79 6f 75 20 72 65 66 65 72 20 74 6f 20 74 |t you refer to t| 00002430 68 65 20 3c 61 20 68 72 65 66 3d 22 2e 2f 47 75 |he <a href="./Gu| 00002440 69 64 65 23 4c 6f 63 61 6c 22 3e 47 75 69 64 65 |ide#Local">Guide| 00002450 3c 2f 61 3e 20 66 6f 72 20 61 20 66 75 6c 6c 20 |</a> for a full | 00002460 65 78 70 6c 61 6e 61 74 69 6f 6e 2e 3c 2f 69 3e |explanation.</i>| 00002470 0a 3c 6c 69 3e 54 68 65 20 4c 6f 63 61 6c 20 63 |.<li>The Local c| 00002480 68 6f 69 63 65 73 20 77 69 6e 64 6f 77 20 77 61 |hoices window wa| 00002490 73 20 67 65 74 74 69 6e 67 20 6c 61 72 67 65 2c |s getting large,| 000024a0 20 73 6f 20 6e 6f 77 20 74 68 65 20 61 63 74 69 | so now the acti| 000024b0 6f 6e 20 62 75 74 74 6f 6e 73 20 61 72 65 20 69 |on buttons are i| 000024c0 6e 20 61 20 70 61 6e 65 2e 0a 3c 6c 69 3e 4e 6f |n a pane..<li>No| 000024d0 77 20 66 69 6c 6c 73 20 69 6e 20 72 6f 77 20 61 |w fills in row a| 000024e0 6e 64 20 63 6f 6c 75 6d 6e 20 6e 75 6d 62 65 72 |nd column number| 000024f0 73 20 69 6e 20 4d 65 73 73 61 67 65 5f 46 69 6c |s in Message_Fil| 00002500 65 72 53 65 6c 65 63 74 69 6f 6e 2c 20 73 6f 20 |erSelection, so | 00002510 69 74 20 61 74 20 6c 65 61 73 74 20 6d 61 74 63 |it at least matc| 00002520 68 65 73 20 74 68 65 20 6e 75 6d 62 65 72 20 6f |hes the number o| 00002530 66 20 66 69 6c 65 73 20 73 65 6c 65 63 74 65 64 |f files selected| 00002540 2e 0a 3c 6c 69 3e 57 68 65 6e 20 63 6f 75 6e 74 |..<li>When count| 00002550 69 6e 67 20 74 68 65 20 73 69 7a 65 20 6f 66 20 |ing the size of | 00002560 74 68 65 20 73 65 6c 65 63 74 69 6f 6e 20 66 6f |the selection fo| 00002570 72 20 74 68 65 20 27 53 68 6f 77 20 73 69 7a 65 |r the 'Show size| 00002580 27 20 62 61 72 2c 20 45 73 63 61 70 65 20 77 69 |' bar, Escape wi| 00002590 6c 6c 20 61 62 6f 72 74 20 69 74 2e 0a 3c 6c 69 |ll abort it..<li| 000025a0 3e 4e 65 77 20 73 65 72 76 69 63 65 20 63 61 6c |>New service cal| 000025b0 6c 2c 20 73 65 65 20 3c 61 20 68 72 65 66 3d 22 |l, see <a href="| 000025c0 2e 2f 53 65 72 76 69 63 65 23 33 31 30 22 3e 53 |./Service#310">S| 000025d0 65 72 76 69 63 65 3c 2f 61 3e 2e 0a 3c 6c 69 3e |ervice</a>..<li>| 000025e0 41 64 64 65 64 20 73 65 76 65 72 61 6c 20 6d 65 |Added several me| 000025f0 73 73 61 67 65 73 2c 20 74 77 6f 20 73 65 72 76 |ssages, two serv| 00002600 69 63 65 20 63 61 6c 6c 73 20 61 6e 64 20 61 20 |ice calls and a | 00002610 53 57 49 20 74 6f 20 65 6e 61 62 6c 65 20 65 78 |SWI to enable ex| 00002620 74 65 72 6e 61 6c 20 70 72 6f 67 72 61 6d 73 20 |ternal programs | 00002630 74 6f 20 68 61 76 65 20 63 68 6f 69 63 65 73 2e |to have choices.| 00002640 0a 3c 6c 69 3e 49 6e 20 53 43 5f 53 70 72 69 74 |.<li>In SC_Sprit| 00002650 65 2c 20 69 74 20 69 73 20 6e 6f 77 20 6f 70 74 |e, it is now opt| 00002660 69 6f 6e 61 6c 20 77 68 65 74 68 65 72 20 79 6f |ional whether yo| 00002670 75 20 64 65 6d 61 6e 64 20 65 78 61 63 74 6c 79 |u demand exactly| 00002680 20 31 20 73 70 72 69 74 65 20 69 6e 20 74 68 65 | 1 sprite in the| 00002690 20 66 69 6c 65 20 62 65 66 6f 72 65 20 69 74 20 | file before it | 000026a0 77 69 6c 6c 20 6d 61 6b 65 20 61 20 74 68 75 6d |will make a thum| 000026b0 62 6e 61 69 6c 2e 0a 3c 6c 69 3e 41 64 64 65 64 |bnail..<li>Added| 000026c0 20 53 43 5f 4d 61 6e 61 67 65 72 20 74 6f 20 6d | SC_Manager to m| 000026d0 61 6b 65 20 6c 69 66 65 20 65 76 65 6e 20 65 61 |ake life even ea| 000026e0 73 69 65 72 2c 20 69 66 20 74 68 65 20 63 68 6f |sier, if the cho| 000026f0 69 63 65 73 20 63 61 6e 20 62 65 20 6d 61 69 6e |ices can be main| 00002700 74 61 69 6e 65 64 20 69 6e 20 61 20 73 74 61 6e |tained in a stan| 00002710 64 61 72 64 20 77 61 79 2e 0a 3c 6c 69 3e 43 68 |dard way..<li>Ch| 00002720 61 6e 67 65 64 20 74 68 65 20 73 65 74 74 79 70 |anged the settyp| 00002730 65 20 6d 65 6e 75 20 74 6f 20 62 65 20 75 73 65 |e menu to be use| 00002740 72 2d 64 65 66 69 6e 65 64 2c 20 77 69 74 68 20 |r-defined, with | 00002750 61 20 73 75 62 6d 65 6e 75 20 63 6f 6e 74 61 69 |a submenu contai| 00002760 6e 69 6e 67 20 61 6c 6c 20 74 68 65 20 74 79 70 |ning all the typ| 00002770 65 73 2e 20 57 68 65 6e 20 75 73 69 6e 67 20 61 |es. When using a| 00002780 20 74 79 70 65 20 66 72 6f 6d 20 74 68 65 20 6c | type from the l| 00002790 6f 6e 67 20 6c 69 73 74 2c 20 69 74 20 69 73 20 |ong list, it is | 000027a0 61 64 64 65 64 20 74 6f 20 74 68 65 20 73 68 6f |added to the sho| 000027b0 72 74 20 6c 69 73 74 20 69 66 20 6e 6f 74 20 74 |rt list if not t| 000027c0 68 65 72 65 20 61 6c 72 65 61 64 79 2e 20 54 68 |here already. Th| 000027d0 61 6e 6b 73 20 74 6f 20 56 69 6e 63 65 6e 74 20 |anks to Vincent | 000027e0 4c 65 66 65 76 72 65 20 66 6f 72 20 74 68 69 73 |Lefevre for this| 000027f0 20 69 64 65 61 21 0a 3c 6c 69 3e 41 64 64 65 64 | idea!.<li>Added| 00002800 20 61 20 77 69 6e 64 6f 77 20 74 6f 20 43 68 6f | a window to Cho| 00002810 69 63 65 73 20 74 6f 20 73 65 74 20 75 70 20 74 |ices to set up t| 00002820 68 65 20 73 68 6f 72 74 20 6c 69 73 74 20 6f 66 |he short list of| 00002830 20 74 79 70 65 73 2e 0a 3c 6c 69 3e 49 74 20 69 | types..<li>It i| 00002840 73 20 6e 6f 77 20 70 6f 73 73 69 62 6c 65 20 74 |s now possible t| 00002850 6f 20 75 73 65 20 61 6e 6f 74 68 65 72 20 73 70 |o use another sp| 00002860 72 69 74 65 20 66 6f 72 20 74 69 6c 69 6e 67 20 |rite for tiling | 00002870 69 6e 20 74 68 65 20 46 69 6c 65 72 20 77 69 6e |in the Filer win| 00002880 64 6f 77 73 20 69 66 20 79 6f 75 20 77 69 73 68 |dows if you wish| 00002890 2e 20 49 74 20 77 69 6c 6c 20 6c 6f 6f 6b 20 66 |. It will look f| 000028a0 6f 72 20 27 74 69 6c 65 5f 66 27 20 73 70 72 69 |or 'tile_f' spri| 000028b0 74 65 73 20 66 69 72 73 74 2c 20 74 68 65 6e 20 |tes first, then | 000028c0 74 68 65 20 6e 6f 72 6d 61 6c 20 27 74 69 6c 65 |the normal 'tile| 000028d0 5f 31 27 20 6f 6e 65 73 2e 0a 3c 6c 69 3e 46 6f |_1' ones..<li>Fo| 000028e0 72 20 74 68 65 20 4e 4e 27 74 68 20 74 69 6d 65 |r the NN'th time| 000028f0 2c 20 77 6f 72 6b 65 64 20 61 72 6f 75 6e 64 20 |, worked around | 00002900 61 20 62 75 67 20 69 6e 20 74 68 65 20 54 6f 6f |a bug in the Too| 00002910 6c 62 6f 78 2c 20 74 68 61 74 20 63 6f 75 6c 64 |lbox, that could| 00002920 20 70 72 6f 76 6f 6b 65 20 65 78 63 65 70 74 69 | provoke excepti| 00002930 6f 6e 73 20 69 66 20 79 6f 75 20 72 61 6e 20 73 |ons if you ran s| 00002940 65 76 65 72 61 6c 20 6d 65 6e 75 20 66 75 6e 63 |everal menu func| 00002950 74 69 6f 6e 73 20 69 6e 20 61 20 72 6f 77 20 28 |tions in a row (| 00002960 77 69 74 68 20 41 64 6a 75 73 74 29 2e 0a 3c 6c |with Adjust)..<l| 00002970 69 3e 41 20 62 6f 6f 74 69 6e 67 20 62 75 67 20 |i>A booting bug | 00002980 73 74 69 6c 6c 20 6c 69 6e 67 65 72 65 64 2e 20 |still lingered. | 00002990 54 68 69 73 20 74 69 6d 65 20 43 44 46 53 20 73 |This time CDFS s| 000029a0 6f 6d 65 74 69 6d 65 73 20 72 65 74 75 72 6e 73 |ometimes returns| 000029b0 20 61 20 6c 6f 61 64 2f 65 78 65 63 20 70 61 69 | a load/exec pai| 000029c0 72 20 74 68 61 74 20 6d 65 61 6e 73 20 27 75 6e |r that means 'un| 000029d0 74 79 70 65 64 27 2c 20 77 68 65 6e 20 69 6e 20 |typed', when in | 000029e0 66 61 63 74 20 74 68 65 20 6f 62 6a 65 63 74 20 |fact the object | 000029f0 68 61 73 20 61 20 74 79 70 65 20 69 66 20 79 6f |has a type if yo| 00002a00 75 20 6c 6f 6f 6b 20 63 6c 6f 73 65 72 2e 0a 3c |u look closer..<| 00002a10 6c 69 3e 57 68 65 6e 20 61 6e 20 6f 62 6a 65 63 |li>When an objec| 00002a20 74 20 77 61 73 20 6f 76 65 72 77 72 69 74 74 65 |t was overwritte| 00002a30 6e 2c 20 61 6e 64 20 6f 6e 6c 79 20 74 68 65 20 |n, and only the | 00002a40 63 61 73 65 20 6f 66 20 74 68 65 20 66 69 6c 65 |case of the file| 00002a50 6e 61 6d 65 20 63 68 61 6e 67 65 64 2c 20 74 68 |name changed, th| 00002a60 65 20 76 69 65 77 65 72 20 64 69 64 6e 27 74 20 |e viewer didn't | 00002a70 75 70 64 61 74 65 2e 20 4e 6f 77 20 69 74 20 64 |update. Now it d| 00002a80 6f 65 73 2e 0a 3c 6c 69 3e 41 6e 6f 74 68 65 72 |oes..<li>Another| 00002a90 20 62 75 67 20 69 6e 20 74 68 65 20 74 6f 6f 6c | bug in the tool| 00002aa0 62 6f 78 20 63 61 75 73 65 64 20 6b 65 79 70 72 |box caused keypr| 00002ab0 65 73 73 65 73 2c 20 74 68 61 74 20 74 68 65 20 |esses, that the | 00002ac0 74 6f 6f 6c 62 6f 78 20 68 61 64 20 64 65 61 6c |toolbox had deal| 00002ad0 74 20 77 69 74 68 2c 20 74 6f 20 62 65 20 73 65 |t with, to be se| 00002ae0 6e 74 20 6f 6e 20 61 6e 79 77 61 79 20 74 6f 20 |nt on anyway to | 00002af0 74 68 65 20 72 65 73 74 20 6f 66 20 74 68 65 20 |the rest of the | 00002b00 73 79 73 74 65 6d 2e 20 41 73 20 74 68 65 72 65 |system. As there| 00002b10 20 69 73 20 6e 6f 20 77 61 79 20 6f 66 20 6b 6e | is no way of kn| 00002b20 6f 77 69 6e 67 20 77 68 65 74 68 65 72 20 74 68 |owing whether th| 00002b30 65 20 74 6f 6f 6c 62 6f 78 20 68 61 73 20 72 65 |e toolbox has re| 00002b40 61 63 74 65 64 20 6f 72 20 6e 6f 74 2c 20 49 20 |acted or not, I | 00002b50 63 61 6e 27 74 20 66 69 78 20 74 68 69 73 20 63 |can't fix this c| 00002b60 6f 6d 70 6c 65 74 65 6c 79 2e 20 49 74 20 69 73 |ompletely. It is| 00002b70 20 6e 6f 77 20 61 20 63 6f 6d 70 72 6f 6d 69 73 | now a compromis| 00002b80 65 3a 20 41 6e 79 20 6b 65 79 20 74 68 61 74 20 |e: Any key that | 00002b90 74 68 65 20 74 6f 6f 6c 62 6f 78 20 3c 69 3e 6d |the toolbox <i>m| 00002ba0 61 79 3c 2f 69 3e 20 68 61 76 65 20 64 65 61 6c |ay</i> have deal| 00002bb0 74 20 77 69 74 68 20 69 73 20 6e 6f 74 20 73 65 |t with is not se| 00002bc0 6e 74 20 6f 6e 2e 20 54 68 65 20 65 78 63 65 70 |nt on. The excep| 00002bd0 74 69 6f 6e 20 69 73 20 46 31 32 20 69 6e 20 61 |tion is F12 in a| 00002be0 6e 79 20 6f 66 20 69 74 73 20 66 6f 72 6d 73 2c |ny of its forms,| 00002bf0 20 77 68 69 63 68 20 69 73 20 61 6c 77 61 79 73 | which is always| 00002c00 20 73 65 6e 74 20 6f 6e 2e 0a 3c 6c 69 3e 4e 65 | sent on..<li>Ne| 00002c10 77 20 73 79 73 74 65 6d 20 76 61 72 69 61 62 6c |w system variabl| 00002c20 65 2c 20 46 69 6c 65 72 24 56 69 65 77 65 72 2e |e, Filer$Viewer.| 00002c30 20 53 65 65 20 3c 61 20 68 72 65 66 3d 22 2e 2f | See <a href="./| 00002c40 53 79 73 56 61 72 73 22 3e 53 79 73 56 61 72 73 |SysVars">SysVars| 00002c50 3c 2f 61 3e 2e 0a 3c 6c 69 3e 47 61 76 65 20 75 |</a>..<li>Gave u| 00002c60 70 20 6f 6e 20 75 73 69 6e 67 20 74 68 65 20 74 |p on using the t| 00002c70 6f 6f 6c 62 6f 78 20 66 6f 72 20 68 61 6e 64 6c |oolbox for handl| 00002c80 69 6e 67 20 6b 65 79 20 73 68 6f 72 74 63 75 74 |ing key shortcut| 00002c90 73 2e 0a 3c 6c 69 3e 4c 6f 74 73 20 6f 66 20 63 |s..<li>Lots of c| 00002ca0 68 61 6e 67 65 73 2e 20 49 6e 74 65 72 6e 61 6c |hanges. Internal| 00002cb0 20 66 75 6e 63 74 69 6f 6e 73 20 6d 6f 64 69 66 | functions modif| 00002cc0 69 65 64 20 74 6f 20 77 6f 72 6b 20 6c 69 6b 65 |ied to work like| 00002cd0 20 65 78 74 65 72 6e 61 6c 20 6f 6e 65 73 2e 20 | external ones. | 00002ce0 54 68 65 20 6d 61 69 6e 20 67 6f 61 6c 20 66 6f |The main goal fo| 00002cf0 72 20 66 75 6e 63 74 69 6f 6e 73 20 69 73 2c 20 |r functions is, | 00002d00 74 68 61 74 20 65 76 65 72 79 74 68 69 6e 67 20 |that everything | 00002d10 49 20 63 6f 75 6c 64 20 68 61 76 65 20 6d 61 64 |I could have mad| 00002d20 65 20 69 6e 20 74 68 65 20 46 69 6c 65 72 2c 20 |e in the Filer, | 00002d30 79 6f 75 20 73 68 6f 75 6c 64 20 62 65 20 61 62 |you should be ab| 00002d40 6c 65 20 74 6f 20 6d 61 6b 65 20 69 6e 20 61 6e |le to make in an| 00002d50 20 65 78 74 65 72 6e 61 6c 20 6d 6f 64 75 6c 65 | external module| 00002d60 2e 0a 3c 6c 69 3e 4d 61 64 65 20 27 73 65 72 76 |..<li>Made 'serv| 00002d70 69 63 65 20 65 6e 74 72 69 65 73 27 20 66 6f 72 |ice entries' for| 00002d80 20 75 74 69 6c 69 74 69 65 73 20 69 6e 73 74 65 | utilities inste| 00002d90 61 64 20 6f 66 20 61 20 6c 6f 74 20 6f 66 20 53 |ad of a lot of S| 00002da0 57 49 73 2e 0a 3c 6c 69 3e 53 43 5f 4d 61 6e 61 |WIs..<li>SC_Mana| 00002db0 67 65 72 20 6e 6f 77 20 70 72 6f 76 69 64 65 73 |ger now provides| 00002dc0 20 41 75 74 6f 4c 6f 61 64 20 66 6f 72 20 6d 6f | AutoLoad for mo| 00002dd0 64 75 6c 61 72 20 65 78 74 65 72 6e 61 6c 20 75 |dular external u| 00002de0 74 69 6c 69 74 69 65 73 2e 0a 3c 6c 69 3e 48 69 |tilities..<li>Hi| 00002df0 64 65 20 68 69 64 64 65 6e 20 69 73 20 6e 6f 77 |de hidden is now| 00002e00 20 66 6f 72 63 65 64 20 6f 6e 20 77 68 65 6e 20 | forced on when | 00002e10 74 68 65 20 63 6f 6d 70 75 74 65 72 20 69 73 20 |the computer is | 00002e20 6c 6f 63 6b 65 64 2e 0a 3c 6c 69 3e 41 20 62 75 |locked..<li>A bu| 00002e30 67 20 69 6e 20 74 68 65 20 50 6f 77 65 72 54 65 |g in the PowerTe| 00002e40 63 20 53 43 53 49 46 53 20 63 61 6e 20 63 6f 72 |c SCSIFS can cor| 00002e50 72 75 70 74 20 6f 6e 65 20 6d 61 70 20 63 6f 70 |rupt one map cop| 00002e60 79 20 69 6e 20 73 6f 6d 65 20 63 69 72 63 75 6d |y in some circum| 00002e70 73 74 61 6e 63 65 73 2e 20 49 6e 20 74 68 65 20 |stances. In the | 00002e80 66 69 6c 65 72 2c 20 69 74 20 61 66 66 65 63 74 |filer, it affect| 00002e90 65 64 20 27 53 61 76 65 20 63 61 63 68 65 27 2e |ed 'Save cache'.| 00002ea0 20 54 68 61 74 20 63 6f 64 65 20 68 61 73 20 6e | That code has n| 00002eb0 6f 77 20 62 65 65 6e 20 63 68 61 6e 67 65 64 20 |ow been changed | 00002ec0 74 6f 20 6d 61 6b 65 20 69 74 20 77 6f 72 6b 2c |to make it work,| 00002ed0 20 62 75 74 20 74 68 65 20 46 53 20 62 75 67 20 | but the FS bug | 00002ee0 69 74 20 73 74 69 6c 6c 20 74 68 65 72 65 20 6f |it still there o| 00002ef0 66 20 63 6f 75 72 73 65 2e 0a 3c 6c 69 3e 4d 61 |f course..<li>Ma| 00002f00 64 65 20 61 20 6c 69 6e 6b 20 75 74 69 6c 69 74 |de a link utilit| 00002f10 79 20 74 6f 20 74 65 73 74 20 74 68 65 20 63 6c |y to test the cl| 00002f20 69 65 6e 74 20 69 6e 74 65 72 66 61 63 65 2e 20 |ient interface. | 00002f30 53 65 72 76 65 73 20 61 73 20 61 6e 20 65 78 61 |Serves as an exa| 00002f40 6d 70 6c 65 20 61 73 20 77 65 6c 6c 2e 0a 3c 6c |mple as well..<l| 00002f50 69 3e 4d 61 64 65 20 61 20 75 74 69 6c 69 74 79 |i>Made a utility| 00002f60 20 74 6f 20 63 6f 6e 74 72 6f 6c 20 27 67 65 6e | to control 'gen| 00002f70 65 72 69 63 20 63 6f 6e 76 65 72 74 65 72 73 27 |eric converters'| 00002f80 2e 20 54 68 65 73 65 20 61 72 65 20 6a 75 73 74 |. These are just| 00002f90 20 73 6d 61 6c 6c 20 42 61 73 69 63 20 70 72 6f | small Basic pro| 00002fa0 67 72 61 6d 73 2c 20 61 6e 64 20 6d 61 6e 79 20 |grams, and many | 00002fb0 70 65 6f 70 6c 65 20 73 68 6f 75 6c 64 20 62 65 |people should be| 00002fc0 20 61 62 6c 65 20 74 6f 20 6d 61 6b 65 20 73 75 | able to make su| 00002fd0 63 68 20 63 6f 6e 76 65 72 74 65 72 73 2e 20 54 |ch converters. T| 00002fe0 68 65 72 65 20 61 72 65 20 6e 6f 20 63 68 6f 69 |here are no choi| 00002ff0 63 65 73 20 66 6f 72 20 74 68 65 73 65 20 79 65 |ces for these ye| 00003000 74 20 28 6f 74 68 65 72 20 74 68 61 6e 20 63 75 |t (other than cu| 00003010 73 74 6f 6d 20 63 68 6f 69 63 65 73 29 2c 20 62 |stom choices), b| 00003020 75 74 20 74 68 61 74 20 77 69 6c 6c 20 63 6f 6d |ut that will com| 00003030 65 20 6c 61 74 65 72 2e 0a 3c 6c 69 3e 4d 6f 72 |e later..<li>Mor| 00003040 65 20 74 65 78 74 73 20 6d 6f 76 65 64 20 69 6e |e texts moved in| 00003050 74 6f 20 74 68 65 20 4d 65 73 73 61 67 65 73 20 |to the Messages | 00003060 66 69 6c 65 2e 0a 3c 6c 69 3e 41 20 6e 65 77 20 |file..<li>A new | 00003070 66 69 6c 65 20 27 21 4d 65 6e 75 73 27 20 77 69 |file '!Menus' wi| 00003080 6c 6c 20 63 6f 6e 74 72 6f 6c 20 77 68 69 63 68 |ll control which| 00003090 20 6f 72 64 65 72 20 74 68 65 20 76 61 72 69 6f | order the vario| 000030a0 75 73 20 66 75 6e 63 74 69 6f 6e 73 20 61 70 70 |us functions app| 000030b0 65 61 72 20 69 6e 20 74 68 65 20 6d 65 6e 75 73 |ear in the menus| 000030c0 2e 20 54 68 65 72 65 20 69 73 20 6e 6f 20 47 55 |. There is no GU| 000030d0 49 20 66 6f 72 20 64 65 66 69 6e 69 6e 67 20 74 |I for defining t| 000030e0 68 69 73 20 66 69 6c 65 20 79 65 74 2e 20 54 68 |his file yet. Th| 000030f0 65 20 66 6f 72 6d 61 74 20 69 73 20 64 65 73 63 |e format is desc| 00003100 72 69 62 65 64 20 69 6e 20 3c 61 20 68 72 65 66 |ribed in <a href| 00003110 3d 22 2e 2f 4d 65 6e 75 73 22 3e 4d 65 6e 75 73 |="./Menus">Menus| 00003120 3c 2f 61 3e 2e 0a 3c 6c 69 3e 54 68 65 20 6f 72 |</a>..<li>The or| 00003130 64 65 72 20 6f 66 20 74 68 65 20 62 75 74 74 6f |der of the butto| 00003140 6e 73 20 6f 6e 20 74 68 65 20 73 69 7a 65 20 62 |ns on the size b| 00003150 61 72 20 63 61 6e 20 6e 6f 77 20 62 65 20 63 6f |ar can now be co| 00003160 6e 74 72 6f 6c 6c 65 64 2e 0a 3c 6c 69 3e 41 6e |ntrolled..<li>An| 00003170 20 65 78 61 6d 70 6c 65 20 62 75 74 74 6f 6e 20 | example button | 00003180 69 73 20 73 68 6f 77 6e 20 74 6f 20 74 68 65 20 |is shown to the | 00003190 72 69 67 68 74 20 6f 66 20 74 68 65 20 6f 70 74 |right of the opt| 000031a0 69 6f 6e 20 62 75 74 74 6f 6e 2e 0a 3c 6c 69 3e |ion button..<li>| 000031b0 45 61 63 68 20 45 78 74 65 72 6e 61 6c 20 55 74 |Each External Ut| 000031c0 69 6c 69 74 79 20 6e 6f 77 20 68 61 73 20 61 20 |ility now has a | 000031d0 64 65 73 63 72 69 70 74 69 6f 6e 20 74 6f 20 62 |description to b| 000031e0 65 20 73 68 6f 77 6e 20 69 6e 20 74 68 65 20 63 |e shown in the c| 000031f0 68 6f 69 63 65 73 20 77 69 6e 64 6f 77 2e 0a 3c |hoices window..<| 00003200 6c 69 3e 41 74 20 73 6f 6d 65 20 70 6f 69 6e 74 |li>At some point| 00003210 2c 20 53 68 69 66 74 2d 2a 46 69 6c 65 72 5f 52 |, Shift-*Filer_R| 00003220 75 6e 20 61 6e 64 20 53 68 69 66 74 2d 64 6f 75 |un and Shift-dou| 00003230 62 6c 65 63 6c 69 63 6b 20 73 74 6f 70 70 65 64 |bleclick stopped| 00003240 20 63 6c 6f 73 69 6e 67 20 61 6e 20 61 6c 72 65 | closing an alre| 00003250 61 64 79 20 6f 70 65 6e 20 64 69 72 65 63 74 6f |ady open directo| 00003260 72 79 2e 20 4e 6f 77 20 69 74 27 73 20 62 61 63 |ry. Now it's bac| 00003270 6b 2e 0a 3c 6c 69 3e 49 6e 70 75 74 20 66 6f 63 |k..<li>Input foc| 00003280 75 73 20 69 73 20 6b 65 70 74 20 61 66 74 65 72 |us is kept after| 00003290 20 64 69 72 65 63 74 2d 72 65 6e 61 6d 69 6e 67 | direct-renaming| 000032a0 2e 0a 3c 6c 69 3e 44 61 74 61 4f 70 65 6e 20 69 |..<li>DataOpen i| 000032b0 73 20 6e 6f 77 20 61 6c 73 6f 20 73 65 6e 74 20 |s now also sent | 000032c0 66 6f 72 20 70 6c 61 69 6e 20 64 69 72 65 63 74 |for plain direct| 000032d0 6f 72 69 65 73 2e 20 49 74 20 77 61 73 6e 27 74 |ories. It wasn't| 000032e0 20 62 65 66 6f 72 65 20 62 65 63 61 75 73 65 20 | before because | 000032f0 69 74 20 69 6d 70 72 6f 76 65 64 20 74 68 65 20 |it improved the | 00003300 72 65 73 70 6f 6e 73 65 2e 20 48 6f 77 65 76 65 |response. Howeve| 00003310 72 2c 20 74 68 69 6e 67 73 20 6c 69 6b 65 20 21 |r, things like !| 00003320 44 69 72 65 63 74 6f 72 20 64 69 64 6e 27 74 20 |Director didn't | 00003330 77 6f 72 6b 2c 20 61 6e 64 20 6e 6f 77 20 69 74 |work, and now it| 00003340 20 64 6f 65 73 2e 0a 3c 2f 75 6c 3e 0a 0a 3c 68 | does..</ul>..<h| 00003350 32 3e 43 68 61 6e 67 65 73 20 66 72 6f 6d 20 31 |2>Changes from 1| 00003360 2e 32 33 20 74 6f 20 31 2e 32 35 3c 2f 68 32 3e |.23 to 1.25</h2>| 00003370 0a 0a 3c 75 6c 3e 0a 3c 6c 69 3e 45 76 65 6e 74 |..<ul>.<li>Event| 00003380 75 61 6c 6c 79 20 66 6f 75 6e 64 20 61 6e 64 20 |ually found and | 00003390 66 69 78 65 64 20 74 68 65 20 69 72 72 69 74 61 |fixed the irrita| 000033a0 74 69 6e 67 20 62 75 67 20 74 6f 20 64 6f 20 77 |ting bug to do w| 000033b0 69 74 68 20 74 68 65 20 74 79 70 65 20 6d 65 6e |ith the type men| 000033c0 75 20 69 6e 20 4e 65 77 20 64 69 72 65 63 74 6f |u in New directo| 000033d0 72 79 2e 0a 3c 6c 69 3e 46 69 78 65 64 20 61 6e |ry..<li>Fixed an| 000033e0 6f 74 68 65 72 20 62 75 67 20 69 6e 76 6f 6c 76 |other bug involv| 000033f0 69 6e 67 20 64 69 72 65 63 74 2d 73 65 74 74 79 |ing direct-setty| 00003400 70 65 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 20 |pe..<li>Changed | 00003410 74 68 65 20 65 72 72 6f 72 20 68 61 6e 64 6c 65 |the error handle| 00003420 72 20 73 6f 20 69 74 20 6f 6e 6c 79 20 70 72 6f |r so it only pro| 00003430 76 69 64 65 73 20 61 20 27 43 61 6e 63 65 6c 20 |vides a 'Cancel | 00003440 74 6f 20 71 75 69 74 27 20 69 66 20 74 68 65 20 |to quit' if the | 00003450 65 72 72 6f 72 20 6f 63 63 75 72 73 20 77 69 74 |error occurs wit| 00003460 68 69 6e 20 68 61 6c 66 20 61 20 73 65 63 6f 6e |hin half a secon| 00003470 64 20 61 66 74 65 72 20 74 68 65 20 70 72 65 76 |d after the prev| 00003480 69 6f 75 73 20 65 72 72 6f 72 2e 20 53 6f 20 69 |ious error. So i| 00003490 66 20 79 6f 75 20 72 65 61 6c 6c 79 20 67 65 74 |f you really get| 000034a0 20 69 6e 20 74 72 6f 75 62 6c 65 20 77 69 74 68 | in trouble with| 000034b0 20 61 6e 20 69 6e 66 69 6e 69 74 65 20 65 72 72 | an infinite err| 000034c0 6f 72 2d 6c 6f 6f 70 2c 20 79 6f 75 20 63 61 6e |or-loop, you can| 000034d0 20 71 75 69 74 20 74 68 65 20 66 69 6c 65 72 2e | quit the filer.| 000034e0 20 49 6e 20 6d 6f 73 74 20 63 61 73 65 73 20 79 | In most cases y| 000034f0 6f 75 20 77 69 6c 6c 20 6a 75 73 74 20 63 6f 6e |ou will just con| 00003500 74 69 6e 75 65 2c 20 62 75 74 20 73 6f 6d 65 20 |tinue, but some | 00003510 70 65 6f 70 6c 65 20 69 6e 61 64 76 65 72 74 65 |people inadverte| 00003520 6e 74 6c 79 20 75 73 65 64 20 43 61 6e 63 65 6c |ntly used Cancel| 00003530 20 77 68 65 6e 20 69 74 20 77 61 73 6e 27 74 20 | when it wasn't | 00003540 6e 65 63 65 73 73 61 72 79 2e 0a 3c 6c 69 3e 54 |necessary..<li>T| 00003550 68 65 20 6e 65 77 20 77 69 6e 64 6f 77 20 6d 61 |he new window ma| 00003560 6e 61 67 65 72 20 6d 61 64 65 20 69 74 20 77 6f |nager made it wo| 00003570 72 74 68 77 68 69 6c 65 20 74 6f 20 61 64 64 20 |rthwhile to add | 00003580 61 20 6d 69 6e 69 6d 75 6d 20 73 69 7a 65 20 6f |a minimum size o| 00003590 66 20 76 69 65 77 65 72 73 20 74 6f 20 74 68 65 |f viewers to the| 000035a0 20 67 6c 6f 62 61 6c 20 63 68 6f 69 63 65 73 2e | global choices.| 000035b0 0a 3c 6c 69 3e 41 64 64 65 64 20 61 20 63 68 65 |.<li>Added a che| 000035c0 63 6b 20 66 6f 72 20 57 69 6e 64 6f 77 20 31 2e |ck for Window 1.| 000035d0 33 39 20 69 66 20 72 75 6e 6e 69 6e 67 20 6e 65 |39 if running ne| 000035e0 77 65 72 20 77 69 6e 64 6f 77 20 6d 61 6e 61 67 |wer window manag| 000035f0 65 72 73 2e 20 4f 6c 64 65 72 20 76 65 72 73 69 |ers. Older versi| 00003600 6f 6e 73 20 6f 66 20 57 69 6e 64 6f 77 20 68 61 |ons of Window ha| 00003610 76 65 20 72 65 64 72 61 77 20 70 72 6f 62 6c 65 |ve redraw proble| 00003620 6d 73 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 74 77 |ms..<li>Added tw| 00003630 6f 20 6b 65 79 73 20 66 6f 72 20 74 75 72 6e 69 |o keys for turni| 00003640 6e 67 20 73 74 61 74 75 73 20 77 69 6e 64 6f 77 |ng status window| 00003650 73 20 6f 6e 20 61 6e 64 20 6f 66 66 2e 20 4e 6f |s on and off. No| 00003660 74 65 20 74 68 61 74 20 52 65 61 6c 43 6f 75 6e |te that RealCoun| 00003670 74 20 73 65 65 6d 73 20 74 6f 20 70 72 65 76 65 |t seems to preve| 00003680 6e 74 20 74 68 69 73 20 66 72 6f 6d 20 77 6f 72 |nt this from wor| 00003690 6b 69 6e 67 20 77 69 74 68 20 43 6f 75 6e 74 2e |king with Count.| 000036a0 0a 3c 6c 69 3e 54 6f 20 6d 61 6b 65 20 61 20 70 |.<li>To make a p| 000036b0 75 62 6c 69 63 20 72 65 6c 65 61 73 65 20 65 61 |ublic release ea| 000036c0 73 69 65 72 2c 20 74 68 65 20 66 69 78 65 64 20 |sier, the fixed | 000036d0 53 70 72 69 74 65 45 78 74 65 6e 64 20 6d 6f 64 |SpriteExtend mod| 000036e0 75 6c 65 20 77 61 73 20 72 65 6d 6f 76 65 64 2c |ule was removed,| 000036f0 20 61 6e 64 20 61 20 70 61 74 63 68 20 72 6f 75 | and a patch rou| 00003700 74 69 6e 65 20 69 6e 63 6c 75 64 65 64 20 69 6e |tine included in| 00003710 73 74 65 61 64 2e 20 54 68 69 73 20 70 61 74 63 |stead. This patc| 00003720 68 20 72 6f 75 74 69 6e 65 20 77 69 6c 6c 20 61 |h routine will a| 00003730 74 20 6c 65 61 73 74 20 70 61 74 63 68 20 76 65 |t least patch ve| 00003740 72 73 69 6f 6e 73 20 30 2e 39 39 20 61 6e 64 20 |rsions 0.99 and | 00003750 31 2e 30 34 2e 20 49 66 20 6e 65 77 65 72 20 76 |1.04. If newer v| 00003760 65 72 73 69 6f 6e 73 20 73 74 69 6c 6c 20 68 61 |ersions still ha| 00003770 76 65 20 74 68 65 20 62 75 67 2c 20 62 75 74 20 |ve the bug, but | 00003780 69 74 20 68 61 73 20 63 68 61 6e 67 65 64 20 61 |it has changed a| 00003790 70 70 65 61 72 61 6e 63 65 2c 20 69 74 20 6d 61 |ppearance, it ma| 000037a0 79 20 6e 6f 74 20 77 6f 72 6b 2e 0a 3c 6c 69 3e |y not work..<li>| 000037b0 46 69 78 3a 20 49 66 20 61 20 6b 65 79 20 63 61 |Fix: If a key ca| 000037c0 75 73 65 64 20 61 20 76 69 65 77 65 72 20 74 6f |used a viewer to| 000037d0 20 63 6c 6f 73 65 2c 20 61 6e 64 20 74 68 65 20 | close, and the | 000037e0 6d 65 6e 75 20 77 61 73 20 6f 70 65 6e 2c 20 73 |menu was open, s| 000037f0 6f 6d 65 74 69 6d 65 73 20 74 68 65 20 6d 65 6e |ometimes the men| 00003800 75 20 77 61 73 6e 27 74 20 63 6c 6f 73 65 64 20 |u wasn't closed | 00003810 61 73 20 77 65 6c 6c 2e 0a 3c 6c 69 3e 46 69 78 |as well..<li>Fix| 00003820 3a 20 4c 61 72 67 65 20 64 69 72 65 63 74 6f 72 |: Large director| 00003830 69 65 73 20 77 69 74 68 20 6d 6f 72 65 20 74 68 |ies with more th| 00003840 61 6e 20 61 62 6f 75 74 20 31 32 30 30 20 66 69 |an about 1200 fi| 00003850 6c 65 73 20 63 6f 75 6c 64 20 6c 65 61 64 20 74 |les could lead t| 00003860 6f 20 65 72 72 6f 72 73 2e 0a 3c 6c 69 3e 52 65 |o errors..<li>Re| 00003870 6c 65 61 73 65 64 20 74 6f 20 62 65 74 61 20 74 |leased to beta t| 00003880 65 73 74 65 72 73 0a 3c 2f 75 6c 3e 0a 0a 3c 68 |esters.</ul>..<h| 00003890 32 3e 43 68 61 6e 67 65 73 20 66 72 6f 6d 20 31 |2>Changes from 1| 000038a0 2e 32 35 20 74 6f 20 31 2e 32 37 3c 2f 68 32 3e |.25 to 1.27</h2>| 000038b0 0a 3c 75 6c 3e 0a 3c 6c 69 3e 46 69 78 65 64 20 |.<ul>.<li>Fixed | 000038c0 61 20 62 75 67 20 77 68 65 6e 20 65 73 63 61 70 |a bug when escap| 000038d0 69 6e 67 20 27 53 68 6f 77 20 73 69 7a 65 27 20 |ing 'Show size' | 000038e0 63 6f 75 6e 74 69 6e 67 2e 0a 3c 6c 69 3e 41 20 |counting..<li>A | 000038f0 66 65 77 20 63 68 61 6e 67 65 73 20 77 68 65 6e |few changes when| 00003900 20 75 70 64 61 74 69 6e 67 20 76 65 72 79 20 6c | updating very l| 00003910 61 72 67 65 20 76 69 65 77 65 72 73 2e 0a 3c 6c |arge viewers..<l| 00003920 69 3e 57 69 6d 70 5f 52 65 61 64 50 69 78 54 72 |i>Wimp_ReadPixTr| 00003930 61 6e 73 20 64 6f 65 73 6e 27 74 20 77 6f 72 6b |ans doesn't work| 00003940 20 77 69 74 68 20 38 62 70 70 20 73 70 72 69 74 | with 8bpp sprit| 00003950 65 73 2e 20 54 68 69 73 20 61 66 66 65 63 74 65 |es. This affecte| 00003960 64 20 74 69 6c 65 64 20 76 69 65 77 65 72 73 20 |d tiled viewers | 00003970 69 6e 20 32 35 36 20 63 6f 6c 6f 75 72 20 6d 6f |in 256 colour mo| 00003980 64 65 73 2e 20 4e 6f 77 20 75 73 69 6e 67 20 43 |des. Now using C| 00003990 6f 6c 6f 75 72 54 72 61 6e 73 20 69 6e 73 74 65 |olourTrans inste| 000039a0 61 64 2c 20 77 68 69 63 68 20 77 6f 72 6b 73 2e |ad, which works.| 000039b0 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 20 53 6f 72 |.<li>Changed Sor| 000039c0 74 2d 62 79 2d 74 79 70 65 20 74 6f 20 75 73 65 |t-by-type to use| 000039d0 20 74 68 65 20 73 61 6d 65 20 6f 72 64 65 72 20 | the same order | 000039e0 61 73 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 |as the ROM filer| 000039f0 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 61 20 68 65 |..<li>Added a he| 00003a00 61 64 65 72 20 74 6f 20 74 68 65 20 41 63 63 65 |ader to the Acce| 00003a10 73 73 20 77 69 6e 64 6f 77 20 74 68 61 74 20 6d |ss window that m| 00003a20 69 67 68 74 20 6d 61 6b 65 20 74 68 69 6e 67 73 |ight make things| 00003a30 20 61 20 62 69 74 20 63 6c 65 61 72 65 72 20 74 | a bit clearer t| 00003a40 6f 20 6e 65 77 20 75 73 65 72 73 2e 0a 3c 6c 69 |o new users..<li| 00003a50 3e 43 68 61 6e 67 65 64 20 74 68 65 20 72 75 6e |>Changed the run| 00003a60 20 73 65 71 75 65 6e 63 65 20 74 6f 20 77 6f 72 | sequence to wor| 00003a70 6b 20 62 65 74 74 65 72 20 75 6e 64 65 72 20 74 |k better under t| 00003a80 68 65 20 6e 65 77 20 77 69 6d 70 2e 0a 3c 6c 69 |he new wimp..<li| 00003a90 3e 41 64 64 65 64 20 73 68 61 64 69 6e 67 20 63 |>Added shading c| 00003aa0 6f 64 65 20 74 6f 20 27 4f 70 65 6e 20 70 61 72 |ode to 'Open par| 00003ab0 65 6e 74 27 2c 20 73 6f 20 69 74 20 69 73 20 73 |ent', so it is s| 00003ac0 68 61 64 65 64 20 69 6e 20 74 68 65 20 72 6f 6f |haded in the roo| 00003ad0 74 2e 0a 3c 6c 69 3e 4d 6f 76 65 64 20 73 6f 6d |t..<li>Moved som| 00003ae0 65 20 66 75 6e 63 74 69 6f 6e 73 20 74 6f 20 6d |e functions to m| 00003af0 61 6b 65 20 69 74 20 6c 6f 6f 6b 20 6d 6f 72 65 |ake it look more| 00003b00 20 6c 69 6b 65 20 74 68 65 20 52 4f 4d 20 66 69 | like the ROM fi| 00003b10 6c 65 72 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 61 |ler..<li>Added a| 00003b20 6e 20 41 63 63 65 73 73 20 6d 65 6e 75 20 6c 69 |n Access menu li| 00003b30 6b 65 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 |ke the ROM filer| 00003b40 20 68 61 73 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 | has..<li>Change| 00003b50 64 20 74 68 65 20 41 63 63 65 73 73 20 77 69 6e |d the Access win| 00003b60 64 6f 77 20 74 6f 20 6c 6f 6f 6b 20 6c 69 6b 65 |dow to look like| 00003b70 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 2e 20 | the ROM filer. | 00003b80 54 68 69 73 20 74 6f 6f 6b 20 61 20 6c 6f 6e 67 |This took a long| 00003b90 20 74 69 6d 65 2c 20 27 63 61 75 73 65 20 74 68 | time, 'cause th| 00003ba0 65 72 65 20 69 73 20 79 65 74 20 61 6e 6f 74 68 |ere is yet anoth| 00003bb0 65 72 20 73 74 72 61 6e 67 65 20 62 75 67 20 69 |er strange bug i| 00003bc0 6e 20 74 68 65 20 74 6f 6f 6c 62 6f 78 2e 0a 3c |n the toolbox..<| 00003bd0 6c 69 3e 41 64 64 65 64 20 73 68 61 64 69 6e 67 |li>Added shading| 00003be0 20 74 6f 20 27 53 65 6c 65 63 74 20 61 6c 6c 27 | to 'Select all'| 00003bf0 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 20 74 68 |..<li>Changed th| 00003c00 65 20 4f 62 6a 65 63 74 20 65 6e 74 72 79 20 74 |e Object entry t| 00003c10 6f 20 73 61 79 20 27 46 69 6c 65 27 2c 20 27 44 |o say 'File', 'D| 00003c20 69 72 2e 27 2c 20 27 41 70 70 2e 27 2c 20 61 6e |ir.', 'App.', an| 00003c30 64 20 27 49 6d 61 67 65 27 2e 0a 3c 6c 69 3e 41 |d 'Image'..<li>A| 00003c40 64 64 65 64 20 6d 6f 72 65 20 61 63 63 75 72 61 |dded more accura| 00003c50 74 65 20 73 68 61 64 69 6e 67 20 74 6f 20 48 65 |te shading to He| 00003c60 6c 70 2c 20 61 6e 64 20 72 65 6d 6f 76 65 64 20 |lp, and removed | 00003c70 74 68 65 20 70 6f 73 73 69 62 69 6c 69 74 79 20 |the possibility | 00003c80 6f 66 20 68 61 76 69 6e 67 20 68 65 6c 70 20 66 |of having help f| 00003c90 69 6c 65 73 20 69 6e 20 70 6c 61 69 6e 20 64 69 |iles in plain di| 00003ca0 72 65 63 74 6f 72 69 65 73 20 61 6e 64 20 69 6d |rectories and im| 00003cb0 61 67 65 73 2e 20 54 68 69 73 20 69 73 20 74 6f |ages. This is to| 00003cc0 20 61 76 6f 69 64 20 74 68 65 20 70 72 6f 62 6c | avoid the probl| 00003cd0 65 6d 20 6f 66 20 67 65 74 74 69 6e 67 20 61 6e |em of getting an| 00003ce0 20 65 72 72 6f 72 20 77 68 65 6e 20 6f 70 65 6e | error when open| 00003cf0 69 6e 67 20 74 68 65 20 6f 62 6a 65 63 74 20 73 |ing the object s| 00003d00 75 62 6d 65 6e 75 2e 0a 3c 6c 69 3e 4d 61 64 65 |ubmenu..<li>Made| 00003d10 20 64 69 72 65 63 74 6f 72 79 20 74 79 70 65 73 | directory types| 00003d20 20 6f 70 74 69 6f 6e 61 6c 2e 20 57 68 65 6e 20 | optional. When | 00003d30 6f 66 66 2c 20 61 6c 6c 20 64 69 72 73 20 77 69 |off, all dirs wi| 00003d40 6c 6c 20 62 65 20 74 79 70 65 20 26 31 46 46 44 |ll be type &1FFD| 00003d50 2c 20 61 6c 6c 20 61 70 70 73 20 77 69 6c 6c 20 |, all apps will | 00003d60 62 65 20 26 32 46 46 44 2c 20 61 6e 64 20 69 74 |be &2FFD, and it| 00003d70 20 77 69 6c 6c 20 6e 6f 74 20 62 65 20 70 6f 73 | will not be pos| 00003d80 73 69 62 6c 65 20 74 6f 20 63 68 61 6e 67 65 20 |sible to change | 00003d90 74 68 65 6d 2e 0a 3c 62 72 3e 3c 69 3e 4e 6f 74 |them..<br><i>Not| 00003da0 65 3a 20 44 69 72 2d 74 79 70 65 73 20 61 72 65 |e: Dir-types are| 00003db0 20 6e 6f 77 20 6f 66 66 20 62 79 20 64 65 66 61 | now off by defa| 00003dc0 75 6c 74 2e 3c 2f 69 3e 0a 3c 6c 69 3e 43 68 61 |ult.</i>.<li>Cha| 00003dd0 6e 67 65 64 20 64 65 66 61 75 6c 74 20 63 68 6f |nged default cho| 00003de0 69 63 65 73 20 74 6f 20 62 65 20 6d 6f 72 65 20 |ices to be more | 00003df0 6c 69 6b 65 20 74 68 65 20 52 4f 4d 20 66 69 6c |like the ROM fil| 00003e00 65 72 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 20 |er..<li>Changed | 00003e10 66 75 6c 6c 20 69 6e 66 6f 20 64 61 74 65 73 20 |full info dates | 00003e20 74 6f 20 6c 6f 6f 6b 20 6c 69 6b 65 20 74 68 65 |to look like the| 00003e30 20 52 4f 4d 20 66 69 6c 65 72 2e 0a 3c 6c 69 3e | ROM filer..<li>| 00003e40 41 64 64 65 64 20 6f 70 74 69 6f 6e 20 74 6f 20 |Added option to | 00003e50 73 68 6f 77 20 70 61 72 61 6d 65 74 65 72 20 77 |show parameter w| 00003e60 69 6e 64 6f 77 73 20 69 6e 20 72 65 6c 61 74 69 |indows in relati| 00003e70 6f 6e 20 74 6f 20 74 68 65 20 76 69 65 77 65 72 |on to the viewer| 00003e80 20 69 6e 73 74 65 61 64 20 6f 66 20 74 68 65 20 | instead of the | 00003e90 70 6f 69 6e 74 65 72 2e 0a 3c 6c 69 3e 43 68 61 |pointer..<li>Cha| 00003ea0 6e 67 65 64 20 69 63 6f 6e 20 73 69 7a 65 73 2f |nged icon sizes/| 00003eb0 73 70 61 63 69 6e 67 20 74 6f 20 62 65 20 65 71 |spacing to be eq| 00003ec0 75 69 76 61 6c 65 6e 74 20 74 6f 20 74 68 65 20 |uivalent to the | 00003ed0 52 4f 4d 20 66 69 6c 65 72 2e 20 46 75 6c 6c 20 |ROM filer. Full | 00003ee0 69 6e 66 6f 20 63 61 6e 27 74 20 62 65 20 65 78 |info can't be ex| 00003ef0 61 63 74 6c 79 20 74 68 65 20 73 61 6d 65 2c 20 |actly the same, | 00003f00 62 75 74 20 69 74 27 73 20 63 6c 6f 73 65 20 65 |but it's close e| 00003f10 6e 6f 75 67 68 2e 0a 3c 6c 69 3e 4d 61 64 65 20 |nough..<li>Made | 00003f20 74 68 65 20 73 65 6c 65 63 74 69 6f 6e 20 6f 66 |the selection of| 00003f30 20 63 68 69 6c 64 20 77 68 65 6e 20 6f 70 65 6e | child when open| 00003f40 69 6e 67 20 70 61 72 65 6e 74 20 6f 70 74 69 6f |ing parent optio| 00003f50 6e 61 6c 2e 0a 3c 6c 69 3e 43 68 61 6e 67 65 64 |nal..<li>Changed| 00003f60 20 74 68 65 20 6f 62 6a 65 63 74 20 69 6e 66 6f | the object info| 00003f70 20 62 6f 78 20 74 6f 20 6c 6f 6f 6b 20 6c 69 6b | box to look lik| 00003f80 65 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 72 27 |e the ROM filer'| 00003f90 73 2e 20 52 65 6d 6f 76 65 64 20 27 46 69 6c 65 |s. Removed 'File| 00003fa0 27 2c 20 27 49 6d 61 67 65 27 20 65 74 63 2e 20 |', 'Image' etc. | 00003fb0 66 72 6f 6d 20 74 68 65 20 74 61 69 6c 20 6f 66 |from the tail of| 00003fc0 20 74 68 65 20 74 79 70 65 20 73 74 72 69 6e 67 | the type string| 00003fd0 73 2c 20 73 6f 20 69 74 20 66 69 74 73 20 62 65 |s, so it fits be| 00003fe0 74 74 65 72 20 69 6e 20 74 68 65 20 69 63 6f 6e |tter in the icon| 00003ff0 2e 0a 3c 6c 69 3e 50 72 6f 62 61 62 6c 79 20 66 |..<li>Probably f| 00004000 69 78 65 64 20 61 20 62 75 67 20 74 68 61 74 20 |ixed a bug that | 00004010 63 6f 75 6c 64 20 6d 61 6b 65 20 65 72 72 6f 72 |could make error| 00004020 73 20 77 68 65 6e 20 73 61 76 69 6e 67 20 66 72 |s when saving fr| 00004030 6f 6d 20 74 68 65 20 63 6f 6e 76 65 72 74 20 75 |om the convert u| 00004040 74 69 6c 69 74 79 2e 0a 3c 6c 69 3e 46 69 78 65 |tility..<li>Fixe| 00004050 64 20 61 20 62 75 67 20 74 68 61 74 20 68 61 70 |d a bug that hap| 00004060 70 65 6e 65 64 20 77 68 65 6e 20 6b 69 6c 6c 69 |pened when killi| 00004070 6e 67 20 74 68 65 20 6d 6f 64 75 6c 65 20 69 6d |ng the module im| 00004080 6d 65 64 69 61 74 65 6c 79 20 61 66 74 65 72 20 |mediately after | 00004090 71 75 69 74 74 69 6e 67 20 74 68 65 20 74 61 73 |quitting the tas| 000040a0 6b 2e 0a 3c 6c 69 3e 4e 6f 77 20 72 65 73 74 6f |k..<li>Now resto| 000040b0 72 69 6e 67 20 74 68 65 20 70 72 65 76 69 6f 75 |ring the previou| 000040c0 73 20 76 61 6c 75 65 20 6f 66 20 46 69 6c 65 72 |s value of Filer| 000040d0 24 50 61 74 68 20 77 68 65 6e 20 64 79 69 6e 67 |$Path when dying| 000040e0 2e 20 54 68 69 73 20 65 6e 61 62 6c 65 73 20 74 |. This enables t| 000040f0 68 65 20 70 72 65 76 69 6f 75 73 20 28 75 73 75 |he previous (usu| 00004100 61 6c 6c 79 20 52 4f 4d 2d 29 20 66 69 6c 65 72 |ally ROM-) filer| 00004110 20 74 6f 20 73 74 61 72 74 20 61 66 74 65 72 77 | to start afterw| 00004120 61 72 64 73 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 |ards..<li>Added | 00004130 61 6e 20 27 41 6c 6c 27 20 62 75 74 74 6f 6e 20 |an 'All' button | 00004140 74 6f 20 74 68 65 20 27 46 69 6c 65 20 6f 70 73 |to the 'File ops| 00004150 8c 27 20 77 69 6e 64 6f 77 2e 20 54 68 69 73 20 |.' window. This | 00004160 77 69 6c 6c 20 73 65 74 20 63 68 6f 69 63 65 73 |will set choices| 00004170 20 66 6f 72 20 61 6c 6c 20 74 68 65 20 6f 70 65 | for all the ope| 00004180 72 61 74 69 6f 6e 20 74 79 70 65 73 20 61 74 20 |ration types at | 00004190 6f 6e 63 65 2e 0a 3c 6c 69 3e 49 66 20 74 68 65 |once..<li>If the| 000041a0 20 77 69 6e 64 6f 77 20 68 61 73 20 6d 61 78 69 | window has maxi| 000041b0 6d 75 6d 20 68 65 69 67 68 74 2c 20 61 6e 64 20 |mum height, and | 000041c0 74 68 65 20 6d 61 78 69 6d 75 6d 20 68 65 69 67 |the maximum heig| 000041d0 68 74 20 69 73 20 69 6e 63 72 65 61 73 65 64 20 |ht is increased | 000041e0 28 65 2e 67 2e 20 69 66 20 6e 65 77 20 66 69 6c |(e.g. if new fil| 000041f0 65 73 20 61 72 65 20 61 64 64 65 64 29 2c 20 74 |es are added), t| 00004200 68 65 20 77 69 6e 64 6f 77 20 77 69 6c 6c 20 62 |he window will b| 00004210 65 20 65 78 74 65 6e 64 65 64 20 73 6f 20 69 74 |e extended so it| 00004220 20 68 61 73 20 74 68 65 20 6e 65 77 20 6d 61 78 | has the new max| 00004230 69 6d 75 6d 20 68 65 69 67 68 74 2e 0a 3c 2f 75 |imum height..</u| 00004240 6c 3e 0a 0a 3c 68 32 3e 43 68 61 6e 67 65 73 20 |l>..<h2>Changes | 00004250 66 72 6f 6d 20 31 2e 32 37 20 74 6f 20 31 2e 32 |from 1.27 to 1.2| 00004260 39 3c 2f 68 32 3e 0a 3c 75 6c 3e 0a 3c 6c 69 3e |9</h2>.<ul>.<li>| 00004270 4e 6f 2d 63 68 69 6c 64 2d 73 65 6c 65 63 74 69 |No-child-selecti| 00004280 6f 6e 2d 69 6e 2d 70 61 72 65 6e 74 20 6f 6e 20 |on-in-parent on | 00004290 61 73 20 64 65 66 61 75 6c 74 2e 20 42 61 63 6b |as default. Back| 000042a0 67 72 6f 75 6e 64 20 63 6f 6c 6f 75 72 20 69 73 |ground colour is| 000042b0 20 33 20 62 79 20 64 65 66 61 75 6c 74 2e 20 4d | 3 by default. M| 000042c0 5f 46 69 6c 65 72 5f 4f 62 6a 65 63 74 30 20 63 |_Filer_Object0 c| 000042d0 68 61 6e 67 65 64 20 74 6f 20 27 4e 6f 20 73 65 |hanged to 'No se| 000042e0 6c 65 63 74 69 6f 6e 27 2e 0a 3c 6c 69 3e 4b 6c |lection'..<li>Kl| 000042f0 75 64 67 65 64 20 61 20 3c 30 3e 20 6f 6e 74 6f |udged a <0> onto| 00004300 20 74 68 65 20 46 69 6c 65 72 20 74 61 73 6b 20 | the Filer task | 00004310 6e 61 6d 65 2e 20 54 68 69 73 20 6d 61 6b 65 73 |name. This makes| 00004320 20 46 69 6c 65 72 2d 20 61 6e 64 20 50 6c 61 63 | Filer- and Plac| 00004330 65 49 74 20 77 6f 72 6b 20 77 69 74 68 6f 75 74 |eIt work without| 00004340 20 6d 6f 64 69 66 69 63 61 74 69 6f 6e 73 2e 0a | modifications..| 00004350 3c 6c 69 3e 43 68 61 6e 67 65 64 20 74 68 65 20 |<li>Changed the | 00004360 64 69 72 65 63 74 2d 72 65 6e 61 6d 69 6e 67 20 |direct-renaming | 00004370 6f 66 20 6c 61 72 67 65 20 69 63 6f 6e 73 20 74 |of large icons t| 00004380 6f 20 6a 75 73 74 20 68 69 67 68 6c 69 67 68 74 |o just highlight| 00004390 20 74 68 65 20 74 65 78 74 20 70 61 72 74 20 6f | the text part o| 000043a0 66 20 74 68 65 20 69 63 6f 6e 2e 0a 3c 6c 69 3e |f the icon..<li>| 000043b0 41 64 64 65 64 20 74 68 65 20 6f 70 74 69 6f 6e |Added the option| 000043c0 20 6f 66 20 68 61 76 69 6e 67 20 61 20 62 6f 72 | of having a bor| 000043d0 64 65 72 20 6f 6e 20 74 68 65 20 72 65 6e 61 6d |der on the renam| 000043e0 65 20 69 63 6f 6e 2e 20 4f 6e 20 62 79 20 64 65 |e icon. On by de| 000043f0 66 61 75 6c 74 2e 0a 3c 6c 69 3e 41 64 64 65 64 |fault..<li>Added| 00004400 20 61 6e 20 69 6e 64 69 63 61 74 69 6f 6e 20 6f | an indication o| 00004410 66 20 77 68 65 6e 20 74 68 65 20 67 6c 6f 62 61 |f when the globa| 00004420 6c 20 63 68 6f 69 63 65 73 20 68 61 76 65 20 62 |l choices have b| 00004430 65 65 6e 20 6d 6f 64 69 66 69 65 64 2e 0a 3c 6c |een modified..<l| 00004440 69 3e 41 64 64 65 64 20 74 68 65 20 6f 70 74 69 |i>Added the opti| 00004450 6f 6e 20 6f 66 20 75 73 69 6e 67 20 74 68 65 20 |on of using the | 00004460 43 4d 4f 53 20 72 61 6d 20 74 6f 20 73 74 6f 72 |CMOS ram to stor| 00004470 65 20 76 69 65 77 65 72 20 73 74 79 6c 65 2f 73 |e viewer style/s| 00004480 6f 72 74 20 69 6e 73 74 65 61 64 20 6f 66 20 74 |ort instead of t| 00004490 68 65 20 63 68 6f 69 63 65 73 20 66 69 6c 65 2e |he choices file.| 000044a0 20 49 74 20 77 69 6c 6c 20 61 6c 73 6f 20 63 68 | It will also ch| 000044b0 61 6e 67 65 20 74 68 65 20 43 4d 4f 53 20 72 61 |ange the CMOS ra| 000044c0 6d 20 77 68 65 6e 20 79 6f 75 20 6d 61 6e 75 61 |m when you manua| 000044d0 6c 6c 79 20 63 68 61 6e 67 65 20 74 68 65 20 76 |lly change the v| 000044e0 69 65 77 65 72 20 73 74 79 6c 65 2c 20 73 6f 20 |iewer style, so | 000044f0 69 74 20 77 6f 72 6b 73 20 6c 69 6b 65 20 74 68 |it works like th| 00004500 65 20 52 4f 4d 20 66 69 6c 65 72 2e 20 4f 6e 20 |e ROM filer. On | 00004510 62 79 20 64 65 66 61 75 6c 74 2e 0a 3c 6c 69 3e |by default..<li>| 00004520 59 65 74 20 61 6e 6f 74 68 65 72 20 6f 70 74 69 |Yet another opti| 00004530 6f 6e 20 74 6f 20 73 6f 72 74 20 74 68 65 20 66 |on to sort the f| 00004540 75 6c 6c 20 74 79 70 65 20 6c 69 73 74 20 62 79 |ull type list by| 00004550 20 6e 61 6d 65 20 61 73 20 77 65 6c 6c 2e 0a 3c | name as well..<| 00004560 6c 69 3e 41 64 64 65 64 20 27 53 6f 72 74 20 62 |li>Added 'Sort b| 00004570 79 20 6e 61 6d 65 27 20 74 6f 20 74 68 65 20 73 |y name' to the s| 00004580 65 74 74 79 70 65 20 73 65 74 75 70 20 77 69 6e |ettype setup win| 00004590 64 6f 77 2e 0a 3c 6c 69 3e 41 64 64 65 64 20 6d |dow..<li>Added m| 000045a0 6f 72 65 20 63 68 65 63 6b 73 20 74 6f 20 53 43 |ore checks to SC| 000045b0 5f 52 65 70 6c 61 79 20 63 6f 64 65 2e 0a 3c 6c |_Replay code..<l| 000045c0 69 3e 41 64 64 65 64 20 61 6e 20 6f 70 74 69 6f |i>Added an optio| 000045d0 6e 20 74 6f 20 70 72 65 76 65 6e 74 20 62 6f 6f |n to prevent boo| 000045e0 74 69 6e 67 20 6f 66 20 61 70 70 73 20 69 66 20 |ting of apps if | 000045f0 74 68 65 69 72 20 73 70 72 69 74 65 20 69 73 20 |their sprite is | 00004600 61 6c 72 65 61 64 79 20 6b 6e 6f 77 6e 2e 20 54 |already known. T| 00004610 68 69 73 20 77 61 73 20 74 68 65 20 64 65 66 61 |his was the defa| 00004620 75 6c 74 20 61 63 74 69 6f 6e 20 62 65 66 6f 72 |ult action befor| 00004630 65 2c 20 6e 6f 77 20 69 74 20 69 73 20 74 75 72 |e, now it is tur| 00004640 6e 65 64 20 6f 66 66 20 62 79 20 64 65 66 61 75 |ned off by defau| 00004650 6c 74 2e 0a 3c 2f 75 6c 3e 0a 0a 3c 68 32 3e 43 |lt..</ul>..<h2>C| 00004660 68 61 6e 67 65 73 20 66 72 6f 6d 20 31 2e 32 39 |hanges from 1.29| 00004670 20 74 6f 20 31 2e 33 31 3c 2f 68 32 3e 0a 3c 75 | to 1.31</h2>.<u| 00004680 6c 3e 0a 3c 6c 69 3e 55 6e 74 79 70 65 64 20 66 |l>.<li>Untyped f| 00004690 69 6c 65 73 20 73 61 69 64 20 27 49 6d 61 67 65 |iles said 'Image| 000046a0 27 20 69 6e 20 74 68 65 20 6d 65 6e 75 2e 0a 3c |' in the menu..<| 000046b0 6c 69 3e 45 73 63 61 70 65 20 6e 6f 77 20 61 62 |li>Escape now ab| 000046c0 6f 72 74 73 20 61 6c 6c 20 73 69 6e 67 6c 65 2d |orts all single-| 000046d0 74 61 73 6b 69 6e 67 20 66 69 6c 65 20 6f 70 65 |tasking file ope| 000046e0 72 61 74 69 6f 6e 73 2e 0a 3c 6c 69 3e 46 69 78 |rations..<li>Fix| 000046f0 65 64 20 61 20 62 75 67 20 74 68 61 74 20 6d 69 |ed a bug that mi| 00004700 67 68 74 20 68 61 76 65 20 70 72 65 76 65 6e 74 |ght have prevent| 00004710 65 64 20 73 68 75 74 64 6f 77 6e 20 69 6e 20 73 |ed shutdown in s| 00004720 6f 6d 65 20 63 61 73 65 73 2e 0a 3c 6c 69 3e 49 |ome cases..<li>I| 00004730 6e 70 75 74 20 66 6f 63 75 73 20 6d 61 64 65 20 |nput focus made | 00004740 6d 6f 72 65 20 6c 69 6b 65 20 61 6e 20 65 64 69 |more like an edi| 00004750 74 6f 72 2e 20 41 20 76 69 65 77 65 72 20 67 65 |tor. A viewer ge| 00004760 74 73 20 74 68 65 20 66 6f 63 75 73 20 77 68 65 |ts the focus whe| 00004770 6e 20 6f 70 65 6e 65 64 20 6f 72 20 63 6c 69 63 |n opened or clic| 00004780 6b 65 64 20 69 6e 2e 20 49 74 20 73 74 69 6c 6c |ked in. It still| 00004790 20 6f 6e 6c 79 20 68 61 70 70 65 6e 73 20 69 66 | only happens if| 000047a0 20 74 68 65 20 66 69 6c 65 72 20 28 6f 72 20 6e | the filer (or n| 000047b0 6f 62 6f 64 79 29 20 68 61 64 20 69 74 20 62 65 |obody) had it be| 000047c0 66 6f 72 65 2e 20 41 6c 73 6f 2c 20 4d 65 6e 75 |fore. Also, Menu| 000047d0 20 64 6f 65 73 6e 27 74 20 63 68 61 6e 67 65 20 | doesn't change | 000047e0 74 68 65 20 66 6f 63 75 73 2e 0a 3c 6c 69 3e 41 |the focus..<li>A| 000047f0 64 64 65 64 20 74 68 65 20 6f 70 74 69 6f 6e 20 |dded the option | 00004800 6f 66 20 67 6f 69 6e 67 20 61 6c 6c 20 74 68 65 |of going all the| 00004810 20 77 61 79 20 77 69 74 68 20 27 45 64 69 74 6f | way with 'Edito| 00004820 72 20 6d 6f 64 65 27 2e 20 54 68 69 73 20 77 69 |r mode'. This wi| 00004830 6c 6c 20 61 6c 6c 6f 77 20 74 68 65 20 66 69 6c |ll allow the fil| 00004840 65 72 20 74 6f 20 67 72 61 62 20 69 6e 70 75 74 |er to grab input| 00004850 20 66 6f 63 75 73 20 66 72 6f 6d 20 6f 74 68 65 | focus from othe| 00004860 72 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e 0a |r applications..| 00004870 3c 6c 69 3e 4e 6f 77 20 63 68 65 63 6b 73 20 61 |<li>Now checks a| 00004880 6c 6c 20 6f 62 6a 65 63 74 20 73 70 72 69 74 65 |ll object sprite| 00004890 73 20 61 74 20 6d 6f 64 65 20 63 68 61 6e 67 65 |s at mode change| 000048a0 73 2c 20 69 6e 20 74 68 65 20 75 6e 6c 69 6b 65 |s, in the unlike| 000048b0 6c 79 20 65 76 65 6e 74 20 74 68 61 74 20 73 6f |ly event that so| 000048c0 6d 65 6f 6e 65 20 73 68 6f 75 6c 64 20 68 61 76 |meone should hav| 000048d0 65 20 72 65 6d 6f 76 65 64 20 6f 6e 65 20 6f 66 |e removed one of| 000048e0 20 74 68 65 6d 2e 0a 3c 6c 69 3e 43 68 61 6e 67 | them..<li>Chang| 000048f0 65 64 20 74 68 65 20 43 6f 70 79 20 62 6f 78 20 |ed the Copy box | 00004900 73 6f 20 69 74 20 75 73 65 73 20 6d 75 6c 74 69 |so it uses multi| 00004910 74 61 73 6b 69 6e 67 20 69 66 20 63 6f 6e 66 69 |tasking if confi| 00004920 67 75 72 65 64 2e 20 41 6c 73 6f 2c 20 69 74 20 |gured. Also, it | 00004930 66 6f 72 63 65 73 20 73 69 6e 67 6c 65 74 61 73 |forces singletas| 00004940 6b 69 6e 67 20 69 66 20 63 6f 70 79 69 6e 67 20 |king if copying | 00004950 64 69 72 65 63 74 6c 79 20 74 6f 20 61 6e 20 61 |directly to an a| 00004960 70 70 6c 69 63 61 74 69 6f 6e 2e 0a 3c 2f 75 6c |pplication..</ul| 00004970 3e 0a |>.| 00004972