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

Modified Files:
	changes.txt netrekrc netrekrc_options.txt 
Log Message:
New option maxScrollLines in netrekrc, controls size of window scrollback buffer, rather than it being fixed in stone as before.
Updated help files on this option + metatype.

Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- netrekrc	29 Nov 2006 12:06:34 -0000	1.10
+++ netrekrc	29 Nov 2006 13:06:41 -0000	1.11
@@ -113,6 +113,9 @@
 # Start main window with title bar on (can be toggled by alt+enter)
 mainTitleBar: off
 
+# maximum number of scroll lines in a message window (range of values 50-500)
+maxScrollLines: 300
+
 # Message hold threshold
 messageHoldThresh: 0
 

Index: netrekrc_options.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- netrekrc_options.txt	29 Nov 2006 12:06:34 -0000	1.16
+++ netrekrc_options.txt	29 Nov 2006 13:06:41 -0000	1.17
@@ -78,6 +78,7 @@
 login:                    (string) character login
 macroKey:                 (char, ESC, TAB) key to toggle macro mode
 mainResizeable:           (on/off) make main window (netrek) resizeable
+maxScrollLines:           (50-500) maximum number of scroll lines in a message window
 mainTitleBar:             (on/off) start main window with title bar on (can be toggled by alt-enter)
 messageHoldThresh:        (integer) put message on hold after mouse move (Adds # to the end of message)
 messageHUD:               (0-2) where to duplicate message that is written in message window

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- changes.txt	29 Nov 2006 12:06:34 -0000	1.88
+++ changes.txt	29 Nov 2006 13:06:41 -0000	1.89
@@ -1,4 +1,8 @@
 Netrek XP 2006, Version 1.2:
+- added "maxScrollLines: (integer)" to control how many lines of scrollback you want,
+  range of acceptable values is 50-500
+- fixed cambot playback help window size, and fixed bug where you could make the
+  the client lock up by using the decrease playback speed button continuously
 - added "metaType: (integer)" for which type of metaserver you wish to use, where the
   default is 1, and the options are:
 # What type of metaserver to use
@@ -26,7 +30,6 @@
 - added -L option for logging to an automatically generated logfile that is datestamped
   (i.e. 20061002.log will be the log file generated on October 2, 2006).
 - added support for multiline macros sent using NEWMACRO variables (%p, %z, etc)
-- upped max number of lines in the message window scrollback buffer from 100 to 300
 
 Netrek XP 2006, Version 1.1: (Released 26-Jun-2006)
 - middle mouse button now closes the help window