Q: I see the text 'hardcoded' on random places.
A: This is because your config.h was edited by you or someone else (or maybe by
   a program). If config.h doesn't contain PACKAGE and VERSION macros, they
	 default to a hardcoded value, defined in botcommander.h
	 Try to replace your config.h with the original one or place the PACKAGE and
	 VERSION macros into your own, and recompile BotCommander.

Q: I made a config file by hand, written "background_saturation = 0.2", but the
   background is not transparent at all.
A: This is because BotCommander uses NLS, and in your country (like in mine) you
	 write "0,2" instead of "0.2". Do it so in your config-file. It's not my idea,
	 this is Anjuta's standard behaviour, but I like it. If you don't, please tell
	 me, and I'll try to fix it.

Q: When will 1.0 be released?
A: I have to create the XML config backend, that will be 0.4, after it I will
   create the tabbed interface. That will be 1.0beta. After it I have to test
	 it massively, so all the bugs will come out (I hope), and I can finally
	 release 1.0. I think that will be in december, 2004.
