Changes from version 1.11 --> 1.12
----------------------------------
1. Although the checks for the configs were in place it was still
   possible to point tkmasqdialer at an unused port and it would
   blindly attempt to open and talk to the socket . So further
   catches are now in place to ensure no stack dumps occur even
   if the mserver is not started . 
2. Added in the 'state' variable on buttons to control wether they 
   are disabled or normal . Usefull when a server cannot be found .
3. Added update to the Set_text routine to ensure that text updates 
   occur as the events from the mserver are processed . 
4. More bug stomping . The dialer has been tested against various failure
   situations including buggy connect scripts with safer error messages
   and cleaning up the buffers when errors occur . This should be
   somewhat stronger than previous version but still has a ways to
   go with much testing needed on different platforms .
   
Changes from version 1.10 --> 1.11
----------------------------------
1. The quiet update . No announcement was made for version 1.11
   however after a bug report , ( thanx brian ) I noted that I 
   had left a debugging line in the code that was used before 
   the config utility was written . Changes include more sanity
   checks on the users config . 

Changes from version 1.04 --> 1.10
----------------------------------
1. The rewrite . Tkmasqdialer has been redone from the ground up 
   to clean up the code , stabilize its actions and generally 
   make it easier to work on . some of the features of the original 
   masqdialer have been forgone in favour of getting the networking
   code nailed down . Some of the improvements include no more
   telnet zombies , no dependence on expectk , no more 'invalid spawn
   id's ' and inclusion of the username and password additions .

Changes from version 1.03
-------------------------
1. Changed maintainer for Tkmasqdialer . B.J.Goodwin asked me ( Michael Voase )
   to look after it since he doesnt have time . Im not real crash hot with
   expectk , however BJ has done most of the hard work on tkmasqdial so
   there isnt that much for me to do except patch and fix-up
 
2. Set tkmasqdialer to send the username and password on dialup and 
   disconnect . Also added in some recommendations from BJ in relation
   to x'ing out the password on entry and chmod'ing the config file
   for stricter permissions .    
     
3. Updated to work with version 0.12 protocol of mserver . Added passwords
   and usernames . Had a storm blackout me ISP so I spent the evening dialing
   up an engaged line . Reworked the dial connect sequence to handle engaged
   signals a bit better and employed a fall through exit for the block . 
   Gotta watch out for race condintions which seems to dog Tkmasqdialer.

Changes from version 1.02
--------------------------
1. Updated to work with Charles P. Wrights C-Masqdialer daemon version 0.0.8 or
   later. Note: This will break compatibility with the PERL server.

Changes from version 1.01
--------------------------
1. Various bug fixes. I'm trying to make it as compatable as I can with all
   window managers. Please let me know if your having problems so I can try
   and fix them. Thanks.


Changes from version 1.00
--------------------------
1. Changed the method of getting a service list. Uses 'lsearch/lreplace' rather
   than regexp. Seems cleaner, although it might not be. :)
2. Fortune wont display multi-line fortunes anymore. Damn that was annoying. :)


Changes from version 0.99
--------------------------
1. Version 1.00 released! "And there was much rejoicing. Hurrrrray." :)
2. Replaced the service listbox with an option menu. It's easier to navigate
   and quicker to select a service.
3. Fixed a problem when looking for 'fortune'. Now fortune has to be somewhere
   in your PATH environment variable. Make sense eh? :)
4. Bagging the custom sound player for now. Let me know if you would like to
   see it included.
5. More error checking.
6. Better configuration handling for first time users.


Changes from version 0.98
--------------------------
1. When connected, a random fortune will be displayed in the status help bar,
   only if you have the program 'fortune' installed though.
2. Decided to bag the debugging idea (for now anyway). Let me know if you
   really want it.
3. Sound support added. You need the '/dev/audio' device for it to work. It
   uses 'cat' to output the RAW audio file. So 'cat filename > /dev/audio' is
   the command line. I dont know much about audio file formats except that the
   file needs to be RAW (.au extension) and .wav etc wont sound that great. :)
   Maybe I'll add a option to use a custom sound player (?).
4. The status help text over the 'Hangup' button didn't show what it was
   supposed to without a recycle.


Changes from version 0.97
--------------------------
1. Now detects if a connection drops. I forgot to add it back in after the
   rewrite of the previous version, sorry about that. You can specify how
   often to check the connection to see if the service drops in the
   configuration dialog. The ammount must be in seconds.
2. The titlebar now shows if your connected or not.
3. Some better error checking.


Changes from version 0.96
--------------------------
1. Lots and lots of stuff. The whole thing was pretty much re-written. New
   features include statusbar help, baud rate label, no need for a
   configuration file when run for first time, better service listbox handling,
   lots of GUI improvements (I hope ;>), and some other stuff I cant remember
   I'm sure. 


Changes from version 0.95
--------------------------
1. Worked on the service listing, it was messing up and may still. Please let
   me know if you have any problems, it still needs work.
2. It was looking for SUCCESS when a link was up, should look for anything now.
3. If you got an error message, it looked weird. Got rid of the needless
   newline.


Changes from version 0.94
--------------------------
1. Made a logo. woohoo!
2. Detects if a service drops.
3. Ever so slight visual improvements.


Changes from version 0.93
--------------------------
1. A list of services is now automatically generated, so there is no need to
   have the service line in your .tkmasqdialer file.
2. Now displays the duration of a connection.


Changes from version 0.92
--------------------------
1. Added web page to the About box.
2. Quit now saves window position.


Changes from version 0.91
--------------------------
1. Better error checking.
2. Refresh button works (somewhat).
3. Changed 'Last Error' to 'Last Message'.
