================
Changes in 2.0b5
================

31JUL97

o  Fixed tkeditpr to handle categories longer than 16 characters.

30JUL97

   All of the following fixes were provided by Jonathan I. Kamens:

o  Don't delete the VERSION file in the "clean" rule, since it's part
   of the distribution and therefore shouldn't be deleted when the
   user just wants to remove derived objects.

o  Support the "Keywords" PR field with the new configuration option
   TkGnats(ReleaseBased) is true.

o  Rename default_sort to default_sort.old when renaming ~/TkGnats to
   ~/.tkgnats, since the old format of default_sort isn't compatible
   with the new one.

o  Put back the functionality for doing a query from the current X
   selection, using a "Query Selection" item on the "Query" menu, and
   augment it by allowing the selection to contain multiple PR numbers
   rather than just one.

o  Don't truncate search patterns when doing queries.

o  When doing queries, don't fail if a field we're querying doesn't
   actually exist in the queried PR.  This is necessary because not
   all fields are present in all PRs.

o  Added TkGnats(MsMacroSet) to tkgnats.config. This sets the
   name of the macros for groff, typically "-ms" or "-mgs".

29JUL97

o  Added Category to subject line of email sent from tkeditpr.

14JUL97

o  Fixed bug in tkeditpr where it would incorrectly form
   the subject line when clicking "Send Email...". It
   used "Re: nnn:" instead of "Re: category/nnn:".

o  Added an "About" item to all of the Help menus to show
   the TkGnats version number.

11JUL97

o  Improved TkGnats(LogName) determination throughout.

08JUL97

o  Replaced several physical temporary files with internal
   Tcl variables in tkeditpr.

06JUL97

o  Replaced internal Tcl code with calls to query-pr for the
   new gnats-3.102 options --synopsis and --release. REGEXP
   searches are now always done by query-pr and work properly.
   The regexp's are passed directly to query-pr and do not
   require quoting. For example, this is OK in the Synopsis
   field: this error|that error

   TkGnats now requires at least gnats-3.102.

04JUL97

o  Added synopsys to the Subject line of created bug reports.
   Nobody usually sees this anyway, since GNATS does this too.
o  Changed the default for TkGnats(TextWrap) in tkgnats.config
   from "none" to "word".
o  Added TkGnats(delete_authorized_groups), TkGnats(GNATS_USER) and 
   TkGnats(delete_authorized_users) to tkgnats.config. These turn
   on a new "Delete PERMANENTLY" option in the Actions menu of the
   Query dialog.  Since GNATS_ROOT/gnats-adm/index and the PR files
   are usually writable only by the GNATS_USER, GNATS_USER is the 
   default for TkGnats(delete_authorized_users).


================
Changes in 2.0b4
================

06MAY97

o  Tweaked Makefile again to work on Solaris, IRIX64 and Linux.
o  Fixed chmod in Makefile.
o  Added missing help for Last-Modified.
o  Removed call to old workingMsg (busy symbol) in synopsis_summary.
o  Removed "exec date" in synopsis_summary.
o  Renamed tkgnats.cf.t to tkgnats.config.


04MAY97

o  Updated manpages and added them to Makefile install/uninstall.
o  Renamed sortDialog.tcl to tkprsort.tcl.
o  Renamed reports.tcl to tkprprint.tcl.
o  Fixed valid filename checking when saving and renaming queries
   and sorts.
o  Added TO-DO list.


03MAY97

o  Makefile improvements.
o  Added the GNU COPYING file for copyright.
o  Removed "exec date" in favour of built-in Tcl "clock" command.
o  Removed "exec rm/mv/cp" in favour of built-in Tcl "file" commands.
o  Removed "exec cat" in favour of built-in open/read/close commnads.
o  Removed "exec grep" and "exec sed" in favour of built-in commnads.


01MAY97

o  Makefile improvements.
o  Removed all old files that were no longer used.
o  Updated README and FILES.
o  Converted tkeditpr from sh script to tcl.
o  Combined tkeditpr and tkeditpr.tcl. Deleted tkeditpr.tcl.
o  Got rid of msgDialog. Use tk_dialog instead.
o  Got rid of the "busy" symbol on the status line in tkquerypr.


================
Changes in 2.0b3
================

24APR97

o  Reworked email handling to support these email address formats:

    # 01: "Rick Macdonald" <rickm@vsl.com> and Rick Macdonald <rickm@vsl.com>
    # 02: rickm@vsl.com (Rick Macdonald)
    # 03: rickm@vsl.com

o  Added TkGnats Documentation button to the TkGnats main menu.
   It currently only describes the flow of email.


23APR97

o  Originator field changed back to be just the real name of the actual
   submitter. It's no longer used as an email address.
o  Added Reply-To field to Create, View and Edit windows. This is a
   comma-separated list of email addresses and should include the
   Originator's email address. This was to maintain compatibility with
   other gnats front-ends (emacs, www).
o  Send Email can toggle off individuals fom the Reply-To field.
o  Send Email can now toggle off GNATS_ADDR (eg bugs) if desired.

================
Changes in 2.0b2
================

15MAY97

o  User rc dir changed from ~/TkGnats to ~/.tkgnatsrc. 
   Previous dir, if any, will get renamed.

o  Other changes, but I wasn't keeping track yet.

==============
Changes in 2.0
==============

o  Complete overhaul of TkGnats interface.
o  This was the first TkGnats that I sent out. It got onto the 
   Debian 1.3 release. It should have been numbered 2.0b1.
