
+-------------------------+----------------------------------------------------
| Release Number          | What was modified/added/deleted
+------------------------------------------------------------------------------

    0.1			    Initial Release

    0.2			    New icon. 
			    Updated install instructions. 
		    	    Added author's full name and snail mail address.	
			    Changed to shar-style distribution.
			    Added this file.

    0.3			    Added validation checks to entry fields.
			    Added batch feature.
			    Fixed navigator bug with files that contain 
			    underscore.

    0.4			    Fixed bad field checking for phone numbers
			    and other fields. Any printable character
			    is ok now. 
			    Updated install instructions.
			    Updated Makefile. It still sucks.

    0.5		    	    Added ``#'' character for valid phone number.
			    Under protest, but intense pressure, added
			    "Return" binding to traverse entry widgets.
			    Fixed directory navigator, so ALL legal files
			    are selectable. 
			    Globbed filenames when selecting files to fax.
			    Added separate Makefile for FreeBSD. NOTE: I 
			    don't run FreeBSD, so don't blame me if it 
			    doesn't work!

    0.6 		             Changed to different style dialog entry box.
			    Fixed error generated when clicking left mouse
			    button over listbox.

    1.0		    	    Added .tkflexfaxrc file to set configuration	
			    of tkflexfax.
			    Converted to newer style pack command.
			    Re-configured "Scheduling Section" so its
			    more intuitive (hopefully).
			    Updated man page.
			    I took out the "Return" binding to traverse
			    entry widgets. I didn't like it because
			    a <CR> in the text widget WOULD NOT create
			    a new line. If you want this feature, uncomment
			    the appropriate lines in the setEntryTraversal.t
			    file.
			    Fixed up Makefile. Removed system-specific
			    Makefiles.
			    General code clean-up.
			    This was a bad release.

    1.1			    Changed comments field to use a text widget.
			    Put <CR> traversal back in. 
			    Updated man page.
			    Easier installation.
			    Added new feature to preview cover page.
			    MAJOR CHANGES: NEW LOOK. CLEANED UP SOME CODE.
			    SEE MAN PAGE FOR DETAILS.

    1.2			    Fixed bug where invalid entries would cause
			    pop up dialogs ad nauseum.
			    Added search feature for fax numbers database.
			    Added corresponding documentation.
			    Added quick access buttons to bottom of main 
			    window.
			    Added automatic editing of paths in tkflexfax for
			    easier installation. This was supposed to be in 
			    1.1.  Support for 8-bit latin-1 characters.

    1.3			    Added support for monochrome monitors.
			    Made comment line and phone field length
			    configurable.
			    Updated man page.
			    ``Send'' button now looks at batches AND cover
			    sheet.
			    Several cosmetic fixes.

    1.4			    Fixed Makefile bugs. First time installation 
    			    failed.
			    Fixed bug where certain phone number string would
			    cause a tcl stack trace.
			    Fixed bug where batch and cover sheet 
			    destinations
			    were faxed if both were defined.
			    Added feature to send cover sheets only.

    2.0			    Ported application to tk4.0
			    Added better name resolution for the "from"
			    field on the cover page.
			    Added selections for multiple cover pages.

    2.1			    Added a trace function to the textvariable for
			    the cover page entry widgets. Unreleased!!!

    3.0beta	             Where to start. Rewrote entire application!
			    The code was so hidiously ugly I decided to
			    do it right. I based a little of my software 
			    architecture on Brent Welch's exmh. However,
			    I added much of my own style and taste. I hope
			    you like it. Obviously there is a new look to it
			    too. No more popup menus (I started to hate 
			    those) and a cleaner interface. Things shouldn't
			    break now. People have been complaining about
			    the directory browser not following symbolic
			    links, but I can't reproduce that problem. If
			    someone else can let me know and I'll fix the 
			    code. Tkhylafax now supports X resource database
			    preferences! Cool! You are free to add to the
			    resource file (after tkhylafax makes one of 
			    course) to modify the look of tkhylafax. Finally,
			    I now allow strings of any length in all entry
			    widgets. 

    3.0			    Bug fixes only. Changed order of sendfax 
			    arguments so the resolution will not be ignored.
			    Other arguments were also being ignored, but I
			    guess I just couldn't detect this. Thanks to one
			    of my many users for that one. I also fixed the
			    directory browser, since it broke when a focus
			    out event occured on the current directory entry
			    widget. NOTE TO DISTRIBUTORS: If you package my
			    software for use in your product, please send me
			    a copy of the distribution CD. I don't care if
			    you redistribute it, but I like to keep track of
			    who, and how my code is being shipped. Thanks!

    3.1			    Glenn Burkhardt sent four bug fixes. I agreed 
			    with them all. Here they are:
			    1. Added a system-wide default resources file.
			    2. Allowed users to put special characters ["'$\]
			       into comments, company names, etc.
			    3. Fixed the coversheet selection problem; the 
			       user's selection of coversheet was ignored.
			    4. Improved the generation of 'tkhylafax' main 
			       routine; picked up the defined location of the
			       'wish' program; used a less volatile technique
			       for generating the file.

    3.2alpha                   Made a cleaner "look and feel" for the scheduling
			    section of the main window, added auto-repeat for
			    transmit delay field. 

			    Added a new option "-file" to allow command line
			    start with a filename. User may specify their
			    postscript viewer.

