1998-08-20:
	- which 0.03 released
		-- fixed wildcard support. 'which comm*' finds all files
		   beginning with "comm" that end with executable extensions.
		   Specifying 'which comm*.*' finds ALL files beginning with
		   "comm". Both '*' and '?' wildcards supported. For an
		   insanely fast dump of all files in your PATH, try this:
			which -a *.* >>which.out
		   I think the wildcard support is really nice now...
		-- some small corrections to the man page
1998-08-14:
	- which 0.02 (no changes to executable)
		-- renamed HISTORY.TXT to NEWS to conform with FreeDOS
		   coding guidelines
		-- Changes to WHICH.HLP (help file):
			--- BUGS: Wildcards are only partially handled. This
			    should either be fixed or support should be
                            completely removed. Different implementations of
                            which that I've used are inconsistent in this
			    regard, so I'm not sure what I'll do. Any 
			    preferences one way or the other? For details, see
			    the man page.
			--- Oops. Deleted the Pascal comment markers from the
			    help file.
			--- Deleted the TODO section (regarding implementation
			    of filename validity checking). I've decided not
			    to implement this as success/failure exit status
			    values are not affected either way. IOW, you're
			    responsible for your own typing. ;-)
			--- Added AUTHOR section.
			--- Made a small correction to option references in
			    the DESCRIPTION section.
		-- Changes to WHICH.PAS (source code):
			--- Synchronized man page section with help file.
1998-08-12:
	- which 0.02 released
		-- added /? (help), /v (version), and /a (all) options for
                   better compatibility with other FreeDOS commands (common
                   look and feel); UNIX-like options left as is for the geeks
                   in the crowd
		-- changed display of executables in current directory;
		   now shows .\<filename> instead of just <filename>
                -- updated WHICH.HLP file to reflect new options
                -- moved contact information from help info to version info
                   for less clutter
                -- help info is somewhat more terse now, but should still be
                   helpful ;-)
                -- added HISTORY.TXT to package so everybody knows what
                   changes I've made and can follow the development cycle
1998-08-08:
	- which 0.01a released
		-- recompiled WHICH.EXE with default TP7 compiler switches
		   so that executable runs a bit faster and no longer
		   requires 286-or-higher CPU's and FPU
1998-08-08:
	- which 0.01 released
