home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amtelnet / old / amtelnet_213beta.lzx / term_mcc.changes < prev    next >
Encoding:
Text File  |  1999-11-18  |  3.1 KB  |  136 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.  
  108. 26.0
  109. ----
  110. - with cursor style inverse, will now show "plain"
  111.   when being over inverse text, to make cursor visible
  112.   when scrolling in a VT100 with inverse parts (Olli)
  113.  
  114. 26.1
  115. ----
  116. - optimized release of 26.0
  117.  
  118. 26.2
  119. ----
  120. - fixed problem with "Position 81" wrapping after
  121.   the offending write, instead of on the next write.
  122.   Caused problems with Pine and probably many other.
  123.   (Olli)
  124.  
  125. 26.3
  126. ----
  127. - fixed character wrapping again (Olli)
  128. - OM_GET now correctly returns TRUE when an Term.mcc
  129.   attribute was found, and only does a DOSUPER
  130.   for unknown ones (Olli)
  131. - some minor internal optimizations (Olli)
  132.  
  133. 26.4
  134. ----
  135. - now ignores private Amiga CSI sequences (Olli)
  136.