nano

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

commit 1f5c89fd7b4cb6de9ae67580e938ed72053ddc5f
parent fe1bc668933bb4b25001ba58dead6d8947c59a4f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 29 Jul 2007 16:30:27 +0000

in faq.html, update RPM links for nano 2.0.x


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

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-29 David Lawrence Ramsey <pooka109@gmail.com> + + * doc/faq.html: Update RPM links for nano 2.0.x. + 2007-07-11 David Lawrence Ramsey <pooka109@gmail.com> * files.c (copy_file): Assert that inn and out don't both point diff --git a/doc/faq.html b/doc/faq.html @@ -101,8 +101,8 @@ <h2><a name="2.2"></a>2.2. RedHat and derivatives (.rpm) packages.</h2> <blockquote> <ul> - <li><a href="http://www.nano-editor.org/dist/v1.2/RPMS/">http://www.nano-editor.org/dist/v1.2/RPMS/</a></li> - <li><a href="http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/">http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/</a></li> + <li><a href="http://www.nano-editor.org/dist/v2.0/RPMS/">http://www.nano-editor.org/dist/v2.0/RPMS/</a></li> + <li><a href="http://www.ewtoo.org/~astyanax/nano/dist/v2.0/RPMS/">http://www.ewtoo.org/~astyanax/nano/dist/v2.0/RPMS/</a></li> </ul> </blockquote> <h2><a name="2.3"></a>2.3. Debian (.deb) packages.</h2> @@ -259,7 +259,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/04/18 - Add a new section 4.14 to explain how autoindent affects pasted text. (John M. Gabriele, minor tweaks by DLR)<br> +<blockquote><p>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> 2007/04/04 - Update email address. (DLR)<br> 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)<br> 2006/11/25 - Add miscellaneous wording and capitalization fixes. (DLR)<br>