Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30016/resources/docs

Modified Files:
	changes.txt 
Log Message:
Fix to bugs with observers and screen not being redrawn on observee death.
Fix to short packet position reporting to correctly report negative positions (i.e. where players get sent on death).
Some more tidying up of todo list.

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- changes.txt	24 May 2006 01:41:57 -0000	1.53
+++ changes.txt	24 May 2006 09:10:08 -0000	1.54
@@ -1,4 +1,9 @@
 Version TBA:
+- fixed bug with observers with short packets on which was causing incorrect drawing of local
+  map in the case of losing player/planet lock (most noticeable effect was a single background
+  star being drawn at all times, instead of the usual blank local).  This was actually both a
+  server side and client side fix, relating to an incorrect sign on the player position packet,
+  but I mention it here.
 - fixed phaser stats reporting for long packets
 - fixed longstanding bug with UDP where display was redrawn too frequently (once for udp redraw,
   and again anytime a TCP packet was sent, like with warning messages).