From: David Lawrence Ramsey Date: Wed, 4 Apr 2007 20:00:24 +0000 (+0000) Subject: update email address X-Git-Tag: v2.1.0~147 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a2c4704abb6dac09a0ce63258c7cec15d45dc1b3;p=nano.git update email address git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4064 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/AUTHORS b/AUTHORS index eb1f7673..3d06a644 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,7 +6,7 @@ nano editor. Please see the ChangeLog for specific changes by author. Chris Allegretta * Original program author, former stable series maintainer. -David Lawrence Ramsey +David Lawrence Ramsey * Current 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 diff --git a/ChangeLog b/ChangeLog index fc7b253e..df92a580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-04 David Lawrence Ramsey + + * AUTHORS, faq.html: Update email address. + 2007-02-01 Benno Schulenberg * global.c (shortcut_init): Reword the movement shortcut diff --git a/doc/faq.html b/doc/faq.html index 7d99a286..93d7b0bf 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -66,7 +66,7 @@

1. General

1.1 About this FAQ

-

This FAQ was originally written and maintained by Chris Allegretta <chrisa@asty.org>, who also happens to be the creator of nano. It is currently maintained by David Lawrence Ramsey <pooka109@cox.net>. Maybe someone else will volunteer to maintain this FAQ someday, who knows...

+

This FAQ was originally written and maintained by Chris Allegretta <chrisa@asty.org>, who also happens to be the creator of nano. It is currently maintained by David Lawrence Ramsey <pooka109@gmail.com>. Maybe someone else will volunteer to maintain this FAQ someday, who knows...

1.2. How do I contribute to it?

Your best bet is to send it to the nano email address, nano@nano-editor.org and if it is useful enough it will be included in future versions.

1.3. What is GNU nano?

@@ -256,7 +256,8 @@

7.5. Can I have CVS write access?

Re-read Section 7.4 and you should know the answer.

8. ChangeLog

-

2007/01/01 - Update section 4.1 to describe how to open files with names beginning with '+' at specified columns as well as lines. (DLR)
+

2007/04/04 - Update email address. (DLR)
+2007/01/01 - Update section 4.1 to describe how to open files with names beginning with '+' at specified columns as well as lines. (DLR)
2006/11/25 - Add miscellaneous wording and capitalization fixes. (DLR)
2006/10/28 - Update various links for the 2.0 branch of nano. (DLR)
2006/10/06 - Update the question in section 4.13 to match the version of it in the answer section. (DLR)