Changes since 0.6.4
--------------------
KItem has been renamed to Transfer
	Transfer inherits QListViewItem and GlobalItemList was dropped.
	Everything now is kept in transferList and we can move items around
 	freely.
	Generally, operations that work on Transfer ( queue, delay, ... )
	has been moved to Transfer class.
Ported to QListView
	KTabListBox has been dropped in kdeui and QListView is a much better
	widget.
Multiple selections
	Due to a port to QListView I could finally implement this feature.
	Select multiple items and perform operations on them.
	Caitoo will enable only those buttons on the toolbar, that are common
	for all selected items.
Bugs Fixed:
	* drop target / dock widget redraw when the main window is visible
	* unknown interruptions are not handled correctly with restart - 
		transfer will not disappear from the list
	* includes on Solaris for checkOnline()
 		net/if.h and sys/sockio.h
	
Changes since 0.6.3
--------------------
Caitoo now checks periodically whether we are connected to Internet or not,
 	and starts / stops transfers accordingly.
New "Added" sound
	Played when we add ( or paste in ) a new transfer.
"Start-timed" sound has been replaced by "Started" sound
	It is played when any transfer is started ( not just scheduled ).
Pause All has been replaced by Offline mode
	It has similar, but extended functionality.
Restart button - for quick restart of transfer ( Pause + Resume ).
Auto-disconnect timer - for timed disconnecting. Also Caitoo now asks whether
	we really want to disconnect ( when not in expert mode ).
Log window - logs all events that happen on transfers.
Import for text files - where each line represents URL.
Drop target for easy drag&drop.
Reworked window policy
	Switch between Normal window, Docked widget or Drop target.
	Option for Windows 9x style of docking / drop target.
	
Bugs Fixed:
	* stopped transfer now correctly resets speed to zero
	* item->job is now reset to 0L, when transfer is stopped - this is
	  mainly for opening individual progress dialogs ( caused segfaults )
	* fixed config dialog - scheduling
	* don't save speed of transfer

Changes since 0.6.2
--------------------
Directories dialog for default directories.
"Use Last Directory" button
	Reworked philosophy of default directories vs. expert mode.
New documentation and po file in german language ( jorfen@topmail.de ).
Changes in docking and startup policy.
Possibility to pass URL as an argument on startup or in run-time.

Bugs Fixed:
	* nasty bug in kiolib(kio_dlg.cc) that caused segfaults in http slave
	* in expert mode is not needed to confirm "Already saving URL" or
	  "Malformed URL"
	* retrying downloads are now started right after Caitoo startup
	* fixed session management

Changes since 0.6.1
--------------------
New identity : kget has been renamed to caitoo = K2, new icon created
Update for Qt2.0
Caitoo has become a standard part of kdenetwork package
Some corba server code - wasn't tested of course
Autopaste feature
New docked widget - shows progress for first three transfers as a bar chart
Removed code for saving some properties ( this should be later added to
  KTMainWindow class )
Bugs Fixed:
	stupid autoshutdown bug

Changes since 0.6
------------------
New statusbar - shows total size, files, transfers and remaining time
persistent ftp connections ( login once, copy many )
readded proxy support - experimental and only for http !

Bugs Fixed :
	displaying - flickers a lot less
	correct speed and remaining time after resuming
	login-refused bug ( caused segfault )

Changes since 0.5.1
--------------------
New philosophy : transfer modes ( queued, scheduled, delayed )
All I/O is now based on kiolib, which will be a part of next KDE release,
Things that result from kiolib :
 	recursive copying of ftp directories
	ftp & http resuming
	individual progress dialogs
	caching of kioslaves
Additional fields in display :
 	speed, remaining time, full URL
        indicator whether transfer can be resumed
        number of files ( when copying recursively )
New toolbar
New preferences dialog
Auto-shutdown function
Export / Import of transfer lists
Auto-save of transfer lists
Get sizes function ( get size before starting the transfer )
Retrying and Reconnecting after errors
Expert mode ( reworked prompt mode )
Stay-on-the-list feature ( also after succesfull download )

Changes since 0.4
------------------
Added Prompt mode toggle button ( if you are dragging 20 files into kget, turn off prompt mode, and kget won't ask you for each one where to put it )
Added Disconnect mode toggle button ( you can specify command for disconnecting from internet when done downloading - preset is "killall pppd")
Bugs fixed :
        - updating of view ( patch from Michal Mosiewicz )
	- kgetslave killing
	- showing progress of some ftp transfers ( some ftp servers don't return
	  file size in response string )
	- when transfer was set as try-later and you set it again from menu, 
	  it caused segfaults

I had also received  ru.po  file from Andy Pershin, it's included in the
distribution, but I guess he's gonna have to update it for version 0.5
	
Changes since 0.3.2
--------------------
Showing speed of PPP link finaly works.
Transfers that haven't finished are saved into a file and started next time
you run kget.
When kget can't connect, transfer stays on the list and you can try it later.
Added sound notifying when transfers are finished.
Added directory buttons for quick access to download directories

Changes since 0.3
------------------
Pixmap files are smaller ( mogrify from ImageMagick ).
Massive code cleanup
Added paste button.
	
Changes since 0.2
------------------
Makefile bugfix - kget doesn't have to be setuid root
Added speed indicator for ppp link ( code from kpppload )

Changes since 0.1
------------------
Minor bugfixes.
Added RMB menu and Ctrl-v for pasting URL's.
