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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Documentation/todo list updates.
Fix to message window bug - if a message window was unmapped, but it received a message of greater than
half window height (i.e. an all board macro when all board isn't mapped, due to user instead using the all in one
review window), the call to UpdateWindow was not painting the unmapped window, thus the added string
count was not decremented, thus the program was trying to repeatedly trying and failing to redraw/flush the
unmapped window.  Thus it seems best to just go through the normal flush function for these unmapped windows,
rather than break out of the function early in hopes the redraw scrolling function gets called.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- NetrekXP to do list.C	21 Dec 2006 13:48:21 -0000	1.88
+++ NetrekXP to do list.C	12 Jan 2007 18:06:54 -0000	1.89
@@ -3,7 +3,6 @@
 which then maps windows accordingly.
 2) fix netrekrc append so that it doesn't keep adding new lines to the netrekrc
 3) Get source code for installer from Joe.
-4) Add a Cambot playback and Cambot record shortcut links to the installation package.
 
 Things not gonna happen, or server problems:
 2) torp_other and plasma_other not working right due to lack of torp fuse info
@@ -40,13 +39,14 @@
 down there at bottom of screen.  Apprently the native windows function doesn't properly
 scroll text that is outside the viewable window.
 6) Pop-up dialog box for bad version response
-7) new UDP metaserver code has 2 problems
-Possible corruption with loading/saving metacache
-Possible that status field not updating due to refresh not happening when it should
+7) new UDP metaserver code has issue if 2nd metaserver responding has more servers, can be
+awkward to resize window if user going to click on a server
 8) Fix generic_32 size check
 9) Some sort of click action on player list brings up a menu with settings for that
 player's candock, cantranswarp, ban, ignore, etc.
 10) add auto guest# name generation for INL server
+11) Maybe fix galactic new planet bitmap redraw sequence, caused incredible lag on a P166
+Win98 xp computer
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
Binary files /tmp/cvs67luy2 and /tmp/cvsdSrRcP differ