Home » Archimedes archive » Archimedes World » AW-1996-04-Disc2.adf » !IconDir_IconDir » !IconDir/Documents/History
!IconDir/Documents/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 » Archimedes archive » Archimedes World » AW-1996-04-Disc2.adf » !IconDir_IconDir |
Filename: | !IconDir/Documents/History |
Read OK: | ✔ |
File size: | 0D42 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
History for IconDir =================== (c) James Ponder (Jp) of DoggySoft, 1994 Releases: 0.05, 0.10, 0.11,�1.00, 1.02 Version 0.01 alpha (10-Apr-1993) -------------------------------- I quite pleased with todays work, I have complete written the program from scratch and have written the menu generating routines and the sprite decision ones as well. Version 0.02 alpha (11-Apr-1993) -------------------------------- Tidy'd up the memory management routines and wrote an options window. Version 0.03 alpha (12-Apr-1993) -------------------------------- Wrote the selection routines so that you can load the files/open the dirs. I also have made it so that pressing SHIFT while selecting an application, it opens the directory instead of load it. Added delete options (and query because I deleted half my util directory by accident!). Version 0.04 alpha (13-Apr-1993) -------------------------------- Fixed a few bugs, added 'empty' menu :-) Wrote SetType facility, wrote manual, added adjust on options window. Added directory change mechanism. Version 0.05 beta (14-Apr-1993) ------------------------------- Designed a new sprite. Version 0.06 beta (15-Apr-1993) ------------------------------- Added 'stop creating menu at application' option. Version 0.07 beta (16-Apr-1993) ------------------------------- Added hotkey facility, fixed a few bugs. Version 0.08 beta (19-Apr-1993) ------------------------------- Added facility to drag directory to options icons. Added delete warning on files as well as well as directories. Version 0.09 beta (21-Apr-1993) ------------------------------- Fixed icon positioning on Risc OS 3 and onwards. Included Risc OS 2 sprite patch module so that menus can have sprites on Risc OS 2. Added kickstart facility, added 'beep' and 'kickstart' options. Version 0.10 beta (21-Apr-1993) ------------------------------- Fixes heap bug and fixed dragging of directory to icons bug, help file added to. Version 0.11 beta (24-Apr-1993) ------------------------------- Fixed bug that caused the whole of the wimpslot to be claimed, wrote Recall routines. Version 1.00 (26-Apr-1994) -------------------------- Added option for recalling directories if they have been opened with IconDir. Increased maximum number of entries from 10 to 12. You can now drag off the items with the menu button, and I've just added the code for filer action windows and monotasking copying if that fails. Version 1.01 (14-May-1994) -------------------------- Received excellent Hotkeys program by Graham Crow - changed it to use WimpExtension borders (for RO2 users), linked windows and requesters. Altered IconDir to take account for this program by adding a main menu item to externally load this program from within IconDir. Changed options window to have no borders around the writable icons in the list. Version 1.02 (15-May-1994) -------------------------- Added option to Filer_Boot applications as each menu is created... This is very slow and I would advise you not to use it, it rather defeats the object of IconDir. Reorganised the main menu, so that there are only two system items, it got a bit nasty having five system items (Info, Recall, Options, Edit hotkeys and Quit), so there is now a misc menu. Increased pathname length in writable icons to the standard 256 chars, I was trying to save on memory by have these at 128, but it causes problems.
00000000 48 69 73 74 6f 72 79 20 66 6f 72 20 49 63 6f 6e |History for Icon| 00000010 44 69 72 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |Dir.============| 00000020 3d 3d 3d 3d 3d 3d 3d 0a 0a 28 63 29 20 4a 61 6d |=======..(c) Jam| 00000030 65 73 20 50 6f 6e 64 65 72 20 28 4a 70 29 20 6f |es Ponder (Jp) o| 00000040 66 20 44 6f 67 67 79 53 6f 66 74 2c 20 31 39 39 |f DoggySoft, 199| 00000050 34 0a 0a 52 65 6c 65 61 73 65 73 3a 20 30 2e 30 |4..Releases: 0.0| 00000060 35 2c 20 30 2e 31 30 2c 20 30 2e 31 31 2c a0 31 |5, 0.10, 0.11,.1| 00000070 2e 30 30 2c 20 31 2e 30 32 0a 0a 0a 56 65 72 73 |.00, 1.02...Vers| 00000080 69 6f 6e 20 30 2e 30 31 20 61 6c 70 68 61 20 28 |ion 0.01 alpha (| 00000090 31 30 2d 41 70 72 2d 31 39 39 33 29 0a 2d 2d 2d |10-Apr-1993).---| 000000a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000000b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 49 20 |-------------.I | 000000c0 71 75 69 74 65 20 70 6c 65 61 73 65 64 20 77 69 |quite pleased wi| 000000d0 74 68 20 74 6f 64 61 79 73 20 77 6f 72 6b 2c 20 |th todays work, | 000000e0 49 20 68 61 76 65 20 63 6f 6d 70 6c 65 74 65 20 |I have complete | 000000f0 77 72 69 74 74 65 6e 20 74 68 65 20 70 72 6f 67 |written the prog| 00000100 72 61 6d 20 66 72 6f 6d 0a 73 63 72 61 74 63 68 |ram from.scratch| 00000110 20 61 6e 64 20 68 61 76 65 20 77 72 69 74 74 65 | and have writte| 00000120 6e 20 74 68 65 20 6d 65 6e 75 20 67 65 6e 65 72 |n the menu gener| 00000130 61 74 69 6e 67 20 72 6f 75 74 69 6e 65 73 20 61 |ating routines a| 00000140 6e 64 20 74 68 65 20 73 70 72 69 74 65 20 64 65 |nd the sprite de| 00000150 63 69 73 69 6f 6e 0a 6f 6e 65 73 20 61 73 20 77 |cision.ones as w| 00000160 65 6c 6c 2e 0a 0a 56 65 72 73 69 6f 6e 20 30 2e |ell...Version 0.| 00000170 30 32 20 61 6c 70 68 61 20 28 31 31 2d 41 70 72 |02 alpha (11-Apr| 00000180 2d 31 39 39 33 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |-1993).---------| 00000190 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000001a0 2d 2d 2d 2d 2d 2d 2d 0a 54 69 64 79 27 64 20 75 |-------.Tidy'd u| 000001b0 70 20 74 68 65 20 6d 65 6d 6f 72 79 20 6d 61 6e |p the memory man| 000001c0 61 67 65 6d 65 6e 74 20 72 6f 75 74 69 6e 65 73 |agement routines| 000001d0 20 61 6e 64 20 77 72 6f 74 65 20 61 6e 20 6f 70 | and wrote an op| 000001e0 74 69 6f 6e 73 20 77 69 6e 64 6f 77 2e 0a 0a 56 |tions window...V| 000001f0 65 72 73 69 6f 6e 20 30 2e 30 33 20 61 6c 70 68 |ersion 0.03 alph| 00000200 61 20 28 31 32 2d 41 70 72 2d 31 39 39 33 29 0a |a (12-Apr-1993).| 00000210 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000230 0a 57 72 6f 74 65 20 74 68 65 20 73 65 6c 65 63 |.Wrote the selec| 00000240 74 69 6f 6e 20 72 6f 75 74 69 6e 65 73 20 73 6f |tion routines so| 00000250 20 74 68 61 74 20 79 6f 75 20 63 61 6e 20 6c 6f | that you can lo| 00000260 61 64 20 74 68 65 20 66 69 6c 65 73 2f 6f 70 65 |ad the files/ope| 00000270 6e 20 74 68 65 20 64 69 72 73 2e 0a 49 20 61 6c |n the dirs..I al| 00000280 73 6f 20 68 61 76 65 20 6d 61 64 65 20 69 74 20 |so have made it | 00000290 73 6f 20 74 68 61 74 20 70 72 65 73 73 69 6e 67 |so that pressing| 000002a0 20 53 48 49 46 54 20 77 68 69 6c 65 20 73 65 6c | SHIFT while sel| 000002b0 65 63 74 69 6e 67 20 61 6e 20 61 70 70 6c 69 63 |ecting an applic| 000002c0 61 74 69 6f 6e 2c 0a 69 74 20 6f 70 65 6e 73 20 |ation,.it opens | 000002d0 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 69 6e |the directory in| 000002e0 73 74 65 61 64 20 6f 66 20 6c 6f 61 64 20 69 74 |stead of load it| 000002f0 2e 0a 41 64 64 65 64 20 64 65 6c 65 74 65 20 6f |..Added delete o| 00000300 70 74 69 6f 6e 73 20 28 61 6e 64 20 71 75 65 72 |ptions (and quer| 00000310 79 20 62 65 63 61 75 73 65 20 49 20 64 65 6c 65 |y because I dele| 00000320 74 65 64 20 68 61 6c 66 20 6d 79 20 75 74 69 6c |ted half my util| 00000330 20 64 69 72 65 63 74 6f 72 79 20 62 79 0a 61 63 | directory by.ac| 00000340 63 69 64 65 6e 74 21 29 2e 0a 0a 56 65 72 73 69 |cident!)...Versi| 00000350 6f 6e 20 30 2e 30 34 20 61 6c 70 68 61 20 28 31 |on 0.04 alpha (1| 00000360 33 2d 41 70 72 2d 31 39 39 33 29 0a 2d 2d 2d 2d |3-Apr-1993).----| 00000370 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000380 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 46 69 78 |------------.Fix| 00000390 65 64 20 61 20 66 65 77 20 62 75 67 73 2c 20 61 |ed a few bugs, a| 000003a0 64 64 65 64 20 27 65 6d 70 74 79 27 20 6d 65 6e |dded 'empty' men| 000003b0 75 20 3a 2d 29 0a 57 72 6f 74 65 20 53 65 74 54 |u :-).Wrote SetT| 000003c0 79 70 65 20 66 61 63 69 6c 69 74 79 2c 20 77 72 |ype facility, wr| 000003d0 6f 74 65 20 6d 61 6e 75 61 6c 2c 20 61 64 64 65 |ote manual, adde| 000003e0 64 20 61 64 6a 75 73 74 20 6f 6e 20 6f 70 74 69 |d adjust on opti| 000003f0 6f 6e 73 20 77 69 6e 64 6f 77 2e 0a 41 64 64 65 |ons window..Adde| 00000400 64 20 64 69 72 65 63 74 6f 72 79 20 63 68 61 6e |d directory chan| 00000410 67 65 20 6d 65 63 68 61 6e 69 73 6d 2e 0a 0a 56 |ge mechanism...V| 00000420 65 72 73 69 6f 6e 20 30 2e 30 35 20 62 65 74 61 |ersion 0.05 beta| 00000430 20 28 31 34 2d 41 70 72 2d 31 39 39 33 29 0a 2d | (14-Apr-1993).-| 00000440 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000450 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 44 |--------------.D| 00000460 65 73 69 67 6e 65 64 20 61 20 6e 65 77 20 73 70 |esigned a new sp| 00000470 72 69 74 65 2e 0a 0a 56 65 72 73 69 6f 6e 20 30 |rite...Version 0| 00000480 2e 30 36 20 62 65 74 61 20 28 31 35 2d 41 70 72 |.06 beta (15-Apr| 00000490 2d 31 39 39 33 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |-1993).---------| 000004a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000004b0 2d 2d 2d 2d 2d 2d 0a 41 64 64 65 64 20 27 73 74 |------.Added 'st| 000004c0 6f 70 20 63 72 65 61 74 69 6e 67 20 6d 65 6e 75 |op creating menu| 000004d0 20 61 74 20 61 70 70 6c 69 63 61 74 69 6f 6e 27 | at application'| 000004e0 20 6f 70 74 69 6f 6e 2e 0a 0a 56 65 72 73 69 6f | option...Versio| 000004f0 6e 20 30 2e 30 37 20 62 65 74 61 20 28 31 36 2d |n 0.07 beta (16-| 00000500 41 70 72 2d 31 39 39 33 29 0a 2d 2d 2d 2d 2d 2d |Apr-1993).------| 00000510 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000520 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 64 64 65 64 20 |---------.Added | 00000530 68 6f 74 6b 65 79 20 66 61 63 69 6c 69 74 79 2c |hotkey facility,| 00000540 20 66 69 78 65 64 20 61 20 66 65 77 20 62 75 67 | fixed a few bug| 00000550 73 2e 0a 0a 56 65 72 73 69 6f 6e 20 30 2e 30 38 |s...Version 0.08| 00000560 20 62 65 74 61 20 28 31 39 2d 41 70 72 2d 31 39 | beta (19-Apr-19| 00000570 39 33 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |93).------------| 00000580 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000590 2d 2d 2d 0a 41 64 64 65 64 20 66 61 63 69 6c 69 |---.Added facili| 000005a0 74 79 20 74 6f 20 64 72 61 67 20 64 69 72 65 63 |ty to drag direc| 000005b0 74 6f 72 79 20 74 6f 20 6f 70 74 69 6f 6e 73 20 |tory to options | 000005c0 69 63 6f 6e 73 2e 20 20 20 41 64 64 65 64 20 64 |icons. Added d| 000005d0 65 6c 65 74 65 20 77 61 72 6e 69 6e 67 20 6f 6e |elete warning on| 000005e0 0a 66 69 6c 65 73 20 61 73 20 77 65 6c 6c 20 61 |.files as well a| 000005f0 73 20 77 65 6c 6c 20 61 73 20 64 69 72 65 63 74 |s well as direct| 00000600 6f 72 69 65 73 2e 0a 0a 56 65 72 73 69 6f 6e 20 |ories...Version | 00000610 30 2e 30 39 20 62 65 74 61 20 28 32 31 2d 41 70 |0.09 beta (21-Ap| 00000620 72 2d 31 39 39 33 29 0a 2d 2d 2d 2d 2d 2d 2d 2d |r-1993).--------| 00000630 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000640 2d 2d 2d 2d 2d 2d 2d 0a 46 69 78 65 64 20 69 63 |-------.Fixed ic| 00000650 6f 6e 20 70 6f 73 69 74 69 6f 6e 69 6e 67 20 6f |on positioning o| 00000660 6e 20 52 69 73 63 20 4f 53 20 33 20 61 6e 64 20 |n Risc OS 3 and | 00000670 6f 6e 77 61 72 64 73 2e 0a 49 6e 63 6c 75 64 65 |onwards..Include| 00000680 64 20 52 69 73 63 20 4f 53 20 32 20 73 70 72 69 |d Risc OS 2 spri| 00000690 74 65 20 70 61 74 63 68 20 6d 6f 64 75 6c 65 20 |te patch module | 000006a0 73 6f 20 74 68 61 74 20 6d 65 6e 75 73 20 63 61 |so that menus ca| 000006b0 6e 20 68 61 76 65 20 73 70 72 69 74 65 73 20 6f |n have sprites o| 000006c0 6e 0a 52 69 73 63 20 4f 53 20 32 2e 0a 41 64 64 |n.Risc OS 2..Add| 000006d0 65 64 20 6b 69 63 6b 73 74 61 72 74 20 66 61 63 |ed kickstart fac| 000006e0 69 6c 69 74 79 2c 20 61 64 64 65 64 20 27 62 65 |ility, added 'be| 000006f0 65 70 27 20 61 6e 64 20 27 6b 69 63 6b 73 74 61 |ep' and 'kicksta| 00000700 72 74 27 20 6f 70 74 69 6f 6e 73 2e 0a 0a 56 65 |rt' options...Ve| 00000710 72 73 69 6f 6e 20 30 2e 31 30 20 62 65 74 61 20 |rsion 0.10 beta | 00000720 28 32 31 2d 41 70 72 2d 31 39 39 33 29 0a 2d 2d |(21-Apr-1993).--| 00000730 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000740 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 46 69 |-------------.Fi| 00000750 78 65 73 20 68 65 61 70 20 62 75 67 20 61 6e 64 |xes heap bug and| 00000760 20 66 69 78 65 64 20 64 72 61 67 67 69 6e 67 20 | fixed dragging | 00000770 6f 66 20 64 69 72 65 63 74 6f 72 79 20 74 6f 20 |of directory to | 00000780 69 63 6f 6e 73 20 62 75 67 2c 20 68 65 6c 70 20 |icons bug, help | 00000790 66 69 6c 65 20 61 64 64 65 64 0a 74 6f 2e 0a 0a |file added.to...| 000007a0 56 65 72 73 69 6f 6e 20 30 2e 31 31 20 62 65 74 |Version 0.11 bet| 000007b0 61 20 28 32 34 2d 41 70 72 2d 31 39 39 33 29 0a |a (24-Apr-1993).| 000007c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 000007e0 46 69 78 65 64 20 62 75 67 20 74 68 61 74 20 63 |Fixed bug that c| 000007f0 61 75 73 65 64 20 74 68 65 20 77 68 6f 6c 65 20 |aused the whole | 00000800 6f 66 20 74 68 65 20 77 69 6d 70 73 6c 6f 74 20 |of the wimpslot | 00000810 74 6f 20 62 65 20 63 6c 61 69 6d 65 64 2c 20 77 |to be claimed, w| 00000820 72 6f 74 65 20 52 65 63 61 6c 6c 0a 72 6f 75 74 |rote Recall.rout| 00000830 69 6e 65 73 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 |ines...Version 1| 00000840 2e 30 30 20 28 32 36 2d 41 70 72 2d 31 39 39 34 |.00 (26-Apr-1994| 00000850 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |).--------------| 00000860 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 64 64 |------------.Add| 00000870 65 64 20 6f 70 74 69 6f 6e 20 66 6f 72 20 72 65 |ed option for re| 00000880 63 61 6c 6c 69 6e 67 20 64 69 72 65 63 74 6f 72 |calling director| 00000890 69 65 73 20 69 66 20 74 68 65 79 20 68 61 76 65 |ies if they have| 000008a0 20 62 65 65 6e 20 6f 70 65 6e 65 64 20 77 69 74 | been opened wit| 000008b0 68 20 49 63 6f 6e 44 69 72 2e 0a 49 6e 63 72 65 |h IconDir..Incre| 000008c0 61 73 65 64 20 6d 61 78 69 6d 75 6d 20 6e 75 6d |ased maximum num| 000008d0 62 65 72 20 6f 66 20 65 6e 74 72 69 65 73 20 66 |ber of entries f| 000008e0 72 6f 6d 20 31 30 20 74 6f 20 31 32 2e 0a 59 6f |rom 10 to 12..Yo| 000008f0 75 20 63 61 6e 20 6e 6f 77 20 64 72 61 67 20 6f |u can now drag o| 00000900 66 66 20 74 68 65 20 69 74 65 6d 73 20 77 69 74 |ff the items wit| 00000910 68 20 74 68 65 20 6d 65 6e 75 20 62 75 74 74 6f |h the menu butto| 00000920 6e 2c 20 61 6e 64 20 49 27 76 65 20 6a 75 73 74 |n, and I've just| 00000930 20 61 64 64 65 64 20 74 68 65 0a 63 6f 64 65 20 | added the.code | 00000940 66 6f 72 20 66 69 6c 65 72 20 61 63 74 69 6f 6e |for filer action| 00000950 20 77 69 6e 64 6f 77 73 20 61 6e 64 20 6d 6f 6e | windows and mon| 00000960 6f 74 61 73 6b 69 6e 67 20 63 6f 70 79 69 6e 67 |otasking copying| 00000970 20 69 66 20 74 68 61 74 20 66 61 69 6c 73 2e 0a | if that fails..| 00000980 0a 56 65 72 73 69 6f 6e 20 31 2e 30 31 20 28 31 |.Version 1.01 (1| 00000990 34 2d 4d 61 79 2d 31 39 39 34 29 0a 2d 2d 2d 2d |4-May-1994).----| 000009a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000009b0 2d 2d 2d 2d 2d 2d 0a 52 65 63 65 69 76 65 64 20 |------.Received | 000009c0 65 78 63 65 6c 6c 65 6e 74 20 48 6f 74 6b 65 79 |excellent Hotkey| 000009d0 73 20 70 72 6f 67 72 61 6d 20 62 79 20 47 72 61 |s program by Gra| 000009e0 68 61 6d 20 43 72 6f 77 20 2d 20 63 68 61 6e 67 |ham Crow - chang| 000009f0 65 64 20 69 74 20 74 6f 20 75 73 65 0a 57 69 6d |ed it to use.Wim| 00000a00 70 45 78 74 65 6e 73 69 6f 6e 20 62 6f 72 64 65 |pExtension borde| 00000a10 72 73 20 28 66 6f 72 20 52 4f 32 20 75 73 65 72 |rs (for RO2 user| 00000a20 73 29 2c 20 6c 69 6e 6b 65 64 20 77 69 6e 64 6f |s), linked windo| 00000a30 77 73 20 61 6e 64 20 72 65 71 75 65 73 74 65 72 |ws and requester| 00000a40 73 2e 0a 41 6c 74 65 72 65 64 20 49 63 6f 6e 44 |s..Altered IconD| 00000a50 69 72 20 74 6f 20 74 61 6b 65 20 61 63 63 6f 75 |ir to take accou| 00000a60 6e 74 20 66 6f 72 20 74 68 69 73 20 70 72 6f 67 |nt for this prog| 00000a70 72 61 6d 20 62 79 20 61 64 64 69 6e 67 20 61 20 |ram by adding a | 00000a80 6d 61 69 6e 20 6d 65 6e 75 20 69 74 65 6d 0a 74 |main menu item.t| 00000a90 6f 20 65 78 74 65 72 6e 61 6c 6c 79 20 6c 6f 61 |o externally loa| 00000aa0 64 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 66 |d this program f| 00000ab0 72 6f 6d 20 77 69 74 68 69 6e 20 49 63 6f 6e 44 |rom within IconD| 00000ac0 69 72 2e 0a 43 68 61 6e 67 65 64 20 6f 70 74 69 |ir..Changed opti| 00000ad0 6f 6e 73 20 77 69 6e 64 6f 77 20 74 6f 20 68 61 |ons window to ha| 00000ae0 76 65 20 6e 6f 20 62 6f 72 64 65 72 73 20 61 72 |ve no borders ar| 00000af0 6f 75 6e 64 20 74 68 65 20 77 72 69 74 61 62 6c |ound the writabl| 00000b00 65 20 69 63 6f 6e 73 20 69 6e 20 74 68 65 0a 6c |e icons in the.l| 00000b10 69 73 74 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e |ist...Version 1.| 00000b20 30 32 20 28 31 35 2d 4d 61 79 2d 31 39 39 34 29 |02 (15-May-1994)| 00000b30 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 00000b40 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 64 64 65 |-----------.Adde| 00000b50 64 20 6f 70 74 69 6f 6e 20 74 6f 20 46 69 6c 65 |d option to File| 00000b60 72 5f 42 6f 6f 74 20 61 70 70 6c 69 63 61 74 69 |r_Boot applicati| 00000b70 6f 6e 73 20 61 73 20 65 61 63 68 20 6d 65 6e 75 |ons as each menu| 00000b80 20 69 73 20 63 72 65 61 74 65 64 2e 2e 2e 20 54 | is created... T| 00000b90 68 69 73 20 69 73 0a 76 65 72 79 20 73 6c 6f 77 |his is.very slow| 00000ba0 20 61 6e 64 20 49 20 77 6f 75 6c 64 20 61 64 76 | and I would adv| 00000bb0 69 73 65 20 79 6f 75 20 6e 6f 74 20 74 6f 20 75 |ise you not to u| 00000bc0 73 65 20 69 74 2c 20 69 74 20 72 61 74 68 65 72 |se it, it rather| 00000bd0 20 64 65 66 65 61 74 73 20 74 68 65 20 6f 62 6a | defeats the obj| 00000be0 65 63 74 0a 6f 66 20 49 63 6f 6e 44 69 72 2e 20 |ect.of IconDir. | 00000bf0 20 52 65 6f 72 67 61 6e 69 73 65 64 20 74 68 65 | Reorganised the| 00000c00 20 6d 61 69 6e 20 6d 65 6e 75 2c 20 73 6f 20 74 | main menu, so t| 00000c10 68 61 74 20 74 68 65 72 65 20 61 72 65 20 6f 6e |hat there are on| 00000c20 6c 79 20 74 77 6f 20 73 79 73 74 65 6d 0a 69 74 |ly two system.it| 00000c30 65 6d 73 2c 20 69 74 20 67 6f 74 20 61 20 62 69 |ems, it got a bi| 00000c40 74 20 6e 61 73 74 79 20 68 61 76 69 6e 67 20 66 |t nasty having f| 00000c50 69 76 65 20 73 79 73 74 65 6d 20 69 74 65 6d 73 |ive system items| 00000c60 20 28 49 6e 66 6f 2c 20 52 65 63 61 6c 6c 2c 20 | (Info, Recall, | 00000c70 4f 70 74 69 6f 6e 73 2c 0a 45 64 69 74 20 68 6f |Options,.Edit ho| 00000c80 74 6b 65 79 73 20 61 6e 64 20 51 75 69 74 29 2c |tkeys and Quit),| 00000c90 20 73 6f 20 74 68 65 72 65 20 69 73 20 6e 6f 77 | so there is now| 00000ca0 20 61 20 6d 69 73 63 20 6d 65 6e 75 2e 0a 49 6e | a misc menu..In| 00000cb0 63 72 65 61 73 65 64 20 70 61 74 68 6e 61 6d 65 |creased pathname| 00000cc0 20 6c 65 6e 67 74 68 20 69 6e 20 77 72 69 74 61 | length in writa| 00000cd0 62 6c 65 20 69 63 6f 6e 73 20 74 6f 20 74 68 65 |ble icons to the| 00000ce0 20 73 74 61 6e 64 61 72 64 20 32 35 36 20 63 68 | standard 256 ch| 00000cf0 61 72 73 2c 20 49 20 77 61 73 0a 74 72 79 69 6e |ars, I was.tryin| 00000d00 67 20 74 6f 20 73 61 76 65 20 6f 6e 20 6d 65 6d |g to save on mem| 00000d10 6f 72 79 20 62 79 20 68 61 76 65 20 74 68 65 73 |ory by have thes| 00000d20 65 20 61 74 20 31 32 38 2c 20 62 75 74 20 69 74 |e at 128, but it| 00000d30 20 63 61 75 73 65 73 20 70 72 6f 62 6c 65 6d 73 | causes problems| 00000d40 2e 0a |..| 00000d42