0.1.0 : first steps with qt+kde wow
0.2.0 : idalized the toplevel mdi frame and childs...
	Many thanks to Aron Graanick... :)
	I think that it will become a real class and then i will derive
	kvi_mdiframe and kvi_mdichilds from it...
0.2.1 :	Now connection works well...the socket class is ok
	Adding first server message handlers...
0.2.2 : Bugfixes
0.2.3 : Login works well...
0.2.4 : tried the auto window creation on joins...
	all the widgets can have pixmap background now...but the listbox is a
	little bit buggy...I will need to rewrite it...maybe deriving from QFrame
	and rewriting all the listbox code...
0.3.0 : New KDE Beta4 installed...it's time to restart...
0.3.1 : KVIrcC now has the basic things working.
	it can connect to the server,login,join channel,handle private
	queries,and so on...No CTCP and no DCC yet..
	Tried to create the first scripting things...
	Added $* variables avaialble to user and the first scripting commands...
	Created a external-process class...
	Kvirc now can run and hold child processes...
	Managing child I/O (stdout/stderr)...no stdin yet...
	Big problem : child windows focus is INCONTROLLABLE :)
0.3.2 : minor bugfixes...
0.4.0 : Restarted again.
	Rewritten the mdimanager and mdichild classes...
	(Focus still NOT working...)...I can't figure out a way
	to keep the focus traced...
	There are always some cases in which the focus-lost or focus-gained
	events go fucked up somewhere in the child-parent chain...
	STILL DON't KNOW HOW TO DO IT :)
	Everything else works in a more efficent way...
0.5.0 : Restarted...this time really from the beginning...
	Rewritten nearly all the MDI code...(KviMdiManager,KviMdiChild)
	Now seems to work well...(no segfaults until now..)
	DCC Chat works...(the code is still raw...but it WORKS...)
	Rewritten (AGAIN) the KviView code,trying to remove Qt calls
	in the critical paint event handler...
	In fact i use the QPainter only to do few things...
	i removed a big amount of code from there...
	For example drawPixmap has been replaced by XCopyArea...
	I use (only) two GC's too...
	Rewritten the parsers (user and server) in order to use
	system string calls (removed QString in many places..),
	it works a bit faster...
	DCC Send / Get starts to work...but needs some fixes:error handling etc...
	I'm thinking about the RESUME CTCP...
	Tested under KDE 1.0 pre2...everything works :) (ouhhh!)
	Added Event_handlers (alias remote) and Aliases
	KVIrc needs more commands now...(run,exec,while,strcmp???......)
	---Jul 17 1998
	Tested under KDE 1.0 great! :) The toolbars work better now! :)
	Created the $HOME/kvirc/Incoming and $HOME/kvirc/Config
	directories. (some sample config files inside...)
	Added possibility to copy servers from a mIrc's *.ini file.
	Added a default kvi.server.conf file with many servers :)
	Linked to libkfile to get the wonderful new KFileDialog.
	Added internal functions and some new help.
	I'm thinking on the FIRST PUBLIC RELEASE...
--------HOLIDAY--------
getting some relax...and thinking on new features....
-----------------------
0.6.0-snapshot1 : OK,Restart...not from the beginning.Revisit ALL the code
	BUGS FIXED:
		-The <CRLF>/<LF> bug fixed.Now you can connect to irc.nijenrode.nl too. :)
		-Nick change in the list box fixed
		-Fixed $_mymask ans $_address.Now KVIrc gets it from the RPL_WELCOME message.
		-Fixed the DCC GET autoaccept default directory. (kvirc/Incoming)...
			Maybe i will make it configurable later...
		-DCC Send improved a bit...but still needs some work...
	       	 No segfaults till now :)
		-External processes oputput goes to the active window now.
		-Fixed configure script.Now socklen_t gets detected.
		-Notify list works better now.Still can't handle more than 500 characters
		-Fixed the installation process....It not installs files in $HOME anymore...
		     the files are copied there later...
	ADDED:
		-Auto-minimize for DCC GET/SEND
		-POPUPS! (and the edit dialog..) Still needs testing...but seems to work
		-PLAY command. Some problems with the sound serves, but works.
		-Some new Events: Event_OnMe*(op,ban,unban,deop...)
		-Some new identifiers.
		-DCC GET/SEND Taskbar button is changed:now it shows a progress bar too.
		-Some sound files (and sample event handlers that play it on startup
			and other events)
		-Notify to active window option added.
		-Notify list box in the status window.(status window changed to have a KNewPanner
			as main widget)
		-Notify list box popup with some basic commands added.
		-Translation of charsets to and from the user input/output.
			Added a dir with the related translation map files (from ircII4.4)
            Still won't work for some people.
	TODO:
		-KVIrc still gets raised when focusTopChid is called.
		-DOCUMENTATION!!!
		-LOCALIZATION!!!
	------RELEASED TO THE PUBLIC DOMAIN THE FIRST SNAPSHOT------
	------(Mailbox exploding)----------------------------------
	Now kvirc has its own domain.
	www.kvirc.org mantained by Andrew Frolov

0.6.0 release: Million of features and bugfixes...really can't remember everything.
	Main changes:
		SOCKSV4 firewalling support. (WOW!)
		DCC RESUME support. (WOW again!)
		Tons of new commands,identifiers and functions.
		Portable scripting system
		Installation process
		Auto setup process
		Netscape remote control
		Url catcher and highlighting
		Multi-Nick completion
		Fixed the ESC-Minimize feature
		Some new events
		Removed the default color settings and sounds...moving it into the default script
			KVirc now looks professional when started.
		Fixed tons of popups
		(TOFIX:Sometimes a strange 'No name' menu item is created when
			messing with popups....still can't guess WHEN it happens...,
			since it happened only a couple of times by now...(an user reported it once too))
		Made non-resizable dialogs
		Started writing the real documentation...(huge work)
	TODO: A small FServer
		Channel list
		Links list
