Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15113/resources/docs Modified Files: changes.txt Log Message: planetlist.c: New function updatePlanetw(), which only updates lines in the planet list if the new formatted planet string differs from the prior string. Prior strings are stored in a static priorplanets string array. Planetlist() rewritten to initialize string array to blank strings then call updatePlanetw(). socket.c, short.c: Call to updatePlanetw() when new planet data is received Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- changes.txt 29 Nov 2006 15:09:35 -0000 1.93 +++ changes.txt 10 Dec 2006 02:49:14 -0000 1.94 @@ -1,4 +1,5 @@ Netrek XP 2006, Version 1.2: +- planet window now updates regularly when planet status changes - det circle changed so it only flashes on det, rather than be on all the time - added "metaVerbose: on/(off)" and "metaUDPCache: (filename)" options to netrekrc and help docs, these were part of the UDP metaserver merge