home *** CD-ROM | disk | FTP | other *** search
- 19.7
- ----
- - did some minor optimizations (data alignment, opening of
- cybergfx library etc.)
-
- 20.0
- ----
- - raised version to 20.0 for AmTelnet compatibility
- - modified IAC handling
-
- 21.0
- ----
- - added SAVEFH and SAVEPLAINFH to save into AmigaDOS filehandles
- - raised output buffer limit (for clipboard pastes)
- - bumped version to 21 so users are able to check for the new
- methods
- - recompiled with full optimization
- - fixed SETABSXY (fixes AmTelnet "Reset window to 80x25")
- - calculation of available character cell space was wrong
- and mostly off by 1 cell of width/height
- - right/bottom frame clearing could cause a call to
- RectFill() with xstart>xend and/or ystart>yend, thus
- wrecking havoc on AGA machines
-
- 21.1
- ----
- - fixed a bug in handling IACs which could cause parts
- of the IAC sequence to be echoed to the user
-
- 21.2
- ----
- - will now properly reply WONT to any DONT inquiry
- (should fix strange AIX hosts which slap a
- DO ECHO into our face, but obviously don't like
- us to actually echo :)
-
- 21.3
- ----
- - will now use SetABPenDrMd() and SetMaxPen() when
- running on OS 3.x systems. Should squeeze some
- more speed out of it.
- - did various more code cleanup
-