home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
hyperansi-1.08.lha
/
HyperANSI
/
HISTORY.TXT
next >
Wrap
Text File
|
1994-01-30
|
3KB
|
94 lines
Jan 30, 1994 - Version 1.08
Added a Tooltype WORKDIR, set this to the default directory you wish
the ASL requester to access (remove the tooltype completely and it will
default to the current directory (shell) or the root directory (Workbench)
-----------------------------
Oct 24, 1993 - version 1.07
Fixed some bugs.
Bug 1
Fixed the "lock-up" problem when parsing weird ANSI commands. It wasn't
really a lock-up, but it would leave the mouse and menu inactivated. The
program will now ignore the command and continue parsing the file.
Bug 2
Fixed a problem with the file requester. If a file was loaded and then
you move or delete that file (from a CLI) and bring up the ASL requester
again, the file would still display the name of the file just deleted.
Clicking "okay" would then display "something" when it shouldn't do
anything. The program will still display the file name the same as before,
but will not try to displaying it.
New feature
Setting up a BBS required the designing of menu's. I did this with HyperANSI
(of course) but found that when I had a menu with only a few lines in it,
the program would add a bunch of line feeds to the file (leaving alot of
dead space between the menu and prompt). The new option will save *ONLY* as
much of the screen as you've used, and not add any extra LF's. To use this
goto to the Edit menu and select ANSI parameters, now click on the "Number
of rows" cycle gadget until it reads AUTO, then click USE or SavePrefs (to
keep it on AUTO permanently)
I also went through all the code and cleaned it up a bit. No bugs that I
could find?
-----------------------------
Mar 07, 1993 - version 1.06
Added a better method for configuring ANSI and ASCII saves. Instead of the
requesters that used to be appear *every* time you save something, they
are now located in the Edit menu, PLUS you can save your configurations
and the program will automatically load and use them, PLUS you specify
which EOL character(s) to use, the ANSI cursor advancing can be turned
completely off (thanks to a suggestion from a DLG sysop) and more.
The 'Workbench' option in the project menu has been changed to a Screen
Title toggle.
-----------------------------
Feb 22, 1993 - version 1.05
Added a Flood fill option to the modes menu. Floods at the cursor position
when called. Use the menu or Alt-V. The routine requires that you have a
decent sized stack (no problem if running from Workbench). 10,000 works
okay (your mileage may vary).
-----------------------------
Feb 21, 1993 - version 1.04
Fixes a problem with Insert mode. The alloted tempA for BltBitmap was too
small... This was the source of many mysterious random crashes, Enforcer
didn't pick it up.
-----------------------------
Jan 07, 1993 - version 1.03
ANSI save with the CLEAR option, resulted in files much larger than they
should be, due to many unnecessary background color changes.
-----------------------------
Jan 03, 1993 - version 1.02
Added CloseWindowSafely routine for shared IDCMP, removing and replying
to all Intuimessages BEFORE closing window.
Problem with half mode: changing pages, turning half mode off, and then
returning back to previous page would leave the cursor (dangerously)off
the page.
-----------------------------
Jan 02, 1993 - version 1.01
MAJOR bug with the ASL requester fixed. Trashed low memory (whoops)
-----------------------------
Jan 01, 1993 - version 1.0
Initial Release