Changes File for winMClient
----------------------------
Contact: millard@buffnet.net
Homepage: http://www.buffnet.net/~millard/winmclient.html
------------------------------------------------------------
NOTE: Please See the COPYING.TXT for license issues.
This application is distributed under the GNU Public License
------------------------------------------------------------
Build 1.0.0.56 (Oct 13, 1999)
1. Fixed the in-active tray popup menus.
2. Fixed password-spy using /debug problem.
3. Changed the default port to 224


Build 1.0.0.55 (Sept 30, 1999)
1. Changed the way we check to see if the server
text is an IP address or a machine name. This 
looks like it was the cause of several hang-ups
when winMClient started.


Build 1.0.0.53 (Jul 29, 1999)
1. Significant changes to the GUI... removed the 
config stuff to the config pages. Also 
alterted the config page to look better.
Added captions to buttons for better usability.

2. Added code to remember the connection (which one).

3. Added code to allow FULL minimized operation. 
You can select whether the client is restored
during DIAL operations.

4. Added some code so you can now enter EITHER
IP address (192.168.1.1) _OR_ a qualified
host name. NOTE if your client cant resolve
the host name you enter, you may have some problems.
Check this first by trying "ping foo.bar.com" from
a command line.


===============================================
Build 1.0.0.44 (Jul 8, 1999)
1. Fixed problem with port not being read correctly
from the registry and INI files


===============================================
Build 1.0.0.42 (Jun 25, 1999)
1. The attempt to fix the IP host issue was not working
correctly. Changed this back. This has to do with
the way Windows resolves host names. (ick).

2. Added better error handling for the LINFO command.

===============================================
Build 1.0.0.39 (Jun 24, 1999) 
1. Fixed problem w/ ICON resource not found after killing
the connection.

2. Add support for tons of command line options:
/file foobar.ini - use config settings in foobar.ini
/nolog	- don't log for this session
/server foo.bar.com - use server foo.bar.com
/port 223 - use port 223 
/debug - show the debug tab

3. Fixed problem when specifying an IP number for the
server host.


===============================================
Build 1.0.0.38 - 
1. Fixed log problem. Was not truncating the
old file correctly. Also was showing an error during
initial startup when the log was not present.

===============================================
Build 1.0.0.36 
1. The "AutoDial First connection" now works
and fires when the client establishes a connection
with the server.

2. Added "Connect" and "Disconnect" menu items to the 
tray icon popup menus. Also fixed some GUI 
inconsistancies when the server dies. The client
now refreshes correctly.

3. Added a new preference for disconnecting from
the server when the user kills a connection.
	
4.Added a log facility (winmclient.log). The log
should not grow larger than 100Kb. 

===============================================
Build 1.0.0.33 - 
1. Changed the setup for the registry keys. 
We are now using LOCAL_MACHINE subkeys to store
the server and port info, but use CURRENT_USER
to store "personal" prefs (screen position, 
username, password, etc..) Also change the way
passwords are stored (they now use a lightweight
encryption scheme).

===============================================
Build 1.0.0.28 - 
1. Added support for locking. Now the client
checks for locks when starting up and enabled/disables
the appropriate menu items and buttons.

2.Also added a lot of error handling issues, whent the
server sends out error messages to the client. We now
display these as message dlg boxes to the user using
the appropriate GUI.


===============================================
Build 1.0.0.27 - 
1. Fixed many bugs including the Authentication issue.
The client was not sending out the password automatically
and continuing w/ the startup procedure

===============================================
Build 1.0.0.22 -  Initial Release to public