Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24505/docs

Modified Files:
	changes.txt 
Log Message:
Fix bug where font size was not saving properly.
Fix typos in some netrekrc option descriptions.
Fix bug where p_stats.st_rank was not initialized.
Design flaw fix - playerlist is displayed before player
log in.  Client does not know whether server is paradise
or bronco.  Client receives other player login packets
including rank.  Packets were being discarded due to
sanity check on rank.  Sanity check moved to places
where rank is displayed, rather than discarding packets.

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- changes.txt	20 Mar 2009 03:37:09 -0000	1.209
+++ changes.txt	28 Mar 2009 02:50:16 -0000	1.210
@@ -10,6 +10,7 @@
 window to have a red background.
 6) Fixed bug causing ship values on dashboard to not display properly when
 upgrades were bought in sturgeon.
+7) Fixed bug where font size was not saving properly.
 
 New features:
 1) Warning messages are no longer logged.  Cuts down on logfile spam.