---------------------------------------------------------------------------
                        Temperature Converter 1.01                05-Oct-94
---------------------------------------------------------------------------

Introduction
~~~~~~~~~~~~
A little utility that helps you to convert those Fahrenheit or Kelvin
temperatures into Celsius (or, if you want into Kelvin/Fahrenheit)

Disclaimer
~~~~~~~~~~
THIS SOFTWARE AND INFORMATION IS PROVIDED "AS IS". NO REPRESENTATIONS OR
WARRANTIES ARE MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE,
CURRENTNESS, OR OPERATION OF THIS SOFTWARE AND INFORMATION, AND ALL USE IS
AT YOUR OWN RISK. THE AUTHOR DOES NOT ASSUME ANY RESPONSIBILITY OR LIABILITY
WHATSOEVER WITH RESPECT TO YOUR USE OF THIS SOFTWARE AND INFORMATION.

Copyright
~~~~~~~~~
This program is FREEWARE. It may be freely distributed as long as all files
in it remain unchanged and are included in the distribution. Also no more
than a nominal copy fee may be charged for the distribution. This program
cannot be used for commercial purposes without written permission from the
author.

Function
~~~~~~~~
When the program converts a temperature, it's rounded to integer (I don't
need those decimals). The rounding may cause certain Fahrenheit degrees
being rounded a little different when doing it the other way, but that
doesn't matter (to me at least). Temperatures from -999 to 9999 Fahrenheit
can be converted (-572 to 5537 Celsius). 

History
~~~~~~~
1.0     (06-Jun-94)
-------------------
First version

1.01    (05-Oct-94)
-------------------
I made the window a little bit more font-sensitive.. (actually only the
borders..).

I'm working on a routine that will make the program adjust its gadgets
for the font that the user has selected in the screenfont preferences.

I know there are some libraries out there that handle this, but:

MUI (Magic User Interface)
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1) MUI is too slow.

2) You are not allowed to distribute the library with your program.

3) If you use MUI, the program won't work if the user don't have MUI.

4) I don't want to require the user to have a library that is 179708 bytes
   (muimaster.library version 7.973 is that big).

5) MUI gadgets is created/handled completely different than normal gadgets.

GadOutline.library
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1) Again, the size.

GadLayout
¯¯¯¯¯¯¯¯¯
1) This could be great if there were docs/includes for assembler too.



             Send bug reports, ideas, PD Programs etc. to:

                           Staffan Hämälä
                           Pellov. 268
                           S-957 93 Pello
                           SWEDEN
