nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9fff4e1a10813f981235566d8f9301e625f6e4b9
parent 512adf60eda21281973011267b7ef1333a7c6560
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 20 Dec 2007 18:41:04 +0000

update maintenance information


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4210 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MAUTHORS | 2+-
MChangeLog | 4++++
Mdoc/faq.html | 5+++--
3 files changed, 8 insertions(+), 3 deletions(-)

diff --git 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 @@ -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 @@ -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 &lt;<a href="mailto:chrisa@asty.org">chrisa@asty.org</a>&gt;, who also happens to be the creator of nano. It is currently maintained by David Lawrence Ramsey &lt;<a href="mailto:pooka109@gmail.com">pooka109@gmail.com</a>&gt;. 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 &lt;<a href="mailto:chrisa@asty.org">chrisa@asty.org</a>&gt;, who also happens to be the creator of nano. It was then maintained by David Lawrence Ramsey &lt;<a href="mailto:pooka109@gmail.com">pooka109@gmail.com</a>&gt;. 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>