 Ŀ
  CyberCom - "What's NEW!?!"    NOTE: This file goes from newest down-to 
  Current Release: v1.00              oldest updates/fixes/etc.          
 

                            [ Update-Legend ]

            = Version Release            !  = Comments/Bug fixes
          +  = Addition of Feature        -  = Removal of Feature

 Ŀ
  VERSION 1.00 UPDATES BELOW                                             
 

Date: 04/01/95
--------------
    CyberCom Version v1.00 Beta Released

  +  You can now insert phone book entries below other entries.

  +  Added an 80x50 screen mode. You can change video modes by entering
     the miscellaneous menu (Alt-M).

  !  Capture filter didn't quite filter out the last character of ansi
     codes. Fixed.

Date: 03/26/95
--------------
  !  Moved things around in the background transfering code. This should
     hopefully clear up problems with lockups etc.

  +  You can now exit CyberCom without the modem being hung up. If you are
     connected when you try to exit CyberCom a pick list will come up with
     the following: 1) Exit 2) Hangup & Exit or 3) Continue.

Date: 03/24/95
--------------
  +  The index help (Ctrl-F1) has been updated (most topics taken from the
     documentation itself). You can also access the index help from the
     dialing directory by pressing Ctrl-F1 (same as the main terminal
     screen). Various cosmetic changes have been made as well.

Date: 03/12/95
--------------              
  +  CyberCom will exit, and report an error if it cannot find the comport
     you specified. Previously CyberCom would just freeze up the system, 
     at a blank black screen when starting up.

  +  Added Home/End to most selection screens (including dialing directory),
     so it is easier to get to the top or bottom of them now.

Date: 03/08/95
--------------
  !  ASCII captures were leaving out the CR/LF's at the end of the line
     resulting in very long text lines! Fixed.

Date: 03/03/95
--------------
  !  Inserted phonebook entries had a default color of black on black
     making it very difficult to see the entry unless it was highlighted.
     Default color is now grey on black - same goes with imported phonebook
     entries.

  -  Removed startup initializing screen. I was finding it incredibly 
     annoying at times. Not only that, but its a little nerve racking to
     see all of these things pop up for novice users.

 Ŀ
  VERSION 0.09 UPDATES BELOW                                             
 

Date: 2/19/95
-------------
    CyberCom Version v0.09 Beta Released 

      *** Please delete your configuration files for version 0.08 ***
      *** Version 0.09's configuration files are different enough ***
      *** to cause problems. Save your phonebook files, as they   ***
      *** will be automatically converted to the newer format.    ***

Date: 2/18/95
-------------
  +  Text color is now configurable, along with the online status 
     indicator color.

  !  A few startup information items have been added lemme know if you 
     think I should keep this in there. 

  +  Commandline options: /OVR:<extra-buffer-size> has been added, so you
     can adjust the size of the overlay buffer, if disk swapping is 
     becoming a problem.

  +  KB Uploaded/KB Downloaded is now kept track of in the phonebook
     entries.

Date: 2/15/95
-------------
  +  Various highlight selections (where I thought appropriate) have 
     key-selections now as well (ex. the setup options window).

  !  Leach Mode is now only accessible to registered users.

  !  Configuration file structure has changed again, and no-auto updating
     of old configurations is provided! Sorry, but its something I HAD TO 
     DO. Phonebooks are fine and are automatically updated when you open
     them, so keep them!

Date: 2/11/95
-------------
  !  Although the PROTOCOL PATH was configurable, it was never used in 
     previous versions of CyberCom. If you have not specified a path in
     the external protocol setup for the protocol, then the default 
     protocol path WILL be used NOW.
 
  +  You can now configure the color of your phonebook entries by pressing
     "C" (Color) while in the dialing directory.

  +  Documentation has been provided in CYBERCOM.DOC. REGISTER.DOC contains
     the registration form.

  +  Added Tag Mask (S) - which will let you enter a filemask to tag files
     instead of having to search for the file all the time. REALLY HANDY!

  +  Added ability to run EXE/COM or BATch files within the file manager,
     simply by pressing ENTER on them.

Date: 2/8/95
------------
  +  Added Delete confirmation option for phonebook protection, in setup
     options -> User Preferences.

  !  When a remote system system asks for the IEMSI client information
     CyberCom was always reporting that it had Avatar emulation, but when
     in fact you could be only in ANSI emulation mode. This has been fixed
     so CyberCom will report whatever emulation mode you currently happen
     to be in.

  +  CyberCom will now check for IEMSI AutoChat and jump into the chat mode
     automatically as well as exit chat automatically, if the remote 
     supports IEMSI as well.

  !  Massive bugs fixed with dos-shells. Sometimes the screen was not
     restored properly, and often when shelling you would either lose 
     keyboard control of some characters or the system would freeze all
     together. What happend was that a particular interrrupt was not being
     disabled before the shell, and since the interrupt handler isn't
     always in memory... nasty things happen.

 Ŀ
  VERSION 0.08 UPDATES BELOW                                             
 

Date: 1/29/95
-------------
    CyberCom Version v0.08 Beta Released

  !  When the countdown reached zero, it would skip the next number it
     should have dialed, going on to the next after that (if more than
     one entry was tagged).

  !  Chat mode has been enhanced to scroll the remote/local windows now
     rather then previously just clearing the window and setting the
     cursor to the top line. This has also elminated a small bug
     involving the top line of the remote window not being cleared.
     Now if I could just find the IEMSI specs again, I'll put in the
     auto-enter chat mode, auto-exit chat mode features!

Date: 1/28/95
-------------
  !  This help screen has been updated to show what the macro keys are -
     and also displays CyberComs version # (Helpful for me, when I have
     to ask someone what the version number is and where to look for it).

  +  Ctrl-End will now send a serial line break signal. A break signal
     usually has a special meaning for the remote (such as Attention or
     Interrupt) - If you don't understand this, you probably won't ever
     need to use it.

  -  Auto Configuration (Modem Setup) has been completly removed - I will
     probably be making this into a separate program, that will make
     configuring the modem REALLY REALLY easy for novices (and of course
     the advanced beta team members <GROAN>).

  +  Added two more user preferences: Abort to Dialing Directory (which
     puts you back into the dialing directory, after a dialing abort),
     and Filter Capture File (which will filter non text characters -
     such as ansi codes, from your capture files).

  !  Leach mode, being somewhat of an anti-ratio feature as it is, has
     been made less noticeable. The key that toggles this feature on and
     off has been changed to: CTRL+some-other-function-key-near-the-top-
     right-beside-escape-<Grin>.

  +  FINALLY! Background downloading/uploading has been implemented!
     Hitting Alt-F10 during a download, or upload will slap you right
     into DOS, and placing a status bar at the top of your screen with
     various information about the tranfer (more specifically: Bytes
     transfered, CPS rate and a bar graph indication of the completed
     transfer). Pressing Ctrl-F12 will toggle this status bar on and off.

  !  Background Dialing has been practically rewritten from scratch, and
     now uses more robust interrupt routines - in other words it should
     not crap out on you. Pressing Ctrl-F12 will toggle the status bar
     on and off - rather than before with just F12.

  !  System Information (Alt-U) has been cosmetically altered, and now
     fits in a pop-up window rather than full screen. All 'currently not
     checked' statements have been removed, and 'available memory' has
     been added.

  !  DOS Exec swapping routines have been replaced, which I think cures
     the lockup problems (Ya never quite know doya). Added some cosmetics
     (ie. Swapping to disk, RAM available etc).

Date: 12/30/94 -> 1/27/95
-------------------------
  !  INSTALL was creating the new .CFG files in the current directory,
     rather than the path specified during installation. Note that this
     only occurs if the CYBER environment variable was NOT set already.

  +  "Keyboard Macros" has been added to the setup options. This will
     allow you to define up-to 8 different keyboard macros (AltF1-AltF8).

  !  Found another nasty bug. When using the /s command line option and
     then going into the modem device/setup, & exiting - the system would
     usually freeze. This was because the memory structure holding the
     comport information was not being initialized - since you skipped
     directly to the setup.  Uart type has been temporarily removed
     because of this, and replaced simply with UART.

  +  Internal file transfers, will not allow you to download without first
     making a connection now.

  +  Log file output has been expanded to include information about
     connections, and file transfers.

  !  Changed the way the attempts counter in the dialing works. Attempts
     are incremented for each NUMBER that does not successfully connect,
     (ie. busy, skipped, timed-out etc), rather than by SYSTEM. The
     attempt counter is for every system being dialed, not as it was
     previously before with each system having its own attempt counter.

  +  Sorting of the dialing directory entries can now be done ascending,
     or in descending order.

  !  The time on the status bar was not being updated while in chat mode.

  +  The opening screen will only stay up for 10 sec. (or until a key is
     pressed), in which it will then proceed to the main terminal screen.

  +  The '+' and '-' keys can be used to tag all or untag all entries in
     the dialing directory and file manager.

  !  Finally! The random phonebook nuking should now be completely
     eliminated! What was happening was that the phonebook was being
     opened more than once at specific times. Cyber needed to save
     some information into the phonebook - stats specifically, and the
     phonebook was already opened - your dialing for example. The file
     handling routines will refuse to open the phonebook now, if it is
     already opened.

  !  Current phonebook being displayed in the bottom right status bar of
     the dialing directory was sometimes missing the first character.

  !  Auto-Dl of external protocols was not working. This was due to the
     fact that the new string searching procedure needs separate
     individual variables for each external protocol, and I was using one
     global one. Fixed.

  !  CyberCom will always try to disable Fifo and deactivate the
     interrupts before shelling, then restore everything once returned.
     Hopefully, this clears up the problem with dos-shells, locking up
     the system.

 Ŀ
  VERSION 0.07 UPDATES BELOW                                             
 

Date: 12/10/94 - 12/26/94
-------------------------
    CyberCom Version v0.07 Beta Released

  -  Removed Modem Parameters Option (Alt-R).

  +  Internal Protocols setup partially works now. Zmodem AutoDownload can
     be disabled, if desired now.

  +  Modem Devices/Setup -> Address/IRQ/Vector setup is now functional.

  !  Transfer time is now calculated correctly. Calculations are made
     using the currently connected bps rate (shown at the very top of
     transfer). Cyber gets this bps rate, first when you boot up (using
     the baud rate setting you have configured) - then alters this number
     after a successful connection (when dialing from the dialing dir.)
     to the connected rate.

  +  Implemented leach mode during protocol transfers (Zmodem/ZedZap ONLY).
     This option will eventually be only available to registered users.

  !  When dialing, pressing the spacebar skipped 2 numbers instead of one.

  !  IEMSI information was not being cleared before more information was
     placed into the same strings causing, and real mess. Fixed.

Date: 12/09/94
--------------
  !  When exiting CyberCom after completing a internal file transfer you
     would get a runtime error (usually 000). The procedure causing this
     problem has been eliminated, and everything looks smooth now.

Date: 12/05/94
--------------
  +  If CyberCom cannot find any fonts in the font path, and you try to
     change fonts, it will let you know now.

  !  In the filemanger, after being on the very last file which was
     moved/deleted the highlighter was moved up to the second last file
     when it should have been the last file. Corrected.

  +  Alot of IO error checking has been added to the filemanager, making
     it much more stable when it has to deal with file/path problems.

  !  In the install program the font path and protocol path were mixed up.
     This has been corrected.

  +  Disabled Ctrl-Breaking out of CyberCom.

  !  IO Checking was turned on in v0.06 which made appear alot of bugs that
     slipped by through-out the other versions.

     Two problems existed when opening a log-file:
           1) If the file was created from scratch (ie. doesn't exist),
              the the file was opened, but Cyber's boolean variable was
              NOT - so Cyber would think that the file was never opened
              at all - I'm sure you can see where a problem would arise
              from this one.
           2) If the file already existed, Cyber's boolean variable was
              set no matter what - ie. if you pressed esc, to cancel
              opening the log file, the variable would be set that you
              did open the file, but in reality you hadn't.

     All these problems have been fixed.

 Ŀ
  VERSION 0.06 UPDATES BELOW                                             
 

Date: 12/03/94
--------------
    CyberCom Version v0.06 Beta Released

  !  CyberCom updates time online, and time of day while in transfers.

  !  Just a note that, the setup option -> internal protocols is there,
     but you cannot select that item yet.

  !  Installation program now does a complete installation of Cyber,
     creating and unpacking the necessary files into directories of your
     choice. Very little error checking is done however...

Date: 11/26/94
--------------
  !  If Online warning time is set to 0 then it will be disabled.

  +  Alt-2, now shows you the last successful IEMSI server information.

Date: 11/20/94
--------------
  +  Added: "IEMSI Sessions Enabled" in the User Preferences 1 setup
     options. Just a note about IEMSI Autologins etc: You need to define
     the system name, and password into your dialing directory entry for
     CyberCom to get the correct name/password when creating the IEMSI
     information packet. This will likely (very likely) be handled
     differently in future version of CyberCom.

  !  Fixed a bug that would sit in a continous loop forever during the
     hangup when dialing (only happens when using non-UART devices).
     I was checking to see if the transmitter was completely empty,
     but since this is a UART specific function, hence the problem.

  +  Added Total Transfer Time & Elapsed time in the file transfer status
     screen.

Date: 11/18/94
--------------
  +  Added commandline option: /O or /ONLINE.
     This will prevent CyberCom from sending the modem initialization
     strings during startup.

  !  Accidently forgot to change to the upload directory when performing
     an internal upload (external always worked correctly). This is fixed.

  !  You are now notified if your registration code/name is invalid after
     entering the /R (REGISTRATION MENU).

  !  UNREGISTERED users now have up to 30 days of use before the delay
     starts to kick in at the opening screen. Each day of use after the
     first 30 will add 1 more second of waiting...

  +  You can now tag/untag entries in the dialing directory simply by
     enter there entry #'s (separated by commas).

  +  IEMSI sessions are partially implemented now.

Date: 11/16/94 -> 11/15/94
--------------------------
  !  Log file structure has been completely revamped.  Now uses the same
     style as FrontDoor and TosScan. Also, another option has been added
     to Paths & Filenames: Logfile Messages. With this option, you can
     select which types of messages will get written to the logfile.

  -  Completely removed scripting support. If you were using this feature
     I appologize, but the script code will be completely replaced in the
     (hopefully near) future - no sense leaving potentially dead code,
     left to rot.

 Ŀ
  VERSION 0.05 UPDATES BELOW                                             
 
Date: 11/12/94
--------------
    CyberCom Version v0.05 Beta Released

Date: 11/11/94
--------------
  ! Began writing the CyberCom .DOC file, and also expanded the help index
    to include a few more topics.

Date: 11/04/94 -> 10/18/94
--------------------------
  !  From now on this changes file will only be updated at irregular
       intervals - its just too much trouble keeping it up to date almost
       every day.
  !  Multiple Device support finished - although there are a few options
       configurable for each device that still need to be initiated.
  +  CyberCom now tests the integrity of the configuration file using a
       32bit CRC. This will HELP prevent hacking, and also report to you if
       it has been accidently damaged somehow.
  +  Added another command line option: /R or /REGISTER
       This option will allow you to enter your name & registration code
       to register your copy of CyberCom. (AT THIS TIME) Unregistered
       users will be warned and delayed at the opening screen. The delay
       will increase 1 second for every day they use CyberCom. Various
       other options are disabled for REGISTERED users only (ie. Disabling
       the opening screen).
  +  Zmodem Auto Upload & Download strings are now detected and acted upon.
       Jumping you to either the filemanger when it finds the upload
       string, or the download transfer screen if it otherwise finds the
       download string.
  -  Previously if CyberCom could not find the configuration file it went
       into a pre-setup screen to create a new one. This has been removed
       and moved into a new program called INSTALL. INSTALL will eventually
       be expanded into a full installation program ready for the official
       1.00 release. As it is now, the only thing install does is create
       NEW configuration files (overwriting if one already exists).

Date: 10/25/94 -> 10/17/94
--------------------------
  !  Started implmenting the multiple device support which includes:
     UART, DigiBoard, Fossil & BIOS (Interrupt 14H). Various procedures
     have been nulled until the transition from one device to the
     multiple devices is complete.
  +  Whatever protocol you used last will always come up as the first
     choice when you go to select a protocol again some other time.
  !  Complete restructure of the configuration file, which will allow
     CyberCom to support multiple COM devices and be much more expandable
     in the future. NOTE: YOU WILL HAVE TO DELETE YOUR CYBER.CFG FILE -
     sorry.
  !  Cosmetic restructure of the transfer screen:
     Includes a progress bar, and lots of information now.
     and protocol selection:
     Internal and External protocols are separated into different
     windows. PgUp & PgDn control which window you are in.
  +  Added the new Async Professional communications units and protocols.
     9 out of 10 Internal Protocols are now supported: Zmodem, ZedZap,
     Xmodem, Xmodem1K, Xmodem1K-G, YModem, Ymodem-G, Kermit and ASCII
     (the missing protocol left to be added is CIS Quick B+).
  -  Removed the old async and protocol units.

Date: 10/16/94
--------------
  !  String Input routine (for fields) changed slightly to make editing a
     bit easier. When first editing a string, pressing anything but the
     home, end, arrow keys, delete, or insert will cause the string to be
     cleared.
  +  The Help Screen (Alt-Z) will now allow you to use any of the commands
     shown on the screen while inside that help screen - instead of having
     to exit then perform the function.
  !  Setting the CYBER environment variable is now an option - you can
     either do it, or don't.
  +  During Dialing 'NO CARRIER' & 'NO DIALTONE' are now detected and acted
     upon along with the usual 'BUSY'.

Date: 10/15/94
--------------
  !  I have dramatically increased memory in alot of areas. Cybercom will
     try to use as much of the 640k that you've got. This is especially
     noticeable during Non-swapped dos shells, and background transfers
     (ie. MORE MEMORY!) - Maximum number of dialing directory entries has
     been increased to 500!

Date: 10/13/94
--------------
  !  The last phonebook you were in was not being saved in the configuration
     file. This problem has been fixed.
  !  Various setup options were not being defaulted when the configuration
     file was created causing sometimes alot of crap in the fields.
  !  Heap memory was increased almost by 64k, so now the maximum number of
     dialing directory entries is 200 - Unfortunately this will mean that
     about 50-60k is lost when performing non-swapped shells. I could easily
     increase the maxmimum # of dialing directory entries well over 200 but
     as you can see that would take an even larger amount of memory away from
     the shells.

Date: 10/12/94
--------------
  +  When editing an external protocol the upload and download parameters
     are displayed in their converted form. For example if the current
     comport was 2 and the baudrate was 57600 then:
         instead of  : port {p} baudrate {b}
         it displays : port 2 baudrate 57600
     If you happen to press enter to edit the upload or download parms
     then it will be converted back to its original '{}' form.
  +  Additional help has been added when editing a phonebook entry, or
     external protocol at the bottom of the screen.
  !  All forms of phonebook importing were not intializing CyberCom's
     dialing prefixes & suffixes, not good. Fixed this, and also shortened
     up the importing/export window to fit the choices available.

Date: 10/10/94
--------------
  +  Added two more command line options:
       /? or ?       = Display help on the command line options
       /p:<filename> = Force <filename> as the start-up phonebook.

Date: 10/09/94
--------------
  !  Moved all textual screens to the overlay file, which in-turn freed
     up well over 64k of memory for the background dialing and non-swapping
     DOS shells.

Date: 10/05/94
--------------
  +  Added another setup group called: "User Preferences 1" which contains
     various toggles and configurable items so you can customize CyberCom
     to 'your' hearts content.

  !  The background dialing was not working correctly on some systems.
     I have fixed this problem by chaining the DOS Idle interrupt, as well
     as the timer and keyboard interrupts so the bg handling procedure gets
     as much of a chance to work as possible. Made a few cosmetic changes
     as well.

 Ŀ
  VERSION 0.04 UPDATES BELOW                                             
 

Date: 09/12/94
--------------
    CyberCom Version v0.04 Beta Released

  !  If you press escape while in the list of help index items, you will
     be returned to the previous help topic you were at before. Also, the
     help index doesn't automatically pop when you first enter.

Date: 09/11/94
--------------
  !  If the download path wasn't specified, you would get some serious
     problems later in CyberCom if you tried to use any external protocol
     (atleast when trying to download). CyberCom now checks to make sure
     it doesn't try to change to a blank directory :)
  +  Added two buttons [ENTER] & [ESC] on the Quick-ASCII Mouse chart.
  +  Added external protocol 'IceZmodem' as another pre-setup protocol.
  +  CyberCom from now on will automatically update your configuration &
     phonebook files (CYBER.CFG & *.PHO), if they are old versions.
  +  Dialing Prefix/Suffix strings has been added (You may have up-to 5
     Prefix and 3 Suffixes).

Date: 09/10/94
--------------
  !  Alot of CyberComs routines have been moved to an overlay file. Which
     will free up well over 100k for background dialing. Lemme know if you
     notice any speed loss in some areas. EMS will be used if present for
     the overlay. (The overlay is combined within the .EXE itself btw).

Date: 09/09/94
--------------
  +  Began implementing System Information (Alt-U), only a couple things
     are detected at this time (Video/Processor/Mouse/Smartdrv).
  +  Miscellaneous Options (Alt-M) added. Only has Send Inits at the moment.
  +  After connecting to a system that has been tagged for dialing it will
     be immediately untagged.

Date: 09/06/94
--------------
  +  Scrollback buffer implemented.

Date: 09/05/94
--------------
  !  When changing emulation modes (Alt-T), CyberCom will not clear the
     screen now. The last used emulation mode is also saved in the config
     so the next time you boot up cybercom it will be in that mode.
  !  Minutes Used should be reporting the correct time used, finally.
  +  CyberCom can now swap to EMS/XMS and Disk when shelling or executing
     external programs/protocols.

 Ŀ
  VERSION 0.03 UPDATES BELOW                                             
 

    CyberCom Version 0.03 Beta Released

  !  VGA Text Fonts remained active during shells. If the DEFAULT.FNT file
     is found in the font path, CyberCom will make an attempt to restore
     the default font beforehand.
  !  Whenever you select a VGA Text Font, the name of the file will be
     stored within CyberCom's configuration files, allowing you to
     automatically have a font startup if VGA Font is enabled in the
     Setup Options -> Screen, Window and Colors.

Date: 09/04/94
--------------
  +  As soon as a carrier is detected, CyberCom will _slide_ the CyberCom
     version off the statusbar and _slide_ the time used online onto it.
     When Cybercom detects the carrier has been dropped, it will state the
     time used online and then slide the original Cybercom version back
     onto the status bar.
  !  Time Used online wasn't been calculated correctly.
  +  File Finding & File attribute changing now implemented in the
     filemanager.
  +  Background dialing now shows countdown when waiting for a connect.
  !  Normally when you press Alt-S, choose an option and then exit, you
     would be returned to the terminal - instead you are returned to the
     Setup Options window again.
  !  External Downloads would sometimes end up in the wrong directory, this
     was due to the fact that CyberCom COULDN'T change to the download
     directory (for a number of reasons).
  +  Added Force InitStrings, Dialing Countdown and Dialing Delay (between
     numbers) to the setup options. Your old config file doesn't need to
     be deleted for these to take effect. Just make sure you go into the
     setup and define the values for them.
  !  Silly me! Auto-Downloading of external protocols would freeze the
     system up for sure. I wasn't unchaining the timer interrupt that
     handles background ansi music before shelling to the protocol. FIXED!
  !  Went through the entire source code replacing old screen writing, and
     color changing routines to the new faster one. The newer routines will
     always show the text (rather than once in a while getting a menu choice
     or window with no text in it, like the old one--sheesh).

 Ŀ
  VERSION 0.02 UPDATES BELOW                                             
 

Date: 09/03/94
--------------
    CyberCom Verson 0.02 eta Released

      *** Please delete your configuration files for version 0.01 ***
      *** Version 0.02's configuration files are different enough ***
      *** to cause problems.  You will most likely  never have to ***
      *** do this again- since there is room now for expansion.   ***

  !  Changed 'Change to UL/DL' in External protocol setup to two separate
     options: Change to UL, Change to DL. With Change to DL turned on,
     CyberCom will change to the download directory when downloading before
     executing the external protocol.
  !  Windowing routines are now faster and more reliable. Hopefully this
     gets rid of the problem with windows not showing up at times.
  !  String input routine fixed up to allow editing of special characters,
     not normally printable. Should be must faster now too.
  +  Added commandline option '/S' - which will allow you to enter the
     setup options immediately, then return you to dos afterwords.
     (Much like /F which is for the FileManager)
  +  Editor Path/Name and Viewer Path/Name now definable in the Setup
     Options -> Paths & Filenames.
  +  Jump to DOS, Rename (you may also rename directories), View, Edit and
     Directory Nuking (Deltree) added to filemanager.

Date: 09/02/94
--------------
  +  Untagging All/Tagging All & Make Directory work in the filemanager now.
  !  Various display anomolies fixed in the FileManager after files were
     moved, deleted and so forth.
  +  Last mouse button brings up a more detailed ASCII Character chart
     now. The alphabet, numbers and various other symbols were added.
  !  Change font (Alt-K) wasn't listing the very first font file it found.
  !  After changing fonts and exiting to dos the default system font
     wasn't being restored at all.
  !  Minutes used on a system wasn't being changed for dialing directory
     entries (in fact there was no code to do this at all <g>)
  +  Included a few fonts in FONTS.ARJ for use with the Change Font (Alt-K)
     feature (about 12 totally aprox. 50k)
  +  Added Auto-Downloading for external protocols.
  +  CyberCom can optionally make a FILES.LST file containing all the
     files that you wish to upload (created after you tag files). This
     feature is for external protocols that support a listfile.
  !  ANSI/ASCII Screen Image captures (Alt-I) now append if the files
     already exist, rather than rewriting.
  !  If a capture file was opened and you immedietly exited to DOS
     the capture file was left open resulting in the capture buffer
     to not be written entirely to disk.
  !  Being at the bottom of a file list and deleting tagged files in the
     FileManager revealed that they were not being untagged.
  !  After moving files in the FileManager the list of files wasn't being
     updated properly.
  +  Alt-O will now open (or close if one is already opened) a global
     capture file. If you wish to have separate capture files for each
     system in your dialing directory you still can.
  +  Added an Online/Offline indicator at the end of the status bar. When
     Online the 'online' will light up with the highlight fg color.
  -  Auto-Download with Zmodem has been temporarily removed for internal
     protocols. Please use an external protocol for the time being.
  !  When changing phonebooks in the dialing directory, previously it
     defaulted to 'Path\CYBER.PHO'- this has been fixed to reflect what the
     actual current phonebook is.
  !  Setup Options window shortened up a bit.
  !  Sometimes the cursor would remain hidden after exiting to dos. Never
     had this problem myself, but it should be fixed now.

 Ŀ
  VERSION 0.01 UPDATES BELOW                                             
 

Date: 09/01/94
--------------
    CyberCom Verson 0.01 eta Released


