Fire Client Version Info

10/19/99- v1.49 BETA
	- Added help system...call with /help  (which added /impreference, and /commandreference)
	- Added aliases (they call recursively...watch for infinite loops)
	- Macros for F-Keys and Numpad all set up and customizable!!!
	- Added add feature to mud list keeper
	- Added support for remote music download / local cache
	- Added support for remote image download / local cache
		- Images can be URL's in " " 's
	- Syntax for audio is now <AUDIO FILE=File Name>  <- note, no type required
		- File Name can also be a URL in " " 's
	- Added support for CD audio...(use <AUDIO FILE="cd drive:\track.cda"> to play CD's)
	- Debugged more of scrolling
	- Added customizable command history
	- Removed history beep
	- Added advertisement bar
	- Fixed the "nasty ANSI" bug so that data caused ANSI errors only display incorrect colors, not
		random ANSI characters
	- Fixed shifty scrolling characters (i.e. scrolling now perfect in all modes)
	- Added menu options to more easily demonstrate IMP
	- Added /image "filename" to allow image insertion into window
	- Added /audio "filename" to allow music playback
	- Added /new host:connection to allow new windows for connections
	- Added /msg "themsg" to allow popup messages
	- Added <RUN FILE= or PATH= > to shell to another program
	- Added /run filename to do the same in an alias

8/4/99	- v1.40 BETA
	- Debugged scrolling when many images/fonts used
	- Added automatic scroll lock (using scroll lock key and arrows/page UP or DOWN)
	- Added first, true, speedy version of IMP
	- Added IMP commands...
		<WINDOW
			TITLE="somecaption"
			SIZE=MAX|MIN>   (to maximize or minimize)
		<STATUS
			INIT=a prefix for the INP value (i.e. INIT="tell fire " INP="How old are you?")
				(when INIT=CLOSE it prompts to close window)
			INP=inputs a value and sends to server with INIT prefixed "tell fire 22" >
		<AUDIO
			TYPE=Wave or MIDI
			FILE=File Name >   <- both are required for audio to play
	- Added commands...
		/STOPAUDIO
		/CLOSE
		/DISCONNECT
		/RECONNECT
		/CONNECT
		/SETTINGS
	- Revised Auto-IMP detection
	- Rewrote receive data procedure to make it more compatible, customizable, and faster!
	- Added a script interpreter to run startup scripts
	- Added option for amount of lines received before an update (really speeds up the 
		client when set to 4 and now works along with the IMP processor)
	- Added option for clipboard buffering (turn off to speed up client)
	- Fixed bug with closing/minimizing windows
	- Speedier ANSI support without crashing
	
2/25/99 - v1.37 BETA
	- Changed scrolling method so it's similar to IRC
	- Fixed IMP reader to permit multiword parameters...
		i.e. <FONT FACE="Comic Sans MS"> now works
	- Add IMP commands...
		<CLEARSTATUS> or <CS>
		<STATUS
			MSG=somemessage for the status window
			BOX=some popup message for a textbox  >
		<CENTER> or <C>  and </CENTER> or </C>
	- Added ANSI support (foreground colors)
	- Debugged more of connection algorithm

2/22/99 - v1.35 BETA
	- Added toolbar
	- Added IMP option to connect dialog
	- Restructured the connection class
	- New logos, images, and colors (always a plus)
	- Revised connection algorithm
	- Incorporated new IMP-detection system
	- Added IMP auto-detect trigger (works with Fire Server 1.13+)	
	- Fixed some focusing problems
	- Added tooltip to connection
	- Added commands:

		/IMP ON (or just /IMP to turn it off)
		/DEMO   <- to do the IMP demo when a connection is open

	- Created TAG reading code to work on multi-part tags
	- Added IMP support:

		<IMG 
			SRC="localpath"
			ALT="nameforimage"	>
		<BOLD>
		</BOLD>
		<ITALIC>
		</ITALIC>
		<UNDERLINE>
		</UNDERLINE>
		<CLEARTEXT>
		<FONT 
			FACE="onewordfontname"<-doesn't support 2-word names yet
			SIZE=ptsize
			COLOR=black,red,yellow,green,blue...
			      cyan,magenta,gray,white,lblue...
			      lgreen,lred,lmagenta,lcyan...
			      lyellow, bwhite	>
		</FONT>
		<IMPTOGGLE>   <- really only turns IMP off
		<IMPDEMO>     <- demonstrates the features

	- Rewrote data receive algorithm (much faster now)
	- Reorganized IMP command testing order

That's it for now...will add more later!
- Those crazy guys at Firebolt