home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpip204 / TCPIP_Doc / History / New_200f < prev    next >
Text File  |  1994-09-24  |  3KB  |  89 lines

  1. !TCPIP Version 2.00f
  2. ====================
  3.  
  4. Fixes
  5. =====
  6.  
  7. Broken link in terminal list
  8. -----------------------------
  9. A very minor bug, only noticed it when finder menu added (see below)
  10.  
  11.  
  12. Inconsistant command echo attribute
  13. -----------------------------------
  14. Text entered into the command box with local echo enabled is now allways
  15. echoed in the Line Mode entry colour, regardless of whether line mode is
  16. active.
  17.  
  18.  
  19. Inconstancy between title flags and terminal switches
  20. -----------------------------------------------------
  21. Use of "W" in terminal options and title flags was inconsistant. This
  22. has been changed as follows:
  23.  
  24.   Terminal command switch "W" now controls cursor wrap on/off
  25.   Terminal command switch "B" now controls command box on/off
  26.   Terminal window flag "W" was allways a cursor wrap indicator anyway.
  27.  
  28.  
  29.  
  30. Changes
  31. =======
  32.  
  33. Popup, user defined command menus
  34. ---------------------------------
  35. At last these are in, if only in a simplified form. The current
  36. implementation allows only for single level menus, (not hierachial) and
  37. only allows whole commands rather than partials.
  38.  
  39. The menu file format is decribed in "notes.menus" along with examples.
  40.  
  41. A new command @<name> has been added to the terminal options to allow
  42. for specifying the macro set attached to the popup menu button in the
  43. command header.
  44.  
  45. Macro sets are kept in directory !TCPIP.menus. Currently the list of
  46. macros is only read when !TCPIP is initially run.
  47.  
  48.  
  49. Windows open in same place
  50. --------------------------
  51. Terminal window creation has been changed so that windows now open
  52. on a staggered y,x matrix. The position a size of the matrix is based
  53. upon fitting standard 80 x 24 terminal window with command header into
  54. the current wimp mode size.
  55.  
  56. The effect should be that until the matrix wraps around to its starting point,
  57. all window title bars are accessable, even if not fully visible. In mode 39
  58. this wrap around is after 24 windows.
  59.  
  60.  
  61. Finding windows
  62. ---------------
  63. One of the problems of internet sessions in windows is that you can
  64. easily become swamped with lots of windows on a small screen. This was
  65. particularly a problem when windows opened in the same place.
  66.  
  67. My original thought was to provide a hot key (eg CTRL+TAB) to cycle
  68. through the windows, bringing each to the front in turn. This has a
  69. small drawback in that either a general hot key grabber has to be
  70. created (which might interfere with other apps using the same the
  71. key-press combination themselves) or that when a non-input window was
  72. pulled, the keypress would cease to work due to !TCPIP no longer having
  73. the input focus.
  74.  
  75. This could be alleviated by allowing non-input windows to gain focus
  76. only for control functions rather than user input (for eg, F11 [HOLD]
  77. would be appropriate to pause/continue a replay)
  78.  
  79. Until this problem is resolved, I have decided to add a new "Finder"
  80. sub-menu to the terminal menus which leads to a menu of created window
  81. titles. Choosing one of these will bring the chosen window to the front.
  82.  
  83. While some window titles are somewhat useless (eg Telnet from
  84. [xxx.xxx.xxx.xxx]), this should at least be helpful in extracting a
  85. required window quickly.
  86.  
  87. Note: As this is a menu of raw window titles (makes quite a saving a
  88. memory useage) you get the window flag indicators as well.
  89.