home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amtelnet / old / amtelnet_121beta.lzx / Term_Mcc.changes < prev    next >
Encoding:
Text File  |  1999-04-01  |  1.5 KB  |  64 lines

  1. 19.7
  2. ----
  3. - did some minor optimizations (data alignment, opening of
  4.   cybergfx library etc.)
  5.  
  6. 20.0
  7. ----
  8. - raised version to 20.0 for AmTelnet compatibility
  9. - modified IAC handling
  10.  
  11. 21.0
  12. ----
  13. - added SAVEFH and SAVEPLAINFH to save into AmigaDOS filehandles
  14. - raised output buffer limit (for clipboard pastes)
  15. - bumped version to 21 so users are able to check for the new
  16.   methods
  17. - recompiled with full optimization
  18. - fixed SETABSXY (fixes AmTelnet "Reset window to 80x25")
  19. - calculation of available character cell space was wrong
  20.   and mostly off by 1 cell of width/height
  21. - right/bottom frame clearing could cause a call to
  22.   RectFill() with xstart>xend and/or ystart>yend, thus
  23.   wrecking havoc on AGA machines
  24.  
  25. 21.1
  26. ----
  27. - fixed a bug in handling IACs which could cause parts
  28.   of the IAC sequence to be echoed to the user
  29.  
  30. 21.2
  31. ----
  32. - will now properly reply WONT to any DONT inquiry
  33.   (should fix strange AIX hosts which slap a 
  34.   DO ECHO into our face, but obviously don't like
  35.   us to actually echo :)
  36.  
  37. 21.3
  38. ----
  39. - will now use SetABPenDrMd() and SetMaxPen() when
  40.   running on OS 3.x systems. Should squeeze some
  41.   more speed out of it.
  42. - did various more code cleanup
  43.  
  44. 21.4
  45. ----
  46. - recompiled with full optimization
  47.  
  48. 21.5
  49. ----
  50. - will now send WONT to DO TFLOW and LINEMODE
  51.  
  52. 21.6
  53. ----
  54. - wouldn't handle IAC IAC properly
  55.  
  56. 21.7
  57. ----
  58. - will now no longer echo unknown ESC sequences; with
  59.   debugging enabled, will print the command code
  60.  
  61. 22.0
  62. ----
  63. - bumped version to 22 so users are able to check for the
  64.   new version