home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / telnet27 / 2_6.1d7
Text File  |  1995-02-15  |  10KB  |  246 lines

  1. 2/15/95 NCSA Telnet 2.6.1d7 for the Macintosh Release Notes
  2.  
  3. Brought to you by:    Clint Popetz (cpopetz@ncsa.uiuc.edu)
  4.                     Jim Browne (jbrowne@uiuc.edu) [departed 12/18/94]
  5.                     
  6.  
  7. These release notes contain the following information:
  8.     Ñ    Changes since the last version
  9.     Ñ    Telnet release schedule
  10.     Ñ    Goals left for current release
  11.     Ñ    Bug list
  12.     Ñ    Future features list
  13.     Ñ    Old changes list
  14.     
  15. Changes since 2.6.1d6
  16. ---------------------
  17.  
  18. Ñ    Fixed Problem with backspace/delete in preferences->terminals dialog
  19. Ñ    Fixed crash on pre-sys7 machines due to 2.6.1d6 bug fix
  20. Ñ    Added Command-Clickable URL support
  21. Ñ    Added Internet-Config support
  22. Ñ    Added support for "rlogin://" GURL event.  
  23. Ñ    Telnet no longer reports active connections dialog on quit when "windows 
  24.     don't go away is on" and the only windows are dead
  25. Ñ    FTP server no longer shows invisible items 
  26. Ñ    Fixed DragLib problem on pre-7.5 PPC machines
  27. Ñ    Fixed Meta-@ and Meta-^ for EMACS (There is a new Fixed Controls KCHR)
  28. Ñ     Fixed a resize problem created in d5
  29. Ñ    Added option in Terminals to remap the Numeric Keypad to its standard
  30.     (non-vt220) Mac behavior, ie the operators can be used and wont send PFs.
  31.  
  32.  
  33. Notes on URL support:
  34. ---------------------
  35.  
  36. Helper Applications are only supported through Internet Config.  Catch the wave.  
  37. Use Internet Config.
  38.  
  39. Command-Click in any part of a URL will select it and launch the helper, including
  40. multiple line URLs.  The following formats are supported:
  41.  
  42. scheme:
  43. URL:scheme:
  44. <scheme: >
  45. <URL:scheme: >
  46. "scheme: "
  47. "URL: scheme: "
  48.  
  49. If you have spaces in your URL, surround it with <> and click in the first fragment
  50. of it.  Otherwise Telnet wont find it.  However, if you select text manually, and 
  51. Command-Click within it, Telnet will try to use what you selected.  (ie, it will 
  52. strip extra stuff, but won't go looking for a complete url)  Basically, I mimic NW
  53. in all this.  (Including neat-o flashing on success)
  54.  
  55. Currently, only GURL aware helpers are supported.  I didn't want to implement the 
  56. enormous headache of writing a prefs file for each non-GURL app, or put out a
  57. new version each time someone new supports GURL, or add XXX's favorite ftp client
  58. prefs format to telnet.  So its GURL or nothing.
  59.  
  60. MUCH thanks to John Norstad's NW code to launch the most recent application of a 
  61. given sig; it now resides in Telnet.
  62.  
  63.  
  64. Note on remap keypad option:
  65. ---------------------
  66. Many people had complained that they never use the vt keys which look like operators
  67. on the mac keypad.  So, in Preferences->Sessions, you can override the VT definitions
  68. so that the operators work.
  69.  
  70.  
  71. Note on compiler compatability:
  72. ------------------------------------------
  73. I have given up (for the time being) trying to make Telnet compile
  74. under MPW and Think C.  I am sticking with the most beautiful of environments,
  75. Metrowerks CodeWarrior.  If the day comes when all the bugs are fixed, I will try 
  76. to go back and make them compatible, but frankly, I would rather spend my time 
  77. fixing MY bugs and putting in new features than finding work-arounds for problems 
  78. in other development environments.
  79.  
  80.  
  81. NCSA Telnet for the Macintosh release schedule:
  82. -----------------------------------------------    
  83. Don't bet the farm on these dates.  For entertainment purposes only.
  84.  
  85. 2.7                            Feb 1995    (very firm)
  86. 3.0                            May, 1995        (somewhat firm)
  87.  
  88.  
  89. This will probably be the last development version of 2.6.1.  This means once
  90. any new bugs fixed, expect 2.7 very soon.  
  91.  
  92. Development of NCSA Telnet will continue through at least 3.0 and probably beyond.
  93.  
  94.  
  95. Goals for 2.7:
  96. ----------------
  97. Ñ    Fix the VAX/VMS VT220 problems. 
  98. *    Fix the NeXT interaction problems. (See below)
  99. Ñ    Clean up the segmentation a little bit more and do some memory cleanup.
  100.     
  101.     
  102. In at least one NeXT running NeXTStep 3.2, the linemode implementation in telnet 
  103. works correctly.  In others, it does not.  If you are experiencing garbage characters
  104. or immense lag, turn linemode off.  This has also been verified to occur with linemode
  105. implementations on Convex machines.
  106.  
  107. By 2.7, I am going to try to either fix the linemode problems or provide firm proof
  108. that it is a problem on the other end.  
  109.  
  110. If someone has a nice summary of the VAX/VMS vt220 problems, please mail it to
  111. me, as the reports I have are sketchy and sometimes contradictory.
  112.  
  113.  
  114. ----
  115. This is the list of all Telnet bugs known to NCSA, feel free to mail me if
  116. you find others:  (This is pretty much the same as last release)
  117.  
  118. Crashes:
  119. Ñ    Window positioning
  120. Ñ    Telnet doesn't constrain saved window positions to available desktop
  121. Ñ    When switching to 132 columns, window's right edge should stay on screen
  122. Ñ    Type during paste bug
  123. Ñ    Occasional problems getting the preferences to "stick"
  124. Ñ    Certain macro sequences are not sent correctly (?)
  125. Ñ    \r,\n, and \t cannot appear in a Macro sequence
  126. Ñ    Some interaction problems with NeXT systems (See above)
  127. Ñ    Capture text sometimes contains extra returns
  128. Implementation:
  129. Ñ    Need to always set push flag when sending return
  130. Ñ    Reduce WDS sizes?
  131. VT emulation:
  132. Ñ    VT220 insert mode problem
  133. Ñ    VT220 fn keys can still be sent while in vt100 mode
  134. Ñ    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  135. Ñ    Screen trashing when forcesave is on
  136. Ñ    Bold font problems need to be solved
  137. Ñ    Tabs don't work completely
  138. Ñ    Clear whole text cell
  139. FTP:
  140. *    FTP log not very useful for Macbinary transfers
  141. *    FTP server filename ISO tranlation not working?
  142. Ñ    FTP Server dropping characters in ASCII mode?
  143. Ñ    Need to add a provision for editing "anonymous"'s directory
  144. Ñ    Occasional MNetPush error when using FTP
  145. Ñ    FTP transfers occasionally creating zero size files
  146. Ñ    Multiple user/one password bug?
  147. TEK:
  148. Ñ    Some TEK emulation bugs
  149.  
  150.  
  151. For 3.0:
  152.  
  153. Ñ    Modeless configuration interface
  154. Ñ    Modeless macro dialog box
  155. Ñ    Modeless Open Connection box (?)
  156. Ñ    Scriptable 
  157. Ñ    Sessions can be configured to capture immediately from opening
  158. Ñ    Reverse DNS connecting FTP hosts
  159. Ñ    Better Key remapping features
  160. Ñ    ANSI color sequences
  161. Ñ    Save attributes in scrollback
  162. Ñ     Possible firewall support (See below)
  163. Ñ    Major internal re-working (See below)
  164. Ñ    Possible clean-up of TEK code (volunteers?)
  165.  
  166. Suggestions I don't think I will implement:
  167. Ñ    Different printer font than window font
  168.  
  169. I am interested in getting a consensus on what firewall methods are "standard."
  170. With the use of Telnet as a helper app becoming more feasible with the support of 
  171. the GURL suite, and considering the need to move towards scriptability, an alternative
  172. is needed to opening a connection to the firewall and then manually telnet-ing from 
  173. there.  So, anyone interested in giving a firewall-idiot some pointers, feel free to
  174. mail them to me (Clint).  Please include "FIREWALL:" in the subject.  
  175.  
  176.  
  177. 3.0 will be quite a major release, where I will continue the cleansing process that
  178. Jim began.  The memory management will be almost completely redone, and the scrollback
  179. format will be reworked significantly.  Now's the time for interested parties to 
  180. submit requests for things you're just dying to see in telnet.  So, consider this the 
  181. official announcement of the "3.0 Telnet Wish List."   Just mail to me (Clint) or to
  182. mactelnet@ncsa.uiuc.edu, and please put "TELNET WISH: " in the subject.  
  183.  
  184. The Documentation for 2.6 is FINALLY on line.  It can be found at:
  185.             ftp://ftp.ncsa.uiuc.edu:Mac/Telnet/Telnet2.6/Telnet2.6UserGuide
  186.  
  187.  
  188. Old Changes
  189. -----------
  190. Changes since 2.6.1d5:
  191. ----------------------
  192. Fixed bug that caused set files and macros not to load properly on startup 
  193. Fixed FTP server memory bug 
  194. Fixed FTP server 'put files that start with a period' bug (around since 2.6.1d1)
  195. Added Send timeouts
  196. Fixed bug that caused Telnet not to read old prefs files correctly
  197. Fixed bug that caused setting of visibility of function key windows not to stick
  198.  
  199. The FTP server bug probably caused most of the crashes reported in d5, since the
  200. server just had to be ON, not ACTIVE to cause problems.
  201.  
  202. Changes since 2.6.1d4
  203. ----------------------
  204.     Macros can be imported and exported to/from text files  
  205.     User set-able Block Size
  206.     User set-able Send timeouts
  207.     User set-able font size (i.e. other than 9,12,etc.)
  208.     Fixed a PPC FTP server bug (existing since port to PPC) 
  209.     Fixed (some) crashes under low memory resizing
  210.     Fixed a scrolling bug created in 2.6.1d4
  211.  
  212. Changes since 2.6.1d3:
  213. ----------------------
  214.     Drag and Drop support.  Text can be dragged out of and into connection windows
  215.     Scrolling speed improvement.  Scolling speed has been improved by about 5%
  216.     The FTP Client has been removed.
  217.     Telnet now uses less memory (changes to tek storage system)
  218.     Telnet now scans Extensions folder & the folder Telnet resides in for
  219.         Authentication/Encryption plugins
  220.     Fixed a corruption bug for files transferred in binary mode by the FTP server
  221.     Fixed a few TEK bugs
  222.     Added support for GetURL AppleEvent (only "telnet://" scheme supported)
  223.  
  224.  
  225. Changes since 2.6.1d2:
  226.  
  227.     Keypad and Function key menus added
  228.     Global pref added for Keypad and Function key menus
  229.     Toggle on VT type radio buttons in Terminal prefs fixed
  230.     Toggle on Paste and BS/Del buttons in Session prefs fixed
  231.  
  232. Changes since 2.6.1d1:
  233.  
  234.     Authentication and Encryption now use plug in modules
  235.     Authentication and Encryption are available on the PPC
  236.     VT screen size display during window resize works on PowerPC version
  237.     Application is a fat binary
  238.  
  239. Changes since 2.6:
  240.  
  241. The port to PowerPC has almost been completed.  Currently Authentication and
  242. Encryption are not available while running on the PPC.  2.6.1d1PPC has been
  243. quite stable for me.  Please let me know if the PPC version shows any bugs
  244. that aren't in the 68K version.
  245.  
  246.