CHANGES 	 - Update history.

CONFIG-server.tkgnatsrc
CONFIG-single-user.ini
CONFIG-site.tkgnatsrc
CONFIG-user.ini  - These are sample configuration files for Windows 95/NT,
                   but can be used for UNIX installations as well.

CONFIG-servers   - Example servers file.

COPYING          - GNU GENERAL PUBLIC LICENSE, Version 2
FILES		 - This file.
Makefile	 - Make file to build and install tkgnats on UNIX systems.
		   Note: it needs 'which' and 'sed' to work right.

README.config    - Installation and configuration notes.
README.first   	 - General TkGnats information.
README.unix      - UNIX specific notes.
README.windows   - Windows 95/NT specific notes.

TECHNOTES	 - I made this list for myself to help sort out design and 
		   configuration issues.
TO-DO		 - To Do list of things that might get done someday.
VERSION      	 - Holds the version number and date when this release was made.
		   This gets put into the menu items Help/About.

WIN-tkgnats.tcl  - This is the file that is executed by the Windows Shortcut.

print/*          - Some print formaters used in the 'Print' menu of 
                   tkquerypr.
query/*          - Some saved query settings used in the 'Query' menu of
                   tkquerypr.
sort/*           - Some saved sort settings used in the 'Sort' menu of
                   tkquerypr. 

tkeditpr	 - Tk version of edit-pr, called from tkquerypr.
tkeditpr.xbm	 - tkeditpr's icon.

tkgnats		 - tkgnats main menu. Calls tkquerypr.
tkgnats.1	 - Man page for tkviewpr.
tkgnats.config	 - Site dependent configuration.
tkgnats.doc      - A tkgnats document accessible from the main menu.
tkgnats.xbm	 - An icon for the tkgnats script.

tkprdatesel.tcl  - Tcl/Tk code for the date selector dialog.
tkpr_library.tcl - Tcl procs shared by all of the tkgnats scripts.
tkprfolder.tcl   - Tk code to handle saved queries and sorts.
		   Used by tkquerypr.
tkprfont.tcl     - A font selector for the Edit/Fonts menus.
tkprhelp.tcl     - Help file for the Help menus.
tkprprint.tcl	 - Where most of the printed report formatting is done.
		   Used by tkquerypr.
tkprsort.tcl	 - A tk script to select the sort order for the Query listbox.
		   Used by tkquerypr.

tkquerypr	 - Submit, query, view, print and edit bug reports.
tkquerypr.xbm	 - tkquerypr's icon.

tksendpr	 - Create and send new problem reports. Called by tkquerypr.
tksendpr.xbm	 - tksendpr's icon.

tkviewpr	 - Tk problem report viewer.
