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
-
- 21.4
- ----
- - recompiled with full optimization
-
- 21.5
- ----
- - will now send WONT to DO TFLOW and LINEMODE
-
- 21.6
- ----
- - wouldn't handle IAC IAC properly
-
- 21.7
- ----
- - will now no longer echo unknown ESC sequences; with
- debugging enabled, will print the command code
-
- 22.0
- ----
- - bumped version to 22 so users are able to check for the
- new version
-
- 22.1
- ----
- - changed the translation of the return key to "\n"
- to conform with the NVT specification. Also,
- CTRL-RETURN is now translated to "\r"
-
- 23.0
- ----
- - added config item to limit scrollback buffer size
- (defaults to 1024 lines)
-
- 24.0
- ----
- - implemented ANSI T (scroll up) sequence
- - implemented ANSI S (scroll down) sequence
- - changed CR/LF handling *again*, hopefully correct now
- (special thanks to Jon Bright for advice on that)
- - TCM_SCROLLDOWN messed up the buffer when a scroll
- region was set (PINE 4.10 reader havoc)
-
- 24.1
- ----
- - will now reply WONT BINARY to DO BINARY requests --
- accepting binary mode seems to confuse several
- telnetds, making login impossible (SunOS 5.6,
- and probably many others who reported problems
- with login and cr/lf handling)
-