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

Modified Files:
	changes.txt 
Log Message:
Tidied up the save_options function, fixing some spacing errors, and puttting the
keymap/buttonmap on the top of the list due to its importance.  Also added the
sounddir option.  The eventual goal is to make save_options generate a file that contains
everything from your netrekrc file, so the options menus act as an in-game netrekrc editor.
Once everything is in place, save_options could write over your current netrekrc (the default
will be to write to a separate file, but there will be a menu option to save over your netrekrc). 
Currently it writes to a separate file (netrek.sav) because it still doesn't save everything that is needed.
Default windows placements need to be saved, uselite options need to be saved, review window mapping
needs to be saved, option server/servernick/servertype needs to be saved, and lastly, the save
keymap routine is broken.

Fixed mainResizeable loading from rc/saving.  Also made default setting = on.

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- changes.txt	19 Apr 2006 13:02:33 -0000	1.10
+++ changes.txt	19 Apr 2006 15:18:26 -0000	1.11
@@ -1,4 +1,8 @@
 Version TBA:
+- tidied up the save_options function, fixing some spacing errors, and puttting the
+  keymap/buttonmap on the top of the list due to its importance.  Also added the
+  sounddir option.
+- fixed mainResizeable loading from rc/saving.  Also made default setting = on.
 - rewrote TTS centering/refresh code so that text is properly centered and clears
   properly when the message expires.  Updated COW manual to reflect change of tts_pos
   variable to tts_ypos.