nano

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

commit c151b475e7a6449122fbf10e5f73e5d27496b3f1
parent da952f8ded1ec0250abbb7c7f595ee5089e55f06
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 24 Oct 2004 16:45:40 +0000

cosmetic fixes


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

Diffstat:
MChangeLog | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -86,8 +86,6 @@ CVS code - do_replace_loop(), and do_replace(). (DLR) - files.c: do_insertfile() - - Readd the NANO_SMALL #ifdef around the start_again: label to - avoid a warning. (DLR) - Simplify by reusing variables whereever possible, and add a parameter execute to indicate whether or not to be in "Execute Command" mode. (DLR) @@ -1008,7 +1006,6 @@ GNU nano 1.3.3 - 2004.06.28 - config.rpath: - Replace usage of egrep with grep -E, avoiding a XSI:ism (David Weinehall) - - faq.html: - Removed question about the NumLock glitch, as it's no longer needed. (DLR)