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

Modified Files:
	generalconfig.html 
Log Message:
Fixed some inconsistencies in how a few RCDs were named - "taking" renamed to "take",
"generic" renamed to "help", "help3 and help4" renamed to "help1 and help2", and
"doing3 and doing4" renamed to "doing1 and doing2"
Added "saveWindow: (on)/off" and "saveBeeplite: (on)/off" to allow saving of window placments
and beeplite macros to the netrek.sav file.
Save options now can save windows placements, review window .allow settings, and beeplite 
macros
Changed some default window sizes/locations that were either too small (i.e. help window)
or in a bad spot (i.e. planet window)
Fixed a bunch of spacing inconsistencies
Added/modified a few checkmapped calls in newwin.c to either use the "newish" checkmappedpref
function, or to add a checkmapped check if I felt it should be checked

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- generalconfig.html	22 May 2006 08:27:53 -0000	1.11
+++ generalconfig.html	28 May 2006 23:05:12 -0000	1.12
@@ -835,6 +835,16 @@
 </td>
 </tr>
 <tr>
+<td><code><b>saveBeeplite</b></code></td>
+<td>Save beeplite macros when saving settings</td>
+<td>
+	<ul>
+	<li><b>on (default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
 <td><code><b>saveMacro</b></code></td>
 <td>Save macros when saving settings</td>
 <td>
@@ -865,6 +875,16 @@
 </td>
 </tr>
 <tr>
+<td><code><b>saveWindow</b></code></td>
+<td>Save window placements when saving settings</td>
+<td>
+	<ul>
+	<li><b>on (default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
 <td><code><b>server</b></code></td>
 <td>Server name to connect to by default</td>
 <td><b>hostname</b></td>