06-24 Jun 2002:
	[Pragma]
	- Pre-release fixes all around
	- SSL stuff..
	- About dialog
	- Fixes for KviIrcView
	- Windows porting
	- uh... I forgot all the things I did :D

29 May - 06 Jun 2002:
	[Pragma]
	- More SSL support
	- A lot of bugfixes (see bugtrack.kvirc.omnikron.net)
	- Arrays support in the whole user parser (uh...this was huge , but necessary)
		a huge set of functions has been moved to the new array interface
		WARNING: the dictionaries have a new syntax now! %dict{key}
		%something[id] is now reserved to arrays (with numeric id).[br]
	- FOR command added
	- Updated all the example scripts to support the new syntax

23-28 May 2002:
	[Pragma]
	- Preliminary SSL support (try /server -s)
	- Fix for the messed default.kvs (dialog problem)
	- A lot of mem-leaks catched with valgdind
	- Various fixes

22 May 2002:
	[Pragma]
	- KDE Terminal window fix
	- Some new icons

21 May 2002:
    [Juanjo]
    - Using Pragma's support for text icons, added the option to substitute 
      some icons (currently ':)', ':D', ':-)', ':-D' and ':-O') in the irc view 
      (Options -> Look & Feel -> Irc View). Still not finished.

18-21 May 2002:
	[Pragma]
	- More fixes for windoze
	- Some reguser hacks
	- Command, channel, function and directory completion in the input widget
	- Various thingies all around
	- CTCP Page support (partial for now , need some more options)

7-17 May 2002:
	[Pragma]
	- Tons of fixes for windoze
	- More modules ported to windoze (snd, dockwidget)
	- Text icons initial implementation (try CTRL+I and have fun :)
	- On*Created and OnWindowActivated are now called in the correct order
	- Various thingies all around

6 May 2002:
    [Juanjo]
    - spaste module completed (spaste.setdelay,spaste.list,spaste.stop,etc)
    - Workaround for the tooltips-following-desktops problem (close tooltips
      on input widget keyevent).

1-6 May 2002:
	[Pragma]
	- Fixes for Solaris compilation: thanks to Kenneth Larea for the hints :)
	- Random fixes for make dist
	- Support for anti-flood on CTCP DCC *
	- Failed DCC Handshakes are now optionally reported to the sender with a
		CTCP ERRMSG. The options in the dialog are still missing
	- Fixes for the "bad console repainting" problem
	- es.po charset fixed
	- Added sr.po (thnx Prethorian :)
	- Added auto-windows-tiling feature to the MDI manager
	- Other cleanups here and there...

27 Apr 2002:
    [Juanjo]
    - New module 'spaste' to send text slowly to a conversation window.
    - New option for the input widget right button men in conversation
      windows: 'Paste (slowly)'.

25 Apr 2002:
    [Juanjo]
    - Now the log viewer can be also a MDI window
    - Log viewer listview icons

21 Apr 2002:
    [Juanjo]
    - snd module

1-12 Apr 2002:
	[Pragma]
	- Minor fixes around
	- Fix for the KDE style toolbars
	- Fixes for the liquid KDE theme (transparency).
	  not everything works... some label stuff must be fixed in the theme engine...
	- Query user list view invisible by default (also saved in the window state)
	- Same for the channel double view
	- Removed /tbutton and /wbutton and added generic /button and /buttonctl instead
      updated the example scripts accordingly
	- Merged the libtool update patch and added more fixes for this
	- Fixes for --with-local-8bit compilation
	- Added kvi_list.h and the compatibility KviPtrList defines to work both with qt2 and qt3

31 Mar 2002:
	[Pragma]
	- Mini-Fixes for the snd module (threading arguments) for gcc 3.0.0
	- Mini-fix for libaudiofile check in configure
	- More work on window position saving
	- More work on the offer list window stuff.
	- General fixes for gcc 3.0.0 (can anybody test it ?)

30 Mar 2002:
	[Pragma]
	- Added the beginning of the offer list window
	- Preliminary window properties saving... now handling defaults too
	- Minor utility-functions in the window popup menus
	- Preliminary rearrangements of code for KviConsole.... the header is becoming a mess
	  need to order the code syntactically and then maybe extract some code
	  to be put in external classes. KviIrcConnection could be an idea.
	- Beginning of code for the toolbar button management... need a module ?

29 Mar 2002:
	[Pragma]
	- Will I ever start to use this ChangeLog ? :D

7 Mar 2002:
	[Juanjo]
	- kvisounds script, the sound on OnMeNamed event is usefull, really ;)

28 Feb 2002:
	[Juanjo]
	- Pragma branded str module optimizations, docs for all the implemented 
	  functions.

26 Feb 2002:
	[Juanjo]
	- More str functions, removed strFindFirst for str.findfirst and updated
	  the scripts using it (UPDATE YOUR SCRIPTS!!!)

21 Feb 2002:
	[Juanjo]
	- More str functions (still no docs)

19 Feb 2002:
	[Juanjo]
	- Some new functions in the str module

13 Feb 2002:
	[Juanjo]
	- /IGNORE && /UNIGNORE support
	BTW the other guys are also making things, they just don't update the
	Changelog :P

10 Feb 2002:
	[Juanjo]
	- $isOp() $isMeVoice() $isVoice() $isMeHalfOp() and $isHalfOp() added

9 Feb 2002:
	[Juanjo]
	- New log viewer module (logview.open)
	- Fix for the editor not saving his options

4 Feb 2002:
	[Juanjo]
	- Fixes so pragma could add --with-qt-embedded to compile againt Qt Embedded
	(wow!)
	- Get rid of the 'commit' and 'discard' buttons on the user editor; now
	  all changes are synced with the local db.

25 Jan 2002:
	[Juanjo]
	- New notify list editor

21 Jan 2002:
	[Juanjo]
	- New identity button on the toolbar, posibility to change nick from the
	  identity dialog if we're connected and es.po work

20 Jan 2002:
	[Juanjo]
	- Added the config widget for the create query on server notice option.
	- Events and events doc: OnDCCChatConnected, OnDCCChatMessage, OnDCCSendTransferComplete,
	  OnDCCGetTransferComplete, OnCTCPFlood, OnServerNotice,
	  OnChannelNotice...

19 Jan 2002:
	[Juanjo]
	- Added a 'close after join' checkbox to the join channels dialog & fixes.

18 Jan 2002:
	[Juanjo]
	- Added OnAction event
	- Fixes

17 Jan 2002:
	[balboy]
	- updated po file
	- anti idle script changed... but pragma's syntax he gave me is not working yet :p
	  
	[Juanjo, which is alive]
	- Added the 'recent servers' Qlist to the servers dialog
	- Added the 'Show after connecting to server' checkbox to the channelsjoin
	  widget
	- Servers widget bug fixed
	- Default nick link actions & men
	- Config widget for the tree-taskbar minimum? width option

07 Jan 2002:
	[balboy]
	- minor changes to the default script

05 Jan 2002:
	[balboy]
	- anti idle script added
	- dcc bug alias fixed

22 Nov 2001:
	[Juanjo]
	- Added a bunch of events (On[me]ban/deban, On[me]op/deop,
	  On[me]voice/devoice, OnChannelMessage, OnQueryMessage, OnLimitSet/Unset,
	  OnKeySet/Unset, OnInvite, On[me]BanException, On[me]BanExceptionRemove,
	  etc).

18 Nov 2001:
	[Juanjo]
	- Added a 'Connect to servers' dialog (serversjoin.open) -> update: serversconnec.open
	- Added scripted buttons for the channels and servers dialogs.
	- Added $anyConsoleConnected() function.
	- Fixes

12 Nov 2001:
	[YaP]
	- Added DCC user defined port range

10 Nov 2001:
	[Juanjo]
	- Now it has all the functionality ;)	
	
	[YaP]
	- IPv6 porting from Win XP to Win 2000 (Preprocessor definition: WIN2K)
	
8 Nov 2001:
	[Juanjo]
	- Added a 'Join Channels' widget. It still don't have all the
	  funcionality. 

4 Nov 2001:
	[Juanjo]
	- Improved away system
	- Option to always highlight own nick on messages
	- Made the splash screen a managed window
	- Added an 'apply' button to the general options dialog

24 Sep 2001:
	[Kristoff]
	- Made Dcc Voice completely configurable, options dialog also added
	- Volume slider for dcc voice added
	- Fixed a bug in alt+arrows switching (sigsegv when window had no context assigned)

23 Sep 2001:
	[Kristoff]
	- Switching between windows using ctrl/alt + arrows

13 Sep 2001:
	[Balboy]
	- some more changes to the defscript

12 Sep 2001:
	[Kristoff]
	- Text selected in Help Browser window is now automagically copied into the clipboard
	and can be pasted (Balboy's request).
	- Pressing Enter in Help Browser's lineedit starts search. When the search starts the
	cursor changes into waitCursor (cosmetical improvement :))
	- 22 Mar - 12 Sep... man...
	- biff module added - not functional at all - adding some code not to mess with
	makefiles anymore
	
12 Sep 2001:
	[Balboy]
	- updated the changelog :p
	- added some functions to the defscript

30 Mar 2001:
	[Balboy]
	- quit function added

22 Mar 2001:
	[Kristoff]
	- combobox object added
	
17 Mar 2001:
	[Pragma]:
	- A lot of unreported changes again
	- Added anti-aliased font support

17 Feb 2001:
	[Pragma]
	- A lot of changes: removed the libkvigui, it was rather useless, and it is better
		to have all the GUI code into the core executable...(for many reasons).
	- Added the first "shy" icq module.

15 Feb 2001:
	[Kristoff]
	* Added urllabel object
	  Note: I'm proud to be the first person, that uses this file in the
	  year 2001 :-)
	  
05 Dec 2000:
        [Number1]
        - Cleaned up the about dialog, added some new entries and fixed the background bug.
          Note: Could people start using this log again please? ;)
 
12 Sep 2000:
    [Kristoff]
	* started this ChangeLog (to avoid confusion: newset entries go above
	  this one ;))
	* added widget object
