home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / ACE181.ZIP / HISTORY.DOC < prev    next >
Text File  |  1994-01-17  |  13KB  |  277 lines

  1. ================================================================
  2.            Updates To AceComm & Utilities (Tm)
  3.             Top down to version 1.55
  4. ================================================================
  5. =============================================================
  6. 1/16/94 * Release version 1.81
  7. =============================================================
  8. - Point mail functions using BOSS info were needlesly aborting
  9.   when NODELIST or NLIST.IDX files were not available.
  10. - Auto Logon was scanning the first 10 fields anf ignoring the last
  11.   six.
  12. =============================================================
  13. 12/26/93 * Release version 1.8
  14. =============================================================
  15.  
  16. Update made for 1.8 include:
  17.  
  18.   AceComm is written in 100% assembly language.  This is how the EXE file
  19.   remains so small.  The movement for menu data to a separate binary file is in
  20.   the workings, this will allow for memory savings, multiple language support,
  21.   and to a limited degree, user customizing.  AceComm for MS-Windows is coming
  22.   along nicely, and like the DOS version, written in assembly language.  The
  23.   GUI version featuring RIPscrip video will be available to registered users
  24.   by March of 94. Those wishing to see pre-release copies can get them.
  25.   Int 14h and FOSSIL support will be seen in a 1.86 release very soon. I have
  26.   them implemented, haven't enabled them yet. I may tie an interrupt handler
  27.   to buffer int 14h, as it's dog gone slow using BIOS the way they are.
  28.  
  29. - Fixed dialer timeout to recycle where values 60 seconds and greater would not
  30.   timeout, but require a modem response in order to recycle.
  31.  
  32. - Zmodem receiver file management functions in a more expected manor.  User
  33.   aborts would end with the file time not being updated to the file time sent by
  34.   the remote.  This caused a later resume to be renamed instead.  ACE.DOC
  35.   covers the logic behind file management used with Acecomm's internal zmodem.
  36.  
  37. - Script/macro processor gets attention every release, this area is very robust
  38.   now.  The scrip language continues to inch along, what is here is very solid.
  39.  
  40. - AutoScrGen does a better overall job and can handle systems using HOT keys.
  41.  
  42. - Macro language evolves with each release.  The macro language and scripts
  43.   capability will see the most attention from version to version.
  44.  
  45. - Terminal emulations saw some minor additions. These always get added to and
  46.   tweaked every version.
  47.  
  48. - Event schedules are more on line aware, and there is an enable flag where the
  49.   schedules can be turned off completely.
  50.  
  51. - ACTL (assemble CTL) and PRM2CTL (dis-assemble PRM) utilities are more data
  52.   aware.  The PRM file can be almost 100% cloned across versions.
  53.  
  54. - LISTFILE prompting for batch uploads will now search the directory for all
  55.   LISTFILES and prompt the user "Send from this file Y/n)" before defaulting to
  56.   the menu.  This allows multiple LISTFILES be ready to go, and used on the
  57.   fly, greatly improving the fast up load selection process.
  58.  
  59. - Point mail services saw a lot of work and those using pre-release versions
  60.   are getting good results with the scheduler and <PollBoss> macros.
  61.  
  62. - MDMI.EXE is included for the first time with this release.  MoDeM Install
  63.   will read from an ascii format file of modem definitions.  The file can grow,
  64.   MDMI.EXE will be able to use it as it grows.
  65.  
  66. - Mouse handler was re-written. Mouse support is much more flexible. Double
  67.   click in terminal mode brings up the TopBar menu.
  68.  
  69. - KTS key definitions somehow got behind KBD definitions. KTS are back to
  70.   getting first crack at a key press.
  71.  
  72. - Xmodem was not opening file for 1.75, but dumping to the screen. 1.76 fixed
  73.   this.
  74.   Both Xmodem and Ymodem (G) saw a lot of attention. Mostly YmodemG. This
  75.   protocol is not using file management that the Zmodem uses.
  76.  
  77. - Fixed a problem where writing the AceComm prompt to the DOS prompt when
  78.   shelling to command processor, AceComm would overwrite any environment
  79.   variables that were defined after the prompt. This will be a noticeable fix
  80.   for many. This caused AceComm to lose it's ability to run programs if any
  81.   PATH statement followed the prompt string.
  82.  
  83. - A trend for menus to become user definable is in the works. It just seems
  84.   to evolve this way since I wanted to move all the text out to an edit able
  85.   area anyway.
  86.  
  87. =============================================================
  88. 11/01/93 * Release version 1.75
  89. =============================================================
  90. Updates made for 1.75 include
  91. - Re-written dialer
  92. - Re-written script processor, the script language inches along,
  93.   whats there is very solid
  94. - Re-written log file formatter, nice new packed log file
  95. - Part re-write for Dir Lister function, "Drives" detect works
  96.   better, "NewDir" operates easier
  97.   format also tracks on line time
  98. - Intelligent File Rename (internal zmodem)
  99. - Introduce "Mondo Menus" (Tm)
  100. - New on-line help topics menu, supports scroll able view, and
  101.    printing
  102. - Changed TopBar 1 line menu for mouse to pull down menu type
  103.   for most frequently used commands. Hot key displayed at left
  104.   Also displays current event schedule (if any) at right
  105. - Changed status bar displays "key-def" hot key & "help" menu
  106.   hot keys at right
  107. - Changed xstatus line display when creating or running scripts
  108.    to display more clearly what key press options are allowed
  109. - New Event scheduler for "Host", and "Mail" events
  110. - New Intelligent Auto Answer (process macro stack associated
  111.   with connect string), allows drop to BBS, FAX, etc. based on
  112.   modem Answer/Connect string
  113. - Re-written Point Mail
  114. - New *.FLO file support (mailer) can look into MAIL_OUT
  115.   directory and provide automated mail poll, send, attach, file
  116.   request etc. if the current event schedule allows. Manual
  117.   mail functions still inside "Protocols" menus
  118. - New Fon List menu item "Mass Change" any record item, updates
  119.   all records with just the 1 item.
  120. - A few new macros, [DATA_ARGS]
  121. - DPRM175.EXE can clone the ACE.PRM file to ACE.CTL, your next
  122.   upgrade will be painless
  123. =============================================================
  124. 09/05/93 * Release version 1.7
  125. =============================================================
  126. Updates made for 1.7 include
  127. - Introduces "Intelligent Auto Log On Technology"(Tm)
  128. - Labels, Gotos, Ifs, and data areas are documented in example
  129.   script file, and introduction of SCRIPT.DOC.
  130. - Sorting FON files by system name, total calls, last date called
  131.     and phone number.
  132. - FON file import/convert functions will now allow file merging.
  133.     US BBS list is a stable format, I'm converting that now.
  134. - Internal protocols code to detect receive buffer near full was
  135.     commented out, I un-commented it, slower computers running
  136.     AceComm as a back ground in Windows etc don't see a crc error
  137.     every 'buffer_size' bytes.
  138. - Ansi ESC[6n is responded to with ESC[row;col R
  139. - Extended AVATAR scroll up/scroll down functions
  140. - File requests using FBL's nodelist extract files (.NOD) where
  141.     the dir lister got involved, caused AceComm to create ACE.BCH
  142.     instead of NETNODE.REQ, this problem didn't exist for users
  143.     using the NODELIST.
  144. - A memory management system has been implemented. Memory for
  145.     internal functions can be swapped to XMS memory during other
  146.     memory hungary tasks.  At this point AceComm uses 64k XMS for
  147.     swapping the scroll back buffer.  Future releases will see
  148.     EMS support, and much more high memory used for the scroll
  149.     back buffer and reading very large FON files.  64k isn't
  150.     much, it allows an extra 48k/250 FON record buffer for very
  151.     large FON files.  Or With smaller FON files, AceComm can run
  152.     in up to 64k less conventional memory than before.
  153.     AceComm uses EMS/XMS/DISK for SWAP when using <CommandShell_>
  154.     and <RunProgram> macros.
  155. - Options menus have been re-arranged grouping like options into
  156.     sub menus.
  157. - LISTFILE names have been changed from ACE.BCH and temporary
  158.     filenames of the 'ABCDEFG' order to 'UPLDS.LST' and
  159.     'UPLDS.LS(n)'.
  160. - Time slices for DV have been added.  Time slices for Windows
  161.    are more selective. By default time slices are not given up
  162.    while using any of Acecomm's internal protocols. Options for
  163.    giving up time slices during internal protocols are provided
  164.    in the new "Internal Protocols Options" menu.
  165. - 9.6k memory has been freed due to changes in the help system
  166.    and on line order form.
  167.  
  168. =============================================================
  169. 08/15/93 * Release version 1.65
  170. =============================================================
  171.  
  172.  
  173. 08/05/93 ADD
  174.    Screens / Colors / Menus menu has a new menu for selecting
  175.    detect, 25 rows, 28 rows, 43 rows, or 50 rows during AceComm
  176.    sessions. The screen mode is restored at program exit.
  177.  
  178.  
  179. 08/04/93 CHANGE
  180.    Internal File Lister screen is re written making it more user
  181.    friendly.
  182.  
  183. 08/03/93 FIX
  184.    ANSI video code / Video display code, a write buffer was getting
  185.    over written causing lock ups, crashes. The video library code
  186.    now does consistent bounds checking.
  187.  
  188. 08/01/93 FIX
  189.    IEMSI session code is re written. Display is cleaned up.
  190.    IEMSI setup menus are given more detailed information.
  191.  
  192. 07/28/93 FIX
  193.    Scroll back buffer would skip a line coming back down.
  194.    Screen blanker and pop up key ref, when occur during Scroll
  195.    back buffer caused screens to not presented properly.
  196.  
  197. =============================================================
  198. 07/25/93 * Release version 1.60
  199. =============================================================
  200.  
  201. 07/18/93 CHANGE
  202.    FON files 250 record limit is replaced with 5000 record limit.
  203.    5000 is arbitrary, each 250 records require 48k memory. Probably
  204.    never get to 5000 records.
  205.  
  206. 07/16/93 FIX
  207.    *** 70 character buffer used with DOS exec function 04bh was
  208.    not enough of a buffer for filename to execute. DOS kept clobbering
  209.    a few bytes past it. 80 character length solved this problem.
  210.    This in addition to the 128 byte param buffer.
  211.  
  212. 07/05/93 ADD
  213.    Added mouse support for both on line terminal area and menu system.
  214.  
  215.    - Replace delay timer in dialer with Stopwatch so seconds are
  216.      still seconds under DV and other task switchers
  217.    - New flags in controls menus for more bells and whistles
  218.    - More Data & functional MACROS
  219.    - Script language gets conditionals, lables, data area more
  220.      Not documented in this 1.60 release, will be next release
  221.      complete with numerous examples and a separate SCRIP.DOC
  222.      <SendDelay> is removed from scrip generation, will re appear
  223.      as option inside options menu (good when debugging scripts)
  224.  
  225. =============================================================
  226. 06/27/93 * Release version 1.55
  227.  <ASP> acceptance came in same day so I stopped distribution
  228. =============================================================
  229.  
  230. 06/06/93 ADD
  231.    Import FON files function is added to Telephone directory area
  232.  
  233.    - Added context on line help
  234.    - Added Point Mail Setup menu
  235.    - did away with ACE.CFG (now in Point Mail Menu)
  236.    - Added 10 auto log on Trigger sequence/ MACRO stack
  237.      strings for dialing area.
  238.    - Improved menus where multiple selector lines now display
  239.      all at once.
  240.    - Zmodem resume after keyboard interrupt was not re initializing
  241.      position in write buffer. This caused bad offsets be generated
  242.      when resuming a file immediately after a keyboard abort.
  243.      Replaced near 8k protocol buffer with allocated buffer.
  244.    - Stopwatch function now rolls over at midnight.
  245.    - MACRO data args are completely stackable. (see MACRO.DOC)
  246.    - Import function inside phone directory
  247.    - DV detection and video buffer usage
  248.  
  249. 06/03/93 CHANGE
  250.    Done away with "More" option in menus that used it to toggle
  251.    between SELECTOR BARS.
  252.    Menus that used "More" option to toggle SELECTOR BARS are now
  253.    displaying two or more SELECTOR BARS.
  254.  
  255. 05/27/93 ADD
  256.    Enabled modification times for internal ymodem, zmodem protocol.
  257.  
  258. 05/26/93 CHANGE
  259.    Local 8k protocol buffer is now a FAR buffer allocated at time
  260.    protocol is used. This saves 8k of memory from program usage
  261.    while internal protocols aren't in use.
  262.  
  263. 05/22/93 FIX
  264.    Internal File Lister function now allows PgUp/PgDn selection
  265.    inside "New Directory" menu.
  266.  
  267. 05/22/93 ADD
  268.    Added code to recognize the gray arrow keys when using enhanced
  269.    BIOS keyboard functions. Also added a flag in "General Controls"
  270.    which allows or dis-allows using enhanced BIOS functions when
  271.    detected.
  272.  
  273. 05/18/93 FIX
  274.    AVATAR video was missing the color BLUE
  275.    Now supports VY repeat mode.
  276.  
  277.