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 : OK,Restart...not from the beginning.Revisit ALL the code
		-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...
		-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.
		-KVIrc still gets raised when focusTopChid is called.
		-DOCUMENTATION!!!
		-LOCALIZATION!!!
        ------RELEASED TO THE PUBLIC DOMAIN THE FIRST SNAPSHOT------
		kvirc-0.6.0.snapshot1.tar.gz
        ------(Mailbox exploding)-----------------------------------
        Now kvirc has its own domain.
        www.kvirc.org mantained by Andrew Frolov
        -------------------------------------------------------------
		-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)
0.7.0 : Non-public release.
		-Fixed the segfault with the links dialog QListView when moving
		    scrollbar: Forced to use Motif style and placed it in a MDI
		    window.Should be solved now.
        -Fixed some of the SOCKSV4 problems (port==0)
		-Added CTCP Sound support
		-Fixed some 'infinite loops' in the command parser
		-The aliases and events dialog now remember the position and last item edited
		-The windows remember their panner position (the last pos on the last window)
		-Supporting Digital Unix too
		-More documentation (not complete yet...)
		-Fixed some url catcher things...
		-More new identifiers $%ext_alias $%ext_dynamic....
		-Added file functions (FILE command and $%fio_* functions)
		-Fixed the clonescan 'out-of-bound ptr' bug when an user leaves the clonescanned channel
		-Created new toolbar images (21x21)...still don't like it so much...
		-Now server notices can be handled by user and halted.
		-Private notices to active window option...
		-Found a way to replroduce the 'No name' menu item bug:fixed with a gnary hack...
          Now I can't reproduce it, but still not sure that it is fixed...
		  Apparently the cause is somewhere in a Qt library function call...
		  The menu is empty when finished to edit and shown to the user....
		  You click on the menu and it is still empty...
		  You edit its name...and it is still empty
		  You open the dialog , and magically in the menu there is an item called 'No name'
		  (Maybe removed before and now magically appeared.)...You close , and voila!
          Fixed with clearing the popup if the internal data is empty...so
		  the bug in fact is still there (somewhere)...but now it seems to be not visible.....
          and not dangerous ( I hope ).
		-Added fast DCC send support with user configurable number of packets/sec and packet size.
		  (from 1 pck of 64 byte to 10 pck of 1024 bytes...)
		-Added horizontal and vertical resizing (by Fritz Elfert)
		-Fixed the 'cursor not changed' bug.
0.8.0 : Major changes in the structure.
		NOTE : It is a good idea to upgrade to Qt1.41 and get KDE 1.1 when available.
		       It will fix many small potential problems all around.
		-experimental DCC VOICE added (external signal driven kviphone program)
		-Fixed FAST DCC Send , no blocks anymore.
		-More documentation (not complete yet...)
		-Links window
		-Channels list (still expreimental)
		-Rewritten the entire internal user list code.
		 Now KVirc has only one global list. Faster updates and many improvements here.
		-Rewritten many dialogs using QLayout classes
		-Nearly ready for internationalisation. (i18n, and docs...Thnx Fritz :))
		-Moved to automake (Thnx again Fritz :)
		-New tile code by Aodine
		-CONNSTATS ,LIST...more commands added.
		-Fixed many things in internal language...'/' and ';' are not needed anymore except for special cases.
		-New installation system
		-Fixed the url catcher browser command (works also with options)
		-Tons of bugfixes that I can't remember... :)
		-Fixed the menu dialog
		-New syntax coloring options
		-Expanded fast dcc send options.
		-Unimplemented commands as OPER or KILL are shipped in a sample script.
		-Some new toolbar icons.
		-New eggdrop-like userlist. You can add users , set the NOTIFY or IGNORE flags
		 and write personal OnJoin , OnNotify... events.
		-Tons of potential , and real segfaults fixed.
0.9.0 : Bugfix release
		-New DCC Server protocol (SEND/CHAT in/out protos are supported)
		-Fixed a DCC Send segfault
		-Fixed the progress widget that was not correctly updated
		-Splitted the options dialog in two smaller dialogs
		-Fixed a small bug in the SOCKS V5 Password authentication. (Thnx Denis :)
		-Added a 'Status bar text' option
		-Some improvements to the lag check sysem (but will still not work if the userlist is disabled)
		-Removed the 'standard' debug otuput (main switch turned off)
		-Minor code rearrangements all around
		-Fixed the int/short int changers problems...
		-Removed some unused checks from the configure script (GIFLib , JPEGLib..) that stopped the compilation.
		-The taskbar now can be dragged and docked also on the left side of the main window.
		-A click on the active window taskbar button minimizes it
		-Added new CTRL+<number> commandline shorcuts : for example you can assign a colored ':)' to CTRL+1
		-Minor bugfixes that I can't remember :)
