=============== BUGS **NOT** FIXED IN VERSION 1.1: ========
===========================================================

1.0-bug16: config files in network environment
	if user uses two different computers on the same account, it
	can destroy ~/.kln2_d/ config files;
	this is because loading/saving is based on sizeof(struct), which
	may be different on different architectures (e.g. you save on
	solaris that-much-bits for an int variable, but then you read
	on linux different-nubmer-of-bits for the same variable, possibly
	producing nonsense

	use text-based configs!
	

1.0-bug13: warnings when running:
QBuffer::at: Index 2890 out of range
QBuffer::at: Index 47634 out of range
QBuffer::at: Index 2890 out of range
QBuffer::at: Index 47634 out of range
	and so on; also sounds are very short then, and it cannot be 
	changed in sound settings dialog



1.0-bug12: warnings when running
in micro config:
        QGVector::operator[]: Index -1 out of range
KDirWatch::removeDir can't handle '/home/marek/.klearnnotes2_d/voice_models'



1.0-bug02: build: docs
WHAT?
   when docbook.index is changed HTML and quickstart.h have to be updated
   manually (_by_hand.sh script)
   + one has to do changes in 'more info' WWW page!

1.0-bug03: install: docs/icons/.desktop
WHAT?
   in some systems KDE docs/icons/.desktop get installed in stupid places

==================================
=======  BUGS FIXED in 1.1 :
==================================

1.0-bug15: sound doesn't work in KDE
WHY?	artserver blocks audio devices
FIXED:	'artshell suspend' run each time sound is about to be turned on


1.0-bug14: button 'B' doesn't work, and C-B pitch difference is wrong
	'H' worked fine, but 'B' in English notation didn't.
FIXED


1.0-bug11: speadgoal reset
        after cancelling custom speed goal it is sometimes reset to
        zero
FIXED


1.0-bug10: version in docs should follow release!
FIXED:
        fixed in 1.1 index.docbook and added to howto_release checklist


1.0-bug09: keyboard input/focus
WHAT?
   keyboard input causes moving focus to one of comboboxes; then new
   keys pressed cause change of selected combo item rather than proper
   keyboard input!
   for example if Level gets focus, key "C" causes opening of
   custom level setup:(
HOW 2 FIX?
   * refocus on button startstop after 
        - each keypressed event
        - each combo state change
     this may be confusing, because user will not be able to change
     exercises by simply pressing downarrow; but still this would
     be possible by CTRL+N, so this shouldn't be a problem
   * other idea would be to disable what is not needed but this would
     help only during test, when much of combox are not active
FIXED (Tue Nov  4 03:48:00 CET 2003)
   applied the first fix idea



==================================
=======  BUGS FIXED in 1.0-2 :
==================================

1.0-bug01: docs (FIXED)
WHAT?
   docbook does not describe running kln2 with a scale argument, like
        klearnnotes2 --scale=5
FIXED: (Sat Oct 18 17:57:59 CEST 2003)
   a chapter added



1.0-bug04: inteface (FIXED) 
WHAT?
   in the begining of a test LCD_speed shows much too small speeds and seems
   to converge to reasonable values as more and more questions are answered
WHY?
   results_display: LCD_speed is updated in growtime(); therefore, in the 
   begining, eg. during the 2nd question, number of answers does not change,
   while time grows; just before answering the 2nd question there is only
   one answer given while there was almost 2xonetime time spent!
FIXED: (Wed Oct 15 14:06:28 CEST 2003)
   LCD_speed update moved from growtime() to checkanswer(); it is updated
   much less frequently, but dispalys consistent values
   + "3..2..1..GO" in LabelComments deleted [it was added because I first 
   thougth that smaller speeds are due to a need to move a mouse from 
   startbutton to namebuttons - not true; no longer needed]




1.0-bug05: build: mandrake (FIXED)
        (info from Allan Mitch: thnx!)
WHAT?
   int floor(double) conflicts
FIX:
   changed name of this function (and other math functions) to KLNmath_floor()
   KLNmath_min() etc.





1.0-bug06: distro: rpm@mandrake (FIXED)
	(info from Allan Mitch: thnx!)
WHAT?
   problem with installing binary version of 1.0-1
        libkdecore-gcc2.96.so.4
FIX:
   will provide 2 versions of i386.rpm: build on gcc2.96 and a new one





1.0-bug07: docs: TODO  (FIXED)
  there is reall mess in TODO copy in index.docbook;
  some things are repeated; lousy English 


1.0-bug08: install: kdebase not required! (FIXED)
WHAT?
  rpms required kdebase >= 3.0; if kdelibs are installed kdebase is not needed!
FIXED:
  removed a line from klearnnotes2.specs

