home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ace186b.zip / WHATNEW.DOC < prev   
Text File  |  1994-04-07  |  7KB  |  178 lines

  1. Chapter 18  Whats New?
  2.  
  3. Chapter 18  Whats New?
  4.  
  5.  
  6.  
  7. =============================================================
  8. 4/4/94 * Release version 1.85
  9. =============================================================
  10. Here is the largest upgrade since AceComm's debut on May 15 of 1993.
  11.  
  12. - Script processor has been re-worked, is capable of processing
  13.   complex macro functions. A MINIHOST.SCR demonstrates much of the macro
  14.   language. The macro language has now evolved to include intelligent
  15.   decision making macros. See the CIS.SCR and MINIHOST.SCR for demos.
  16. - Some macro text has changed. This requires a completlety new install from
  17.   everyone.
  18. - DPRM.EXE was fixed. It had a bug where the data pointer was not being saved
  19.   correctly. DPRM is the utility that backs up the PRM file to an ascii
  20.   definition file.
  21.  
  22. - Point mailer services have been either re-written or changed. The EMSI
  23.   protocol has been re-written. Mailer services are capable of running in
  24.   simple mailer front end mode.
  25. -  The scheduler services allow a greater degree of control over a auto answer
  26.    mode. The schedules now control the "Auto Answer Setup" services, which
  27.    can only be accessed during a schedule which includes ",Host" attribute
  28.    flag.
  29. - New Point mail support menus have been added for automated event driven
  30.   mailer/host modes. AceComm can serve as a complete front end to any BBS.
  31. - FBL output ".NOD" files are no longer supported as Nodelist files. FBL will
  32.   instead be re-written to support the creation of "mini" nodelist files.
  33. - "Boss Data" areas allow user created system definitions to be retained
  34.   permanently in the ACE.PRM file.
  35.  
  36.   The hooks for running a BBS software are numerous, and capable of passing
  37.   port rate %B, connect speed %C, port %P.
  38. - The Dialer sees some new "Phone Number Modifiers" menu.
  39. - Fon files can be printed to ascii text or PRN from inside the "Import" menu.
  40. - A new "CALL.LOG" does a 1 liner for each number called, with on line time
  41.   down to the second.
  42.  
  43. - The configurations area "PRM-data" has bee re-organized. Always an effort
  44.   is made to group similar data into more intuitive surroundings.
  45. - Many little bug fixes, one larger one where the upload files selections could
  46.   lock up if the user chose a particular sequence of events.  This due to a
  47.   menu not getting closed properly.
  48.  
  49.  
  50.  
  51. =============================================================
  52. 1/16/94 * Release version 1.81
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.        Page 161              AceComm (tm) v 1.85
  60.  
  61.  
  62. Chapter 18  Whats New?
  63.  
  64. =============================================================
  65. - Point mail functions using BOSS info were needlessly aborting
  66.   when NODELIST or NLIST.IDX files were not available.
  67. - Auto Log on was scanning the first 10 fields and ignoring the last
  68.   six.
  69. =============================================================
  70. 12/26/93 * Release version 1.8
  71. =============================================================
  72.  
  73. Update made for 1.8 include:
  74.  
  75.   AceComm is written in 100% assembly language.  This is how the EXE file
  76.   remains so small.  The movement for menu data to a separate binary file is in
  77.   the workings, this will allow for memory savings, multiple language support,
  78.   and to a limited degree, user customizing.  AceComm for MS-Windows is coming
  79.   along nicely, and like the DOS version, written in assembly language.  The
  80.   GUI version featuring RIPscrip video will be available to registered users by
  81.   March of 94.  Those wishing to see pre-release copies can get them.  Int 14h
  82.   and FOSSIL support will be seen in a 1.86 release very soon.  I have them
  83.   implemented, haven't enabled them yet.  I may tie an interrupt handler to
  84.   buffer int 14h, as it's dog gone slow using BIOS the way they are.
  85.  
  86. - Fixed dialer timeout to recycle where values 60 seconds and greater would not
  87.   timeout, but require a modem response in order to recycle.
  88.  
  89. - Zmodem receiver file management functions in a more expected manor.  User
  90.   aborts would end with the file time not being updated to the file time sent
  91.   by the remote.  This caused a later resume to be renamed instead.  ACE.DOC
  92.   covers the logic behind file management used with Acecomm's internal zmodem.
  93.  
  94. - Script/macro processor gets attention every release, this area is very robust
  95.   now.  The scrip language continues to inch along, what is here is very solid.
  96.  
  97. - AutoScrGen does a better overall job and can handle systems using HOT keys.
  98.  
  99. - Macro language evolves with each release.  The macro language and scripts
  100.   capability will see the most attention from version to version.
  101.  
  102. - Terminal emulations saw some minor additions.  These always get added to and
  103.   tweaked every version.
  104.  
  105. - Event schedules are more on line aware, and there is an enable flag where the
  106.   schedules can be turned off completely.
  107.  
  108. - ACTL (assemble CTL) and DPRM (dis-assemble PRM) utilities are more data
  109.   aware.  The PRM file can be almost 100% cloned across versions.
  110.  
  111. - LISTFILE prompting for batch uploads will now search the directory for all
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.        Page 162              AceComm (tm) v 1.85
  119.  
  120.  
  121. Chapter 18  Whats New?
  122.  
  123.   LISTFILES and prompt the user "Send from this file Y/n)" before defaulting to
  124.   the menu.  This allows multiple LISTFILES be ready to go, and used on the
  125.   fly, greatly improving the fast up load selection process.
  126.  
  127. - Point mail services saw a lot of work and those using pre-release versions
  128.   are getting good results with the scheduler and <PollBoss> macros.
  129.  
  130. - MDMI.EXE is included for the first time with this release.  MoDeM Install
  131.   will read from an ascii format file of modem definitions.  The file can grow,
  132.   MDMI.EXE will be able to use it as it grows.
  133.  
  134. - Mouse handler was re-written.  Mouse support is much more flexible.  Double
  135.   click in terminal mode brings up the TopBar menu.
  136.  
  137. - KTS key definitions somehow got behind KBD definitions.  KTS are back to
  138.   getting first crack at a key press.
  139.  
  140. - Xmodem was not opening file for 1.75, but dumping to the screen.  1.76 fixed
  141.   this.  Both Xmodem and Ymodem (G) saw a lot of attention.  Mostly YmodemG.
  142.   This protocol is not using file management that the Zmodem uses.
  143.  
  144. - Fixed a problem where writing the AceComm prompt to the DOS prompt when
  145.   shelling to command processor, AceComm would overwrite any environment
  146.   variables that were defined after the prompt.  This will be a noticeable fix
  147.   for many.  This caused AceComm to lose it's ability to run programs if any
  148.   PATH statement followed the prompt string.
  149.  
  150. - A trend for menus to become user definable is in the works.  It just seems to
  151.   evolve this way since I wanted to move all the text out to an edit able area
  152.   anyway.
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.        Page 163              AceComm (tm) v 1.85
  178.