Home » Archimedes archive » Acorn User » AU 1998-10.adf » Features » DesktopPD/WimpBar2/History

DesktopPD/WimpBar2/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 » Acorn User » AU 1998-10.adf » Features
Filename: DesktopPD/WimpBar2/History
Read OK:
File size: 1A0C bytes
Load address: 0000
Exec address: 0000
File contents
			    WimpBar 2 v1.62
			    ���������������
			� 1998 by Technium 220
			����������������������


A Brief History
���������������

  v1.04 (01 Aug 1996) through v1.48� (22 May 1997) snipped to keep this
file from becoming a sprawling mess...


  --> v1.49 (26 Aug 1997) <--

Non-beta release, finally. Added new StrongHelp manual, made a lot of
internal changes and generally tidied things up for a proper release.

Also, spaces are stripped off the start of each line in the Choices file, so
they can now be indented and therefore made a bit easier to read.


  --> v1.50 (26 Oct 1997) <--

Sprites in menus, at last. There's still a couple of problems with it though.
Several changes to the way the bar goes to the back, and also added the
INet$Timer thingy (this works with Freenet, at least).

Also, you can use the CLI substitution (%0) in a menu command to represent
the item text.


  --> v1.51 (19 Nov 1997) <--	(not released)

Totally re-wrote the sprites-in-menus section; I'm much happier with it now.
Also totally re-wrote the Support module, attempting to cure a bug which
turned out to be in the nested Wimp module (fixed in WindowManager 3.98).

The main menu now has a 'Configure' sub-menu, clicking on 'Info' opens the
StrongHelp manual, and the Choices file is now created if it doesn't exist.

Comments are now allowed in the Choices file, as in Obey files.
Improved (ie. less useless) Example files are now supplied.


  --> v1.52 (25 Nov 1997) <--

Re-wrote the sprites-in-menus stuff, again... now even happier with it.
Added new #BOOT command which will deal with any apps you want booted on
startup.

WimpBar 2 can now be internationalised (if anyone wants to do a translation,
then please feel free to do so).

When using an Alt-Ctrl (+Shift) drag command, you can specify an extra
key to be pressed. Also attempted to fix a problem with the clock updating at
the wrong time (or not at all) - if anyone has any problems with this then
please let me know.


  --> v1.53 (03 Dec 1997) <--

Made the #BOOT command actually work.
(It just ignored everything before, 'cos I completely forgot to write any
code to make it do anything...)


  --> v1.54 (20 Dec 1997) <--

The maximum number of buttons and menu entries/action commands can now
be configured from the !Run file.

Fixed a bug which meant a Choices file with no buttons wasn't being handled
correctly, resulting in a button being created anyway. This problem has
existed since August 1996 and nobody had noticed it! Also doubled the maximum
size of the indirected text buffer.

Sorted out a few mistakes in the Help file.


  --> v1.54a (05 Jan 1998) <--

Fixed a small memory allocation problem, and changed the e-mail address
(temporarily) to RPurchase@arcade.demon.co.uk. A new T220 address will be
set up soon.


  --> v1.55� (25 Jan 1998) <--	 (beta release)

All options specified in the !Run file are now passed as command-line
parameters rather than system variables.

Added the -nostatus and -readonly options to disable the status display and
'Configure' menu respectively.


  --> v1.56 (13 Feb 1998) <--

The 'IconSprites' menu flag now searches in an application's Resources
directory for the sprite file if one can't be found in the main directory.

Clicking adjust on 'Reload' closed the 'Configure' menu - now fixed.

WimpBar 2 info distribution lists set up - see help text for details.
Some minor bug-fixes to Support module.


  --> v1.57 (08 Mar 1998) <--  (partial release)

Errors encountered while reading the Choices file no longer clear the button
bar - at last! Also, these errors are now reported more consistently, and
menus without any items no longer cause an 'undefined' menu to be created.

Implemented a new 'directory' flag for menu items - on selecting a directory
item, the pathname will be canonicalised and opened.

The bar will now also go to the back of the screen when the pointer is moved
off it (without selecting anything). This is on a trial basis, and will be
made optional if it is not popular.

Slight change to the !Run file parameters: -e has changed to -i ('items'
rather than 'entries'). Also improved the set of example macros (now includes
KillTBox and UnzipIt)


  --> v1.57a (24 Mar 1998) <--

The new 'ZipIt' and 'UnzipIt' macros failed on files with long pathnames.
Made 'ZipIt' look nicer, too.


(v1.58 and v1.59 each introduced some of the next lot of features, but they
got added to again before I had a chance to release either of them... hence
the next release version is v1.60)


  --> v1.60 (09 May 1998) <--

Now uses a directory in the !Boot.Choices structure (if possible) to store
the Choices file and any additional macros. There's a section on it in the
manual that'll explain the changes.

Action buttons can now have a different effect when clicked with Adjust by
putting a "#ADJUST" line in the list of commands. Commands before this are
executed on Select, while anything after it is executed on an Adjust click.
If this line is absent, all commands will be run for both click types.

The bar-goes-to-back-when-pointer-leaves-it thing (!) can now be disabled
(with the -noback option in the !Run file). It now works properly more often,
and won't send the bar to the back if the pointer is moved off it within half
a second of bringing it to the front.

Spaces are now stripped off the end of application/directory items to stop
WB2 moaning about them.

Directory items now have a default spritename of 'small_dir', as intended
when they were introduced (but it didn't get done...)

Fixed a bug which meant that if the first item in a list of drag filetypes
was a '-1', it was being ignored (bug introduced in v1.52).

The maximum size of the text buffer is now configurable with the -w option in
the !Run file, and the bug which meant the "workspace full" error wasn't
being looked up in the Messages file properly has been fixed.

(Thanks to Richard Baldey for mentioning several of the above items)


  --> v1.61 (13 Jun 1998) <--

Can now show the time for a different timezone when clicking adjust on the
status icon.

The time and date format strings are now stored in the Messages file, and can
be altered. However there is virtually no point, because almost anything else
will be too wide to fit in the icon.

Clicking at the top of the screen with Menu now works while dragging files.


  --> v1.62 (05 Aug 1998) <--  (2nd birthday release!)

Bug fix: Alternative timezone GMT+0 didn't work. Also the status icon
shouldn't flicker quite so often.

Updated e-mail and website addresses, added information about the mailing
list, and generally tidied a few things up for Acorn User cover disc release.
00000000  0a 09 09 09 20 20 20 20  57 69 6d 70 42 61 72 20  |....    WimpBar |
00000010  32 20 76 31 2e 36 32 0a  09 09 09 20 20 20 20 a8  |2 v1.62....    .|
00000020  a8 a8 a8 a8 a8 a8 a8 a8  a8 a8 a8 a8 a8 a8 0a 09  |................|
00000030  09 09 a9 20 31 39 39 38  20 62 79 20 54 65 63 68  |... 1998 by Tech|
00000040  6e 69 75 6d 20 32 32 30  0a 09 09 09 a8 a8 a8 a8  |nium 220........|
00000050  a8 a8 a8 a8 a8 a8 a8 a8  a8 a8 a8 a8 a8 a8 a8 a8  |................|
00000060  a8 a8 0a 0a 0a 41 20 42  72 69 65 66 20 48 69 73  |.....A Brief His|
00000070  74 6f 72 79 0a a8 a8 a8  a8 a8 a8 a8 a8 a8 a8 a8  |tory............|
00000080  a8 a8 a8 a8 0a 0a 20 20  76 31 2e 30 34 20 28 30  |......  v1.04 (0|
00000090  31 20 41 75 67 20 31 39  39 36 29 20 74 68 72 6f  |1 Aug 1996) thro|
000000a0  75 67 68 20 76 31 2e 34  38 df 20 28 32 32 20 4d  |ugh v1.48. (22 M|
000000b0  61 79 20 31 39 39 37 29  20 73 6e 69 70 70 65 64  |ay 1997) snipped|
000000c0  20 74 6f 20 6b 65 65 70  20 74 68 69 73 0a 66 69  | to keep this.fi|
000000d0  6c 65 20 66 72 6f 6d 20  62 65 63 6f 6d 69 6e 67  |le from becoming|
000000e0  20 61 20 73 70 72 61 77  6c 69 6e 67 20 6d 65 73  | a sprawling mes|
000000f0  73 2e 2e 2e 0a 0a 0a 20  20 2d 2d 3e 20 76 31 2e  |s......  --> v1.|
00000100  34 39 20 28 32 36 20 41  75 67 20 31 39 39 37 29  |49 (26 Aug 1997)|
00000110  20 3c 2d 2d 0a 0a 4e 6f  6e 2d 62 65 74 61 20 72  | <--..Non-beta r|
00000120  65 6c 65 61 73 65 2c 20  66 69 6e 61 6c 6c 79 2e  |elease, finally.|
00000130  20 41 64 64 65 64 20 6e  65 77 20 53 74 72 6f 6e  | Added new Stron|
00000140  67 48 65 6c 70 20 6d 61  6e 75 61 6c 2c 20 6d 61  |gHelp manual, ma|
00000150  64 65 20 61 20 6c 6f 74  20 6f 66 0a 69 6e 74 65  |de a lot of.inte|
00000160  72 6e 61 6c 20 63 68 61  6e 67 65 73 20 61 6e 64  |rnal changes and|
00000170  20 67 65 6e 65 72 61 6c  6c 79 20 74 69 64 69 65  | generally tidie|
00000180  64 20 74 68 69 6e 67 73  20 75 70 20 66 6f 72 20  |d things up for |
00000190  61 20 70 72 6f 70 65 72  20 72 65 6c 65 61 73 65  |a proper release|
000001a0  2e 0a 0a 41 6c 73 6f 2c  20 73 70 61 63 65 73 20  |...Also, spaces |
000001b0  61 72 65 20 73 74 72 69  70 70 65 64 20 6f 66 66  |are stripped off|
000001c0  20 74 68 65 20 73 74 61  72 74 20 6f 66 20 65 61  | the start of ea|
000001d0  63 68 20 6c 69 6e 65 20  69 6e 20 74 68 65 20 43  |ch line in the C|
000001e0  68 6f 69 63 65 73 20 66  69 6c 65 2c 20 73 6f 0a  |hoices file, so.|
000001f0  74 68 65 79 20 63 61 6e  20 6e 6f 77 20 62 65 20  |they can now be |
00000200  69 6e 64 65 6e 74 65 64  20 61 6e 64 20 74 68 65  |indented and the|
00000210  72 65 66 6f 72 65 20 6d  61 64 65 20 61 20 62 69  |refore made a bi|
00000220  74 20 65 61 73 69 65 72  20 74 6f 20 72 65 61 64  |t easier to read|
00000230  2e 0a 0a 0a 20 20 2d 2d  3e 20 76 31 2e 35 30 20  |....  --> v1.50 |
00000240  28 32 36 20 4f 63 74 20  31 39 39 37 29 20 3c 2d  |(26 Oct 1997) <-|
00000250  2d 0a 0a 53 70 72 69 74  65 73 20 69 6e 20 6d 65  |-..Sprites in me|
00000260  6e 75 73 2c 20 61 74 20  6c 61 73 74 2e 20 54 68  |nus, at last. Th|
00000270  65 72 65 27 73 20 73 74  69 6c 6c 20 61 20 63 6f  |ere's still a co|
00000280  75 70 6c 65 20 6f 66 20  70 72 6f 62 6c 65 6d 73  |uple of problems|
00000290  20 77 69 74 68 20 69 74  20 74 68 6f 75 67 68 2e  | with it though.|
000002a0  0a 53 65 76 65 72 61 6c  20 63 68 61 6e 67 65 73  |.Several changes|
000002b0  20 74 6f 20 74 68 65 20  77 61 79 20 74 68 65 20  | to the way the |
000002c0  62 61 72 20 67 6f 65 73  20 74 6f 20 74 68 65 20  |bar goes to the |
000002d0  62 61 63 6b 2c 20 61 6e  64 20 61 6c 73 6f 20 61  |back, and also a|
000002e0  64 64 65 64 20 74 68 65  0a 49 4e 65 74 24 54 69  |dded the.INet$Ti|
000002f0  6d 65 72 20 74 68 69 6e  67 79 20 28 74 68 69 73  |mer thingy (this|
00000300  20 77 6f 72 6b 73 20 77  69 74 68 20 46 72 65 65  | works with Free|
00000310  6e 65 74 2c 20 61 74 20  6c 65 61 73 74 29 2e 0a  |net, at least)..|
00000320  0a 41 6c 73 6f 2c 20 79  6f 75 20 63 61 6e 20 75  |.Also, you can u|
00000330  73 65 20 74 68 65 20 43  4c 49 20 73 75 62 73 74  |se the CLI subst|
00000340  69 74 75 74 69 6f 6e 20  28 25 30 29 20 69 6e 20  |itution (%0) in |
00000350  61 20 6d 65 6e 75 20 63  6f 6d 6d 61 6e 64 20 74  |a menu command t|
00000360  6f 20 72 65 70 72 65 73  65 6e 74 0a 74 68 65 20  |o represent.the |
00000370  69 74 65 6d 20 74 65 78  74 2e 0a 0a 0a 20 20 2d  |item text....  -|
00000380  2d 3e 20 76 31 2e 35 31  20 28 31 39 20 4e 6f 76  |-> v1.51 (19 Nov|
00000390  20 31 39 39 37 29 20 3c  2d 2d 09 28 6e 6f 74 20  | 1997) <--.(not |
000003a0  72 65 6c 65 61 73 65 64  29 0a 0a 54 6f 74 61 6c  |released)..Total|
000003b0  6c 79 20 72 65 2d 77 72  6f 74 65 20 74 68 65 20  |ly re-wrote the |
000003c0  73 70 72 69 74 65 73 2d  69 6e 2d 6d 65 6e 75 73  |sprites-in-menus|
000003d0  20 73 65 63 74 69 6f 6e  3b 20 49 27 6d 20 6d 75  | section; I'm mu|
000003e0  63 68 20 68 61 70 70 69  65 72 20 77 69 74 68 20  |ch happier with |
000003f0  69 74 20 6e 6f 77 2e 0a  41 6c 73 6f 20 74 6f 74  |it now..Also tot|
00000400  61 6c 6c 79 20 72 65 2d  77 72 6f 74 65 20 74 68  |ally re-wrote th|
00000410  65 20 53 75 70 70 6f 72  74 20 6d 6f 64 75 6c 65  |e Support module|
00000420  2c 20 61 74 74 65 6d 70  74 69 6e 67 20 74 6f 20  |, attempting to |
00000430  63 75 72 65 20 61 20 62  75 67 20 77 68 69 63 68  |cure a bug which|
00000440  0a 74 75 72 6e 65 64 20  6f 75 74 20 74 6f 20 62  |.turned out to b|
00000450  65 20 69 6e 20 74 68 65  20 6e 65 73 74 65 64 20  |e in the nested |
00000460  57 69 6d 70 20 6d 6f 64  75 6c 65 20 28 66 69 78  |Wimp module (fix|
00000470  65 64 20 69 6e 20 57 69  6e 64 6f 77 4d 61 6e 61  |ed in WindowMana|
00000480  67 65 72 20 33 2e 39 38  29 2e 0a 0a 54 68 65 20  |ger 3.98)...The |
00000490  6d 61 69 6e 20 6d 65 6e  75 20 6e 6f 77 20 68 61  |main menu now ha|
000004a0  73 20 61 20 27 43 6f 6e  66 69 67 75 72 65 27 20  |s a 'Configure' |
000004b0  73 75 62 2d 6d 65 6e 75  2c 20 63 6c 69 63 6b 69  |sub-menu, clicki|
000004c0  6e 67 20 6f 6e 20 27 49  6e 66 6f 27 20 6f 70 65  |ng on 'Info' ope|
000004d0  6e 73 20 74 68 65 0a 53  74 72 6f 6e 67 48 65 6c  |ns the.StrongHel|
000004e0  70 20 6d 61 6e 75 61 6c  2c 20 61 6e 64 20 74 68  |p manual, and th|
000004f0  65 20 43 68 6f 69 63 65  73 20 66 69 6c 65 20 69  |e Choices file i|
00000500  73 20 6e 6f 77 20 63 72  65 61 74 65 64 20 69 66  |s now created if|
00000510  20 69 74 20 64 6f 65 73  6e 27 74 20 65 78 69 73  | it doesn't exis|
00000520  74 2e 0a 0a 43 6f 6d 6d  65 6e 74 73 20 61 72 65  |t...Comments are|
00000530  20 6e 6f 77 20 61 6c 6c  6f 77 65 64 20 69 6e 20  | now allowed in |
00000540  74 68 65 20 43 68 6f 69  63 65 73 20 66 69 6c 65  |the Choices file|
00000550  2c 20 61 73 20 69 6e 20  4f 62 65 79 20 66 69 6c  |, as in Obey fil|
00000560  65 73 2e 0a 49 6d 70 72  6f 76 65 64 20 28 69 65  |es..Improved (ie|
00000570  2e 20 6c 65 73 73 20 75  73 65 6c 65 73 73 29 20  |. less useless) |
00000580  45 78 61 6d 70 6c 65 20  66 69 6c 65 73 20 61 72  |Example files ar|
00000590  65 20 6e 6f 77 20 73 75  70 70 6c 69 65 64 2e 0a  |e now supplied..|
000005a0  0a 0a 20 20 2d 2d 3e 20  76 31 2e 35 32 20 28 32  |..  --> v1.52 (2|
000005b0  35 20 4e 6f 76 20 31 39  39 37 29 20 3c 2d 2d 0a  |5 Nov 1997) <--.|
000005c0  0a 52 65 2d 77 72 6f 74  65 20 74 68 65 20 73 70  |.Re-wrote the sp|
000005d0  72 69 74 65 73 2d 69 6e  2d 6d 65 6e 75 73 20 73  |rites-in-menus s|
000005e0  74 75 66 66 2c 20 61 67  61 69 6e 2e 2e 2e 20 6e  |tuff, again... n|
000005f0  6f 77 20 65 76 65 6e 20  68 61 70 70 69 65 72 20  |ow even happier |
00000600  77 69 74 68 20 69 74 2e  0a 41 64 64 65 64 20 6e  |with it..Added n|
00000610  65 77 20 23 42 4f 4f 54  20 63 6f 6d 6d 61 6e 64  |ew #BOOT command|
00000620  20 77 68 69 63 68 20 77  69 6c 6c 20 64 65 61 6c  | which will deal|
00000630  20 77 69 74 68 20 61 6e  79 20 61 70 70 73 20 79  | with any apps y|
00000640  6f 75 20 77 61 6e 74 20  62 6f 6f 74 65 64 20 6f  |ou want booted o|
00000650  6e 0a 73 74 61 72 74 75  70 2e 0a 0a 57 69 6d 70  |n.startup...Wimp|
00000660  42 61 72 20 32 20 63 61  6e 20 6e 6f 77 20 62 65  |Bar 2 can now be|
00000670  20 69 6e 74 65 72 6e 61  74 69 6f 6e 61 6c 69 73  | internationalis|
00000680  65 64 20 28 69 66 20 61  6e 79 6f 6e 65 20 77 61  |ed (if anyone wa|
00000690  6e 74 73 20 74 6f 20 64  6f 20 61 20 74 72 61 6e  |nts to do a tran|
000006a0  73 6c 61 74 69 6f 6e 2c  0a 74 68 65 6e 20 70 6c  |slation,.then pl|
000006b0  65 61 73 65 20 66 65 65  6c 20 66 72 65 65 20 74  |ease feel free t|
000006c0  6f 20 64 6f 20 73 6f 29  2e 0a 0a 57 68 65 6e 20  |o do so)...When |
000006d0  75 73 69 6e 67 20 61 6e  20 41 6c 74 2d 43 74 72  |using an Alt-Ctr|
000006e0  6c 20 28 2b 53 68 69 66  74 29 20 64 72 61 67 20  |l (+Shift) drag |
000006f0  63 6f 6d 6d 61 6e 64 2c  20 79 6f 75 20 63 61 6e  |command, you can|
00000700  20 73 70 65 63 69 66 79  20 61 6e 20 65 78 74 72  | specify an extr|
00000710  61 0a 6b 65 79 20 74 6f  20 62 65 20 70 72 65 73  |a.key to be pres|
00000720  73 65 64 2e 20 41 6c 73  6f 20 61 74 74 65 6d 70  |sed. Also attemp|
00000730  74 65 64 20 74 6f 20 66  69 78 20 61 20 70 72 6f  |ted to fix a pro|
00000740  62 6c 65 6d 20 77 69 74  68 20 74 68 65 20 63 6c  |blem with the cl|
00000750  6f 63 6b 20 75 70 64 61  74 69 6e 67 20 61 74 0a  |ock updating at.|
00000760  74 68 65 20 77 72 6f 6e  67 20 74 69 6d 65 20 28  |the wrong time (|
00000770  6f 72 20 6e 6f 74 20 61  74 20 61 6c 6c 29 20 2d  |or not at all) -|
00000780  20 69 66 20 61 6e 79 6f  6e 65 20 68 61 73 20 61  | if anyone has a|
00000790  6e 79 20 70 72 6f 62 6c  65 6d 73 20 77 69 74 68  |ny problems with|
000007a0  20 74 68 69 73 20 74 68  65 6e 0a 70 6c 65 61 73  | this then.pleas|
000007b0  65 20 6c 65 74 20 6d 65  20 6b 6e 6f 77 2e 0a 0a  |e let me know...|
000007c0  0a 20 20 2d 2d 3e 20 76  31 2e 35 33 20 28 30 33  |.  --> v1.53 (03|
000007d0  20 44 65 63 20 31 39 39  37 29 20 3c 2d 2d 0a 0a  | Dec 1997) <--..|
000007e0  4d 61 64 65 20 74 68 65  20 23 42 4f 4f 54 20 63  |Made the #BOOT c|
000007f0  6f 6d 6d 61 6e 64 20 61  63 74 75 61 6c 6c 79 20  |ommand actually |
00000800  77 6f 72 6b 2e 0a 28 49  74 20 6a 75 73 74 20 69  |work..(It just i|
00000810  67 6e 6f 72 65 64 20 65  76 65 72 79 74 68 69 6e  |gnored everythin|
00000820  67 20 62 65 66 6f 72 65  2c 20 27 63 6f 73 20 49  |g before, 'cos I|
00000830  20 63 6f 6d 70 6c 65 74  65 6c 79 20 66 6f 72 67  | completely forg|
00000840  6f 74 20 74 6f 20 77 72  69 74 65 20 61 6e 79 0a  |ot to write any.|
00000850  63 6f 64 65 20 74 6f 20  6d 61 6b 65 20 69 74 20  |code to make it |
00000860  64 6f 20 61 6e 79 74 68  69 6e 67 2e 2e 2e 29 0a  |do anything...).|
00000870  0a 0a 20 20 2d 2d 3e 20  76 31 2e 35 34 20 28 32  |..  --> v1.54 (2|
00000880  30 20 44 65 63 20 31 39  39 37 29 20 3c 2d 2d 0a  |0 Dec 1997) <--.|
00000890  0a 54 68 65 20 6d 61 78  69 6d 75 6d 20 6e 75 6d  |.The maximum num|
000008a0  62 65 72 20 6f 66 20 62  75 74 74 6f 6e 73 20 61  |ber of buttons a|
000008b0  6e 64 20 6d 65 6e 75 20  65 6e 74 72 69 65 73 2f  |nd menu entries/|
000008c0  61 63 74 69 6f 6e 20 63  6f 6d 6d 61 6e 64 73 20  |action commands |
000008d0  63 61 6e 20 6e 6f 77 0a  62 65 20 63 6f 6e 66 69  |can now.be confi|
000008e0  67 75 72 65 64 20 66 72  6f 6d 20 74 68 65 20 21  |gured from the !|
000008f0  52 75 6e 20 66 69 6c 65  2e 0a 0a 46 69 78 65 64  |Run file...Fixed|
00000900  20 61 20 62 75 67 20 77  68 69 63 68 20 6d 65 61  | a bug which mea|
00000910  6e 74 20 61 20 43 68 6f  69 63 65 73 20 66 69 6c  |nt a Choices fil|
00000920  65 20 77 69 74 68 20 6e  6f 20 62 75 74 74 6f 6e  |e with no button|
00000930  73 20 77 61 73 6e 27 74  20 62 65 69 6e 67 20 68  |s wasn't being h|
00000940  61 6e 64 6c 65 64 0a 63  6f 72 72 65 63 74 6c 79  |andled.correctly|
00000950  2c 20 72 65 73 75 6c 74  69 6e 67 20 69 6e 20 61  |, resulting in a|
00000960  20 62 75 74 74 6f 6e 20  62 65 69 6e 67 20 63 72  | button being cr|
00000970  65 61 74 65 64 20 61 6e  79 77 61 79 2e 20 54 68  |eated anyway. Th|
00000980  69 73 20 70 72 6f 62 6c  65 6d 20 68 61 73 0a 65  |is problem has.e|
00000990  78 69 73 74 65 64 20 73  69 6e 63 65 20 41 75 67  |xisted since Aug|
000009a0  75 73 74 20 31 39 39 36  20 61 6e 64 20 6e 6f 62  |ust 1996 and nob|
000009b0  6f 64 79 20 68 61 64 20  6e 6f 74 69 63 65 64 20  |ody had noticed |
000009c0  69 74 21 20 41 6c 73 6f  20 64 6f 75 62 6c 65 64  |it! Also doubled|
000009d0  20 74 68 65 20 6d 61 78  69 6d 75 6d 0a 73 69 7a  | the maximum.siz|
000009e0  65 20 6f 66 20 74 68 65  20 69 6e 64 69 72 65 63  |e of the indirec|
000009f0  74 65 64 20 74 65 78 74  20 62 75 66 66 65 72 2e  |ted text buffer.|
00000a00  0a 0a 53 6f 72 74 65 64  20 6f 75 74 20 61 20 66  |..Sorted out a f|
00000a10  65 77 20 6d 69 73 74 61  6b 65 73 20 69 6e 20 74  |ew mistakes in t|
00000a20  68 65 20 48 65 6c 70 20  66 69 6c 65 2e 0a 0a 0a  |he Help file....|
00000a30  20 20 2d 2d 3e 20 76 31  2e 35 34 61 20 28 30 35  |  --> v1.54a (05|
00000a40  20 4a 61 6e 20 31 39 39  38 29 20 3c 2d 2d 0a 0a  | Jan 1998) <--..|
00000a50  46 69 78 65 64 20 61 20  73 6d 61 6c 6c 20 6d 65  |Fixed a small me|
00000a60  6d 6f 72 79 20 61 6c 6c  6f 63 61 74 69 6f 6e 20  |mory allocation |
00000a70  70 72 6f 62 6c 65 6d 2c  20 61 6e 64 20 63 68 61  |problem, and cha|
00000a80  6e 67 65 64 20 74 68 65  20 65 2d 6d 61 69 6c 20  |nged the e-mail |
00000a90  61 64 64 72 65 73 73 0a  28 74 65 6d 70 6f 72 61  |address.(tempora|
00000aa0  72 69 6c 79 29 20 74 6f  20 52 50 75 72 63 68 61  |rily) to RPurcha|
00000ab0  73 65 40 61 72 63 61 64  65 2e 64 65 6d 6f 6e 2e  |se@arcade.demon.|
00000ac0  63 6f 2e 75 6b 2e 20 41  20 6e 65 77 20 54 32 32  |co.uk. A new T22|
00000ad0  30 20 61 64 64 72 65 73  73 20 77 69 6c 6c 20 62  |0 address will b|
00000ae0  65 0a 73 65 74 20 75 70  20 73 6f 6f 6e 2e 0a 0a  |e.set up soon...|
00000af0  0a 20 20 2d 2d 3e 20 76  31 2e 35 35 df 20 28 32  |.  --> v1.55. (2|
00000b00  35 20 4a 61 6e 20 31 39  39 38 29 20 3c 2d 2d 09  |5 Jan 1998) <--.|
00000b10  20 28 62 65 74 61 20 72  65 6c 65 61 73 65 29 0a  | (beta release).|
00000b20  0a 41 6c 6c 20 6f 70 74  69 6f 6e 73 20 73 70 65  |.All options spe|
00000b30  63 69 66 69 65 64 20 69  6e 20 74 68 65 20 21 52  |cified in the !R|
00000b40  75 6e 20 66 69 6c 65 20  61 72 65 20 6e 6f 77 20  |un file are now |
00000b50  70 61 73 73 65 64 20 61  73 20 63 6f 6d 6d 61 6e  |passed as comman|
00000b60  64 2d 6c 69 6e 65 0a 70  61 72 61 6d 65 74 65 72  |d-line.parameter|
00000b70  73 20 72 61 74 68 65 72  20 74 68 61 6e 20 73 79  |s rather than sy|
00000b80  73 74 65 6d 20 76 61 72  69 61 62 6c 65 73 2e 0a  |stem variables..|
00000b90  0a 41 64 64 65 64 20 74  68 65 20 2d 6e 6f 73 74  |.Added the -nost|
00000ba0  61 74 75 73 20 61 6e 64  20 2d 72 65 61 64 6f 6e  |atus and -readon|
00000bb0  6c 79 20 6f 70 74 69 6f  6e 73 20 74 6f 20 64 69  |ly options to di|
00000bc0  73 61 62 6c 65 20 74 68  65 20 73 74 61 74 75 73  |sable the status|
00000bd0  20 64 69 73 70 6c 61 79  20 61 6e 64 0a 27 43 6f  | display and.'Co|
00000be0  6e 66 69 67 75 72 65 27  20 6d 65 6e 75 20 72 65  |nfigure' menu re|
00000bf0  73 70 65 63 74 69 76 65  6c 79 2e 0a 0a 0a 20 20  |spectively....  |
00000c00  2d 2d 3e 20 76 31 2e 35  36 20 28 31 33 20 46 65  |--> v1.56 (13 Fe|
00000c10  62 20 31 39 39 38 29 20  3c 2d 2d 0a 0a 54 68 65  |b 1998) <--..The|
00000c20  20 27 49 63 6f 6e 53 70  72 69 74 65 73 27 20 6d  | 'IconSprites' m|
00000c30  65 6e 75 20 66 6c 61 67  20 6e 6f 77 20 73 65 61  |enu flag now sea|
00000c40  72 63 68 65 73 20 69 6e  20 61 6e 20 61 70 70 6c  |rches in an appl|
00000c50  69 63 61 74 69 6f 6e 27  73 20 52 65 73 6f 75 72  |ication's Resour|
00000c60  63 65 73 0a 64 69 72 65  63 74 6f 72 79 20 66 6f  |ces.directory fo|
00000c70  72 20 74 68 65 20 73 70  72 69 74 65 20 66 69 6c  |r the sprite fil|
00000c80  65 20 69 66 20 6f 6e 65  20 63 61 6e 27 74 20 62  |e if one can't b|
00000c90  65 20 66 6f 75 6e 64 20  69 6e 20 74 68 65 20 6d  |e found in the m|
00000ca0  61 69 6e 20 64 69 72 65  63 74 6f 72 79 2e 0a 0a  |ain directory...|
00000cb0  43 6c 69 63 6b 69 6e 67  20 61 64 6a 75 73 74 20  |Clicking adjust |
00000cc0  6f 6e 20 27 52 65 6c 6f  61 64 27 20 63 6c 6f 73  |on 'Reload' clos|
00000cd0  65 64 20 74 68 65 20 27  43 6f 6e 66 69 67 75 72  |ed the 'Configur|
00000ce0  65 27 20 6d 65 6e 75 20  2d 20 6e 6f 77 20 66 69  |e' menu - now fi|
00000cf0  78 65 64 2e 0a 0a 57 69  6d 70 42 61 72 20 32 20  |xed...WimpBar 2 |
00000d00  69 6e 66 6f 20 64 69 73  74 72 69 62 75 74 69 6f  |info distributio|
00000d10  6e 20 6c 69 73 74 73 20  73 65 74 20 75 70 20 2d  |n lists set up -|
00000d20  20 73 65 65 20 68 65 6c  70 20 74 65 78 74 20 66  | see help text f|
00000d30  6f 72 20 64 65 74 61 69  6c 73 2e 0a 53 6f 6d 65  |or details..Some|
00000d40  20 6d 69 6e 6f 72 20 62  75 67 2d 66 69 78 65 73  | minor bug-fixes|
00000d50  20 74 6f 20 53 75 70 70  6f 72 74 20 6d 6f 64 75  | to Support modu|
00000d60  6c 65 2e 0a 0a 0a 20 20  2d 2d 3e 20 76 31 2e 35  |le....  --> v1.5|
00000d70  37 20 28 30 38 20 4d 61  72 20 31 39 39 38 29 20  |7 (08 Mar 1998) |
00000d80  3c 2d 2d 20 20 28 70 61  72 74 69 61 6c 20 72 65  |<--  (partial re|
00000d90  6c 65 61 73 65 29 0a 0a  45 72 72 6f 72 73 20 65  |lease)..Errors e|
00000da0  6e 63 6f 75 6e 74 65 72  65 64 20 77 68 69 6c 65  |ncountered while|
00000db0  20 72 65 61 64 69 6e 67  20 74 68 65 20 43 68 6f  | reading the Cho|
00000dc0  69 63 65 73 20 66 69 6c  65 20 6e 6f 20 6c 6f 6e  |ices file no lon|
00000dd0  67 65 72 20 63 6c 65 61  72 20 74 68 65 20 62 75  |ger clear the bu|
00000de0  74 74 6f 6e 0a 62 61 72  20 2d 20 61 74 20 6c 61  |tton.bar - at la|
00000df0  73 74 21 20 41 6c 73 6f  2c 20 74 68 65 73 65 20  |st! Also, these |
00000e00  65 72 72 6f 72 73 20 61  72 65 20 6e 6f 77 20 72  |errors are now r|
00000e10  65 70 6f 72 74 65 64 20  6d 6f 72 65 20 63 6f 6e  |eported more con|
00000e20  73 69 73 74 65 6e 74 6c  79 2c 20 61 6e 64 0a 6d  |sistently, and.m|
00000e30  65 6e 75 73 20 77 69 74  68 6f 75 74 20 61 6e 79  |enus without any|
00000e40  20 69 74 65 6d 73 20 6e  6f 20 6c 6f 6e 67 65 72  | items no longer|
00000e50  20 63 61 75 73 65 20 61  6e 20 27 75 6e 64 65 66  | cause an 'undef|
00000e60  69 6e 65 64 27 20 6d 65  6e 75 20 74 6f 20 62 65  |ined' menu to be|
00000e70  20 63 72 65 61 74 65 64  2e 0a 0a 49 6d 70 6c 65  | created...Imple|
00000e80  6d 65 6e 74 65 64 20 61  20 6e 65 77 20 27 64 69  |mented a new 'di|
00000e90  72 65 63 74 6f 72 79 27  20 66 6c 61 67 20 66 6f  |rectory' flag fo|
00000ea0  72 20 6d 65 6e 75 20 69  74 65 6d 73 20 2d 20 6f  |r menu items - o|
00000eb0  6e 20 73 65 6c 65 63 74  69 6e 67 20 61 20 64 69  |n selecting a di|
00000ec0  72 65 63 74 6f 72 79 0a  69 74 65 6d 2c 20 74 68  |rectory.item, th|
00000ed0  65 20 70 61 74 68 6e 61  6d 65 20 77 69 6c 6c 20  |e pathname will |
00000ee0  62 65 20 63 61 6e 6f 6e  69 63 61 6c 69 73 65 64  |be canonicalised|
00000ef0  20 61 6e 64 20 6f 70 65  6e 65 64 2e 0a 0a 54 68  | and opened...Th|
00000f00  65 20 62 61 72 20 77 69  6c 6c 20 6e 6f 77 20 61  |e bar will now a|
00000f10  6c 73 6f 20 67 6f 20 74  6f 20 74 68 65 20 62 61  |lso go to the ba|
00000f20  63 6b 20 6f 66 20 74 68  65 20 73 63 72 65 65 6e  |ck of the screen|
00000f30  20 77 68 65 6e 20 74 68  65 20 70 6f 69 6e 74 65  | when the pointe|
00000f40  72 20 69 73 20 6d 6f 76  65 64 0a 6f 66 66 20 69  |r is moved.off i|
00000f50  74 20 28 77 69 74 68 6f  75 74 20 73 65 6c 65 63  |t (without selec|
00000f60  74 69 6e 67 20 61 6e 79  74 68 69 6e 67 29 2e 20  |ting anything). |
00000f70  54 68 69 73 20 69 73 20  6f 6e 20 61 20 74 72 69  |This is on a tri|
00000f80  61 6c 20 62 61 73 69 73  2c 20 61 6e 64 20 77 69  |al basis, and wi|
00000f90  6c 6c 20 62 65 0a 6d 61  64 65 20 6f 70 74 69 6f  |ll be.made optio|
00000fa0  6e 61 6c 20 69 66 20 69  74 20 69 73 20 6e 6f 74  |nal if it is not|
00000fb0  20 70 6f 70 75 6c 61 72  2e 0a 0a 53 6c 69 67 68  | popular...Sligh|
00000fc0  74 20 63 68 61 6e 67 65  20 74 6f 20 74 68 65 20  |t change to the |
00000fd0  21 52 75 6e 20 66 69 6c  65 20 70 61 72 61 6d 65  |!Run file parame|
00000fe0  74 65 72 73 3a 20 2d 65  20 68 61 73 20 63 68 61  |ters: -e has cha|
00000ff0  6e 67 65 64 20 74 6f 20  2d 69 20 28 27 69 74 65  |nged to -i ('ite|
00001000  6d 73 27 0a 72 61 74 68  65 72 20 74 68 61 6e 20  |ms'.rather than |
00001010  27 65 6e 74 72 69 65 73  27 29 2e 20 41 6c 73 6f  |'entries'). Also|
00001020  20 69 6d 70 72 6f 76 65  64 20 74 68 65 20 73 65  | improved the se|
00001030  74 20 6f 66 20 65 78 61  6d 70 6c 65 20 6d 61 63  |t of example mac|
00001040  72 6f 73 20 28 6e 6f 77  20 69 6e 63 6c 75 64 65  |ros (now include|
00001050  73 0a 4b 69 6c 6c 54 42  6f 78 20 61 6e 64 20 55  |s.KillTBox and U|
00001060  6e 7a 69 70 49 74 29 0a  0a 0a 20 20 2d 2d 3e 20  |nzipIt)...  --> |
00001070  76 31 2e 35 37 61 20 28  32 34 20 4d 61 72 20 31  |v1.57a (24 Mar 1|
00001080  39 39 38 29 20 3c 2d 2d  0a 0a 54 68 65 20 6e 65  |998) <--..The ne|
00001090  77 20 27 5a 69 70 49 74  27 20 61 6e 64 20 27 55  |w 'ZipIt' and 'U|
000010a0  6e 7a 69 70 49 74 27 20  6d 61 63 72 6f 73 20 66  |nzipIt' macros f|
000010b0  61 69 6c 65 64 20 6f 6e  20 66 69 6c 65 73 20 77  |ailed on files w|
000010c0  69 74 68 20 6c 6f 6e 67  20 70 61 74 68 6e 61 6d  |ith long pathnam|
000010d0  65 73 2e 0a 4d 61 64 65  20 27 5a 69 70 49 74 27  |es..Made 'ZipIt'|
000010e0  20 6c 6f 6f 6b 20 6e 69  63 65 72 2c 20 74 6f 6f  | look nicer, too|
000010f0  2e 0a 0a 0a 28 76 31 2e  35 38 20 61 6e 64 20 76  |....(v1.58 and v|
00001100  31 2e 35 39 20 65 61 63  68 20 69 6e 74 72 6f 64  |1.59 each introd|
00001110  75 63 65 64 20 73 6f 6d  65 20 6f 66 20 74 68 65  |uced some of the|
00001120  20 6e 65 78 74 20 6c 6f  74 20 6f 66 20 66 65 61  | next lot of fea|
00001130  74 75 72 65 73 2c 20 62  75 74 20 74 68 65 79 0a  |tures, but they.|
00001140  67 6f 74 20 61 64 64 65  64 20 74 6f 20 61 67 61  |got added to aga|
00001150  69 6e 20 62 65 66 6f 72  65 20 49 20 68 61 64 20  |in before I had |
00001160  61 20 63 68 61 6e 63 65  20 74 6f 20 72 65 6c 65  |a chance to rele|
00001170  61 73 65 20 65 69 74 68  65 72 20 6f 66 20 74 68  |ase either of th|
00001180  65 6d 2e 2e 2e 20 68 65  6e 63 65 0a 74 68 65 20  |em... hence.the |
00001190  6e 65 78 74 20 72 65 6c  65 61 73 65 20 76 65 72  |next release ver|
000011a0  73 69 6f 6e 20 69 73 20  76 31 2e 36 30 29 0a 0a  |sion is v1.60)..|
000011b0  0a 20 20 2d 2d 3e 20 76  31 2e 36 30 20 28 30 39  |.  --> v1.60 (09|
000011c0  20 4d 61 79 20 31 39 39  38 29 20 3c 2d 2d 0a 0a  | May 1998) <--..|
000011d0  4e 6f 77 20 75 73 65 73  20 61 20 64 69 72 65 63  |Now uses a direc|
000011e0  74 6f 72 79 20 69 6e 20  74 68 65 20 21 42 6f 6f  |tory in the !Boo|
000011f0  74 2e 43 68 6f 69 63 65  73 20 73 74 72 75 63 74  |t.Choices struct|
00001200  75 72 65 20 28 69 66 20  70 6f 73 73 69 62 6c 65  |ure (if possible|
00001210  29 20 74 6f 20 73 74 6f  72 65 0a 74 68 65 20 43  |) to store.the C|
00001220  68 6f 69 63 65 73 20 66  69 6c 65 20 61 6e 64 20  |hoices file and |
00001230  61 6e 79 20 61 64 64 69  74 69 6f 6e 61 6c 20 6d  |any additional m|
00001240  61 63 72 6f 73 2e 20 54  68 65 72 65 27 73 20 61  |acros. There's a|
00001250  20 73 65 63 74 69 6f 6e  20 6f 6e 20 69 74 20 69  | section on it i|
00001260  6e 20 74 68 65 0a 6d 61  6e 75 61 6c 20 74 68 61  |n the.manual tha|
00001270  74 27 6c 6c 20 65 78 70  6c 61 69 6e 20 74 68 65  |t'll explain the|
00001280  20 63 68 61 6e 67 65 73  2e 0a 0a 41 63 74 69 6f  | changes...Actio|
00001290  6e 20 62 75 74 74 6f 6e  73 20 63 61 6e 20 6e 6f  |n buttons can no|
000012a0  77 20 68 61 76 65 20 61  20 64 69 66 66 65 72 65  |w have a differe|
000012b0  6e 74 20 65 66 66 65 63  74 20 77 68 65 6e 20 63  |nt effect when c|
000012c0  6c 69 63 6b 65 64 20 77  69 74 68 20 41 64 6a 75  |licked with Adju|
000012d0  73 74 20 62 79 0a 70 75  74 74 69 6e 67 20 61 20  |st by.putting a |
000012e0  22 23 41 44 4a 55 53 54  22 20 6c 69 6e 65 20 69  |"#ADJUST" line i|
000012f0  6e 20 74 68 65 20 6c 69  73 74 20 6f 66 20 63 6f  |n the list of co|
00001300  6d 6d 61 6e 64 73 2e 20  43 6f 6d 6d 61 6e 64 73  |mmands. Commands|
00001310  20 62 65 66 6f 72 65 20  74 68 69 73 20 61 72 65  | before this are|
00001320  0a 65 78 65 63 75 74 65  64 20 6f 6e 20 53 65 6c  |.executed on Sel|
00001330  65 63 74 2c 20 77 68 69  6c 65 20 61 6e 79 74 68  |ect, while anyth|
00001340  69 6e 67 20 61 66 74 65  72 20 69 74 20 69 73 20  |ing after it is |
00001350  65 78 65 63 75 74 65 64  20 6f 6e 20 61 6e 20 41  |executed on an A|
00001360  64 6a 75 73 74 20 63 6c  69 63 6b 2e 0a 49 66 20  |djust click..If |
00001370  74 68 69 73 20 6c 69 6e  65 20 69 73 20 61 62 73  |this line is abs|
00001380  65 6e 74 2c 20 61 6c 6c  20 63 6f 6d 6d 61 6e 64  |ent, all command|
00001390  73 20 77 69 6c 6c 20 62  65 20 72 75 6e 20 66 6f  |s will be run fo|
000013a0  72 20 62 6f 74 68 20 63  6c 69 63 6b 20 74 79 70  |r both click typ|
000013b0  65 73 2e 0a 0a 54 68 65  20 62 61 72 2d 67 6f 65  |es...The bar-goe|
000013c0  73 2d 74 6f 2d 62 61 63  6b 2d 77 68 65 6e 2d 70  |s-to-back-when-p|
000013d0  6f 69 6e 74 65 72 2d 6c  65 61 76 65 73 2d 69 74  |ointer-leaves-it|
000013e0  20 74 68 69 6e 67 20 28  21 29 20 63 61 6e 20 6e  | thing (!) can n|
000013f0  6f 77 20 62 65 20 64 69  73 61 62 6c 65 64 0a 28  |ow be disabled.(|
00001400  77 69 74 68 20 74 68 65  20 2d 6e 6f 62 61 63 6b  |with the -noback|
00001410  20 6f 70 74 69 6f 6e 20  69 6e 20 74 68 65 20 21  | option in the !|
00001420  52 75 6e 20 66 69 6c 65  29 2e 20 49 74 20 6e 6f  |Run file). It no|
00001430  77 20 77 6f 72 6b 73 20  70 72 6f 70 65 72 6c 79  |w works properly|
00001440  20 6d 6f 72 65 20 6f 66  74 65 6e 2c 0a 61 6e 64  | more often,.and|
00001450  20 77 6f 6e 27 74 20 73  65 6e 64 20 74 68 65 20  | won't send the |
00001460  62 61 72 20 74 6f 20 74  68 65 20 62 61 63 6b 20  |bar to the back |
00001470  69 66 20 74 68 65 20 70  6f 69 6e 74 65 72 20 69  |if the pointer i|
00001480  73 20 6d 6f 76 65 64 20  6f 66 66 20 69 74 20 77  |s moved off it w|
00001490  69 74 68 69 6e 20 68 61  6c 66 0a 61 20 73 65 63  |ithin half.a sec|
000014a0  6f 6e 64 20 6f 66 20 62  72 69 6e 67 69 6e 67 20  |ond of bringing |
000014b0  69 74 20 74 6f 20 74 68  65 20 66 72 6f 6e 74 2e  |it to the front.|
000014c0  0a 0a 53 70 61 63 65 73  20 61 72 65 20 6e 6f 77  |..Spaces are now|
000014d0  20 73 74 72 69 70 70 65  64 20 6f 66 66 20 74 68  | stripped off th|
000014e0  65 20 65 6e 64 20 6f 66  20 61 70 70 6c 69 63 61  |e end of applica|
000014f0  74 69 6f 6e 2f 64 69 72  65 63 74 6f 72 79 20 69  |tion/directory i|
00001500  74 65 6d 73 20 74 6f 20  73 74 6f 70 0a 57 42 32  |tems to stop.WB2|
00001510  20 6d 6f 61 6e 69 6e 67  20 61 62 6f 75 74 20 74  | moaning about t|
00001520  68 65 6d 2e 0a 0a 44 69  72 65 63 74 6f 72 79 20  |hem...Directory |
00001530  69 74 65 6d 73 20 6e 6f  77 20 68 61 76 65 20 61  |items now have a|
00001540  20 64 65 66 61 75 6c 74  20 73 70 72 69 74 65 6e  | default spriten|
00001550  61 6d 65 20 6f 66 20 27  73 6d 61 6c 6c 5f 64 69  |ame of 'small_di|
00001560  72 27 2c 20 61 73 20 69  6e 74 65 6e 64 65 64 0a  |r', as intended.|
00001570  77 68 65 6e 20 74 68 65  79 20 77 65 72 65 20 69  |when they were i|
00001580  6e 74 72 6f 64 75 63 65  64 20 28 62 75 74 20 69  |ntroduced (but i|
00001590  74 20 64 69 64 6e 27 74  20 67 65 74 20 64 6f 6e  |t didn't get don|
000015a0  65 2e 2e 2e 29 0a 0a 46  69 78 65 64 20 61 20 62  |e...)..Fixed a b|
000015b0  75 67 20 77 68 69 63 68  20 6d 65 61 6e 74 20 74  |ug which meant t|
000015c0  68 61 74 20 69 66 20 74  68 65 20 66 69 72 73 74  |hat if the first|
000015d0  20 69 74 65 6d 20 69 6e  20 61 20 6c 69 73 74 20  | item in a list |
000015e0  6f 66 20 64 72 61 67 20  66 69 6c 65 74 79 70 65  |of drag filetype|
000015f0  73 0a 77 61 73 20 61 20  27 2d 31 27 2c 20 69 74  |s.was a '-1', it|
00001600  20 77 61 73 20 62 65 69  6e 67 20 69 67 6e 6f 72  | was being ignor|
00001610  65 64 20 28 62 75 67 20  69 6e 74 72 6f 64 75 63  |ed (bug introduc|
00001620  65 64 20 69 6e 20 76 31  2e 35 32 29 2e 0a 0a 54  |ed in v1.52)...T|
00001630  68 65 20 6d 61 78 69 6d  75 6d 20 73 69 7a 65 20  |he maximum size |
00001640  6f 66 20 74 68 65 20 74  65 78 74 20 62 75 66 66  |of the text buff|
00001650  65 72 20 69 73 20 6e 6f  77 20 63 6f 6e 66 69 67  |er is now config|
00001660  75 72 61 62 6c 65 20 77  69 74 68 20 74 68 65 20  |urable with the |
00001670  2d 77 20 6f 70 74 69 6f  6e 20 69 6e 0a 74 68 65  |-w option in.the|
00001680  20 21 52 75 6e 20 66 69  6c 65 2c 20 61 6e 64 20  | !Run file, and |
00001690  74 68 65 20 62 75 67 20  77 68 69 63 68 20 6d 65  |the bug which me|
000016a0  61 6e 74 20 74 68 65 20  22 77 6f 72 6b 73 70 61  |ant the "workspa|
000016b0  63 65 20 66 75 6c 6c 22  20 65 72 72 6f 72 20 77  |ce full" error w|
000016c0  61 73 6e 27 74 0a 62 65  69 6e 67 20 6c 6f 6f 6b  |asn't.being look|
000016d0  65 64 20 75 70 20 69 6e  20 74 68 65 20 4d 65 73  |ed up in the Mes|
000016e0  73 61 67 65 73 20 66 69  6c 65 20 70 72 6f 70 65  |sages file prope|
000016f0  72 6c 79 20 68 61 73 20  62 65 65 6e 20 66 69 78  |rly has been fix|
00001700  65 64 2e 0a 0a 28 54 68  61 6e 6b 73 20 74 6f 20  |ed...(Thanks to |
00001710  52 69 63 68 61 72 64 20  42 61 6c 64 65 79 20 66  |Richard Baldey f|
00001720  6f 72 20 6d 65 6e 74 69  6f 6e 69 6e 67 20 73 65  |or mentioning se|
00001730  76 65 72 61 6c 20 6f 66  20 74 68 65 20 61 62 6f  |veral of the abo|
00001740  76 65 20 69 74 65 6d 73  29 0a 0a 0a 20 20 2d 2d  |ve items)...  --|
00001750  3e 20 76 31 2e 36 31 20  28 31 33 20 4a 75 6e 20  |> v1.61 (13 Jun |
00001760  31 39 39 38 29 20 3c 2d  2d 0a 0a 43 61 6e 20 6e  |1998) <--..Can n|
00001770  6f 77 20 73 68 6f 77 20  74 68 65 20 74 69 6d 65  |ow show the time|
00001780  20 66 6f 72 20 61 20 64  69 66 66 65 72 65 6e 74  | for a different|
00001790  20 74 69 6d 65 7a 6f 6e  65 20 77 68 65 6e 20 63  | timezone when c|
000017a0  6c 69 63 6b 69 6e 67 20  61 64 6a 75 73 74 20 6f  |licking adjust o|
000017b0  6e 20 74 68 65 0a 73 74  61 74 75 73 20 69 63 6f  |n the.status ico|
000017c0  6e 2e 0a 0a 54 68 65 20  74 69 6d 65 20 61 6e 64  |n...The time and|
000017d0  20 64 61 74 65 20 66 6f  72 6d 61 74 20 73 74 72  | date format str|
000017e0  69 6e 67 73 20 61 72 65  20 6e 6f 77 20 73 74 6f  |ings are now sto|
000017f0  72 65 64 20 69 6e 20 74  68 65 20 4d 65 73 73 61  |red in the Messa|
00001800  67 65 73 20 66 69 6c 65  2c 20 61 6e 64 20 63 61  |ges file, and ca|
00001810  6e 0a 62 65 20 61 6c 74  65 72 65 64 2e 20 48 6f  |n.be altered. Ho|
00001820  77 65 76 65 72 20 74 68  65 72 65 20 69 73 20 76  |wever there is v|
00001830  69 72 74 75 61 6c 6c 79  20 6e 6f 20 70 6f 69 6e  |irtually no poin|
00001840  74 2c 20 62 65 63 61 75  73 65 20 61 6c 6d 6f 73  |t, because almos|
00001850  74 20 61 6e 79 74 68 69  6e 67 20 65 6c 73 65 0a  |t anything else.|
00001860  77 69 6c 6c 20 62 65 20  74 6f 6f 20 77 69 64 65  |will be too wide|
00001870  20 74 6f 20 66 69 74 20  69 6e 20 74 68 65 20 69  | to fit in the i|
00001880  63 6f 6e 2e 0a 0a 43 6c  69 63 6b 69 6e 67 20 61  |con...Clicking a|
00001890  74 20 74 68 65 20 74 6f  70 20 6f 66 20 74 68 65  |t the top of the|
000018a0  20 73 63 72 65 65 6e 20  77 69 74 68 20 4d 65 6e  | screen with Men|
000018b0  75 20 6e 6f 77 20 77 6f  72 6b 73 20 77 68 69 6c  |u now works whil|
000018c0  65 20 64 72 61 67 67 69  6e 67 20 66 69 6c 65 73  |e dragging files|
000018d0  2e 0a 0a 0a 20 20 2d 2d  3e 20 76 31 2e 36 32 20  |....  --> v1.62 |
000018e0  28 30 35 20 41 75 67 20  31 39 39 38 29 20 3c 2d  |(05 Aug 1998) <-|
000018f0  2d 20 20 28 32 6e 64 20  62 69 72 74 68 64 61 79  |-  (2nd birthday|
00001900  20 72 65 6c 65 61 73 65  21 29 0a 0a 42 75 67 20  | release!)..Bug |
00001910  66 69 78 3a 20 41 6c 74  65 72 6e 61 74 69 76 65  |fix: Alternative|
00001920  20 74 69 6d 65 7a 6f 6e  65 20 47 4d 54 2b 30 20  | timezone GMT+0 |
00001930  64 69 64 6e 27 74 20 77  6f 72 6b 2e 20 41 6c 73  |didn't work. Als|
00001940  6f 20 74 68 65 20 73 74  61 74 75 73 20 69 63 6f  |o the status ico|
00001950  6e 0a 73 68 6f 75 6c 64  6e 27 74 20 66 6c 69 63  |n.shouldn't flic|
00001960  6b 65 72 20 71 75 69 74  65 20 73 6f 20 6f 66 74  |ker quite so oft|
00001970  65 6e 2e 0a 0a 55 70 64  61 74 65 64 20 65 2d 6d  |en...Updated e-m|
00001980  61 69 6c 20 61 6e 64 20  77 65 62 73 69 74 65 20  |ail and website |
00001990  61 64 64 72 65 73 73 65  73 2c 20 61 64 64 65 64  |addresses, added|
000019a0  20 69 6e 66 6f 72 6d 61  74 69 6f 6e 20 61 62 6f  | information abo|
000019b0  75 74 20 74 68 65 20 6d  61 69 6c 69 6e 67 0a 6c  |ut the mailing.l|
000019c0  69 73 74 2c 20 61 6e 64  20 67 65 6e 65 72 61 6c  |ist, and general|
000019d0  6c 79 20 74 69 64 69 65  64 20 61 20 66 65 77 20  |ly tidied a few |
000019e0  74 68 69 6e 67 73 20 75  70 20 66 6f 72 20 41 63  |things up for Ac|
000019f0  6f 72 6e 20 55 73 65 72  20 63 6f 76 65 72 20 64  |orn User cover d|
00001a00  69 73 63 20 72 65 6c 65  61 73 65 2e              |isc release.|
00001a0c