R -April pre-release notes.

Here is a first bash at a windows 95 compliant version. I haven't had a chance to try it out
on either 3.11 or NT so any information regarding performance (or lack thereof) would
be appreciated.

Basically all you need to do is unpack it and stick both the executable and the libarary in the same folder.
Then double click the executable and away you go!

I installed drag&drop for the console window. It sources any file dropped on it.

Colors and linetypes have been implemented. Unfortunately Windows makes it difficult to have special 
line types when the width is greater than 1. So for now you just have to live with solid. I do know about 
lineDDA but I dont know how it interacts with enhanced metafiles.

Memory size can be set at the command line (if you start from DOS) in the same fashion
as in Unix. Or it can be set using Regedit (they're in HKEY_USERS/Software/R/NSize and Vsize;
and they are strings!) or there is a menu item under Edit for the console that lets you change
them with any changes taking effect on the next entry.

I've also used the Registry to try to set up file associations for the suffix rmg.
This seems to work on my machine....

Anyone that wants to contribute some decent icons would be appreciated.
As of course would/are any comments about how I have done things.

The source code is in the windows directory of the current Unix release (except we are probably out of
step by a week or so as Ross and I are concentrating on separate projects right now).

Future Projects:

I would like to install cut and paste for spreadsheets to the data entry window but
that will take some time.

DLL's should be simple and once the library structure is decided on I'll have a
bash at them.

System should be easy to do; and it will make ? work once I figure out Kurts magic for the unix one
