1999-06-09  Woohyun JANG  <louis@mizi.co.kr>

	* kurl.cpp: changed some functions to work well with non-Latin letters.

1999-05-06  Woohyun JANG  <louis@mizi.co.kr>

	* kwm.cpp: change getQStringProperty() to use QString::fromLocal8Bit().

1999-05-05  Woohyun JANG  <louis@mizi.co.kr>

	* klocale.cpp: change translate() to use QString::fromLocal8Bit().

1999-04-07  Harri Porten  <porten@kde.org>

	* kprocess.cpp: restore default SIGPIPE handler in forked child process 

1999-03-22  Harri Porten  <porten@kde.org>

	* kcharsets*.cpp: fixed memory leaks.

1999-02-13  Kurt Granroth <granroth@kde.org>

	* whole-lotta 'const char*' to QString conversions

1998-12-07  Alex Zepeda  <garbanzo@hooked.net>

	* kdebug.cpp: fix warnings.  Thanks gis.

1998-12-05  Alex Zepeda  <garbanzo@hooked.net>

	* kapp.h: Moved the Log tag thingy to the end, and fixed a few
	more typos.

1998-11-22  Alex Zepeda  <garbanzo@hooked.net>

	* kconfigbase.h (class KConfigBase): Fixed some comments that referred
	to sync() as Sync(), and a few other case issues.

	* README: Nuke some outdated comments that might cause some unwarranted
	discussions on the mailing lists.  Also, I tried to update (salvage)
	some of the comments on how to use KConfig.

Sun Nov 22 12:28:17 1998  Jacek Konieczny  <jacek@kde.org>

	* kcharsets.cpp:
	  fixed setting font's charset

	* kcharsetdata.h, kcharsetdata.cpp: fixed detection of
	  displayable charsets

	* kchartables.cpp: KOI8-R font support added (for Qt>=1.40)  
	

1998-11-10  Sam Maloney <thufir@illogic.ml.org>

	* ksock.cpp, ksock.h: Added ability to set a connect timeout
	  value. Breaks some programs which use KSocket.

1998-11-08  Christian Esken  <esken@kde.org>

	* kconfig.cpp, kapp.cpp: Several security fixes by adding
	checkAccess() tests before the creation of files and directorys.
	This is neccesary for SUID programs. Added checkAccess(), which
	checks if the user may write a file.

Tue Sep 8 16:37:51 1998  Jacek Konieczny  <jacek@kde.org>

	* kcharsets.cpp, kcharsets.h: Added copy constructor and assignment
	  operator (as Stephan asked)

Tue Aug 11 02:25:41 1998  Steffen Hansen  <stefh@slagelse.mip.ou.dk>

	* kapp.cpp (init): Removed creation of KProcessController

1998-07-23  Waldo Bastian  <w.bastian@kde.org>

	* kurl.cpp: Fixed the bug in the bugfix of the fix of the NULL-bug.
	  ( Thou shall use 0L instead of NULL )        

1998-07-17  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* kdebugareas.txt: Added krot and khidaq to the list of area codes.
	( No phone company involved. )

1998-07-16  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* kdebug.h (KASSERT): Fixed wrong defines for KASSERT
	macros whith NDEBUG defined ( cond hasn't been there ).

Fri Mar 27 16:49:49 1998    <weis@snoopy.rz.uni-frankfurt.de>

	* kconfigbase.cpp (readEntry): Returns a copy
	  of a string now. Now it is impossible to modify
	  internal data of kconfig. This bug was introduced by
	  returning QString instead of "const char*".

Thu Mar 26 22:51:27 1998  Torben Weis  <weis@localhost>

	* kurl.cpp: Fixed little bug. Copy constructor did
	            not copy bNoPath.
	* kurl.cpp: (operator=): Bug fix. Now KFMs ftp works again :-)

