Nano 1.1.0 release


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@728 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/faq.html b/faq.html
index 4bd1977..33cd7ec 100644
--- a/faq.html
+++ b/faq.html
@@ -52,7 +52,11 @@
 <br><font color="#330000"><a href="#3.5">3.5. Nano should automatically 
 run strip on the binary when installing it!</a></font>
 <br><font color="#330000"><a href="#3.6">3.6. How can I make the
-executable smaller?  This is too bloated!</a></font></blockquote>
+executable smaller?  This is too bloated!</a></font>
+<br><font color="#330000"><a href="#3.7">3.7. Tell me more about this
+multibuffer stuff!</a></font>
+<br><font color="#330000"><a href="#3.8">3.8. How do I make a .nanorc file
+that nano will read when I start it?</a></font></blockquote>
 
 <h2>
 <font color="#330000"><a href="#4">4. Running</a></font></h2>
@@ -199,7 +203,7 @@
 of nano?</font></h2>
 
 <blockquote><font color="#330000">The current version of nano *should*
-be 1.0.1.&nbsp; Of course you should always check the nano hompage to
+be 1.1.0.&nbsp; Of course you should always check the nano hompage to
 see what the latest and greatest version is.</font></blockquote>
 
 <h2>
@@ -383,8 +387,39 @@
 <b>--enable-extra</b>          Enable extra functions, including easter eggs
 <b>--enable-nanorc</b>         Enable use of .nanorc file
 <b>--enable-color</b>          Enables color and syntax highlighting
-</font></blockquote> <hr WIDTH="100%"> <h1>
-<a NAME="4"></a><font color="#330000">4. Running</font></h1>
+<b>--enable-multibuffer</b>    Enables having multiple file buffers open
+</font></blockquote>
+
+<h2>
+<a NAME="3.7"></a><font color="#330000">
+3.7. Tell me more about this multibuffer stuff!</font></h2>
+
+<blockquote><font color="#330000"> To use multiple file buffers, you must be using nano 1.1.0
+or newer, and you must have configured nano with <b>--enable-multibuffer</b> or
+<b>--enable-extra</b> (use nano -V to check).  Then when you want to enable inserting a file
+into its own buffer instead of into the current file, just hit <b>Meta-F</b>, then insert the
+file as normal with <b>^R</b>.  If you always want files to be loaded into their own buffers,
+use the <b>--multibuffer</b> or <b>-F</b> flag when you invoke nano. <P>
+
+You can move between the buffers you have open with the <b>Meta-&lt;</b> and <b>Meta-&gt;</b>
+keys, or more easily with <b>Meta-,</b> and <b>Meta-.</b> (clear as mud, right? =-).
+When you have more than one file buffer open, the ^X shortcut will say "Close", instead of the
+normal "Exit" when only one buffer is open. 
+</font></blockquote>
+
+<h2>
+<a NAME="3.8"></a><font color="#330000">
+3.8. How do I make a .nanorc file that nano will read when I start it?</font></h2>
+
+<blockquote><font color="#330000"> It's not hard at all!  But, your version of nano must have
+beem compiled with <b>--enable-nanorc</b>, and again must be version 1.1.0 or newer (use nano
+-V to check your version and compiled features).  Then simply copy the <b>nanorc.sample</b>
+that came with the nano source or your nano package (most likely in /usr/doc/nano) to .nanorc
+in your home directory. If you didn't get one, the syntax is simple.  Flags are turned on and
+off by using the word <b>set</b> and the getopt_long flag for the feature, for example "set
+pico" or "set nowrap". </font></blockquote> <hr WIDTH="100%">
+
+<h1><a NAME="4"></a><font color="#330000">4. Running</font></h1>
 
 <h2>
 <a NAME="4.1"></a><font color="#330000">4.1. Ack!&nbsp; My backspace/delete/enter/double