nano

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

commit d8d19ba324e3fc168319265249cc032bb54914a5
parent 5314b8dd8a1b8c91ecaf1fea2fa64495840ad0b5
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 11 Jan 2007 23:12:51 +0000

add missing changelog entry


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

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

diff --git a/ChangeLog b/ChangeLog @@ -29,6 +29,8 @@ CVS code - do_alt_speller() - Rename variable altspell_error to alt_spell_error, for consistency. (DLR) + do_spell() + - Rename variable i to status, for clarity. (DLR) - winio.c: do_credits() - Update the last copyright notice to include 2006. (DLR)