Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Extras » AU_Index/!AUIndex/History
AU_Index/!AUIndex/History
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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Extras |
Filename: | AU_Index/!AUIndex/History |
Read OK: | ✔ |
File size: | 0F1B bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
> History file for !AUIndex v3.10 0.00 (Long Ago) Started to compile an textfile Index of articles after getting fed up of spending 3 weeks looking for every article I needed. 0.10 (14 Nov 1993) This is the first version (called !BAUIndex), written in BASIC Numeric field widths were of fixed lengths so leading zeroes had to be included. A colon was used to seperate Topic and description fields but a backslash elsewhere! (Can't Remember why. I probably had a good reason at the time). All editing had to be done using !Edit. 0.11 (21 Nov 1993) Some bugs fixed, probably! (19 Dec 1993) Decided to rewrite !BAUIndex in pure ARM Code. (20 Dec 1993) Decided to write a General String Utility Module first. (Starting to miss INSTR and MID$ etc.) 0.20 (02 Jan 1994) This version is all in ARM code. Substantially faster. File format has changed to allow fields of any length and a backslash is used between all fields. (Got rid of that colon at last) End of records are now marked by character code 13 instead of 10. Name changed to !AUIndex now that the magazine is published by Europress. Textfile loading implemented - droping a file onto the icon bar will append it to the index. 0.22 (02 May 1994) Edit and Update options included to allow the index to edited. Not Found icon is displayed when a search fails. Got some proper 3D arrows instead of those tacky ROS 2 efforts. Extra �100� icons added to allow faster movement through records. Percentage of completion is shown during a search. Now supports interactive help. 0.28 (04 Sep 1994) Pop-Up menu added to allow easy selection of Topics. Exatra icons added to allow movement in steps of 1 Month and 1 Year. You can also jump to the next occurence of a particlular topic. Delete option included to allow deletion of records. All icons and window designs in line with ROS 3 Style guide. All �User� text is stored in messages file. 0.30 (31 Oct 1994) The file format has been changed to use fixed length records. Actually the records are still of variable length but they only start at fixed places (Multiples of 88) which allows fast location of any specific record. All files are now closed over calls to Wimp_Poll to comply with 'being nice to other applications'. Files of records are now added to the Index at the correct place rather than simply being tagged on the end. Error messages have been improved for problems with files and memory. 0.31 (02 Nov 1994) Save option added to allow saving of all records of a particular issue or a range of issues to be saved out in a seperate file. 0.32 (23 Jul 1995) Acorn User now has 13 issues a year (with a Christmas issue as well) so I've updated AUIndex to take account of this when calculating the Month and Year from the Issue number. 1.00 (20 Dec 1995) Search file is now stored in !Scrap directory. Adding records now uses a 'Filer_Action'-type dialogue box.
00000000 3e 20 48 69 73 74 6f 72 79 20 66 69 6c 65 20 66 |> History file f| 00000010 6f 72 20 21 41 55 49 6e 64 65 78 20 76 33 2e 31 |or !AUIndex v3.1| 00000020 30 0a 0a 30 2e 30 30 20 28 4c 6f 6e 67 20 41 67 |0..0.00 (Long Ag| 00000030 6f 29 20 20 20 20 20 20 20 20 20 53 74 61 72 74 |o) Start| 00000040 65 64 20 74 6f 20 63 6f 6d 70 69 6c 65 20 61 6e |ed to compile an| 00000050 20 74 65 78 74 66 69 6c 65 20 49 6e 64 65 78 20 | textfile Index | 00000060 6f 66 20 61 72 74 69 63 6c 65 73 20 61 66 74 65 |of articles afte| 00000070 72 20 67 65 74 74 69 6e 67 20 66 65 64 20 0a 20 |r getting fed . | 00000080 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000090 20 20 20 20 20 20 20 75 70 20 6f 66 20 73 70 65 | up of spe| 000000a0 6e 64 69 6e 67 20 33 20 77 65 65 6b 73 20 6c 6f |nding 3 weeks lo| 000000b0 6f 6b 69 6e 67 20 66 6f 72 20 65 76 65 72 79 20 |oking for every | 000000c0 61 72 74 69 63 6c 65 20 49 20 6e 65 65 64 65 64 |article I needed| 000000d0 2e 0a 0a 30 2e 31 30 20 28 31 34 20 4e 6f 76 20 |...0.10 (14 Nov | 000000e0 31 39 39 33 29 20 20 20 20 20 20 54 68 69 73 20 |1993) This | 000000f0 69 73 20 74 68 65 20 66 69 72 73 74 20 76 65 72 |is the first ver| 00000100 73 69 6f 6e 20 28 63 61 6c 6c 65 64 20 21 42 41 |sion (called !BA| 00000110 55 49 6e 64 65 78 29 2c 20 77 72 69 74 74 65 6e |UIndex), written| 00000120 20 69 6e 20 42 41 53 49 43 0a 20 20 20 20 20 20 | in BASIC. | 00000130 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000140 20 20 4e 75 6d 65 72 69 63 20 66 69 65 6c 64 20 | Numeric field | 00000150 77 69 64 74 68 73 20 77 65 72 65 20 6f 66 20 66 |widths were of f| 00000160 69 78 65 64 20 6c 65 6e 67 74 68 73 20 73 6f 20 |ixed lengths so | 00000170 6c 65 61 64 69 6e 67 20 7a 65 72 6f 65 73 20 68 |leading zeroes h| 00000180 61 64 20 74 6f 0a 20 20 20 20 20 20 20 20 20 20 |ad to. | 00000190 20 20 20 20 20 20 20 20 20 20 20 20 20 20 62 65 | be| 000001a0 20 69 6e 63 6c 75 64 65 64 2e 20 41 20 63 6f 6c | included. A col| 000001b0 6f 6e 20 77 61 73 20 75 73 65 64 20 74 6f 20 73 |on was used to s| 000001c0 65 70 65 72 61 74 65 20 54 6f 70 69 63 20 61 6e |eperate Topic an| 000001d0 64 20 64 65 73 63 72 69 70 74 69 6f 6e 0a 20 20 |d description. | 000001e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000001f0 20 20 20 20 20 20 66 69 65 6c 64 73 20 62 75 74 | fields but| 00000200 20 61 20 62 61 63 6b 73 6c 61 73 68 20 65 6c 73 | a backslash els| 00000210 65 77 68 65 72 65 21 20 28 43 61 6e 27 74 20 52 |ewhere! (Can't R| 00000220 65 6d 65 6d 62 65 72 20 77 68 79 2e 20 49 20 70 |emember why. I p| 00000230 72 6f 62 61 62 6c 79 0a 20 20 20 20 20 20 20 20 |robably. | 00000240 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000250 68 61 64 20 61 20 67 6f 6f 64 20 72 65 61 73 6f |had a good reaso| 00000260 6e 20 61 74 20 74 68 65 20 74 69 6d 65 29 2e 20 |n at the time). | 00000270 41 6c 6c 20 65 64 69 74 69 6e 67 20 68 61 64 20 |All editing had | 00000280 74 6f 20 62 65 20 64 6f 6e 65 20 75 73 69 6e 67 |to be done using| 00000290 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000002a0 20 20 20 20 20 20 20 20 20 21 45 64 69 74 2e 0a | !Edit..| 000002b0 0a 30 2e 31 31 20 28 32 31 20 4e 6f 76 20 31 39 |.0.11 (21 Nov 19| 000002c0 39 33 29 20 20 20 20 20 20 53 6f 6d 65 20 62 75 |93) Some bu| 000002d0 67 73 20 66 69 78 65 64 2c 20 70 72 6f 62 61 62 |gs fixed, probab| 000002e0 6c 79 21 0a 0a 20 20 20 20 20 28 31 39 20 44 65 |ly!.. (19 De| 000002f0 63 20 31 39 39 33 29 20 20 20 20 20 20 44 65 63 |c 1993) Dec| 00000300 69 64 65 64 20 74 6f 20 72 65 77 72 69 74 65 20 |ided to rewrite | 00000310 21 42 41 55 49 6e 64 65 78 20 69 6e 20 70 75 72 |!BAUIndex in pur| 00000320 65 20 41 52 4d 20 43 6f 64 65 2e 0a 20 20 20 20 |e ARM Code.. | 00000330 20 28 32 30 20 44 65 63 20 31 39 39 33 29 20 20 | (20 Dec 1993) | 00000340 20 20 20 20 44 65 63 69 64 65 64 20 74 6f 20 77 | Decided to w| 00000350 72 69 74 65 20 61 20 47 65 6e 65 72 61 6c 20 53 |rite a General S| 00000360 74 72 69 6e 67 20 55 74 69 6c 69 74 79 20 4d 6f |tring Utility Mo| 00000370 64 75 6c 65 20 66 69 72 73 74 2e 0a 20 20 20 20 |dule first.. | 00000380 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000390 20 20 20 20 28 53 74 61 72 74 69 6e 67 20 74 6f | (Starting to| 000003a0 20 6d 69 73 73 20 49 4e 53 54 52 20 61 6e 64 20 | miss INSTR and | 000003b0 4d 49 44 24 20 65 74 63 2e 29 0a 0a 30 2e 32 30 |MID$ etc.)..0.20| 000003c0 20 28 30 32 20 4a 61 6e 20 31 39 39 34 29 20 20 | (02 Jan 1994) | 000003d0 20 20 20 20 54 68 69 73 20 76 65 72 73 69 6f 6e | This version| 000003e0 20 69 73 20 61 6c 6c 20 69 6e 20 41 52 4d 20 63 | is all in ARM c| 000003f0 6f 64 65 2e 20 53 75 62 73 74 61 6e 74 69 61 6c |ode. Substantial| 00000400 6c 79 20 66 61 73 74 65 72 2e 0a 20 20 20 20 20 |ly faster.. | 00000410 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000420 20 20 20 46 69 6c 65 20 66 6f 72 6d 61 74 20 68 | File format h| 00000430 61 73 20 63 68 61 6e 67 65 64 20 74 6f 20 61 6c |as changed to al| 00000440 6c 6f 77 20 66 69 65 6c 64 73 20 6f 66 20 61 6e |low fields of an| 00000450 79 20 6c 65 6e 67 74 68 20 61 6e 64 20 61 0a 20 |y length and a. | 00000460 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000470 20 20 20 20 20 20 20 62 61 63 6b 73 6c 61 73 68 | backslash| 00000480 20 69 73 20 75 73 65 64 20 62 65 74 77 65 65 6e | is used between| 00000490 20 61 6c 6c 20 66 69 65 6c 64 73 2e 20 28 47 6f | all fields. (Go| 000004a0 74 20 72 69 64 20 6f 66 20 74 68 61 74 20 63 6f |t rid of that co| 000004b0 6c 6f 6e 20 61 74 20 6c 61 73 74 29 0a 20 20 20 |lon at last). | 000004c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004d0 20 20 20 20 20 45 6e 64 20 6f 66 20 72 65 63 6f | End of reco| 000004e0 72 64 73 20 61 72 65 20 6e 6f 77 20 6d 61 72 6b |rds are now mark| 000004f0 65 64 20 62 79 20 63 68 61 72 61 63 74 65 72 20 |ed by character | 00000500 63 6f 64 65 20 31 33 20 69 6e 73 74 65 61 64 20 |code 13 instead | 00000510 6f 66 20 31 30 2e 0a 20 20 20 20 20 20 20 20 20 |of 10.. | 00000520 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4e | N| 00000530 61 6d 65 20 63 68 61 6e 67 65 64 20 74 6f 20 21 |ame changed to !| 00000540 41 55 49 6e 64 65 78 20 6e 6f 77 20 74 68 61 74 |AUIndex now that| 00000550 20 74 68 65 20 6d 61 67 61 7a 69 6e 65 20 69 73 | the magazine is| 00000560 20 70 75 62 6c 69 73 68 65 64 20 62 79 0a 20 20 | published by. | 00000570 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000580 20 20 20 20 20 20 45 75 72 6f 70 72 65 73 73 2e | Europress.| 00000590 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000005a0 20 20 20 20 20 20 20 20 20 54 65 78 74 66 69 6c | Textfil| 000005b0 65 20 6c 6f 61 64 69 6e 67 20 69 6d 70 6c 65 6d |e loading implem| 000005c0 65 6e 74 65 64 20 2d 20 64 72 6f 70 69 6e 67 20 |ented - droping | 000005d0 61 20 66 69 6c 65 20 6f 6e 74 6f 20 74 68 65 20 |a file onto the | 000005e0 69 63 6f 6e 20 62 61 72 20 77 69 6c 6c 0a 20 20 |icon bar will. | 000005f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000600 20 20 20 20 20 20 61 70 70 65 6e 64 20 69 74 20 | append it | 00000610 74 6f 20 74 68 65 20 69 6e 64 65 78 2e 0a 0a 30 |to the index...0| 00000620 2e 32 32 20 28 30 32 20 4d 61 79 20 31 39 39 34 |.22 (02 May 1994| 00000630 29 20 20 20 20 20 20 45 64 69 74 20 61 6e 64 20 |) Edit and | 00000640 55 70 64 61 74 65 20 6f 70 74 69 6f 6e 73 20 69 |Update options i| 00000650 6e 63 6c 75 64 65 64 20 74 6f 20 61 6c 6c 6f 77 |ncluded to allow| 00000660 20 74 68 65 20 69 6e 64 65 78 20 74 6f 20 65 64 | the index to ed| 00000670 69 74 65 64 2e 0a 20 20 20 20 20 20 20 20 20 20 |ited.. | 00000680 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4e 6f | No| 00000690 74 20 46 6f 75 6e 64 20 69 63 6f 6e 20 69 73 20 |t Found icon is | 000006a0 64 69 73 70 6c 61 79 65 64 20 77 68 65 6e 20 61 |displayed when a| 000006b0 20 73 65 61 72 63 68 20 66 61 69 6c 73 2e 0a 20 | search fails.. | 000006c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000006d0 20 20 20 20 20 20 20 47 6f 74 20 73 6f 6d 65 20 | Got some | 000006e0 70 72 6f 70 65 72 20 33 44 20 61 72 72 6f 77 73 |proper 3D arrows| 000006f0 20 69 6e 73 74 65 61 64 20 6f 66 20 74 68 6f 73 | instead of thos| 00000700 65 20 74 61 63 6b 79 20 52 4f 53 20 32 20 65 66 |e tacky ROS 2 ef| 00000710 66 6f 72 74 73 2e 0a 20 20 20 20 20 20 20 20 20 |forts.. | 00000720 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 45 | E| 00000730 78 74 72 61 20 90 31 30 30 91 20 69 63 6f 6e 73 |xtra .100. icons| 00000740 20 61 64 64 65 64 20 74 6f 20 61 6c 6c 6f 77 20 | added to allow | 00000750 66 61 73 74 65 72 20 6d 6f 76 65 6d 65 6e 74 20 |faster movement | 00000760 74 68 72 6f 75 67 68 20 72 65 63 6f 72 64 73 2e |through records.| 00000770 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000780 20 20 20 20 20 20 20 20 20 50 65 72 63 65 6e 74 | Percent| 00000790 61 67 65 20 6f 66 20 63 6f 6d 70 6c 65 74 69 6f |age of completio| 000007a0 6e 20 69 73 20 73 68 6f 77 6e 20 64 75 72 69 6e |n is shown durin| 000007b0 67 20 61 20 73 65 61 72 63 68 2e 0a 20 20 20 20 |g a search.. | 000007c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000007d0 20 20 20 20 4e 6f 77 20 73 75 70 70 6f 72 74 73 | Now supports| 000007e0 20 69 6e 74 65 72 61 63 74 69 76 65 20 68 65 6c | interactive hel| 000007f0 70 2e 0a 0a 30 2e 32 38 20 28 30 34 20 53 65 70 |p...0.28 (04 Sep| 00000800 20 31 39 39 34 29 20 20 20 20 20 20 50 6f 70 2d | 1994) Pop-| 00000810 55 70 20 6d 65 6e 75 20 61 64 64 65 64 20 74 6f |Up menu added to| 00000820 20 61 6c 6c 6f 77 20 65 61 73 79 20 73 65 6c 65 | allow easy sele| 00000830 63 74 69 6f 6e 20 6f 66 20 54 6f 70 69 63 73 2e |ction of Topics.| 00000840 20 45 78 61 74 72 61 20 69 63 6f 6e 73 0a 20 20 | Exatra icons. | 00000850 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000860 20 20 20 20 20 20 61 64 64 65 64 20 74 6f 20 61 | added to a| 00000870 6c 6c 6f 77 20 6d 6f 76 65 6d 65 6e 74 20 69 6e |llow movement in| 00000880 20 73 74 65 70 73 20 6f 66 20 31 20 4d 6f 6e 74 | steps of 1 Mont| 00000890 68 20 61 6e 64 20 31 20 59 65 61 72 2e 20 59 6f |h and 1 Year. Yo| 000008a0 75 20 63 61 6e 20 61 6c 73 6f 0a 20 20 20 20 20 |u can also. | 000008b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000008c0 20 20 20 6a 75 6d 70 20 74 6f 20 74 68 65 20 6e | jump to the n| 000008d0 65 78 74 20 6f 63 63 75 72 65 6e 63 65 20 6f 66 |ext occurence of| 000008e0 20 61 20 70 61 72 74 69 63 6c 75 6c 61 72 20 74 | a particlular t| 000008f0 6f 70 69 63 2e 0a 20 20 20 20 20 20 20 20 20 20 |opic.. | 00000900 20 20 20 20 20 20 20 20 20 20 20 20 20 20 44 65 | De| 00000910 6c 65 74 65 20 6f 70 74 69 6f 6e 20 69 6e 63 6c |lete option incl| 00000920 75 64 65 64 20 74 6f 20 61 6c 6c 6f 77 20 64 65 |uded to allow de| 00000930 6c 65 74 69 6f 6e 20 6f 66 20 72 65 63 6f 72 64 |letion of record| 00000940 73 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |s.. | 00000950 20 20 20 20 20 20 20 20 20 20 20 41 6c 6c 20 69 | All i| 00000960 63 6f 6e 73 20 61 6e 64 20 77 69 6e 64 6f 77 20 |cons and window | 00000970 64 65 73 69 67 6e 73 20 69 6e 20 6c 69 6e 65 20 |designs in line | 00000980 77 69 74 68 20 52 4f 53 20 33 20 53 74 79 6c 65 |with ROS 3 Style| 00000990 20 67 75 69 64 65 2e 0a 20 20 20 20 20 20 20 20 | guide.. | 000009a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000009b0 41 6c 6c 20 90 55 73 65 72 91 20 74 65 78 74 20 |All .User. text | 000009c0 69 73 20 73 74 6f 72 65 64 20 69 6e 20 6d 65 73 |is stored in mes| 000009d0 73 61 67 65 73 20 66 69 6c 65 2e 0a 0a 30 2e 33 |sages file...0.3| 000009e0 30 20 28 33 31 20 4f 63 74 20 31 39 39 34 29 20 |0 (31 Oct 1994) | 000009f0 20 20 20 20 20 54 68 65 20 66 69 6c 65 20 66 6f | The file fo| 00000a00 72 6d 61 74 20 68 61 73 20 62 65 65 6e 20 63 68 |rmat has been ch| 00000a10 61 6e 67 65 64 20 74 6f 20 75 73 65 20 66 69 78 |anged to use fix| 00000a20 65 64 20 6c 65 6e 67 74 68 20 72 65 63 6f 72 64 |ed length record| 00000a30 73 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |s.. | 00000a40 20 20 20 20 20 20 20 20 20 20 20 41 63 74 75 61 | Actua| 00000a50 6c 6c 79 20 74 68 65 20 72 65 63 6f 72 64 73 20 |lly the records | 00000a60 61 72 65 20 73 74 69 6c 6c 20 6f 66 20 76 61 72 |are still of var| 00000a70 69 61 62 6c 65 20 6c 65 6e 67 74 68 20 62 75 74 |iable length but| 00000a80 20 74 68 65 79 20 6f 6e 6c 79 0a 20 20 20 20 20 | they only. | 00000a90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000aa0 20 20 20 73 74 61 72 74 20 61 74 20 66 69 78 65 | start at fixe| 00000ab0 64 20 70 6c 61 63 65 73 20 28 4d 75 6c 74 69 70 |d places (Multip| 00000ac0 6c 65 73 20 6f 66 20 38 38 29 20 77 68 69 63 68 |les of 88) which| 00000ad0 20 61 6c 6c 6f 77 73 20 66 61 73 74 20 6c 6f 63 | allows fast loc| 00000ae0 61 74 69 6f 6e 0a 20 20 20 20 20 20 20 20 20 20 |ation. | 00000af0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6f 66 | of| 00000b00 20 61 6e 79 20 73 70 65 63 69 66 69 63 20 72 65 | any specific re| 00000b10 63 6f 72 64 2e 0a 20 20 20 20 20 20 20 20 20 20 |cord.. | 00000b20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 41 6c | Al| 00000b30 6c 20 66 69 6c 65 73 20 61 72 65 20 6e 6f 77 20 |l files are now | 00000b40 63 6c 6f 73 65 64 20 6f 76 65 72 20 63 61 6c 6c |closed over call| 00000b50 73 20 74 6f 20 57 69 6d 70 5f 50 6f 6c 6c 20 74 |s to Wimp_Poll t| 00000b60 6f 20 63 6f 6d 70 6c 79 20 77 69 74 68 0a 20 20 |o comply with. | 00000b70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b80 20 20 20 20 20 20 27 62 65 69 6e 67 20 6e 69 63 | 'being nic| 00000b90 65 20 74 6f 20 6f 74 68 65 72 20 61 70 70 6c 69 |e to other appli| 00000ba0 63 61 74 69 6f 6e 73 27 2e 0a 20 20 20 20 20 20 |cations'.. | 00000bb0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000bc0 20 20 46 69 6c 65 73 20 6f 66 20 72 65 63 6f 72 | Files of recor| 00000bd0 64 73 20 61 72 65 20 6e 6f 77 20 61 64 64 65 64 |ds are now added| 00000be0 20 74 6f 20 74 68 65 20 49 6e 64 65 78 20 61 74 | to the Index at| 00000bf0 20 74 68 65 20 63 6f 72 72 65 63 74 20 70 6c 61 | the correct pla| 00000c00 63 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ce. | 00000c10 20 20 20 20 20 20 20 20 20 20 20 72 61 74 68 65 | rathe| 00000c20 72 20 74 68 61 6e 20 73 69 6d 70 6c 79 20 62 65 |r than simply be| 00000c30 69 6e 67 20 74 61 67 67 65 64 20 6f 6e 20 74 68 |ing tagged on th| 00000c40 65 20 65 6e 64 2e 0a 20 20 20 20 20 20 20 20 20 |e end.. | 00000c50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 45 | E| 00000c60 72 72 6f 72 20 6d 65 73 73 61 67 65 73 20 68 61 |rror messages ha| 00000c70 76 65 20 62 65 65 6e 20 69 6d 70 72 6f 76 65 64 |ve been improved| 00000c80 20 66 6f 72 20 70 72 6f 62 6c 65 6d 73 20 77 69 | for problems wi| 00000c90 74 68 20 66 69 6c 65 73 20 61 6e 64 0a 20 20 20 |th files and. | 00000ca0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000cb0 20 20 20 20 20 6d 65 6d 6f 72 79 2e 0a 0a 30 2e | memory...0.| 00000cc0 33 31 20 28 30 32 20 4e 6f 76 20 31 39 39 34 29 |31 (02 Nov 1994)| 00000cd0 20 20 20 20 20 20 53 61 76 65 20 6f 70 74 69 6f | Save optio| 00000ce0 6e 20 61 64 64 65 64 20 74 6f 20 61 6c 6c 6f 77 |n added to allow| 00000cf0 20 73 61 76 69 6e 67 20 6f 66 20 61 6c 6c 20 72 | saving of all r| 00000d00 65 63 6f 72 64 73 20 6f 66 20 61 20 70 61 72 74 |ecords of a part| 00000d10 69 63 75 6c 61 72 0a 20 20 20 20 20 20 20 20 20 |icular. | 00000d20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 69 | i| 00000d30 73 73 75 65 20 6f 72 20 61 20 72 61 6e 67 65 20 |ssue or a range | 00000d40 6f 66 20 69 73 73 75 65 73 20 74 6f 20 62 65 20 |of issues to be | 00000d50 73 61 76 65 64 20 6f 75 74 20 69 6e 20 61 20 73 |saved out in a s| 00000d60 65 70 65 72 61 74 65 20 66 69 6c 65 2e 0a 0a 30 |eperate file...0| 00000d70 2e 33 32 20 28 32 33 20 4a 75 6c 20 31 39 39 35 |.32 (23 Jul 1995| 00000d80 29 20 20 20 20 20 20 41 63 6f 72 6e 20 55 73 65 |) Acorn Use| 00000d90 72 20 6e 6f 77 20 68 61 73 20 31 33 20 69 73 73 |r now has 13 iss| 00000da0 75 65 73 20 61 20 79 65 61 72 20 28 77 69 74 68 |ues a year (with| 00000db0 20 61 20 43 68 72 69 73 74 6d 61 73 20 69 73 73 | a Christmas iss| 00000dc0 75 65 20 61 73 20 77 65 6c 6c 29 0a 20 20 20 20 |ue as well). | 00000dd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000de0 20 20 20 20 73 6f 20 49 27 76 65 20 75 70 64 61 | so I've upda| 00000df0 74 65 64 20 41 55 49 6e 64 65 78 20 74 6f 20 74 |ted AUIndex to t| 00000e00 61 6b 65 20 61 63 63 6f 75 6e 74 20 6f 66 20 74 |ake account of t| 00000e10 68 69 73 20 77 68 65 6e 20 63 61 6c 63 75 6c 61 |his when calcula| 00000e20 74 69 6e 67 20 74 68 65 0a 20 20 20 20 20 20 20 |ting the. | 00000e30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e40 20 4d 6f 6e 74 68 20 61 6e 64 20 59 65 61 72 20 | Month and Year | 00000e50 66 72 6f 6d 20 74 68 65 20 49 73 73 75 65 20 6e |from the Issue n| 00000e60 75 6d 62 65 72 2e 0a 0a 31 2e 30 30 20 28 32 30 |umber...1.00 (20| 00000e70 20 44 65 63 20 31 39 39 35 29 20 20 20 20 20 20 | Dec 1995) | 00000e80 53 65 61 72 63 68 20 66 69 6c 65 20 69 73 20 6e |Search file is n| 00000e90 6f 77 20 73 74 6f 72 65 64 20 69 6e 20 21 53 63 |ow stored in !Sc| 00000ea0 72 61 70 20 64 69 72 65 63 74 6f 72 79 2e 0a 20 |rap directory.. | 00000eb0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000ec0 20 20 20 20 20 20 20 41 64 64 69 6e 67 20 72 65 | Adding re| 00000ed0 63 6f 72 64 73 20 6e 6f 77 20 75 73 65 73 20 61 |cords now uses a| 00000ee0 20 27 46 69 6c 65 72 5f 41 63 74 69 6f 6e 27 2d | 'Filer_Action'-| 00000ef0 74 79 70 65 0a 20 20 20 20 20 20 20 20 20 20 20 |type. | 00000f00 20 20 20 20 20 20 20 20 20 20 20 20 20 64 69 61 | dia| 00000f10 6c 6f 67 75 65 20 62 6f 78 2e 0a |logue box..| 00000f1b