04-12-92
--------
- Removed bug that would prevent program from operating if there were no
  Third Party Applications.  Since zero memory cannot be allocated for the 
  TPAs header (or anything else for that matter) the program would error exit.

  When I started developing this utility I decided to pick the worst case 
  scenerio; network environment, multiple TPAs, and greater then 40 conferences.
  The program worked as advertised within this development environment but when
  (later) I used it in a lesser environment (less then 40 conferences, 
  non-networked, no TPAs) the program sputtered and died.  

  FYI (For Your Info),
  For 90% of this programs development I programmed it using 50 conferences, 
  7 users (speed sake), and the following TPA data:
  ͻ
                             PCBoard System Manager                      
                     List Installed Third Party Applications             
  ĺ
    TPA: TEST1          Ver: 0    Static: 2    Dynamic: 2    Key:        
    TPA: TEST2          Ver: 0    Static: 2    Dynamic: 0    Key:        
    TPA: TEST3          Ver: 0    Static: 2    Dynamic: 1    Key:        
    TPA: TEST4          Ver: 0    Static: 2    Dynamic: 0    Key:        
    Press any key to continue...                                         
  ĺ
   02:40:08  04-12-92  F1  help  caps: OFF  num: OFF  inͼ


04-09-92
--------
- Added /MOVE command.  It behaves as an insert function moving conference 
  data left or right as applicable.

- Rewrote many of the algorithms to increase speed (i.e. memory allocation is 
  complied with only once outside of loop versus for each record/user)

- Removed user name during execution and replaced it with record number at 
  upper right hand corner of screen to increase speed.  


04-06-92
--------
- Added /TPA and /SWAP options to MOVECONF.EXE.


04-03-92
--------
- Removed ConfByteLen declaration from header file.  Previous versions 
  declared this variable when in fact it was already being declared 
  internally.  This should not have been a problem however it could have 
  caused bitmap pointers not to be copied properly.


03-30-92
--------
- Fixed bug that would not allow the program to work if you had less then 40 
  conferences selected.  When less then 40 conferences are available there are 
  no "last message read" pointers in the USERS.INF file (this caused a problem 
  since I developed the code in a 200+ conference environment).


