home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d966
/
fhspread.lha
/
FHSpread
/
FHS_Historyfile
< prev
next >
Wrap
Text File
|
1993-11-08
|
5KB
|
137 lines
FHS_SPREAD History file:
Version 1.1:
Fixed a bug in column A and in the printmenu. It wouldn't
show text that was longer then a cell.
Also removed a bug which could cause a computer crash.
Increased the calculation speed a little bit.
Version 1.2:
The programm would crash if you tried to write a file to a
write protected disk. Now it doesn't.
Added an 'average' function (look in the FHS.DOC).
Version 1.3:
Increased screen speed. And added a basical option to print
your graphical stuff on a printer. Also added three constant
values. (look in the FHS.DOC)
Version 1.4:
Increased calculation speed.
Also corrected the use of the `^' function. example:
In earlier versions you had to use this: (1+(2^3)+4)=13
Now you can type it shorter like this : (1+2^3+4) =13
I still have to do something to correct that iteration thing.
And also for who's still on 7MHz, make automatic calculations
as an option. That could save you a lot of time entering
a large spreadsheet.
Version 1.5:
Added an three options for the use of `labels'.
Create label
Delete "
Show "
Version 1.6:
Added some extra's to the graphic menu. You're now able to
give each line or bar a name.
Also increased the calculation time a little bit.
Version 1.61:
Made autocalculation as an option. And changed the
PREFS-menu.
Version 1.62:
Now the programm will automaticly load the topaz8 font, so
the screen will be intact when another WB-font is active.
When you've turned off the WB, it will stay turned off when
you switch over from hires to laced and vice versa.
Version 1.7:
Version 1.62 would not save correct icon's with its files,
but that is fixed now.
I have also made an important change in the way FHS makes its
calculations. It now uses priorities between +,- and /,*,^.
For example:
(1+2*3) would answer with the value 9 {(1+2)*3}
from version 1.7 the answer will be 7 {1+(2*3)}
So check your old FHS-files and make some changes if
necessary.
I made this change because the older versions would crash
if you did this '(2^3^4)'. Now it does not anymore.
Finally i added three functions: FACT(n),VARIAT(n,k) and
COMBIN(n,k) see the FHS.doc
Version 1.71:
Added an option to switch over to a NTSC-screen and back.
Also added an option to save your PREFS
Version 2.0:
Corrected some important bugs:
- The most important bug was that the program had priority
between + and -. Now it does first ^ then * then \ and at
last + and -.
- The program would stop when you want to change the
printeroffsets in the NTSC mode, now it doesn't.
- When drawing a graphic on the screen, it could have happened
that some numbers would be printed on each other. That shall
never happen again.
- People who are using FHS under kickstart 1.3, could have had
trouble when they wanted to save something to a disk with no
subdirectorys, (you should than have had the massage IOerror
232 and the program then crashed.) that is ok now.
- The program would crash when saving a file to a full disk.
Basicly the program should not crash anymore whit all disk
operations.
- Reading files compressed by a stacker utilitie was
impossible (This was caused bij a command EOF() that would
not give a signal when the end of a file was reached.).
- Improved de data handling e.g. if enter something like
.545400000 FHS wil store it and show it as 0.5454. So it
does a bit of cleaning up.
Added some options:
- The prefs menu now contains an option to change the currency
type. e.g. F 00.00 can now be changed in $ 00.00 or £ 00.00,
this setting can also be saved with the option SAVEPREFS in
the prefs menu.
- Added a little 3D-look.
- Added an option to save your screen ( the sheet or an
graphic ) as an IFF-file.
- Added a hide option to hide cell, so they will not be
displayed on your sheet.
- Increased the calculation speed. Two or three times faster
then version 1.7.
- It is now possible to use exponential numbers in formulas
e.g. you can now enter something like 1e4 or 1e+4, this will
be interpreted as the value of 1000.
- Added an existention (.fhs) to the FHS-sheet files.
- Added the possibility to also use the workbench screen.
- Also added the possibility to hide a cel, so it contents
will not printed on the screen.
Version 2.01:
- Fixed a little annoying thing in the calculation algorithm.
- Added the option to switch on and off the possibility to
save an icon with your FHS-sheet files.
- Improved the way of printing the sheet to a file or printer-
device. What used to fall of your paper, will now be
printed on another sheet.