home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amtelnet / old / amtelnet_136beta.lzx / term_mcc.changes < prev   
Encoding:
Text File  |  1999-07-14  |  2.5 KB  |  107 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
  65.  
  66. 22.1
  67. ----
  68. - changed the translation of the return key to "\n"
  69.   to conform with the NVT specification. Also,
  70.   CTRL-RETURN is now translated to "\r"
  71.  
  72. 23.0
  73. ----
  74. - added config item to limit scrollback buffer size
  75.   (defaults to 1024 lines)
  76.  
  77. 24.0
  78. ----
  79. - implemented ANSI T (scroll up) sequence
  80. - implemented ANSI S (scroll down) sequence
  81. - changed CR/LF handling *again*, hopefully correct now
  82.   (special thanks to Jon Bright for advice on that)
  83. - TCM_SCROLLDOWN messed up the buffer when a scroll
  84.   region was set (PINE 4.10 reader havoc)
  85.  
  86. 24.1
  87. ----
  88. - will now reply WONT BINARY to DO BINARY requests --
  89.   accepting binary mode seems to confuse several
  90.   telnetds, making login impossible (SunOS 5.6,
  91.   and probably many others who reported problems
  92.   with login and cr/lf handling)
  93.  
  94. 24.2
  95. ----
  96. - recompiled with full optimization
  97.  
  98. 24.3
  99. ----
  100. - initial CVS import
  101.  
  102. 25.0
  103. ----
  104. - added wheel support. Plain wheel scrolls 3 lines,
  105.   Shift + Wheel scrolls 1 page, Ctrl + Wheel scrolls
  106.   1 line (Olli)
  107.