Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs16:/tmp/cvs-serv8621/resources/docs

Modified Files:
	changes.txt 
Log Message:
This patch adds the ability to resize local/map windows on the fly, and
fixes some of the problems that came up while doing this.
Added code to WM_EXITSIZEMOVE case in main windows proc, that
handles changing TWINSIDE/GWINSIDE, reinitializing things that need
it (such as SDB and star array), and changing critical window sizes that
need to be redone (team select windows, quit window - both based on 
TWINSIDE).
Netrekrc option mainResizeable now allows local/map to be resized too,
giving these windows a WS_THICKFRAME border.
Variable redrawall and struct stars are now globally defined.
New defines to limit # of star sectors and # of stars in a sector.
Fixed a bunch of places where view was statically defined, as TWINSIDE
can now change during gameplay.
Fixed a few places where rounding errors were occuring due to
parentheses.
Moved initialization of mainResizeable and mainTitleBar into defaults.c
as defaults are now called before windows initialization.
Fixed a few mistakes in the free resources routine for SDB.

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- changes.txt	8 Apr 2007 22:36:41 -0000	1.161
+++ changes.txt	9 Apr 2007 02:52:31 -0000	1.162
@@ -1,4 +1,9 @@
 Netrek XP 2006, Version 1.3:
+- the mainResizeable netrekrc option now allows map/local to be resizeable via dragging
+  the window border, local/map will now adjust viewable area to match the new window
+  size.  Some windows (team select, quit) will resize properly to match new local size,
+  others (position of options menu, dashboard, etc.) will not move.  Interesting sidenote:
+  resizing local window will reinitialize background star positions.
 - fixed a bug with RCM kill messages when kills were higher than 255 but less than 320
 - added new function keys, control-z and control-a, for zooming.  Control-z zooms in,
   and control-a zooms out.  As part of the benefit of having all graphics scale, ALL ship