31.08.97	lots of changes at KDE One:
		made the interface more consistent (e.g. const char*
		instead of char* and const QPixmap& instead of QPixmap&),
		localization support changed
		localized KConfig entries
		included KProcess 0.23
		heaps of other stuff that I have forgotten
24.08.97	translated the most stuff in libkdeui
			added a flag to KLocale to avoid translated dialogs in
			not translated applications
23.08.97	SGI patches by Claus Riemann
			corrected the setenv file. It's now C++ not C.
			removed the historical AC_C_INLINE test. 
22.08.97	added a global object to KLocale 
			
20.08.97	added KColorButton

16.08.97	added KLocale and some system wide translations
			Update for the libtool stuff
			
03.08.97:	added KProcess
			small bugfix in KTopWidget

26.07.97:	more portability fixes
			security fix: KApplication drops suid/sgid before calling kdehelp 
			new interface for KToolBar

25.07.97:	new KStatusBar by Sven Radej
			KRestrictedLine and KIntegerLine by Michael Wiedmann
			KSpinBox by Andre Fornacon
			SGI patches by Claus Riemann
			SPARC CC patches by Stephan Kulow

24.07.97:	new KToolBar and stuff(0.6)
			Rubberbanding for KTreeList by Rainer Bawidamann
			Patches for SGI by Claus Riemann

17.07.97:	new stopsign.xpm
			KConfig: environment variables are resolved in readEntry()
			(meaning you can write() an entry with an environment
			variable and read it back in, and the value gets properly
			expanded).
			Fixed three bugs in ksock.cpp
			Added KFloater
			Added KCombo
			Added KLineEdit
			New KToolbar
			New KToplevelWidget

29.06.97:	KConfig reads and writes string lists
			Torben's patches to ktoolbar.*, kurl.h

22.06.97:	KApplications save and restore position and size of their top
(unstable)	level widget.

21.06.97:	KEdit keeps file permissions when saving
			KIconLoader patch
			*** FROM NOW ON LGPL ***

30.05.97:	signal handler for reaping zombie help processes reinstalls itself
			patch to KIconLoader by Christian Esken
			slightly better look for KTabCtl
			kdecore Makefile does not expect current dir to be in path
			Better Alpha support

???:		KConfig::read*Entry() methods take a default argument.
			Application-specific config files no longer start with a dot.
			KApplication::invokeHTMLHelp() defaults the filename to 
				$KDEDIR/doc/HTML/<appname>/<appname>.html
			Better colors with kdisplay color schemes
			Bugfix in KPanner			

v0.9:	virtual methods in KApplication for overriding external
				configuration of fonts, palette and style
			KButton uses default widget colorgroup
			new KPanner by Paul Kendall
			Several bugs fixed
			Various widgets moved from apps to library
			KSlider added
			WidgetStyle of KApplication objects can be configured from
				the outside  
			new: KIconLoader by Christoph Neerfeld
			KFontDialog updated to version 0.5
	
v0.8.06:	KConfig reads and writes fonts and colors
			KApplication::invokeHTMLHelp()
			KApplication::kdedir()
			~/.kde/config.appnamerc is now the default location for
				app-specific config files unless USE_OLD_CONFIG_LOCATION
				is set
			XPM loading stuff removed from KPixmap

v0.7:		Default installation directory is $KDEDIR.
			KPanner widget included
			KPixmap reads formats other than XPM again
			KPixmap::load returns bool (like QPixmap::load)
			KTextStream removed, KConfig uses QTextStream
			KConfig::writeEntry makes a deep copy of the value.
			Changes from libkde 0.6.4 merged
			KColorDialog widget included
			Some patches to KURL applied
			KMessageBox widget included
			KPopupMenu included
			KTabControl included
			KTreeList included
			KFontDialog included
			KEdit included
			KDatePicker and KDateTable included
			KKeyConfig included and initialized in KApplication
			some bugfixes to KConfig
			KApplication::appName()
			KApplication searches for app config file in
				~/.kde/config/.appnamerc is USE_NEW_CONFIG_LOCATION is
				set

V0.6:		all method names start with a small letter
			Read and write numerical config entries.
			Possibility to set a logical app name in the KApplication 
				constructor
			State of the application config object can be queried.
			Merged Torbens changes to KApplication and DND stuff
			Better XPM support from Matthias

v0.5:		Drag and Drop stuff from kfm included into libkdecore
(08.12.96)	(classes KDNDDropZone, KDNDIcon, KDNDWidget, KPixmap and
				additions to KApplication) 
			KSocket and KServerSocket included
			Bugfix in KApplication's config handling

v0.4:		new: libkdeui (contains KLedLamp and KProgress)
(01.12.96)	kconfigtest should now handle writes to app-specific files
				correctly 
			new: KURL class in libkdecore
			new: KApplication class in libkdecore
			KConfig can now roll back changes.

v0.3:		KTextStream class to provide a ReadLine() method
(23.11.96)	config entries may contain spaces
			KColorGroup class for reading/saving ColorGroups
				from/to KConfig objects  

v0.2:		Write access for the KConfig class.
(20.11.96)	Documentation in the doc directory (generated directly from 
				the header files with DOC++)

v0.1a:		Check if the C++ compiler supports the bool datatype
				(SPARCworks C++ 4.1 does not!) - not released

v0.1:		KConfig class (same as stand alone version 0.2)
			autoconf-configurable

