home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / cmmo65d.zip / README.1ST < prev   
Text File  |  1995-10-19  |  7KB  |  198 lines

  1.    {COMMO} 6.5d BETA TEST RELEASE                         October 19, 1995
  2.  
  3. This release contains only these files:
  4.  
  5.         README.1ST      This file
  6.         COMMO.EXE       {COMMO} BETA TEST executable
  7.         COMMO.SET       New Setup File
  8.         COMMO.MAC       New resident Macro File
  9.         COMMO.HLP       New Oline Help File
  10.         FILE_ID.DIZ     BBS file description
  11.  
  12. This is a public beta test release which may be distributed only for testing
  13. purposes and is not to be combined with files from any other {COMMO} release.
  14.  
  15. If you do not already have COMMO65.ZIP, please download it from your favorite
  16. bulletin board or online service.  It contains the full documentation and
  17. supplementary files necessary for the full use of {COMMO}.
  18.  
  19. Documentation for changes in beta releases is shown below.
  20.  
  21. If you notice any difference (good or bad) between this release and {COMMO}
  22. 6.5 or a previous beta, please report your findings via any of the {COMMO}
  23. support channels (see 65INFO.DOC in the {COMMO} 6.5 archive).
  24.  
  25. Thank you.
  26.  
  27.                                 - Fred -
  28.  
  29. =======
  30. BETA65D
  31. =======
  32.  
  33. Bugs Fixed
  34. ----------
  35.  
  36. The hardware cursor (for speech users) was not tracking properly in the Alt-T
  37. Toggles window.
  38.  
  39. The SELECT macro was causing the DOS message "Invalid directory" to be
  40. displayed.
  41.  
  42.  
  43. Improvements/Changes
  44. --------------------
  45.  
  46. * The five Terminal Parameters in the {ddp=...} item in COMMO.SET may now be
  47. specified as separate items (this should make it easier for new users).  The
  48. new COMMO.SET reflects this change.
  49.  
  50. * A new item in COMMO.SET "dcm=" controls whether or not modem messages
  51. received during a successful dialing attempt are displayed to the screen.
  52.  
  53.  
  54. =======
  55. BETA65C
  56. =======
  57.  
  58. Bugs Fixed
  59. ----------
  60.  
  61. The "no carrier" macro feature was causing certain macro functions (LOOKfor,
  62. GETString, PAUSe, HOLD, ASCIiup) to "fall through" when carrier dropped and no
  63. macro label was set.  Now the function will continue as usual unless a label
  64. has been set.
  65.  
  66.  
  67. Improvements/Changes
  68. --------------------
  69.  
  70. * In the MENU function a new user-defined variable "_mhelp" can be set to a
  71. label (similar to "_menter").  {COMMO} will GOTO the label if F1 is pressed.
  72. This allows "1" or "A" to be used for a separate menu selection.  Note that if
  73. "_mhelp" isn't defined, the first label in the "_mlabel" string will be used
  74. if F1 is pressed (same as before).
  75.  
  76. * In the ASCII Upload window you no longer have to enter the Line Pacing
  77. character each time.  You can just press Enter to send the file or you can
  78. press Alt-L if you want to change the pacing character.
  79.  
  80. * INFOrm-S2 will now make the fail sound.
  81.  
  82. * A new switch "M" on the SHELl and EXECute macro functions is used to control
  83. the "Swapping to Disk" message (when the "S" switch is used).  Use "M0" to
  84. suppress the message.
  85.  
  86. * An updated Online Help file is included with this beta.
  87.  
  88.  
  89. Speech Friendly Interface
  90. -------------------------
  91.  
  92. * The hardware cursor will now respond to the up and down arrow keys in menus
  93. created by the MENU function (and the Toggles menu).  This should make the
  94. menus more speech friendly.
  95.  
  96. * The hardware cursor will now be positioned properly when entering the Online
  97. Help, Scrollback and the Variable Space windows.  This should provide a more
  98. consistent speech interface.
  99.  
  100.  
  101. =======
  102. BETA65B
  103. =======
  104.  
  105. Bugs Fixed
  106. ----------
  107.  
  108. If a variable contained a right brace, the string would be truncated at the
  109. brace when doing a SETV-S2.
  110.  
  111. The progress indicator wasn't working properly in Ymodem and Zmodem
  112. "mini-batch mode," where each file is sent as a separate batch.
  113.  
  114.  
  115. Improvements/Changes
  116. --------------------
  117.  
  118. * You can now clear part or all of the macro Variable Space.  SETV-R will
  119. clear to the end of Variable Space starting with the variable named in the
  120. function.  SETV-R0 will clear all variables in Variable Space.
  121.  
  122. * A new built-in variable "_vsp" indicates the number of unused bytes in
  123. Variable Space.
  124.  
  125. * When uploading files you can now type in a new starting disk and/or
  126. directory for the file selector ("sel_up" must be set to "no" in COMMO.SET).
  127. This was accomplished by changes to the "gfnu" and "select" macros in
  128. COMMO.MAC).
  129.  
  130.  
  131. =======
  132. BETA65A
  133. =======
  134.  
  135. Bugs Fixed
  136. ----------
  137.  
  138. If no SETGet was executed, {COMMO} would sometimes send a garbage terminator
  139. response at the end of a GETString.
  140.  
  141. When saving the screen, {COMMO} was sometimes getting more video data than
  142. necessary.  Certain Windows video drivers were upset by this.
  143.  
  144. The "N" switch on EXECute was being ignored if the "S" switch was present.
  145.  
  146.  
  147. Improvements/Changes
  148. --------------------
  149.  
  150. * A new variation "S2" has been added to the "S" switch on the SETVariable
  151. macro function.  It tells {COMMO} to expand all variables in the second
  152. argument (as usual), then expand the second argument again.  This allows
  153. variables that are contained within variables to be expanded.
  154.  
  155.   Note that this differs from SETV-S (or S1) which expands the original
  156.   string, then treats the expanded string as a variable name, which is then
  157.   expanded.
  158.  
  159. * The SEND function now has a "W" switch:
  160.  
  161.   W or W1 is the default and tells {COMMO} to wait until all characters have
  162.   been sent out the port before proceeding to the next macro function (same as
  163.   before).
  164.  
  165.   W0 tells {COMMO} to queue the string to the transmit buffer and proceed
  166.   without waiting.  If the transmit buffer is full (about 2k) {COMMO} will
  167.   wait until the entire string has been queued to the buffer before
  168.   preceeding.  Note that tildes and the Inter-character Delay are ignored in
  169.   this mode.
  170.  
  171.   {send-w} or {send} (no arguments) will cause a wait until there are no
  172.   characters left in the transmit buffer.  So you can use SEND-W0 a number of
  173.   times, then {send-w} to wait (if synchronization is necessary).  This will
  174.   result in faster transmission than waiting after each SEND.
  175.  
  176. * Modem messages received during a successful dialing attempt will now be
  177. displayed to the screen (and captured if applicable) after the connection is
  178. established.
  179.  
  180. * The Swap to Disk feature no longer displays the "Swapping to Disk" message.
  181.  
  182. * Ring Indicate (I) is no longer included in the Signal Lights.
  183.  
  184. * The edit option on the Utility Menu did not allow a new file to be created.
  185. This can be fixed in the 6.5 version of COMMO.MAC as follows:
  186.  
  187.   Find these two lines:
  188.  
  189.     {:uext}  {setv temp} {input temp,Filename to edit}
  190.              {:uedit} {ifex %temp,,alu} {edit %temp} {goto alu}
  191.  
  192.   Remove the IFEXist function from the second line thus:
  193.  
  194.     {:uext}  {setv temp} {input temp,Filename to edit}
  195.              {:uedit} {edit %temp} {goto alu}
  196.  
  197.                                 - end -
  198.