02/24/94
--------
  Changed - Previous versions of PCB-Net read in the MSGS file path
            location for each conference you had defined on your system
            and could cause an OUT OF MEMORY error.  This will speed
            things up dramatically and use less memory.

  Changed - Increase the UsersNdx buffer by 100 users for each .NDX
            file.  This should allow systems with bigger USERS file to
            operate faster.

  Changed - We linked in the TCXL Library.  This gave us some different
            screen designs and it also makes it possible so we can
            compile our OS/2 version without any problems.  Previous
            users running OS/2 had a pretty UGLY screen since the
            screen routines we were using previously only worked with
            the TopSpeed C compiler.

            You should note that if you are using OS/2, you should use
            the PCBNETO2.EXE instead of the PCBNET.EXE.

06/09/93
--------
  Fixed    - If a message header block was so big, PCB-Net would
             consider it a negative amount of blocks (opps)..  Simply
             changing to unsigned characters fixed this problem.

  Fixed    - The 20 second delay was actually 30 seconds.  Fixed it
             so it's only 20 seconds now.

  Enhanced - The program will now look for your PCBNET.KEY file in the
             SAME directory that your PCBNET.EXE is located.  Be sure
             you place this file in that directory so the program
             runs properly.   I've also modified the code so that it
             will check the current directory for the KEY file as well
             for backward compatibility.

05/22/93
--------
  Fixed    - Had a problem with the routine for KEY file.  Nothing
             serious, but I had one person whose KEY file wouldn't
             be recognized <arg>.

05/17/93
--------
  Enhanced - I no longer do a case sensitive compare on the name.  I
             thought I was doing this entire time, but I was wrong.

  Fixed    - If a message base contained no message, I would create a
             .IDX file.  This was wrong.

  I made some other change, but don't recall what it was.  I believe it
was something cosmetic that really didn't matter too much (nothing
serious).
