diff --git a/AUTHORS b/AUTHORS index 3d06a64443ee28c495ac4c9425f0c86461705f93..65cf1eba65da57b2e9d6f086916dc2c055ab6a03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,7 +7,7 @@ Chris Allegretta <chrisa@asty.org> * Original program author, former stable series maintainer. David Lawrence Ramsey <pooka109@gmail.com> - * Current stable series maintainer. Multiple buffer support, + * Former stable series maintainer. Multiple buffer support, operating dir (-o) option, bug fixes for display routines, wrapping code, spelling fixes, const mode, parts of the UTF-8 support, and various other fixes. diff --git a/ChangeLog b/ChangeLog index f7ec7facec9acec965f9a6ffdfc88781b6ba231b..aac1f96633930ee38f38aa3b42e88fcb92fcc75f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-20 David Lawrence Ramsey <pooka109@gmail.com> + + * AUTHORS, doc/faq.html: Update maintenance information. + 2007-12-18 David Lawrence Ramsey <pooka109@gmail.com> * nano.c (print_opt_full): Use strlenpt() instead of strlen(), diff --git a/doc/faq.html b/doc/faq.html index 101122d38fbcb4f2c596b329c866fecf7f775b39..c6762c18af2765c2db2b36ab0b33af52eaf64860 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -65,7 +65,7 @@ <hr width="100%"> <h1><a name="1"></a>1. General</h1> <h2><a name="1.1"></a>1.1 About this FAQ</h2> -<blockquote><p>This FAQ was originally written and maintained by Chris Allegretta <<a href="mailto:chrisa@asty.org">chrisa@asty.org</a>>, who also happens to be the creator of nano. It is currently maintained by David Lawrence Ramsey <<a href="mailto:pooka109@gmail.com">pooka109@gmail.com</a>>. Maybe someone else will volunteer to maintain this FAQ someday, who knows...</p></blockquote> +<blockquote><p>This FAQ was originally written and maintained by Chris Allegretta <<a href="mailto:chrisa@asty.org">chrisa@asty.org</a>>, who also happens to be the creator of nano. It was then maintained by David Lawrence Ramsey <<a href="mailto:pooka109@gmail.com">pooka109@gmail.com</a>>. Maybe someone else will volunteer to maintain this FAQ someday, who knows...</p></blockquote> <h2><a name="1.2"></a>1.2. How do I contribute to it?</h2> <blockquote><p>Your best bet is to send it to the nano email address, <a href="mailto:nano@nano-editor.org">nano@nano-editor.org</a> and if it is useful enough it will be included in future versions.</p></blockquote> <h2><a name="1.3"></a>1.3. What is GNU nano?</h2> @@ -253,7 +253,8 @@ <h2><a name="7.5"></a>7.5. Can I have CVS write access?</h2> <blockquote><p>Re-read Section <a href="#7.4">7.4</a> and you should know the answer.</p></blockquote> <h2><a name="8"></a>8. ChangeLog</h2> -<blockquote><p>2007/12/09 - Add minor punctuation and wording fixes, and update various sections to account for Alpine. (DLR)<br> +<blockquote><p>2007/12/21 - Update maintainer information. (DLR)<br> +2007/12/09 - Add minor punctuation and wording fixes, and update various sections to account for Alpine. (DLR)<br> 2007/08/26 - Update links to the Free Translation Project. (DLR)<br> 2007/07/29 - Update RPM links for nano 2.0.x. (DLR)<br> 2007/04/18 - Add a new section 4.14 to explain how autoindent affects pasted text. (John M. Gabriele, minor tweaks by DLR)<br>