Changes since 0.6.5
--------------------
French, Swedish, Catalanian and Czech translations.
French documentation.
Bugs fixed:
	* startup bug
	
Changes since 0.6.4
--------------------
Overall code cleanup in kio and dialogs.
 	I removed all unsupported and useless stuff => smaller binaries.
Support for ISDN as connection type ( Caitoo is checking ippp device )
Spanish and Japanese translations.
Bugs fixed:
	* progress counting in individual progress dialogs
	  Reported by Brian Hall <brihall@bigfoot.com>
	* drop target / dock widget redraw when the main window is visible
	* unknown interruptions & disappearing of transfers - please, let me
		know if you still encounter this bug.
	* "unknown encoding" bug in http slave ( reported by
	   some of you ). This bug was the last known reason of segfaults.
	* includes on Solaris for checkOnline() - net/if.h and sys/sockio.h
	  Reported by Marc Waeckerlin <mrw@es1.siemens.ch>
	* renamed() signals in ftp and http slave
	* stupid timed - disconnect related bug.
	  Reported by Core Dump <resurected@crosswinds.net>

Changes since 0.6.3
--------------------
Fixed compilation on some systems.
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
	The sound is played when any transfer is started ( not just scheduled ).
Pause All has been replaced by Offline mode
	It has a 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.
	Logs are saved into logs directory for later review.
Import for text files - where each line represents URL.
Drop target for easy drag&drop ( as in Go!zilla )
Reworked window policy
	Switch between Normal window, Docked widget or Drop target.
	Option for Windows 9x style of docking / drop target.
Drag & drop from Netscape
	So far works only on main window and drop target.
	Drops on dock widget don't work ( I wonder why ).
Saving options and transfer list when killed - allows automatic killing from a script.
New documentation in italian language ( imagino@tiscalinet.it & lency@dei.unipd.it).
	
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 )
	* config dialog - scheduling
	* don't save speed of transfer
	* .caitooXXX.lock is removed when segfault
	* ftp slave bug ( trailing whitespace removed in ftpParseDir )
	    bug reported by Salvatore Sciacco
	
Changes since 0.6.2
--------------------
Reworked configure and compilation.
	 Now it needs only "configure && make && make install"
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
	* fixed http slave in regard to "proxy" and "can't connect" errors
	* 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
Autopaste feature
New docked widget - shows progress for first three transfers as a bar chart

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.
