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

Modified Files:
	config.h 
Log Message:
Changing email address.
Finalizing changes list and cleaning up todo list for release.
Fix for messages that are printed outside viewable area - ScrollDC garbles scrolling
in such cases, so instead we shall use a full window redraw if the window is beyond
the client borders.

Index: config.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- config.h	21 May 2006 09:56:39 -0000	1.11
+++ config.h	13 Jan 2007 02:53:27 -0000	1.12
@@ -20,7 +20,7 @@
 ################################################################################
 */
 
-#define CBUGS "Send bugs/suggestion to: williamb at its.caltech.edu"
+#define CBUGS "Send bugs/suggestion to: billbalcerski at hotmail.com"
 
 /* 
 ################################################################################