2004-09-26  Inge Wallin  <inge@lysator.liu.se>

	Backport of fix for bug 90195: KReversi: Changing the skill level
	late in a game doesn't count as cheating.
	* board.h (Board::lowestStrength): new member
	* board.cpp (Board::newGame): set lowestStrength
	* board.cpp (Board::setStrength): update lowestStrength and
	update highscore type.

	Backport of fix for Bug 90190: KReversi: Switch sides and then
	Undo gets the program out of sync.
	* board.cpp (undo): If it is the computers turn to move after an
	undo, call computerMakeMove().
	(undo): Fix repainting so that it looks nice.

2004-09-26  Inge Wallin  <inge@lysator.liu.se>

	Backport of fix for bug 89829: KReversi: When you save a game, the
	color for Human and Computer is not saved
	* board.cpp (Board::saveGame): Save m_humanColor as HumanColor.  
	* (Board::loadGame): Fix loading of m_humanColor.
	* Remove(!) saving of the side to move since this is implicit
	anyway.
	* (Board::loadgame): Fix emit of signal turn, and the condition to
	call computerMakeMove().

2004-06-29 (1.5) Nicolas Hadacek <hadacek@kde.org>
  * use KZoomMainWindow

2004-05-29 (1.4) Nicolas Hadacek <hadacek@kde.org>
  * fix statusbar + cleanup code
  * use notify framework for sounds

1999-06-20 Mario Weilguni <mweilguni@kde.org>
	* fixed bugs with those damned KStdDirs
	* removed the private wallpapers and use the KDE ones instead
	* use kimgio
	* fixed locating toolbar icons
	* compiles now with --enable-final

1999-06-16 Mario Weilguni <mweilguni@kde.org>
	* adapted to the upcoming KDE-2

1999-02-01 Mario Weilguni <mweilguni@kde.org>
	* fixed a warning (egcs)

1.0
	* I finally decided that its stable enough. This is the final
	version (if no further bugs are detected and I do not have a
	good idea what to improve)

	* ChangeLog reversed
	
0.6.6
    * [Robert Williams]  Changed Reversi.kdelnk to kreversi.kdelnk
    * [Robert Williams]  Add -caption "%c" to kreversi.kdelnk
    * [Robert Williams]  Added kapp->getCaption()
    * [Robert Williams]  getHelpMenu(true, 0) -> Uses own About dialog

0.6.5	Support for non GNUC++ compilers.
	
0.6.4	fixed that get-hit-and-then-doubleclick bug

	fixed a bug that caused the computer to switch sides if no
	computer move is possible instead of getting another human move

0.6.3	sound fix: when the animation is finished, the correct piece gets
	redrawn before doing a sound-sync (how could I ever believe 0.6.2
	would be the last change :-)

0.6.2   animation fixed (hope this will be the last change)

0.6.1   fixed that newly introduced highscore bug
	computer continues now if a game was saved while thinking

0.6:	better integration into new FSSTND
	fixes for new kdecore
	layout management for all dialogs
	mini-icon and icon
	locale-strings changed - partial translation required for
	other languages than english and german
	removed both the kfixedtopwidget and ktablistbox
	drawing a border around the reversi board
	session-management - what an overkill for kreversi :-))
	you can save (and load) exactly ONE game


0.5: added klocale to support translation
	added german translation
	fixed a few bugs
	tried to remove absolute widget placing/sizing
	removed the date field from the HOF
	grayscale support
	fixed those CPU busy bug
	removed the -finline-functions optimize flag (not portable)
	ported to new KDE file system standards (well, mostly)
	fixed segfaulting on exit

0.4: interims release - no changelog

0.3: Sound support (using libmediatool)
     When switching sides, the Quit -> the computer made on move. FIXED
     Fixed a few typos
     Cursor changes when thinking
	
0.2.1: times(NULL) does not work with FreeBSD (fixed)
       fixed a bug (reported by Stephan Kulow) where pixmaps of pieces
       are not initialized properly (could't reproduce the bug with
       my system)
       New "About" dialog showing all (well, most) of the contributors
       All xpm's have now 8 bits per color component instead of 16.
       16 bits seems to confuse the XPM loader of Qt.       

0.2:   better pieces
       animations
       fixed a small bug: when someone made it in the hall of fame,
       he was'nt notified of this
       some improvements in the Hall Of Fame

0.1.2: background color selectable via dialog
       background pixmaps implemented, selectable via menu
       background pixmaps are scaled to fit size
       pieces are drawn at runtime instead of pixmaps
       some accelerators added
       toolbar buttons for help and hint added

0.1.1: now pixmaps are installed
       a kdelnk file is installed
       version numbering changed

0.1 : First release
