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

Modified Files:
	changes.txt 
Log Message:
Added lockLine functionality.  The line gets drawn like a single tractor line.
It is cleared similarly.  Since the line can span the entire galactic and can
overwrite many planets along the way, several checkRedraw calls are made
using evenly spaced points along the length of the lockLine.  The # of points
checked was arbitrarily chosen at 10, as this number seemed to work fine
even at long distances.

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- changes.txt	15 Mar 2007 16:59:49 -0000	1.130
+++ changes.txt	15 Mar 2007 19:09:48 -0000	1.131
@@ -1,4 +1,6 @@
 Netrek XP 2006, Version 1.3:
+- added "lockLine: (on)/off" to draw a dashed green line on the galactic map between your
+  ship and the target you are locked on to, whether it be a player or a planet.
 - added "tractorID: (on)/off" to draw the player number of the person you are tractoring 
   or pressoring below and to the left of your ship.  Continues to display who you are
   tractor/pressoring even if they cloak.