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

Modified Files:
	changes.txt netrekrc 
Log Message:
First of what will be several patches recoding Paradise-2000 features.
Support for AT ship in playerlist and info window (shows 'AT' instead of '??')
Improved explanation of keymap/buttonmap in the netrekrc
Main window titlebar now shows your loginname and slot number, in addition to showing
the servername
New dashboard message for warp 0 ("Stopped") instead of saying "Impulse"
War window now says "Re-program" instead of "Save" for changing war settings
Added autowar settings to the options menu

Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- netrekrc	13 Mar 2007 18:34:59 -0000	1.34
+++ netrekrc	14 Mar 2007 18:36:06 -0000	1.35
@@ -4,12 +4,28 @@
 # Login name
 login: netrek_player
 
-# Mouse button mapping
-buttonmap: 1P2f3k
-
 # Key mapping
+# Define you keymap here.  The format is newkey defaultkey.  For example, the
+# default key for shield toggle is 's', if you want to remap shield toggle to
+# 'q', you would put 'qs' in your keymap.  Shields would still be mapped to
+# 's' as well as now being on 'q'.  Adding a mapping doesn't delete the old
+# one.  If you want shields on 'w' as well, put 'ws' in your keymap.  If you
+# had instead put 'wq', it would have mapped quit, the default action of 'q',
+# onto 'w'.
 keymap: PpW Zva%d_eyftg^jmnrpPrls3tfuwvDwsye d
 
+# Mouse button mapping
+# Button map lets you map the mouse buttons.  Unfortunately, it works in a
+# different way than keymap.  The format is <mousebutton> <key>.  To map
+# shields onto button 1 (the left one), you would put '1s' in your keymap. 
+# The buttonmap works through the keymap, so if you have shields mapped to
+# 'q', putting '1q' would make button 1 shields and not quit.  Buttons 4 and
+# 5 are support for Microsoft Xbuttons.  If you have a wheel mouse, the up
+# wheel is button 6 and the down wheel is button 7.  There is also support
+# for shifted, controled, and control-shifted mouse actions, see the netrek
+# help file for more details.
+buttonmap: 1P2f3k
+
 # Key to switch to macro mode
 # TAB, ESC could be used too
 macroKey: X

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- changes.txt	13 Mar 2007 18:34:59 -0000	1.123
+++ changes.txt	14 Mar 2007 18:36:06 -0000	1.124
@@ -1,4 +1,10 @@
 Netrek XP 2006, Version 1.3:
+- support for AT ship in playerlist and info window (shows 'AT' instead of '??')
+- improved explanation of keymap/buttonmap in the netrekrc
+- main window titlebar now shows your loginname and slot number, in addition to showing
+  the servername
+- new dashboard message for warp 0 ("Stopped") instead of saying "Impulse"
+- war window now says "Re-program" instead of "Save" for changing war settings
 - added "autoSetWar: (0-2)" netrekrc option that controls declare war settings with
   enemy races when you first join.  Can now automatically declare peace on 3rd space
   races, for example.