------------------------  version 19981124 released  ------------------------
1998-11-24  Eric Melski  <jmelski@cs.wisc.edu>

	* Moved most of the site config options into tkreqrc; now you have
	to edit tkreq itself less to get it to work -- just change the
	line near the top which sets the location of your site tkreqrc!

1998-11-09  Eric Melski  <jmelski@cs.wisc.edu>

	* Fixed a small bug in the change user... dialog which prevented
	it from being properly displayed

1998-10-30  Eric Melski  <jmelski@cs.wisc.edu>

	* Put the reqtail stuff in its own frame, in anticipation of a new
	feature which will enable the user to selectively turn on or off
	parts of the display

	* Switched from the grid to pack geometry manager for
	the top pane of the main window.

1998-10-29  Eric Melski  <jmelski@cs.wisc.edu>

	* Added new word wrapping code which properly wraps words in the
	mail editor (ie, it puts in hard returns at the end of the wrapped
	lines).

	* Changed the "Subject..." option on the Action menu to "Change
	subject..."

	* Added a "Change user..." option to the Action menu

	* Reordered Action menu picks a bit so that more common picks are
	nearer the top

	* Removed accelerator keys for Action menu because it was too much
	trouble to keep track of them all

	* Replaced the few remaining cryptic window pathnames with
	meaningful, human-readable pathnames (ie, lstReqs instead of
	listbox1)

	* Changed a few dialog box labels so they would be more
	understandable

	* Fixed update header to use wide output format from q (note:
	wide output format is a hack to q that was made locally and is not
	part of the standard package.  If people want it, please let me
	know and I will post a diff or something for it)

1998-10-28  Eric Melski  <jmelski@cs.wisc.edu>

	* Reformatted code so that as much of it as possible was either 80
	chars wide or was hand-wrapped

1998-10-23  Eric Melski  <jmelski@cs.wisc.edu>

	* Added "Show Req..." command to "File" menu.  This displays a
	dialog which allows you explicitly specify a req number to show.

	* Extended the reqno reqexp (in tkreqrc) to also highlight "merged
	into ...", so that when you view a merged req, you can then just
	hit the "merged into ..." stuff and view the req into which it was
	merged

	* New feature:  when composing mail messages, you can hit "Ctrl-Y"
	to insert the text highlighted in the req text display.  This
	inserted text will be "commented," so each line will be preceeded
	by a ">"

1998-10-16  Eric Melski  <jmelski@cs.wisc.edu>

	* Fixed FAQ list (for Insert FAQ... in the mail window) so that it
	is dictionary sorted instead of pseudo-random

	* Added ChangeLog
	
1998-09-29  Eric Melski  <jmelski@cs.wisc.edu>

	* Added code to update req list after resolving a req

1998-09-28  Eric Melski  <jmelski@cs.wisc.edu>

	* Cleaned up reqtail code, such that it handles EOF more
	gracefully now, and really really disables the reqtail when you
	disable it

------------------------  version 19980921 released  ------------------------
1998-09-21  Eric Melski  <jmelski@cs.wisc.edu>

	* Fixed bug with inserting text file into mail editing window
 	(focus was not properly set due to an invalid variable reference)

	* Added tab completion on staff member names for "Give To..."
 	dialog and other similar dialogs 

	* Fixed selection in req list/req tail such that when you select a
 	line in one the selection is cleared in the other

	* New feature: if you have highlighted text in the reqtext display
 	and then you mail or comment the req, the highlighted text will be
 	inserted into the mail editing window with a "> " preceeding it

	* Added symbolic name for req tail display (reqTail)

	* Added reqno tag, to highlight req numbers in reqText, and to
 	display those reqs when the number is clicked (in tkreqrc)

	* Added CONF(reply-to); if this variable is set, mail sent from
 	TkReq v8.0 will include a "Reply To: " line, with the reply-to
 	address set to the value of CONF(reply-to)

	* Added CONF(sig-file); if this variable is set, the contents of
 	the file pointed to by CONF(sig-file) will be appended to the end
 	of mail sent from TkReq v8.0

	* Added CONF(SMTP-server); when running on Windows NT, this
 	variable indicates the hostname of the SMTP server to use to send
 	email

	* Added OS checking code around the default set for the
 	CONF(enableReqTail) variable because of problems the req tail
 	feature was causing on NT.  The default on NT is now for this
 	feature to be disabled.

------------------------  version 19980822 released  ------------------------

1998-08-22  Eric Melski  <jmelski@cs.wisc.edu>

	* Fixed bug with printing reqs that caused TkReq v8.0 to not know
 	the default print command

------------------------  version 19980821 released  ------------------------

1998-08-21  Eric Melski  <jmelski@cs.wisc.edu>

	* Fixed set tkreq_version bug (improper quoting)

	* Fixed insert faq bug (missing global definition)

------------------------  version 19980820 released  ------------------------

1998-01-01 to 1998-08-20  Eric Melski  <jmelski@cs.wisc.edu>

	* Made compatible with Tcl/Tk 8.0

	* Made main window a "paned window"

	* Added support for a site tkreqrc and personal .tkreqrc files

	* Added support for user defined tags and associated commands to
 	be added to the req display, allowing for things like URL
 	highlighting

	* Fixed pop-up menu support

	* Fixed cut-and-paste support

	* Eliminated dependance on XF

	* Eliminated extraneous code (4061 lines of code in the original,
 	1844 in TkReq v8.0)

	* Added support for sorting the req list by various keys
	
	* Added support for printing reqs
	
	* Added support for reqglimpse
	
	* Added support for reqtail
	
	* Added support for more req actions, and made it easy to add more
	
	* Made partially compatible with Windows NT (can view reqs and
 	send mail, but cannot perform req actions); this is dependant on a
 	slightly modified version of q.
	
	* Added keyboard bindings for common commands
	
	* Made extended selection work on the req list (you can select
 	multiple reqs and perform the same action on them all)
	
	* Renamed most widgets to human-readable names (.txtMail instead
 	of .text10)
	
	* Changed program name to TkReq v8.0 to distinguish it from TkReq
 	and to signify Tcl/Tk 8.0 compatibility; started date-based
 	versioning.

---------------  version 1.10.x released  (by Robert Leslie) -----------------
