===================================================== UPDATES =========
===
=== As of the release of version 3.00, I have started keeping an 
=== UPDATES file. This will contain a status log of all the progress
=== I am doing on the script. Hopefully, I will stay true to this 
=== idea and keep it updated, along with the script. :)
=== 
=== Note: All commands are listed by the public default command but 
===       the fixes are for all types (pub, msg, dcc).
===
===================================================== UPDATES =========

----
Friday August 23rd, 2002 - Quote TCL Version 3.52 Progress & Release
----
- !addquote now strips all color, bold, underline, and reverse from the
	line.
- Fixed the stupid bugs I left in with !quote and !addquote
- Put a few procedures (strip* procs) from mc.moretools1.2.tcl into the
	script for ease of use & installation. 

----
Wednesday August 7th, 2002 - Quote TCL Version 3.51 Progress & Release
----

- !lastquote displays the number now.
- !findquote bug squashed, no longer will people be able to access your
	shell.
- Added a preliminary backup feature. When quotes are added, a copy of 
	the quote storage file is generated. On .quotemerge (default 
	access is +Q or +m globally), the backup copy will overwrite 
	the normal storage file. Its kind of cheap, but at least those
	annoying people who like to delete bad quotes of themselves
	can be countered with a restoration of a quote file untouched
	by !delquote :)

----
Thursday May 9th, 2002 - Quote TCL Version 3.50 Progress
----

- Fixed the problems with !delquote and !lastquote
- Broke searching trying to create an error message (hard to do with 
	exec, at least to me) but reverted back to previous proc. Will
	return a "TCL error [qot_src]: child process exited abnormally"
	error if a quote is not found. 
- !quote <num> added.
- Minor cosmetics. 

----
Sunday April 28th, 2002 - Quote TCL Version 3.50 Progress
----

- Reorganized the entire script, and divided the code into three different
	sections: PUBLIC COMMAND PROCEDURES, MESSAGE COMMAND PROCEDURES,
	and DCC COMMAND PROCEDURES. I also tried to tidy up the procs a 
	little bit so they look nicer. 
- Fixed all the little bugs and annoyances in the message procs.
- Fixed all the little bugs and annoyances in the DCC procs.
- Added !quotehelp (sends the user quote_help.txt, a help file I created
	for first time users). 
- Wrote a README file which contains script information, installtion 
	instructions, and contact information.
- Created a nice looking header type thing for the script that looks
	pretty. :P
- Fixed !delquote, now it no longer requires "num" to be specified.
- Came up with many new ideas, and started working on them. :)

----
Friday April 26th, 2002 Quote TCL Version 3.00 Release & Progress
----

- Completed work on the search procedure, now fully functional and can 
	handle multiple requests (hopefully). The wait is finally over!
- Added !getscript (requests the script package).
- Added !getquotes (requests the script's storage file).
- Added !quoteversion (displays version & author information).
- Added !quotestats (displays total quotes and file size).
- Fixed !lastquote, which was a cheap hack that got reset after a .rehash
	or .restart. Now it reads the last line directly (Slower, but
	actually works all the time). 
- Fixed old bugs/annoyances.
- Got really tired staying up all night working on this and left lots of new
	bugs in the script. Don't use 3.00, upgrade to 3.50 immediately!
